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-descr7
-rw-r--r--databases/rubygem-postgres/pkg-plist15
4 files changed, 0 insertions, 68 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
deleted file mode 100644
index c435bf9c6cbe..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.7.1
-CATEGORIES= databases ruby
-MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= Ruby interface to PostgreSQL library
-
-LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
-
-POSTGRESQL_PORT?= databases/postgresql7
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include"
-INSTALL_TARGET= site-install
-
-DOCS_EN= ChangeLog README doc/postgres.html
-DOCS_JA= README.ja doc/postgres.jp.html
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/rubygem-postgres/distinfo b/databases/rubygem-postgres/distinfo
deleted file mode 100644
index 6342c3571ea3..000000000000
--- a/databases/rubygem-postgres/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/ruby-postgres-0.7.1.tar.gz) = 8ef67b3f4b089248f0420baeb0e3b3c8
diff --git a/databases/rubygem-postgres/pkg-descr b/databases/rubygem-postgres/pkg-descr
deleted file mode 100644
index 074748923a80..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://www.postgresql.jp/interfaces/ruby/archive/
diff --git a/databases/rubygem-postgres/pkg-plist b/databases/rubygem-postgres/pkg-plist
deleted file mode 100644
index 1535649e3bc3..000000000000
--- a/databases/rubygem-postgres/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/postgres.so
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/losample.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/psql.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/psqlHelp.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test1.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test2.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test4.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/postgres.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/postgres.jp.html
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%