mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 5.0.0
PR: ports/85881 Submitted by: Ports Fury
This commit is contained in:
parent
7672c67032
commit
a574054750
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142308
4 changed files with 19 additions and 6 deletions
|
@ -7,9 +7,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= yap
|
||||
PORTVERSION= 4.5.6
|
||||
PORTVERSION= 5.0.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/Yap4.5/
|
||||
MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= Yap-${PORTVERSION:R}
|
||||
DISTNAME= Yap-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -17,6 +18,7 @@ COMMENT= A high-performance Prolog compiler
|
|||
|
||||
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -26,11 +28,17 @@ INFO= yap
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/docs/*.info*
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|@value{VERSION}|${PORTVERSION}|g' ${WRKSRC}/docs/yap.tex
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}/docs && makeinfo --no-split yap.tex
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Yap-4.5.6.tar.gz) = 9b02b62d40b0639b4dd00d5cdd3f1e1d
|
||||
SIZE (Yap-4.5.6.tar.gz) = 3297617
|
||||
MD5 (Yap-5.0.0.tar.gz) = 6afe0d720aa91a1191d4fbb8201062ed
|
||||
SIZE (Yap-5.0.0.tar.gz) = 3102749
|
||||
|
|
|
@ -4,4 +4,4 @@ Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM
|
|||
YAP follows the Edinburgh tradition, and is largely compatible with the ISO-
|
||||
Prolog standard and with Quintus and SICStus Prolog.
|
||||
|
||||
WWW: http://yap.sourceforge.net/
|
||||
WWW: http://www.ncc.up.pt/~vsc/Yap/
|
||||
|
|
|
@ -81,11 +81,15 @@ share/Yap/chr.yap
|
|||
share/Yap/cleanup.yap
|
||||
share/Yap/clpbn/aggregates.yap
|
||||
share/Yap/clpbn/bnt.yap
|
||||
share/Yap/clpbn/discrete_utils.yap
|
||||
share/Yap/clpbn/evidence.yap
|
||||
share/Yap/clpbn/gibbs.yap
|
||||
share/Yap/clpbn/graphs.yap
|
||||
share/Yap/clpbn/graphviz.yap
|
||||
share/Yap/clpbn/topsort.yap
|
||||
share/Yap/clpbn/utils.yap
|
||||
share/Yap/clpbn/vel.yap
|
||||
share/Yap/clpbn/viterbi.yap
|
||||
share/Yap/clpbn/xbif.yap
|
||||
share/Yap/clpbn.yap
|
||||
share/Yap/clpq/arith_q.yap
|
||||
|
@ -236,6 +240,7 @@ share/Yap/timeout.yap
|
|||
share/Yap/trees.yap
|
||||
share/Yap/tries.yap
|
||||
share/Yap/ugraphs.yap
|
||||
share/Yap/ypp.yap
|
||||
@dirrm share/Yap/pl
|
||||
@dirrm share/Yap/logtalk
|
||||
@dirrm share/Yap/clpr
|
||||
|
|
Loading…
Add table
Reference in a new issue