diff options
author | knu <knu@FreeBSD.org> | 2001-06-09 14:23:33 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-09 14:23:33 +0000 |
commit | 2950959561391a595e8f20f73a6531aa1a6f01e9 (patch) | |
tree | a71842a26dc8fbaeb144ef9e7d6482fb323e64bc /databases/ruby-dbd_pg | |
parent | b19838b2b1718044d5eeb3b47519b5aeaedca7ef (diff) | |
download | FreeBSD-ports-2950959561391a595e8f20f73a6531aa1a6f01e9.zip FreeBSD-ports-2950959561391a595e8f20f73a6531aa1a6f01e9.tar.gz |
Update Ruby/DBI to 0.0.5.
ruby-dbd_postgresql has been renamed to ruby-dbd_pg. (without a
repocopy since ruby-dbd_postgresql has no history)
Diffstat (limited to 'databases/ruby-dbd_pg')
-rw-r--r-- | databases/ruby-dbd_pg/Makefile | 39 | ||||
-rw-r--r-- | databases/ruby-dbd_pg/pkg-comment | 1 | ||||
-rw-r--r-- | databases/ruby-dbd_pg/pkg-descr | 5 | ||||
-rw-r--r-- | databases/ruby-dbd_pg/pkg-plist | 4 |
4 files changed, 49 insertions, 0 deletions
diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile new file mode 100644 index 0000000..03d8df9 --- /dev/null +++ b/databases/ruby-dbd_pg/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: dbd_pg for DBD-for-Ruby +# Date created: 9 June 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= dbd_pg +PORTVERSION= ${RUBY_DBI_PORTVERSION} +CATEGORIES= databases ruby +MASTER_SITES= ${RUBY_DBI_MASTER_SITES} +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${RUBY_DBI_DISTNAME} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ + ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres + +USE_RUBY= yes +USE_RUBY_SETUP= yes + +WRKSRC= ${RUBY_DBI_WRKSRC} +CONFIGURE_ARGS= --with=lib/${PORTNAME} + +DOCS_EN= lib/${PORTNAME}/doc/* + +.include "${.CURDIR}/../ruby-dbi/Makefile.common" + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_DOCDIR}/${RUBY_DBI_PORTNAME}/${PORTNAME} +.for f in ${DOCS_EN} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${RUBY_DBI_PORTNAME}/${PORTNAME}/ +.endfor +.endif + +.include <bsd.port.mk> diff --git a/databases/ruby-dbd_pg/pkg-comment b/databases/ruby-dbd_pg/pkg-comment new file mode 100644 index 0000000..e5eabfa --- /dev/null +++ b/databases/ruby-dbd_pg/pkg-comment @@ -0,0 +1 @@ +PostgreSQL driver for DBI-for-Ruby diff --git a/databases/ruby-dbd_pg/pkg-descr b/databases/ruby-dbd_pg/pkg-descr new file mode 100644 index 0000000..cfb254e --- /dev/null +++ b/databases/ruby-dbd_pg/pkg-descr @@ -0,0 +1,5 @@ +This is the PostgreSQL driver for DBI-for-Ruby. + +Author: Jim Weirich <jweirich@one.ent> +WWW: http://www.ruby-projects.org/dbi/ + diff --git a/databases/ruby-dbd_pg/pkg-plist b/databases/ruby-dbd_pg/pkg-plist new file mode 100644 index 0000000..24122cb --- /dev/null +++ b/databases/ruby-dbd_pg/pkg-plist @@ -0,0 +1,4 @@ +%%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb +@dirrm %%RUBY_SITELIBDIR%%/DBD/Pg +%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/dbd_pg/README +%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/dbi/dbd_pg |