freebsd-ports/editors/xemacs-mule-packages/Makefile
Akinori MUSHA 776017d0df Update XEmacs packages suite.
xemacs-basic-mule-packages:     1.3 -> 1.4

- Update the following packages:
        egg-its         1.25 -> 1.26
        mule-base       1.37 -> 1.39
        skk             1.18 -> 1.19

xemacs-comm-packages:           2.4 -> 2.5

- Update the following packages:
        bbdb            1.12 -> 1.13
        eicq            1.04 -> 1.05
        gnus            1.55 -> 1.56
        tm              1.26 -> 1.29
        vm              6.92 -> 6.95
        zenirc          1.09 -> 1.11

xemacs-libs-packages:           2.3 -> 2.4

- Update the following packages:
        edebug          1.13 -> 1.14

xemacs-mule-packages:           1.2 -> 1.3

- Update the following packages:
        lookup          1.07 -> 1.08

xemacs-oa-packages:             1.4 -> 1.5

- Update the following packages:
        calc            1.14 -> 1.17
        pc              1.19 -> 1.20
        speedbar        1.19 -> 1.21

xemacs-packages:                1.9 -> 1.10

- Update the following packages:
        auctex          1.24 -> 1.25
        cc-mode         1.24 -> 1.25
        dired           1.09 -> 1.11
        edit-utils      1.57 -> 1.65
        efs             1.22 -> 1.26
        fsf-compat      1.08 -> 1.09
        ispell          1.22 -> 1.23
        mail-lib        1.36 -> 1.39
        mailcrypt       2.07 -> 2.09
        net-utils       1.15 -> 1.20
        pcl-cvs         1.53 -> 1.55
        prog-modes      1.35 -> 1.40
        text-modes      1.29 -> 1.32
        vc              1.26 -> 1.28
        viper           1.25 -> 1.26
        w3              1.18 -> 1.20

xemacs-prog-packages:           2.5 -> 2.6

- Update the following packages:
        ediff           1.30 -> 1.31
        jde             1.26 -> 1.27
        semantic        1.05 -> 1.06
        vc-cc           1.15 -> 1.16

- Add a runtime dependency on xemacs-basic-mule-packages.

PR:		ports/28136
Submitted by:	Dave Glowacki <dglo@ssec.wisc.edu>

xemacs-wp-packages:             1.3 -> 1.4

- Update the following packages:
        edt             1.11 -> 1.12
        reftex          1.22 -> 1.23

PR:		ports/29718
Submitted by:	The Anarcat <anarcat@anarcat.dyndns.org>
2001-09-03 09:54:51 +00:00

56 lines
2.1 KiB
Makefile

# New ports collection makefile for: X-Emacs Packages with Mule
# Date created: 24 Oct 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xemacs-mule-packages
PORTVERSION= 1.3
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_XEMACS} \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= packages kiri
DISTFILES= \
edict-1.12-pkg.tar.gz \
leim-1.17-pkg.tar.gz \
lookup-1.08-pkg.tar.gz
DIST_SUBDIR= xemacs
MAINTAINER= kiri@FreeBSD.org
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PACKAGES_SUBDIR}
XEMACSDIR= ${PREFIX}/lib/xemacs
PACKAGES_SUBDIR= mule-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} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/* 2>/dev/null || true' >> ${TMPPLIST}
@${ECHO} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR} 2>/dev/null || true' >> ${TMPPLIST}
@${ECHO} '@unexec rmdir %D/lib/xemacs 2>/dev/null || true' >> ${TMPPLIST}
@${ECHO_MSG} " This is the set of the packages for xemacs with the mule 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>