diff options
author | clsung <clsung@FreeBSD.org> | 2007-08-03 07:23:12 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-08-03 07:23:12 +0000 |
commit | a3619fd1944688d30f4991df2abe59be3f932ff9 (patch) | |
tree | a32cd258ed27863b78d1112511712e33f63f6b61 /databases | |
parent | 7be89eb8fe38712cf7c80373a88c06ace3cb5c22 (diff) | |
download | FreeBSD-ports-a3619fd1944688d30f4991df2abe59be3f932ff9.zip FreeBSD-ports-a3619fd1944688d30f4991df2abe59be3f932ff9.tar.gz |
- databases/ruby-postgres -> databases/rubygem-postgres
PR: ports/114048
Submitted by: Roderick van Domburg <r dot s dot a dot vandomburg_AT_nedforce dot nl>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-postgres/Makefile | 43 | ||||
-rw-r--r-- | databases/ruby-postgres/distinfo | 3 | ||||
-rw-r--r-- | databases/ruby-postgres/pkg-descr | 7 | ||||
-rw-r--r-- | databases/ruby-postgres/pkg-plist | 15 |
5 files changed, 1 insertions, 69 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6bb34ad..b7db70c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -485,13 +485,13 @@ SUBDIR += ruby-mysql SUBDIR += ruby-o_dbm SUBDIR += ruby-odbc - SUBDIR += ruby-postgres SUBDIR += ruby-qdbm SUBDIR += ruby-rdbc1 SUBDIR += ruby-search-namazu SUBDIR += ruby-sqlite SUBDIR += rubygem-activerecord SUBDIR += rubygem-memcache-client + SUBDIR += rubygem-postgres SUBDIR += rubygem-rrdtool SUBDIR += rubygem-sqlite3 SUBDIR += skytools diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile deleted file mode 100644 index 4821b59..0000000 --- a/databases/ruby-postgres/Makefile +++ /dev/null @@ -1,43 +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 -PORTREVISION= 2 -CATEGORIES= databases ruby -MASTER_SITES= http://ruby.scripting.ca/postgres/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Ruby interface to PostgreSQL library - -USE_PGSQL= yes -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/ruby-postgres/distinfo b/databases/ruby-postgres/distinfo deleted file mode 100644 index af78e2a..0000000 --- a/databases/ruby-postgres/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/ruby-postgres-0.7.1.tar.gz) = 8ef67b3f4b089248f0420baeb0e3b3c8 -SHA256 (ruby/ruby-postgres-0.7.1.tar.gz) = 78b875f6632dd89ecaab22c264e4c99f7742c8ca6100b380b01e2f65221b80d1 -SIZE (ruby/ruby-postgres-0.7.1.tar.gz) = 29256 diff --git a/databases/ruby-postgres/pkg-descr b/databases/ruby-postgres/pkg-descr deleted file mode 100644 index 0747489..0000000 --- a/databases/ruby-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/ruby-postgres/pkg-plist b/databases/ruby-postgres/pkg-plist deleted file mode 100644 index 1535649..0000000 --- a/databases/ruby-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%% |