From owner-freebsd-ports Mon Feb 11 20:11: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6009137C5A0 for ; Mon, 11 Feb 2002 19:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C3o0f67908; Mon, 11 Feb 2002 19:50:00 -0800 (PST) (envelope-from gnats) Received: from palle.girgensohn.se (c213-89-136-218.cm-upc.chello.se [213.89.136.218]) by hub.freebsd.org (Postfix) with ESMTP id D31C037C7F8 for ; Mon, 11 Feb 2002 19:33:33 -0800 (PST) Received: (from girgen@localhost) by palle.girgensohn.se (8.11.6/8.11.6) id g1C3XWf66280; Tue, 12 Feb 2002 04:33:32 +0100 (CET) (envelope-from girgen) Message-Id: <200202120333.g1C3XWf66280@palle.girgensohn.se> Date: Tue, 12 Feb 2002 04:33:32 +0100 (CET) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34858: new port p5-postgresql-plperl 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: 34858 >Category: ports >Synopsis: new port p5-postgresql-plperl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 19:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: Partitur >Environment: System: FreeBSD palle.girgensohn.se 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #11: Fri Dec 28 17:22:10 CET 2001 root@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386 >Description: This is a port of the PL/Perl module that is part of the postgresql-7.2 distribution. >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: # # p5-postgresql-plperl # p5-postgresql-plperl/pkg-comment # p5-postgresql-plperl/pkg-descr # p5-postgresql-plperl/pkg-plist # p5-postgresql-plperl/Makefile # p5-postgresql-plperl/pkg-message # echo c - p5-postgresql-plperl mkdir -p p5-postgresql-plperl > /dev/null 2>&1 echo x - p5-postgresql-plperl/pkg-comment sed 's/^X//' >p5-postgresql-plperl/pkg-comment << 'END-of-p5-postgresql-plperl/pkg-comment' XA module for using Perl5 to write SQL functions END-of-p5-postgresql-plperl/pkg-comment echo x - p5-postgresql-plperl/pkg-descr sed 's/^X//' >p5-postgresql-plperl/pkg-descr << 'END-of-p5-postgresql-plperl/pkg-descr' XPL/Perl allows you to write PostgreSQL functions and procedures in XPerl. Consult the PostgreSQL User's Guide and the INSTALL file in the Xtop-level directory of the source distribution for more information. X XThis software is part of the standard PostgreSQL distribution. X XWWW: http://www.postgresql.org/ END-of-p5-postgresql-plperl/pkg-descr echo x - p5-postgresql-plperl/pkg-plist sed 's/^X//' >p5-postgresql-plperl/pkg-plist << 'END-of-p5-postgresql-plperl/pkg-plist' Xlib/postgresql/plperl.so X@unexec rmdir %D/lib/postgresql 2>/dev/null || true END-of-p5-postgresql-plperl/pkg-plist echo x - p5-postgresql-plperl/Makefile sed 's/^X//' >p5-postgresql-plperl/Makefile << 'END-of-p5-postgresql-plperl/Makefile' X# New ports collection makefile for: PostgreSQL JDBC X# Date created: January 14, 2002 X# Whom: Palle Girgensohn X# X# $FreeBSD: ports/databases/postgresql7/Makefile,v 1.90 2001/12/12 19:30:35 ijliao Exp $ X# X XPORTNAME= postgresql-plperl XPORTVERSION= 7.2 XCATEGORIES= databases perl5 XPKGNAMEPREFIX= p5- X XMAINTAINER= girgen@partitur.se X XPOSTGRESQL_SUBPORT=YES X.include <${.CURDIR}/../postgresql7/Makefile> X XRUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7 X XUSE_PERL5= yes XCONFIGURE_ARGS= --with-perl X XMAKE_ARGS+= -C src/pl/plperl XMAKEFILE= GNUmakefile X Xpost-install: X @ ${CAT} ${PKGMESSAGE} X X.include END-of-p5-postgresql-plperl/Makefile echo x - p5-postgresql-plperl/pkg-message sed 's/^X//' >p5-postgresql-plperl/pkg-message << 'END-of-p5-postgresql-plperl/pkg-message' XPL/Perl has been installed. Check the createlang(l) manpage for more Xinfo. You can install PL/Perl as trusted or untrusted, by using either X"createlang plperl" or "createlang plperlu". END-of-p5-postgresql-plperl/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message