Date: Wed, 8 Jul 1998 19:46:11 +0100 From: Dom Mitchell <dom@myrddin.demon.co.uk> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7216: new port of pcre-1.09 Message-ID: <E0ytzEJ-0001cl-00.qmail@myrddin.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>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 <ph10@cam.ac.uk> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0ytzEJ-0001cl-00.qmail>