Obsolete xemacs package category. Merged to

editors/xemacs-packages and editors/xemacs-mule-packages.
This commit is contained in:
Kiriyama Kazuhiko 2003-05-12 07:14:09 +00:00
parent 394f09824c
commit c4c91e46dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80778
4 changed files with 0 additions and 78 deletions

View File

@ -1,60 +0,0 @@
# New ports collection makefile for: XEmacs elisp packages for Libraries
# Date created: 03 June 2000
# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xemacs-libs-packages
PORTVERSION= 2.4
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_XEMACS} \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= packages kiri
DISTFILES= \
Sun-1.13-pkg.tar.gz \
edebug-1.14-pkg.tar.gz \
eieio-1.01-pkg.tar.gz \
sounds-au-1.10-pkg.tar.gz \
sounds-wav-1.10-pkg.tar.gz \
tooltalk-1.13-pkg.tar.gz
DIST_SUBDIR= xemacs
MAINTAINER= kiri@FreeBSD.org
COMMENT= XEmacs elisp packages for Libraries(libs)
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 libs 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>

View File

@ -1,6 +0,0 @@
MD5 (xemacs/Sun-1.13-pkg.tar.gz) = 455b7e1c3564563687e36ab53352ba76
MD5 (xemacs/edebug-1.14-pkg.tar.gz) = 8cac8a4c9e7f01bc3199f395fc9d975b
MD5 (xemacs/eieio-1.01-pkg.tar.gz) = 936e2330f1ac6e76f437154ad60f5b0f
MD5 (xemacs/sounds-au-1.10-pkg.tar.gz) = 256e09c0570a19ae545350681bacaf3e
MD5 (xemacs/sounds-wav-1.10-pkg.tar.gz) = 89dff9f3b8e1aaaa19f000035e3aa199
MD5 (xemacs/tooltalk-1.13-pkg.tar.gz) = 3f01dab216a3bc318d11f362d22ea89c

View File

@ -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 libs 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.

View File

@ -1 +0,0 @@
@comment This list is automatically generated.