diff options
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 | 5 | ||||
-rw-r--r-- | databases/rubygem-postgres/pkg-plist | 15 |
5 files changed, 0 insertions, 69 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile deleted file mode 100644 index 50644b55f78e..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.1 -CATEGORIES= databases ruby -MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} -CONFIGURE_ARGS+= --with-pgsql-include-dir="${PGDIR}/include" \ - --with-pgsql-lib-dir="${PGDIR}/lib" -INSTALL_TARGET= site-install - -PGDIR?= ${PREFIX}/pgsql - -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/* ${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.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> diff --git a/databases/rubygem-postgres/distinfo b/databases/rubygem-postgres/distinfo deleted file mode 100644 index 6f6f19ad6f62..000000000000 --- a/databases/rubygem-postgres/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/postgres-0.6.1.tar.gz) = 12620ad063d9a36da7faff66dace3799 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 d9bdd0f48c5e..000000000000 --- a/databases/rubygem-postgres/pkg-descr +++ /dev/null @@ -1,5 +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. - -Author: Noboru Saitou <noborus@mb.kcom.ne.jp> -WWW: http://webclub.kcom.ne.jp/mb/noborus/postgres/index.html diff --git a/databases/rubygem-postgres/pkg-plist b/databases/rubygem-postgres/pkg-plist deleted file mode 100644 index 46be5927c06a..000000000000 --- a/databases/rubygem-postgres/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/postgres.so -%%RUBY_EXAMPLESDIR%%/postgres/losample.rb -%%RUBY_EXAMPLESDIR%%/postgres/psql.rb -%%RUBY_EXAMPLESDIR%%/postgres/psqlHelp.rb -%%RUBY_EXAMPLESDIR%%/postgres/test1.rb -%%RUBY_EXAMPLESDIR%%/postgres/test2.rb -%%RUBY_EXAMPLESDIR%%/postgres/test4.rb -@dirrm %%RUBY_EXAMPLESDIR%%/postgres -%%RUBY_DOCDIR%%/postgres/ChangeLog -%%RUBY_DOCDIR%%/postgres/README -%%RUBY_DOCDIR%%/postgres/postgres.html -%%RUBY_DOCDIR%%/postgres/ja/README.jp -%%RUBY_DOCDIR%%/postgres/ja/postgres.jp.html -@dirrm %%RUBY_DOCDIR%%/postgres/ja -@dirrm %%RUBY_DOCDIR%%/postgres |