mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New port: lang/pexts : Pike extensions for pike 7.2
PExts (Pike EXTensionS) are modules for Pike to handle some usefull extensions like bzip2, mhash and PCRE. Theses modules are used automaticaly by Caudium. PR: ports/45980 Submitted by: Xavier Beaudouin <kiwi@oav.net>
This commit is contained in:
parent
0bf04dc976
commit
e662fd7e73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75354
5 changed files with 46 additions and 0 deletions
|
@ -138,6 +138,7 @@
|
||||||
SUBDIR += pdss
|
SUBDIR += pdss
|
||||||
SUBDIR += perl5
|
SUBDIR += perl5
|
||||||
SUBDIR += perl5.8
|
SUBDIR += perl5.8
|
||||||
|
SUBDIR += pexts
|
||||||
SUBDIR += pfe-devel
|
SUBDIR += pfe-devel
|
||||||
SUBDIR += php-mode.el
|
SUBDIR += php-mode.el
|
||||||
SUBDIR += php3
|
SUBDIR += php3
|
||||||
|
|
34
lang/pexts/Makefile
Normal file
34
lang/pexts/Makefile
Normal file
|
@ -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>
|
1
lang/pexts/distinfo
Normal file
1
lang/pexts/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (pexts-snapshot-20020121.tar.gz) = 3e5d975082daae55786dde8a6b006a8d
|
4
lang/pexts/pkg-descr
Normal file
4
lang/pexts/pkg-descr
Normal file
|
@ -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/
|
6
lang/pexts/pkg-plist
Normal file
6
lang/pexts/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue