From owner-freebsd-ports Tue Dec 3 16:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EF5937B401 for ; Tue, 3 Dec 2002 16:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0AC743EC2 for ; Tue, 3 Dec 2002 16:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB40K5x3017816 for ; Tue, 3 Dec 2002 16:20:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB40K5e5017815; Tue, 3 Dec 2002 16:20:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA9237B401 for ; Tue, 3 Dec 2002 16:14:02 -0800 (PST) Received: from plonk.home.oav.net (kiwi.adsl.isdnet.net [195.154.177.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C38D43EBE for ; Tue, 3 Dec 2002 16:14:01 -0800 (PST) (envelope-from kiwi@plonk.home.oav.net) Received: by plonk.home.oav.net (Postfix, from userid 1000) id 9A9B454A4; Wed, 4 Dec 2002 01:12:49 +0100 (CET) Message-Id: <20021204001249.9A9B454A4@plonk.home.oav.net> Date: Wed, 4 Dec 2002 01:12:49 +0100 (CET) From: Xavier Beaudouin Reply-To: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org Cc: kiwi@oav.net X-Send-Pr-Version: 3.113 Subject: ports/45980: New port: lang/pexts : Pike extensions for pike 7.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45980 >Category: ports >Synopsis: New port: lang/pexts : Pike extensions for pike 7.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 03 16:20:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: The Caudium Group >Environment: System: FreeBSD plonk.isdnet.net 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #2: Fri Nov 22 18:13:20 CET 2002 root@plonk.isdnet.net:/usr/src/sys/compile/PLONK i386 Port collection from 02 Dec 2002 >Description: PExts (Pike EXTensionS) are modules for Pike to handle some usefull extensions like bzip2, mhash and PCRE. Theses modules are used automaticaly by Caudium. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pexts # pexts/pkg-plist # pexts/pkg-descr # pexts/pkg-comment # pexts/distinfo # pexts/Makefile # echo c - pexts mkdir -p pexts > /dev/null 2>&1 echo x - pexts/pkg-plist sed 's/^X//' >pexts/pkg-plist << 'END-of-pexts/pkg-plist' Xpike/7.2.440/lib/modules/Curses.so Xpike/7.2.440/lib/modules/Gzip.so Xpike/7.2.440/lib/modules/Mhash.so Xpike/7.2.440/lib/modules/PCRE.so Xpike/7.2.440/lib/modules/bzip2.so Xpike/7.2.440/lib/modules/mcrypt.so END-of-pexts/pkg-plist echo x - pexts/pkg-descr sed 's/^X//' >pexts/pkg-descr << 'END-of-pexts/pkg-descr' XThird party Pike extensions to support bzip2 compression library, gzip Xcompression library, curses, mhash fast crypto lib, PCRE lib, mcrypt extentions. X XWWW: http://caudium.net/ END-of-pexts/pkg-descr echo x - pexts/pkg-comment sed 's/^X//' >pexts/pkg-comment << 'END-of-pexts/pkg-comment' XThird party Pike 7.2 extensions END-of-pexts/pkg-comment echo x - pexts/distinfo sed 's/^X//' >pexts/distinfo << 'END-of-pexts/distinfo' XMD5 (pexts-snapshot-20020121.tar.gz) = 3e5d975082daae55786dde8a6b006a8d END-of-pexts/distinfo echo x - pexts/Makefile sed 's/^X//' >pexts/Makefile << 'END-of-pexts/Makefile' X# New ports collection makefile for: pike X# Date created: 21 Jan 2002 X# Whom: kiwi@oav.net X# X# $FreeBSD$ X# X XPORTNAME= pexts XPORTVERSION= 20020121 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ X http://ftp.oav.net/pkg_freebsd/distfiles/ \ X http://grendel.firewall.com/caudium-pkg/ XDISTNAME= pexts-snapshot-${PORTVERSION} X XMAINTAINER= kiwi@oav.net X XBUILD_DEPENDS= pike:${PORTSDIR}/lang/pike72/ XLIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash/ \ X mcrypt.7:${PORTSDIR}/security/libmcrypt/ X XWRKSRC= ${WRKDIR}/pexts X XGNU_CONFIGURE= yes X XCONFIGURE_ARGS+= --without-debug X XUSE_GMAKE= yes X Xpre-configure: X @${ECHO} ${CONFIGURE_ARGS} X X.include END-of-pexts/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message