diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 17:08:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 17:08:38 +0000 |
commit | 013c547f108ea42fe55680702372a9430acf1961 (patch) | |
tree | 3a49f5f146c9c5e28792369c1fa4cd9daae6e716 /lang/yap | |
parent | 2782bcfe89250008c291adb6bf79351656db2fcd (diff) |
Notes
Diffstat (limited to 'lang/yap')
-rw-r--r-- | lang/yap/Makefile | 58 | ||||
-rw-r--r-- | lang/yap/distinfo | 3 | ||||
-rw-r--r-- | lang/yap/files/patch-C_load_aout.c | 11 | ||||
-rw-r--r-- | lang/yap/pkg-descr | 7 | ||||
-rw-r--r-- | lang/yap/pkg-plist | 17 |
5 files changed, 0 insertions, 96 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile deleted file mode 100644 index 199e1b11bc45..000000000000 --- a/lang/yap/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: yap -# Date created: Apr 29, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= yap -PORTVERSION= 5.1.1 -PORTREVISION= 0 -CATEGORIES= lang -MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/current/ -DISTNAME= Yap-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A high-performance Prolog compiler - -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 - -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_GMAKE= yes - -INFO= yap - -.include <bsd.port.pre.mk> - -post-extract: - @${RM} -f ${WRKSRC}/docs/*.info* - -post-patch: - @${REINPLACE_CMD} -e 's|VERSION}|VERSION:}|g' ${WRKSRC}/docs/yap.tex - @${REINPLACE_CMD} -e "s,make),${GMAKE})," \ - -e "s,make install,${GMAKE} install," ${WRKSRC}/Makefile.in - @${GREP} -lR '<malloc\.h>' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ - -e 's,<malloc\.h>,<stdlib.h>,' - -post-build: - cd ${WRKSRC}/docs && makeinfo --no-split yap.tex - -pre-install: - @${MKDIR} ${PREFIX}/${INFO_PATH} - ${INSTALL_DATA} ${WRKSRC}/docs/yap.info ${PREFIX}/${INFO_PATH} - -post-install: - @${FIND} ${PREFIX}/share/Yap ! -type d | \ - ${SED} "s,^${PREFIX},," >> ${TMPPLIST} - @${FIND} ${PREFIX}/share/Yap -type d | ${SORT} -r | \ - ${SED} "s,^${PREFIX},@dirrm ," >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/lang/yap/distinfo b/lang/yap/distinfo deleted file mode 100644 index 01054930d86f..000000000000 --- a/lang/yap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Yap-5.1.1.tar.gz) = 1f5c26642a27158c98f6c2fac56d3dad -SHA256 (Yap-5.1.1.tar.gz) = cadb35cb3b7e469aa6bc6f7a819904f1f746b1e9c71f4a2af1ea254569ed522d -SIZE (Yap-5.1.1.tar.gz) = 3429186 diff --git a/lang/yap/files/patch-C_load_aout.c b/lang/yap/files/patch-C_load_aout.c deleted file mode 100644 index c5b1d85fba23..000000000000 --- a/lang/yap/files/patch-C_load_aout.c +++ /dev/null @@ -1,11 +0,0 @@ ---- C/load_aout.c.orig Thu Sep 15 09:59:51 2005 -+++ C/load_aout.c Thu Sep 15 10:04:05 2005 -@@ -43,6 +43,8 @@ - #endif - #include <a.out.h> - -+#define YAP_FILE_MAX PATH_MAX -+ - static char YapExecutable[YAP_FILE_MAX]; - - #define oktox(n) \ diff --git a/lang/yap/pkg-descr b/lang/yap/pkg-descr deleted file mode 100644 index 38de724fc23a..000000000000 --- a/lang/yap/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -YAP is a high-performance Prolog compiler developed at LIACC/Universidade do -Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM -(Warren Abstract Machine), with several optimizations for better performance. -YAP follows the Edinburgh tradition, and is largely compatible with the ISO- -Prolog standard and with Quintus and SICStus Prolog. - -WWW: http://www.ncc.up.pt/~vsc/Yap/ diff --git a/lang/yap/pkg-plist b/lang/yap/pkg-plist deleted file mode 100644 index 9de4ed0090c6..000000000000 --- a/lang/yap/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/yap -include/Yap/YapInterface.h -include/Yap/c_interface.h -include/Yap/yap_structs.h -@dirrm include/Yap -lib/Yap/random.so -lib/Yap/regcomp.so -lib/Yap/regerror.so -lib/Yap/regexec.so -lib/Yap/regexp.so -lib/Yap/regfree.so -lib/Yap/startup -lib/Yap/sys.so -lib/Yap/yap2swi.so -lib/Yap/yap_tries.so -lib/libYap.a -@dirrm lib/Yap |