update to the latest snapshot.

tested by matthieu@ krw@
inputs espie@, inputs and review espie@
This commit is contained in:
aanriot 2005-11-03 15:55:07 +00:00
parent e0e997ac03
commit 16240336a6
5 changed files with 2506 additions and 710 deletions

View File

@ -1,11 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2004/06/24 17:38:13 sturm Exp $
# $OpenBSD: Makefile,v 1.11 2005/11/03 15:55:07 aanriot Exp $
#
# What port/package will be created
#
VERSION= 2002-09-19
VERSION= 2005-07-15
PKGNAME= xemacs-sumo-21.${VERSION:S/-//g}
EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tar.gz
DISTFILES= xemacs-sumo-${VERSION}${EXTRACT_SUFX}
SUP_mule= xemacs-mule-sumo-${VERSION}${EXTRACT_SUFX}
SUPDISTFILES= ${SUP_mule}
@ -22,44 +19,35 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# where the source files and patches can be fetched
MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/packages/ \
ftp://ftp.oleane.net/pub/xemacs/packages/ \
ftp://ftp.pasteur.fr/pub/computing/xemacs/packages/ \
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \
ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \
ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \
ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/
# Dependencies
#
# It is quite impossible to find a reliable cookie
# to tell whether xemacs21 is installed or not and is
# mule-compliant or not. it does not matter anyway.
# build/configuration variables
ftp://ftp.lab.kdd.co.jp/xemacs/packages/
SEPARATE_BUILD= concurrent
MULE= mule
SUBST_VARS= MULE
FLAVORS=mule
FLAVOR?=
.if ${FLAVOR:L:Mmule}
DISTFILES+= ${SUP_mule}
DISTFILES+= ${SUP_mule}
.endif
# have to force the bzip2 dependency, since setting extract_only to nil
# does not set the automatic one
BUILD_DEPENDS= :bzip2-*:archivers/bzip2
EXTRACT_ONLY=
NO_BUILD= Yes
NO_REGRESS= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
GUNZIP_CMD= /usr/bin/gunzip -dc
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs
.for archive in ${DISTFILES}
${BZIP2} -dc ${FULLDISTDIR}/${archive} |tar -C ${PREFIX}/lib/xemacs -xf -
${GUNZIP_CMD} ${FULLDISTDIR}/${archive} \
| ${TAR} -C ${PREFIX}/lib/xemacs -xf -
.endfor
.include <bsd.port.mk>

View File

@ -1,8 +1,8 @@
MD5 (xemacs-mule-sumo-2002-09-19.tar.bz2) = 9171f234aba2e3757695033079fe370e
MD5 (xemacs-sumo-2002-09-19.tar.bz2) = cbfb638fa41a716a6dcdcfbf05a5aa4b
RMD160 (xemacs-mule-sumo-2002-09-19.tar.bz2) = 3e37283767604ead8d949020ba8f247a4fcfc609
RMD160 (xemacs-sumo-2002-09-19.tar.bz2) = 2b2cc1940667e48b1f9bb2501f786d385a0e8813
SHA1 (xemacs-mule-sumo-2002-09-19.tar.bz2) = e655496b3cfc3871ec1a583e101c91bcde6b129d
SHA1 (xemacs-sumo-2002-09-19.tar.bz2) = 3d1bafcc557e4971d701d3588e783f2c7e5d2f2f
SIZE (xemacs-mule-sumo-2002-09-19.tar.bz2) = 4741203
SIZE (xemacs-sumo-2002-09-19.tar.bz2) = 17395862
MD5 (xemacs-mule-sumo-2005-07-15.tar.gz) = b8d74c5b1c20877fe5c4f622bdec0164
MD5 (xemacs-sumo-2005-07-15.tar.gz) = 997298036847b2f11ef81690bdd3bcfe
RMD160 (xemacs-mule-sumo-2005-07-15.tar.gz) = f3be1fa6e617e4f1db10d34a2b85b48178fb8097
RMD160 (xemacs-sumo-2005-07-15.tar.gz) = 6bf3e0b3e42f008358b2eaaae73fdf9518f15561
SHA1 (xemacs-mule-sumo-2005-07-15.tar.gz) = 098faa71736a4cb84e8434966b7e3ca4dfc9d47e
SHA1 (xemacs-sumo-2005-07-15.tar.gz) = 8ede9d51cb33d1b2605d9285d1067b923e45841d
SIZE (xemacs-mule-sumo-2005-07-15.tar.gz) = 5923615
SIZE (xemacs-sumo-2005-07-15.tar.gz) = 31701139

View File

@ -1,4 +1,5 @@
Here is a list of bundled XEmacs' packages : (note that some are MULE-only)
Here is a list of bundled XEmacs' packages : (note that some are
MULE-only).
ada apel auctex bbdb
build c-support calc calendar

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff