diff options
| author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-12 07:04:10 +0000 |
|---|---|---|
| committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-12 07:04:10 +0000 |
| commit | e01a1aa57c4a72488199191a1c1b192e468a0e4c (patch) | |
| tree | 00df708c2836ccb5c7d6df9ef5356ac4da9391dd | |
| parent | upgrade to 1.6.4b (diff) | |
Obsolete xemacs package category. Merged to
editors/xemacs-packages and editors/xemacs-mule-packages.
Notes
Notes:
svn path=/head/; revision=80772
| -rw-r--r-- | editors/xemacs-games-packages/Makefile | 58 | ||||
| -rw-r--r-- | editors/xemacs-games-packages/distinfo | 4 | ||||
| -rw-r--r-- | editors/xemacs-games-packages/pkg-descr | 11 | ||||
| -rw-r--r-- | editors/xemacs-games-packages/pkg-plist | 1 |
4 files changed, 0 insertions, 74 deletions
diff --git a/editors/xemacs-games-packages/Makefile b/editors/xemacs-games-packages/Makefile deleted file mode 100644 index 60e6b2d4aef6..000000000000 --- a/editors/xemacs-games-packages/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: XEmacs elisp packages for Games -# Date created: 03 June 2000 -# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= xemacs-games-packages -PORTVERSION= 1.3 -CATEGORIES= editors elisp -MASTER_SITES= ${MASTER_SITE_XEMACS} \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= packages kiri -DISTFILES= \ - cookie-1.13-pkg.tar.gz \ - games-1.13-pkg.tar.gz \ - mine-1.14-pkg.tar.gz \ - misc-games-1.15-pkg.tar.gz -DIST_SUBDIR= xemacs - -MAINTAINER= kiri@FreeBSD.org -COMMENT= XEmacs elisp packages for Games(games) - -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PACKAGES_SUBDIR} - -XEMACSDIR= ${PREFIX}/lib/xemacs -PACKAGES_SUBDIR= xemacs-packages - -do-extract: - @${MKDIR} ${WRKSRC} -.for f in ${DISTFILES} - @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${f} \ - ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} -.endfor - -do-install: - ${MKDIR} ${XEMACSDIR} - ${CP} -R ${WRKSRC} ${XEMACSDIR} - -post-install: - @cd ${WRKDIR} && \ - ${FIND} ${PACKAGES_SUBDIR} -type f|sort|${SED} 's:^:lib/xemacs/:' >> ${TMPPLIST}; \ - ${FIND} ${PACKAGES_SUBDIR}/*/* -type d|sort -r|${SED} 's:^:@dirrm lib/xemacs/:'>> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/* 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR} 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_MSG} " This is the set of the packages for xemacs with the games category. You can" - @${ECHO_MSG} "install other packages provided by XEmacs.org with editors/xemacs-*-packages" - @${ECHO_MSG} "ports. These ports are prepared for corresponding XEmacs packages except for" - @${ECHO_MSG} "xemacs-packages, xemacs-basic-packages and xemacs-additional-packages. Where" - @${ECHO_MSG} "xemacs-additional-packages is a meta ports for packages out of xemacs, xemacs" - @${ECHO_MSG} "mule-basic and xemacs mule category packages." - @${ECHO_MSG} " You can also install with running it as root and using the 'Manage Packages'" - @${ECHO_MSG} "menu within the 'Options' menu of the menubar. But using this xemacs package" - @${ECHO_MSG} "managing, you could not control under ports managing ;-)" - -.include <bsd.port.mk> diff --git a/editors/xemacs-games-packages/distinfo b/editors/xemacs-games-packages/distinfo deleted file mode 100644 index b63509384737..000000000000 --- a/editors/xemacs-games-packages/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (xemacs/cookie-1.13-pkg.tar.gz) = 9aeaa055b157c6fa50991758851ec16d -MD5 (xemacs/games-1.13-pkg.tar.gz) = 4138cc59fd6a9316adbb14e7468af593 -MD5 (xemacs/mine-1.14-pkg.tar.gz) = ebe471b68642906786db139d402002c7 -MD5 (xemacs/misc-games-1.15-pkg.tar.gz) = a77db688d2d276aaca5840a7c16615f0 diff --git a/editors/xemacs-games-packages/pkg-descr b/editors/xemacs-games-packages/pkg-descr deleted file mode 100644 index e96c9eb5b440..000000000000 --- a/editors/xemacs-games-packages/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Starting with release 21, xemacs does not come with lisp packages -any more. Instead, they are distributed separately from the main -sources. - - This port provides a set of the games category packages provided by -xemacs.org(www.xemacs.org) except for basic and mule-basic packages(those are -editors/xemacs-packages and editors/xemacs-mule-basic-packages ports -respectively). - -To install other categories' packages, use editors/xemacs-*-packages -ports/packages. diff --git a/editors/xemacs-games-packages/pkg-plist b/editors/xemacs-games-packages/pkg-plist deleted file mode 100644 index 904ed06b456e..000000000000 --- a/editors/xemacs-games-packages/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment This list is automatically generated. |
