summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkiri <kiri@FreeBSD.org>2003-05-12 08:03:37 +0000
committerkiri <kiri@FreeBSD.org>2003-05-12 08:03:37 +0000
commit6a6cece35d9117192381e8ddb71b5a15af26da12 (patch)
tree05c76bdb8ee06aca095d81171e40c4410f8daa27 /editors
parent71e8bdd7d674070043e47a8dcb632c2cc6f6d6d9 (diff)
downloadFreeBSD-ports-6a6cece35d9117192381e8ddb71b5a15af26da12.zip
FreeBSD-ports-6a6cece35d9117192381e8ddb71b5a15af26da12.tar.gz
Obsolete xemacs package category. Merged to
editors/xemacs-packages and editors/xemacs-mule-packages.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-wp-packages/Makefile59
-rw-r--r--editors/xemacs-wp-packages/distinfo5
-rw-r--r--editors/xemacs-wp-packages/pkg-descr11
-rw-r--r--editors/xemacs-wp-packages/pkg-plist1
4 files changed, 0 insertions, 76 deletions
diff --git a/editors/xemacs-wp-packages/Makefile b/editors/xemacs-wp-packages/Makefile
deleted file mode 100644
index f02b190..0000000
--- a/editors/xemacs-wp-packages/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: XEmacs elisp packages for Word Processing
-# Date created: 03 June 2000
-# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xemacs-wp-packages
-PORTVERSION= 1.4
-CATEGORIES= editors elisp
-MASTER_SITES= ${MASTER_SITE_XEMACS} \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= packages kiri
-DISTFILES= \
- crisp-1.12-pkg.tar.gz \
- edt-1.12-pkg.tar.gz \
- reftex-1.23-pkg.tar.gz \
- textools-1.12-pkg.tar.gz \
- tpu-1.12-pkg.tar.gz
-DIST_SUBDIR= xemacs
-
-MAINTAINER= kiri@FreeBSD.org
-COMMENT= XEmacs elisp packages for Word Processing(wp)
-
-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 wp 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-wp-packages/distinfo b/editors/xemacs-wp-packages/distinfo
deleted file mode 100644
index aa4e5b3..0000000
--- a/editors/xemacs-wp-packages/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 (xemacs/crisp-1.12-pkg.tar.gz) = 30308c6e5fb14f621d53046894c8c180
-MD5 (xemacs/edt-1.12-pkg.tar.gz) = 0d7649d0f65d9de732918d756f5cf48b
-MD5 (xemacs/reftex-1.23-pkg.tar.gz) = 418d13bcf80e929e27be7c68bf718e3c
-MD5 (xemacs/textools-1.12-pkg.tar.gz) = 2ce1dc6eb29773d2ab6ce2e04463e54f
-MD5 (xemacs/tpu-1.12-pkg.tar.gz) = 8ee6ca98afc9c18a1df013065c430f5e
diff --git a/editors/xemacs-wp-packages/pkg-descr b/editors/xemacs-wp-packages/pkg-descr
deleted file mode 100644
index a53ddd6..0000000
--- a/editors/xemacs-wp-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 wp 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-wp-packages/pkg-plist b/editors/xemacs-wp-packages/pkg-plist
deleted file mode 100644
index 904ed06..0000000
--- a/editors/xemacs-wp-packages/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment This list is automatically generated.
OpenPOWER on IntegriCloud