diff options
author | tron <tron@pkgsrc.org> | 2001-02-20 13:37:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-20 13:37:18 +0000 |
commit | f63a87de4149df0eeb4d092c8c838658b80ece3c (patch) | |
tree | fb29f841967e56b0360fcab6034cf055255b5020 /editors/xemacs-packages/Makefile | |
parent | 4c38a0ff4faeb2c950822bad074bd43dd4348cd1 (diff) | |
download | pkgsrc-f63a87de4149df0eeb4d092c8c838658b80ece3c.tar.gz |
Update "xemacs-packages" package to version 1.7. It includes these
packages now:
xemacs-base 1.49, xemacs-devel 1.31, c-support 1.16, cc-mode 1.23,
debug 1.14, dired 1.09, edit-utils 1.55, efs 1.22, fsf-compat 1.08,
mail-lib 1.35, mailcrypt 2.07, mule-base 1.37, net-utils 1.15,
os-utils 1.25, prog-modes 1.32, psgml 1.22, sgml 1.08, sh-script 1.13,
text-modes 1.29, texinfo 1.20, textools 1.12, time 1.11, vc 1.26,
vc-cc 1.15, viper 1.23
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r-- | editors/xemacs-packages/Makefile | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 9a5735d7134..26a5d8243bc 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,31 +1,33 @@ -# $NetBSD: Makefile,v 1.13 2001/02/16 14:40:55 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/02/20 13:37:18 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.5 +PKGNAME= xemacs-packages-1.6 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.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 +DISTFILES= xemacs-base-1.49-pkg.tar.gz xemacs-devel-1.31-pkg.tar.gz \ + c-support-1.16-pkg.tar.gz cc-mode-1.23-pkg.tar.gz \ + debug-1.14-pkg.tar.gz dired-1.09-pkg.tar.gz \ + edit-utils-1.55-pkg.tar.gz efs-1.22-pkg.tar.gz \ + fsf-compat-1.08-pkg.tar.gz mail-lib-1.35-pkg.tar.gz \ + mailcrypt-2.07-pkg.tar.gz mule-base-1.37-pkg.tar.gz \ + net-utils-1.15-pkg.tar.gz os-utils-1.25-pkg.tar.gz \ + prog-modes-1.32-pkg.tar.gz psgml-1.22-pkg.tar.gz \ + sgml-1.08-pkg.tar.gz sh-script-1.13-pkg.tar.gz \ + text-modes-1.29-pkg.tar.gz texinfo-1.20-pkg.tar.gz \ + textools-1.12-pkg.tar.gz time-1.11-pkg.tar.gz \ + vc-1.26-pkg.tar.gz vc-cc-1.15-pkg.tar.gz \ + viper-1.23-pkg.tar.gz MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.xemacs.org/ COMMENT= Common elisp packages for xemacs 21 -DEPENDS+= xemacs>=21.1.9:../../editors/xemacs +DEPENDS+= xemacs>=21.1.14:../../editors/xemacs DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= # empty |