diff options
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/pexts/Makefile | 34 | ||||
-rw-r--r-- | lang/pexts/distinfo | 1 | ||||
-rw-r--r-- | lang/pexts/pkg-descr | 4 | ||||
-rw-r--r-- | lang/pexts/pkg-plist | 6 |
5 files changed, 46 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 01c61295ef36..fb50580a85c0 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -138,6 +138,7 @@ SUBDIR += pdss SUBDIR += perl5 SUBDIR += perl5.8 + SUBDIR += pexts SUBDIR += pfe-devel SUBDIR += php-mode.el SUBDIR += php3 diff --git a/lang/pexts/Makefile b/lang/pexts/Makefile new file mode 100644 index 000000000000..2de2e3a711d6 --- /dev/null +++ b/lang/pexts/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: pike +# Date created: 21 Jan 2002 +# Whom: kiwi@oav.net +# +# $FreeBSD$ +# + +PORTNAME= pexts +PORTVERSION= 20020121 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ + http://ftp.oav.net/pkg_freebsd/distfiles/ \ + http://grendel.firewall.com/caudium-pkg/ +DISTNAME= pexts-snapshot-${PORTVERSION} + +MAINTAINER= kiwi@oav.net +COMMENT= Third party Pike 7.2 extensions + +BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike72/ +LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash/ \ + mcrypt.8:${PORTSDIR}/security/libmcrypt/ + +WRKSRC= ${WRKDIR}/pexts + +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --without-debug + +USE_GMAKE= yes + +pre-configure: + @${ECHO} ${CONFIGURE_ARGS} + +.include <bsd.port.mk> diff --git a/lang/pexts/distinfo b/lang/pexts/distinfo new file mode 100644 index 000000000000..34f1d56b6c98 --- /dev/null +++ b/lang/pexts/distinfo @@ -0,0 +1 @@ +MD5 (pexts-snapshot-20020121.tar.gz) = 3e5d975082daae55786dde8a6b006a8d diff --git a/lang/pexts/pkg-descr b/lang/pexts/pkg-descr new file mode 100644 index 000000000000..69c4ada9f3ce --- /dev/null +++ b/lang/pexts/pkg-descr @@ -0,0 +1,4 @@ +Third party Pike extensions to support bzip2 compression library, gzip +compression library, curses, mhash fast crypto lib, PCRE lib, mcrypt extentions. + +WWW: http://caudium.net/ diff --git a/lang/pexts/pkg-plist b/lang/pexts/pkg-plist new file mode 100644 index 000000000000..e0fc06e5f9b0 --- /dev/null +++ b/lang/pexts/pkg-plist @@ -0,0 +1,6 @@ +pike/7.2.440/lib/modules/Curses.so +pike/7.2.440/lib/modules/Gzip.so +pike/7.2.440/lib/modules/Mhash.so +pike/7.2.440/lib/modules/PCRE.so +pike/7.2.440/lib/modules/bzip2.so +pike/7.2.440/lib/modules/mcrypt.so |