summaryrefslogtreecommitdiff
path: root/databases/rubygem-postgres
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r--databases/rubygem-postgres/Makefile45
-rw-r--r--databases/rubygem-postgres/distinfo1
-rw-r--r--databases/rubygem-postgres/pkg-comment1
-rw-r--r--databases/rubygem-postgres/pkg-descr5
-rw-r--r--databases/rubygem-postgres/pkg-plist15
5 files changed, 0 insertions, 67 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
deleted file mode 100644
index 46c3de66f7e0..000000000000
--- a/databases/rubygem-postgres/Makefile
+++ /dev/null
@@ -1,45 +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.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