summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkiri <kiri@FreeBSD.org>2003-05-12 07:44:58 +0000
committerkiri <kiri@FreeBSD.org>2003-05-12 07:44:58 +0000
commit5ddfc3725b9109313a63febda4882086fd4ded0b (patch)
treea5025117192b929558a593ea925e219781aecd4a /editors
parentd3f97ad887c08d69278aff4c0f5f76ca6da6aeae (diff)
downloadFreeBSD-ports-5ddfc3725b9109313a63febda4882086fd4ded0b.zip
FreeBSD-ports-5ddfc3725b9109313a63febda4882086fd4ded0b.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-oa-packages/Makefile62
-rw-r--r--editors/xemacs-oa-packages/distinfo8
-rw-r--r--editors/xemacs-oa-packages/pkg-descr11
-rw-r--r--editors/xemacs-oa-packages/pkg-plist1
4 files changed, 0 insertions, 82 deletions
diff --git a/editors/xemacs-oa-packages/Makefile b/editors/xemacs-oa-packages/Makefile
deleted file mode 100644
index 343612a..0000000
--- a/editors/xemacs-oa-packages/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: XEmacs elisp packages for Office Automation
-# Date created: 03 June 2000
-# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xemacs-oa-packages
-PORTVERSION= 1.5
-CATEGORIES= editors elisp
-MASTER_SITES= ${MASTER_SITE_XEMACS} \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= packages kiri
-DISTFILES= \
- calc-1.17-pkg.tar.gz \
- calendar-1.16-pkg.tar.gz \
- forms-1.13-pkg.tar.gz \
- frame-icon-1.09-pkg.tar.gz \
- pc-1.20-pkg.tar.gz \
- slider-1.13-pkg.tar.gz \
- speedbar-1.21-pkg.tar.gz \
- strokes-1.08-pkg.tar.gz
-DIST_SUBDIR= xemacs
-
-MAINTAINER= kiri@FreeBSD.org
-COMMENT= XEmacs elisp packages for Office Automation(oa)
-
-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 oa 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-oa-packages/distinfo b/editors/xemacs-oa-packages/distinfo
deleted file mode 100644
index 36387ce..0000000
--- a/editors/xemacs-oa-packages/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-MD5 (xemacs/calc-1.17-pkg.tar.gz) = 96d9973ad70e2d7b8a8b9682188335ef
-MD5 (xemacs/calendar-1.16-pkg.tar.gz) = ed44e3211ecddcfc98e1e517a97ed11d
-MD5 (xemacs/forms-1.13-pkg.tar.gz) = f18fd40a2068b851890ca59d3f1845a7
-MD5 (xemacs/frame-icon-1.09-pkg.tar.gz) = 91922e43447422f175065428367fb00b
-MD5 (xemacs/pc-1.20-pkg.tar.gz) = ceab8a41e2992aebfa6efe247c6c851c
-MD5 (xemacs/slider-1.13-pkg.tar.gz) = 3fbc16b2caeef30e87969e19efa40f32
-MD5 (xemacs/speedbar-1.21-pkg.tar.gz) = 0cc730cc05aebd7ab14ad60d5cd53065
-MD5 (xemacs/strokes-1.08-pkg.tar.gz) = c5ab0860ceb23b40798b11a1fa4c0240
diff --git a/editors/xemacs-oa-packages/pkg-descr b/editors/xemacs-oa-packages/pkg-descr
deleted file mode 100644
index 80e0d9c..0000000
--- a/editors/xemacs-oa-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 oa 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-oa-packages/pkg-plist b/editors/xemacs-oa-packages/pkg-plist
deleted file mode 100644
index 904ed06..0000000
--- a/editors/xemacs-oa-packages/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment This list is automatically generated.
OpenPOWER on IntegriCloud