diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /databases/rubygem-postgres | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r-- | databases/rubygem-postgres/Makefile | 47 | ||||
-rw-r--r-- | databases/rubygem-postgres/distinfo | 1 | ||||
-rw-r--r-- | databases/rubygem-postgres/pkg-comment | 1 | ||||
-rw-r--r-- | databases/rubygem-postgres/pkg-descr | 7 | ||||
-rw-r--r-- | databases/rubygem-postgres/pkg-plist | 15 |
5 files changed, 0 insertions, 71 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile deleted file mode 100644 index 2955f887f90d..000000000000 --- a/databases/rubygem-postgres/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: ruby-postgres -# Date created: 19 April 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# -# $FreeBSD$ -# - -PORTNAME= postgres -PORTVERSION= 0.6.4 -CATEGORIES= databases ruby -MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/ruby/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -.if defined(WITH_OLD_LAYOUT) -CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/pgsql/include" \ - --with-pgsql-lib-dir="${LOCALBASE}/pgsql/lib" -.else -CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include/pgsql" -.endif -INSTALL_TARGET= site-install - -DOCS_EN= ChangeLog README doc/postgres.html -DOCS_JA= README.jp doc/postgres.jp.html - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/postgres - ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/postgres/ - ${MKDIR} ${RUBY_DOCDIR}/postgres/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/ja/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/rubygem-postgres/distinfo b/databases/rubygem-postgres/distinfo deleted file mode 100644 index 5e5680016ba7..000000000000 --- a/databases/rubygem-postgres/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/ruby-postgres-0.6.4.tar.gz) = f8701814af994042622d423e7d40961c diff --git a/databases/rubygem-postgres/pkg-comment b/databases/rubygem-postgres/pkg-comment deleted file mode 100644 index dee7ce026a08..000000000000 --- a/databases/rubygem-postgres/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby interface to PostgreSQL library diff --git a/databases/rubygem-postgres/pkg-descr b/databases/rubygem-postgres/pkg-descr deleted file mode 100644 index 07e7f5c2d86e..000000000000 --- a/databases/rubygem-postgres/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is an extention module to access PostgreSQL database from Ruby. -This library works with PostgreSQL 6.4/6.5 and 7.0/7.1. - -Authors: Yukihiro Matsumoto <matz@ruby-lang.org> - Eiji Matsumoto <usagi@ruby.club.or.jp> - Noboru Saitou <noborus@zetabits.com> (current maintainer) -WWW: http://webclub.kcom.ne.jp/mb/noborus/ruby/index.html diff --git a/databases/rubygem-postgres/pkg-plist b/databases/rubygem-postgres/pkg-plist deleted file mode 100644 index 6e2e16172337..000000000000 --- a/databases/rubygem-postgres/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/postgres.so -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/postgres/losample.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/postgres/psql.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/postgres/psqlHelp.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/postgres/test1.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/postgres/test2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/postgres/test4.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/postgres -%%PORTDOCS%%%%RUBY_DOCDIR%%/postgres/ChangeLog -%%PORTDOCS%%%%RUBY_DOCDIR%%/postgres/README -%%PORTDOCS%%%%RUBY_DOCDIR%%/postgres/postgres.html -%%PORTDOCS%%%%RUBY_DOCDIR%%/postgres/ja/README.jp -%%PORTDOCS%%%%RUBY_DOCDIR%%/postgres/ja/postgres.jp.html -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/postgres/ja -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/postgres |