Index: head/databases/Makefile =================================================================== --- head/databases/Makefile (revision 54889) +++ head/databases/Makefile (revision 54890) @@ -1,144 +1,145 @@ # $FreeBSD$ # SUBDIR += adodb SUBDIR += bbdb SUBDIR += bbdb-emacs20 SUBDIR += cdb SUBDIR += clip SUBDIR += db SUBDIR += db3 SUBDIR += db4 SUBDIR += dbconnect SUBDIR += dbf2mysql SUBDIR += dbmetrix SUBDIR += dbtool SUBDIR += dbview SUBDIR += edb SUBDIR += fastdb SUBDIR += firebird SUBDIR += firebird-devel SUBDIR += freetds SUBDIR += gadfly SUBDIR += gdbm SUBDIR += gigabase SUBDIR += gmysql SUBDIR += gnats SUBDIR += gnomedb SUBDIR += grass SUBDIR += gtksql SUBDIR += interbase4 SUBDIR += java-sqlrelay SUBDIR += jdbc-oracle816 SUBDIR += libdbi SUBDIR += libgda SUBDIR += libiodbc SUBDIR += libodbc++ SUBDIR += libsdb SUBDIR += libudbc SUBDIR += mdbtools SUBDIR += metakit SUBDIR += mird SUBDIR += msql SUBDIR += myodbc SUBDIR += mysql++ SUBDIR += mysql-editor SUBDIR += mysql-gui SUBDIR += mysql-jdbc-mm SUBDIR += mysql-navigator SUBDIR += mysql2pgsql SUBDIR += mysql323-client SUBDIR += mysql323-server SUBDIR += mysqltcl SUBDIR += mytop SUBDIR += namazu2 SUBDIR += p5-ApacheDBILogConfig SUBDIR += p5-ApacheDBILogger SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BerkeleyDB SUBDIR += p5-CDB_File SUBDIR += p5-CDB_File-Generator SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBI SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBZ_File SUBDIR += p5-GDBM SUBDIR += p5-GraphViz-DBI SUBDIR += p5-MLDBM SUBDIR += p5-Metadata SUBDIR += p5-Msql SUBDIR += p5-MyObject SUBDIR += p5-Mysql SUBDIR += p5-Pg SUBDIR += p5-SQL-Statement SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Tie-DBI SUBDIR += p5-hp200lx-db + SUBDIR += p5-postgresql-plperl SUBDIR += p5-sqlrelay SUBDIR += php-sqlrelay SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgresql-plruby SUBDIR += postgresql7 SUBDIR += pxtools SUBDIR += py-MySQL SUBDIR += py-MySQLdb SUBDIR += py-PyGreSQL SUBDIR += py-SQLDict SUBDIR += py-bsddb3 SUBDIR += py-cdb SUBDIR += py-gdbm SUBDIR += py-pyPgSQL SUBDIR += py-sqlrelay SUBDIR += rdb SUBDIR += ruby-bdb SUBDIR += ruby-bdb1 SUBDIR += ruby-cdb SUBDIR += ruby-dbd_interbase SUBDIR += ruby-dbd_msql SUBDIR += ruby-dbd_mysql SUBDIR += ruby-dbd_odbc SUBDIR += ruby-dbd_pg SUBDIR += ruby-dbd_proxy SUBDIR += ruby-dbd_sqlite SUBDIR += ruby-dbd_sqlrelay SUBDIR += ruby-dbd_sybase SUBDIR += ruby-dbi SUBDIR += ruby-gdbm SUBDIR += ruby-interbase SUBDIR += ruby-msql SUBDIR += ruby-mysql SUBDIR += ruby-o_dbm SUBDIR += ruby-odbc SUBDIR += ruby-postgres SUBDIR += ruby-rdbc1 SUBDIR += ruby-search-namazu SUBDIR += ruby-sqlrelay SUBDIR += sixpack SUBDIR += sqlite SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += tcl-Mysql SUBDIR += tkgnats SUBDIR += tora SUBDIR += typhoon SUBDIR += unixODBC SUBDIR += xmbase-grok SUBDIR += xmysql SUBDIR += xmysqladmin SUBDIR += zodb SUBDIR += zpygresqlda .include Property changes on: head/databases/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.165 \ No newline at end of property +1.166 \ No newline at end of property Index: head/databases/p5-postgresql-plperl/Makefile =================================================================== --- head/databases/p5-postgresql-plperl/Makefile (nonexistent) +++ head/databases/p5-postgresql-plperl/Makefile (revision 54890) @@ -0,0 +1,29 @@ +# New ports collection makefile for: PostgreSQL JDBC +# Date created: January 14, 2002 +# Whom: Palle Girgensohn +# +# $FreeBSD$ +# + +PORTNAME= postgresql-plperl +PORTVERSION= 7.2 +CATEGORIES= databases perl5 +PKGNAMEPREFIX= p5- + +MAINTAINER= girgen@partitur.se + +POSTGRESQL_SUBPORT=YES +.include <${.CURDIR}/../postgresql7/Makefile> + +RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7 + +USE_PERL5= yes +CONFIGURE_ARGS= --with-perl + +MAKE_ARGS+= -C src/pl/plperl +MAKEFILE= GNUmakefile + +post-install: + @ ${CAT} ${PKGMESSAGE} + +.include Property changes on: head/databases/p5-postgresql-plperl/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/databases/p5-postgresql-plperl/pkg-comment =================================================================== --- head/databases/p5-postgresql-plperl/pkg-comment (nonexistent) +++ head/databases/p5-postgresql-plperl/pkg-comment (revision 54890) @@ -0,0 +1 @@ +A module for using Perl5 to write SQL functions Property changes on: head/databases/p5-postgresql-plperl/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/p5-postgresql-plperl/pkg-descr =================================================================== --- head/databases/p5-postgresql-plperl/pkg-descr (nonexistent) +++ head/databases/p5-postgresql-plperl/pkg-descr (revision 54890) @@ -0,0 +1,7 @@ +PL/Perl allows you to write PostgreSQL functions and procedures in +Perl. Consult the PostgreSQL User's Guide and the INSTALL file in the +top-level directory of the source distribution for more information. + +This software is part of the standard PostgreSQL distribution. + +WWW: http://www.postgresql.org/ Property changes on: head/databases/p5-postgresql-plperl/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/p5-postgresql-plperl/pkg-message =================================================================== --- head/databases/p5-postgresql-plperl/pkg-message (nonexistent) +++ head/databases/p5-postgresql-plperl/pkg-message (revision 54890) @@ -0,0 +1,3 @@ +PL/Perl has been installed. Check the createlang(l) manpage for more +info. You can install PL/Perl as trusted or untrusted, by using either +"createlang plperl" or "createlang plperlu". Property changes on: head/databases/p5-postgresql-plperl/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/p5-postgresql-plperl/pkg-plist =================================================================== --- head/databases/p5-postgresql-plperl/pkg-plist (nonexistent) +++ head/databases/p5-postgresql-plperl/pkg-plist (revision 54890) @@ -0,0 +1,2 @@ +lib/postgresql/plperl.so +@unexec rmdir %D/lib/postgresql 2>/dev/null || true Property changes on: head/databases/p5-postgresql-plperl/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property