diff options
author | tron <tron@pkgsrc.org> | 2000-11-25 07:55:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-25 07:55:45 +0000 |
commit | 14d02f5ea71d1e3db9a618b2cbadf9e53f83067f (patch) | |
tree | a5d1ead9a5d5140c52adc58d07416d13ffecfca7 /editors/xemacs-packages/Makefile | |
parent | 369ffb4e6e596a63da0993dd309cc1954f25c796 (diff) | |
download | pkgsrc-14d02f5ea71d1e3db9a618b2cbadf9e53f83067f.tar.gz |
Update "xemacs-packages" package to version 1.5. It includes these
packages now:
c-support 1.15, cc-mode 1.21, debug 1.12, dired 1.08,
edit-utils 1.53, efs 1.21, fsf-compat 1.07, mail-lib 1.33,
mailcrypt 2.06, mule-base 1.35, net-utils 1.14, os-utils 1.24,
prog-modes 1.30, psgml 1.20, sgml 1.07, sh-script 1.12,
text-modes 1.28, textools 1.11, time 1.10, vc 1.24, viper 1.22,
xemacs 21.1.12.tar.bz2, xemacs-base 1.46, xemacs-devel 1.30
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r-- | editors/xemacs-packages/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 6c1aa876c58..bd00ebb9946 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,30 +1,30 @@ -# $NetBSD: Makefile,v 1.9 2000/10/05 09:23:07 martin Exp $ +# $NetBSD: Makefile,v 1.10 2000/11/25 07:55:45 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/22 22:16:53 gj Exp DISTNAME= xemacs-packages -PKGNAME= xemacs-packages-1.4 +PKGNAME= xemacs-packages-1.5 CATEGORIES= editors MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/packages/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ 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 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 mail-lib-1.24-pkg.tar.gz \ - mailcrypt-2.04-pkg.tar.gz mule-base-1.34-pkg.tar.gz \ - net-utils-1.13-pkg.tar.gz os-utils-1.19-pkg.tar.gz \ - prog-modes-1.23-pkg.tar.gz psgml-1.15-pkg.tar.gz \ - sgml-1.06-pkg.tar.gz sh-script-1.11-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 +DISTFILES= xemacs-base-1.46-pkg.tar.gz xemacs-devel-1.30-pkg.tar.gz \ + c-support-1.15-pkg.tar.gz cc-mode-1.21-pkg.tar.gz \ + debug-1.12-pkg.tar.gz dired-1.08-pkg.tar.gz \ + edit-utils-1.53-pkg.tar.gz efs-1.21-pkg.tar.gz \ + fsf-compat-1.07-pkg.tar.gz mail-lib-1.33-pkg.tar.gz \ + mailcrypt-2.06-pkg.tar.gz mule-base-1.35-pkg.tar.gz \ + net-utils-1.14-pkg.tar.gz os-utils-1.24-pkg.tar.gz \ + prog-modes-1.30-pkg.tar.gz psgml-1.20-pkg.tar.gz \ + sgml-1.07-pkg.tar.gz sh-script-1.12-pkg.tar.gz \ + text-modes-1.28-pkg.tar.gz time-1.10-pkg.tar.gz \ + vc-1.24-pkg.tar.gz viper-1.22-pkg.tar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.xemacs.org/ -DEPENDS+= xemacs-21.1.9:../../editors/xemacs +DEPENDS+= xemacs>=21.1.9:../../editors/xemacs DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= # empty |