summaryrefslogtreecommitdiff
path: root/editors/xemacs-wp-packages/Makefile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2000-05-01 18:37:39 +0000
committerGary Jennejohn <gj@FreeBSD.org>2000-05-01 18:37:39 +0000
commit3bb76ab4f7b4fa816c324c17bcae3953e90c3252 (patch)
treeb23d3544c27ac6e159cbfc7d7aa44f17b8b7918e /editors/xemacs-wp-packages/Makefile
parentNuke tk-4.2 (diff)
Add ps-print-nomule-1.03-pkg.tar.gz because the default "File" menu
in xemacs uses it, so without it the "Pretty Print Buffer" option is always greyed out. Put each package on its own line in the Makefile and sort them - this makes it easier to check whether a package has changed. This also affects md5. Add a line to PLIST to remove lib/xemacs if it's empty - noticed by bento. Bump version number to 1.3. Requested by: wolman@cs.washington.edu
Notes
Notes: svn path=/head/; revision=28242
Diffstat (limited to 'editors/xemacs-wp-packages/Makefile')
-rw-r--r--editors/xemacs-wp-packages/Makefile44
1 files changed, 29 insertions, 15 deletions
diff --git a/editors/xemacs-wp-packages/Makefile b/editors/xemacs-wp-packages/Makefile
index 631d7302e4c2..1df119b310a6 100644
--- a/editors/xemacs-wp-packages/Makefile
+++ b/editors/xemacs-wp-packages/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xemacs-packages
-PORTVERSION= 1.2
+PORTVERSION= 1.3
CATEGORIES= editors elisp
MASTER_SITES= \
ftp://ftp.xemacs.org/pub/xemacs/packages/ \
@@ -15,20 +15,34 @@ MASTER_SITES= \
ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \
ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/
DISTFILES= \
- xemacs-base-1.37-pkg.tar.gz xemacs-devel-1.25-pkg.tar.gz \
- c-support-1.14-pkg.tar.gz os-utils-1.19-pkg.tar.gz \
- cc-mode-1.17-pkg.tar.gz prog-modes-1.23-pkg.tar.gz \
- debug-1.11-pkg.tar.gz psgml-1.15-pkg.tar.gz \
- dired-1.07-pkg.tar.gz sgml-1.06-pkg.tar.gz \
- edit-utils-1.45-pkg.tar.gz text-modes-1.22-pkg.tar.gz \
- efs-1.16-pkg.tar.gz time-1.09-pkg.tar.gz \
- fsf-compat-1.07-pkg.tar.gz viper-1.18-pkg.tar.gz \
- mail-lib-1.28-pkg.tar.gz net-utils-1.13-pkg.tar.gz \
- mailcrypt-2.04-pkg.tar.gz vc-1.22-pkg.tar.gz \
- sh-script-1.11-pkg.tar.gz auctex-1.19-pkg.tar.gz \
- ispell-1.18-pkg.tar.gz pcl-cvs-1.41-pkg.tar.gz \
- w3-1.15-pkg.tar.gz texinfo-1.18-pkg.tar.gz \
- hm--html-menus-1.14-pkg.tar.gz
+ auctex-1.19-pkg.tar.gz \
+ c-support-1.14-pkg.tar.gz \
+ cc-mode-1.17-pkg.tar.gz \
+ debug-1.11-pkg.tar.gz \
+ dired-1.07-pkg.tar.gz \
+ edit-utils-1.45-pkg.tar.gz \
+ efs-1.16-pkg.tar.gz \
+ fsf-compat-1.07-pkg.tar.gz \
+ hm--html-menus-1.14-pkg.tar.gz \
+ ispell-1.18-pkg.tar.gz \
+ mail-lib-1.28-pkg.tar.gz \
+ mailcrypt-2.04-pkg.tar.gz \
+ net-utils-1.13-pkg.tar.gz \
+ os-utils-1.19-pkg.tar.gz \
+ pcl-cvs-1.41-pkg.tar.gz \
+ prog-modes-1.23-pkg.tar.gz \
+ ps-print-nomule-1.03-pkg.tar.gz \
+ psgml-1.15-pkg.tar.gz \
+ sgml-1.06-pkg.tar.gz \
+ sh-script-1.11-pkg.tar.gz \
+ texinfo-1.18-pkg.tar.gz \
+ text-modes-1.22-pkg.tar.gz \
+ time-1.09-pkg.tar.gz \
+ vc-1.22-pkg.tar.gz \
+ viper-1.18-pkg.tar.gz \
+ w3-1.15-pkg.tar.gz \
+ xemacs-base-1.37-pkg.tar.gz \
+ xemacs-devel-1.25-pkg.tar.gz
MAINTAINER= gj@FreeBSD.org