aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-10-10 12:40:31 +0800
committerdinoex <dinoex@FreeBSD.org>2011-10-10 12:40:31 +0800
commitdfabf0b1f17f0368418b17ad83b80bd9b7c5022a (patch)
tree84ed9340257e1b4ea4aeb7dfb923bf5d5f2eab0a /databases
parent902705ab8d3fc7ca677aa6c399367a79b68ef7ab (diff)
downloadfreebsd-ports-gnome-dfabf0b1f17f0368418b17ad83b80bd9b7c5022a.tar.gz
freebsd-ports-gnome-dfabf0b1f17f0368418b17ad83b80bd9b7c5022a.tar.zst
freebsd-ports-gnome-dfabf0b1f17f0368418b17ad83b80bd9b7c5022a.zip
- retire ports
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-pg/Makefile44
-rw-r--r--databases/ruby-pg/distinfo2
-rw-r--r--databases/ruby-pg/pkg-descr10
-rw-r--r--databases/ruby-pg/pkg-plist7
-rw-r--r--databases/ruby-postgres/Makefile57
-rw-r--r--databases/ruby-postgres/distinfo2
-rw-r--r--databases/ruby-postgres/pkg-descr12
-rw-r--r--databases/ruby-postgres/pkg-plist15
-rw-r--r--databases/rubygem-postgres/Makefile36
-rw-r--r--databases/rubygem-postgres/distinfo2
-rw-r--r--databases/rubygem-postgres/pkg-descr7
11 files changed, 0 insertions, 194 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile
deleted file mode 100644
index 0a1466639072..000000000000
--- a/databases/ruby-pg/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: ruby-postgres
-# Date created: 17 Nov 2009
-# Whom: dirk.meyer@dinoex.sub.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= pg
-PORTVERSION= 0.9.0
-CATEGORIES= databases ruby
-MASTER_SITES= http://cdn.bitbucket.org/ged/ruby-pg/downloads/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= Ruby interface to PostgreSQL library
-
-IGNORE= is replaced by rubygem-pg
-DEPRECATED= is replaced by rubygem-pg
-EXPIRATION_DATE= 2011-10-01
-
-USE_PGSQL= yes
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/ext
-CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include"
-INSTALL_TARGET= site-install
-
-DOCS_EN= ChangeLog Contributors README
-DOCS_JA= README.ja
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${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/ruby-pg/distinfo b/databases/ruby-pg/distinfo
deleted file mode 100644
index 893d330b90f6..000000000000
--- a/databases/ruby-pg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/pg-0.9.0.tar.gz) = 5b421522c4e6f7e06363cf1820e14624997953c1ada5fd269706fbc6a5c0ff47
-SIZE (ruby/pg-0.9.0.tar.gz) = 91162
diff --git a/databases/ruby-pg/pkg-descr b/databases/ruby-pg/pkg-descr
deleted file mode 100644
index 7ea2cbf8f82c..000000000000
--- a/databases/ruby-pg/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-A Ruby interface to the PostgreSQL Relational Database Management System.
-
-The 'pg' module is the newer module, that has been greatly improved, and
-is almost a complete rewrite. It is not backwards compatible. Use this module
-for newly written code. It should be more stable, less buggy, and has more
-features.
-
-LICENSE: Ruby License or GPL2
-
-WWW: http://rubyforge.org/projects/ruby-pg/
diff --git a/databases/ruby-pg/pkg-plist b/databases/ruby-pg/pkg-plist
deleted file mode 100644
index ec9a87c46e4e..000000000000
--- a/databases/ruby-pg/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/pg_ext.so
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Contributors
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile
deleted file mode 100644
index f0e286d757a6..000000000000
--- a/databases/ruby-postgres/Makefile
+++ /dev/null
@@ -1,57 +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.9.2008.01.28
-PORTREVISION= 1
-CATEGORIES= databases ruby
-MASTER_SITES= RF
-MASTER_SITE_SUBDIR= ruby-pg
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= Ruby interface to PostgreSQL library
-
-IGNORE= is replaced by ruby-pg
-DEPRECATED= is replaced by ruby-pg
-EXPIRATION_DATE= 2011-10-01
-
-USE_PGSQL= yes
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}/ext
-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(NOPORTEXAMPLES)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/../sample/*.rb ${RUBY_MODEXAMPLESDIR}/
-.endif
-.if !defined(NOPORTDOCS)
- ${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.pre.mk>
-
-.if ${RUBY_VER} == "1.9"
-BROKEN= does not compile with ruby 1.9, please use ruby-pg
-.endif
-
-.include <bsd.port.post.mk>
-
diff --git a/databases/ruby-postgres/distinfo b/databases/ruby-postgres/distinfo
deleted file mode 100644
index 07f46cb7fc75..000000000000
--- a/databases/ruby-postgres/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/postgres-0.7.9.2008.01.28.tar.gz) = a3cf49c073c7879dda19eb690a5cefcb7b36e456c3c4ee7abe830b4b78f519fd
-SIZE (ruby/postgres-0.7.9.2008.01.28.tar.gz) = 61786
diff --git a/databases/ruby-postgres/pkg-descr b/databases/ruby-postgres/pkg-descr
deleted file mode 100644
index 6a488ab0cb8c..000000000000
--- a/databases/ruby-postgres/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-This is an extention module to access PostgreSQL database from Ruby.
-
-Older module, maintained for backwards compatibility. It has known flaws
-that aren't reasonably fixable without breaking backwards compatibility.
-Use this module if you have code that already works, and you just want
-the fixes that have been committed to this module (for instance,
-this module is compatible with PostgreSQL 8.3).
-
-LICENSE: Ruby License or GPL2
-
-Authors: Yukihiro Matsumoto, Eiji Matsumoto
-WWW: http://rubyforge.org/projects/ruby-pg/
diff --git a/databases/ruby-postgres/pkg-plist b/databases/ruby-postgres/pkg-plist
deleted file mode 100644
index e8aed121857e..000000000000
--- a/databases/ruby-postgres/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/postgres.so
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/losample.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/psql.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/psqlHelp.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/test1.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/test2.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/test4.rb
-%%PORTEXAMPLES%%@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%%
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
deleted file mode 100644
index 85e776d62522..000000000000
--- a/databases/rubygem-postgres/Makefile
+++ /dev/null
@@ -1,36 +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.9.2008.01.28
-PORTREVISION= 1
-CATEGORIES= databases rubygems
-MASTER_SITES= RG
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= Ruby interface to PostgreSQL library
-
-IGNORE= is replaced by rubygem-pg
-DEPRECATED= is replaced by rubygem-pg
-EXPIRATION_DATE= 2011-10-01
-
-USE_PGSQL= yes
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-PG_CONFIG= ${LOCALBASE}/bin/pg_config
-CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
- --with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
-
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} == "1.9"
-BROKEN= does not compile with ruby 1.9, please use rubygem-pg
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/databases/rubygem-postgres/distinfo b/databases/rubygem-postgres/distinfo
deleted file mode 100644
index 7fa531863b47..000000000000
--- a/databases/rubygem-postgres/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/postgres-0.7.9.2008.01.28.gem) = 86da5db7665c95d83203063dd88d4164b0cb65fcf078729e6e5c23879f058763
-SIZE (rubygem/postgres-0.7.9.2008.01.28.gem) = 32768
diff --git a/databases/rubygem-postgres/pkg-descr b/databases/rubygem-postgres/pkg-descr
deleted file mode 100644
index ad9d0fe7d4cf..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://rubyforge.org/projects/ruby-pg