From owner-freebsd-ports Wed Jul 8 11:50:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10952 for freebsd-ports-outgoing; Wed, 8 Jul 1998 11:50:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10928 for ; Wed, 8 Jul 1998 11:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA15242; Wed, 8 Jul 1998 11:50:02 -0700 (PDT) Received: from myrddin.demon.co.uk (exim@myrddin.demon.co.uk [158.152.54.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10540 for ; Wed, 8 Jul 1998 11:46:50 -0700 (PDT) (envelope-from dom@myrddin.demon.co.uk) Received: from dom by myrddin.demon.co.uk with local (Exim 1.92 #1) id 0ytzEJ-0001cl-00; Wed, 8 Jul 1998 19:46:11 +0100 Message-Id: Date: Wed, 8 Jul 1998 19:46:11 +0100 From: Dom Mitchell Reply-To: dom@myrddin.demon.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7216: new port of pcre-1.09 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7216 >Category: ports >Synopsis: new port of pcre-1.09 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 8 11:50:01 PDT 1998 >Last-Modified: >Originator: Dom Mitchell >Organization: Big orange angry things, inc. >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD myrddin.demon.co.uk 3.0-CURRENT FreeBSD 3.0-CURRENT #3: Sun Jul 5 15:50:59 BST 1998 root@myrddin.demon.co.uk:/usr/src/sys/compile/MYRDDIN i386 >Description: pcre is Perl Compatible Regular expressino library which may well be useful to some developers. It's quite small, as well. It is used inside the exim mailer. >How-To-Repeat: make, make install >Fix: Apply this port: # 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: # # pcre # pcre/pkg # pcre/pkg/COMMENT # pcre/pkg/DESCR # pcre/pkg/PLIST # pcre/files # pcre/files/md5 # pcre/Makefile # echo c - pcre mkdir -p pcre > /dev/null 2>&1 echo c - pcre/pkg mkdir -p pcre/pkg > /dev/null 2>&1 echo x - pcre/pkg/COMMENT sed 's/^X//' >pcre/pkg/COMMENT << 'END-of-pcre/pkg/COMMENT' XPerl Compatible Regular Expressions library. END-of-pcre/pkg/COMMENT echo x - pcre/pkg/DESCR sed 's/^X//' >pcre/pkg/DESCR << 'END-of-pcre/pkg/DESCR' XPCRE is a Perl compatible library of regular expressions. They Xare based on a completely seperate code-base from Henry Spencers Xoriginals. It has been designed to make efficient use of memory Xfor compiled regex's. X XOriginal Author: Phil Hazel END-of-pcre/pkg/DESCR echo x - pcre/pkg/PLIST sed 's/^X//' >pcre/pkg/PLIST << 'END-of-pcre/pkg/PLIST' Xbin/pgrep Xinclude/pcre.h Xlib/libpcre.a Xman/man1/pgrep.1.gz Xman/man3/pcre.3.gz Xman/man3/pcreposix.3.gz END-of-pcre/pkg/PLIST echo c - pcre/files mkdir -p pcre/files > /dev/null 2>&1 echo x - pcre/files/md5 sed 's/^X//' >pcre/files/md5 << 'END-of-pcre/files/md5' XMD5 (pcre-1.09.tar.gz) = e6826e6e3b25e3e09e1bf46f637e8fe5 END-of-pcre/files/md5 echo x - pcre/Makefile sed 's/^X//' >pcre/Makefile << 'END-of-pcre/Makefile' X# New ports collection makefile for: pcre X# Version required: 1.09 X# Date created: 08 July 1998 X# Whom: dom X# X# $Id$ X# X XDISTNAME= pcre-1.09 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ X XMAINTAINER= dom@myrddin.demon.co.uk X XMAN3= pcre.3 pcreposix.3 XMAN1= pgrep.1 X Xdo-configure: X ${SED} -e '/^CC/s/.*/CC=${CC}/' \ X -e '/^CFLAGS/s/.*/CFLAGS=${CFLAGS}/' \ X -e '/^RANLIB/s/.*/RANLIB=${RANLIB}/' \ X ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.new X ${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/pgrep ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/libpcre.a ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/pcre.h ${PREFIX}/include X ${INSTALL_MAN} ${WRKSRC}/pcre.3 ${PREFIX}/man/man3 X ${INSTALL_MAN} ${WRKSRC}/pcreposix.3 ${PREFIX}/man/man3 X ${INSTALL_MAN} ${WRKSRC}/pgrep.1 ${PREFIX}/man/man1 X X.include END-of-pcre/Makefile exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message