diff -ruN qore.bak/Makefile qore-port/Makefile --- qore.bak/Makefile 2010-04-30 17:46:11.000000000 +0000 +++ qore-port/Makefile 2010-04-30 17:17:47.000000000 +0000 @@ -1,34 +1,24 @@ -# Ports collection makefile for: qore -# Date created: 12 November 2009 -# Whom: B. Estrade +# Ports collection makefile for: qore +# Date created: 12 November 2009 +# Whom: B. Estrade # -# $FreeBSD: ports/lang/qore/Makefile,v 1.4 2010/04/01 06:17:07 linimon Exp $ +# $FreeBSD$ # -PORTNAME= qore -PORTVERSION= 0.7.7 -CATEGORIES= lang -MASTER_SITES= SF/qore/qore/${PORTVERSION}/ +PORTNAME= qore +PORTVERSION= 0.7.8 +CATEGORIES= lang +MASTER_SITES= SF/qore/qore/0.7.8/ + +MAINTAINER= estrabd@gmail.com +COMMENT= The Qore Programming Language + +LIB_DEPENDS= ssl:${PORTSDIR}/security/openssl pcre:${PORTSDIR}/devel/pcre \ + xml2:${PORTSDIR}/textproc/libxml2 bz2:${PORTSDIR}/archivers/bzip2 +BUILD_DEPENDS= flex>=2.5.31:${PORTSDIR}/textproc/flex bison:${PORTSDIR}/devel/bison + +GNU_CONFIGURE=yes +CONFIGURE_ENV="LEX=${LOCALBASE}/bin/flex" +CONFIGURE_ARGS=--disable-debug --disable-static -MAINTAINER= estrabd@gmail.com -COMMENT= The Qore Programming Language - -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ - xml2:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex" -CONFIGURE_ARGS= --disable-debug --disable-static - -MAN1= qore.1 - -.include - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif - -.include +.include diff -ruN qore.bak/distinfo qore-port/distinfo --- qore.bak/distinfo 2010-04-30 17:46:11.000000000 +0000 +++ qore-port/distinfo 2010-04-30 17:18:36.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (qore-0.7.7.tar.gz) = 2fc602b44b65a5bba653a0a079d4ab91 -SHA256 (qore-0.7.7.tar.gz) = bf6a817875752e81c259ffc33b613ef134a31060611f98d7cdd9470f9075e8a2 -SIZE (qore-0.7.7.tar.gz) = 2753830 +MD5 (qore-0.7.8.tar.gz) = 6d70655a45870bb6c8c7ac767a22042e +SHA256 (qore-0.7.8.tar.gz) = a0dd49b03df77049b49dbc4a4c0821566d070618bd1b43e84deb2361ed20ca8d +SIZE (qore-0.7.8.tar.gz) = 2765036 diff -ruN qore.bak/pkg-descr qore-port/pkg-descr --- qore.bak/pkg-descr 2010-04-30 17:46:11.000000000 +0000 +++ qore-port/pkg-descr 2010-04-30 17:13:01.000000000 +0000 @@ -1,4 +1,4 @@ -Qore is a dynamically-typed, embeddabble programming +Qore is a dynamically-typed, embeddabble programming language designed for SMP scalability. WWW: http://www.qore.org diff -ruN qore.bak/pkg-plist qore-port/pkg-plist --- qore.bak/pkg-plist 2010-04-30 17:46:11.000000000 +0000 +++ qore-port/pkg-plist 2010-04-30 17:13:01.000000000 +0000 @@ -2,6 +2,7 @@ lib/libqore.la lib/libqore.so lib/libqore.so.8 +man/man1/qore.1 include/qore/ReferenceArgumentHelper.h include/qore/ReferenceHelper.h include/qore/qore_thread.h