diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:15:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:15:57 +0000 |
commit | 456a7b952b190341e07ab297a8666846222842f4 (patch) | |
tree | f2c287a66cf3a9d9e65b3d646a06ad96d18216cd /databases | |
parent | 3d7025883ac41335deb26fd69e2200a943456068 (diff) | |
download | pkgsrc-456a7b952b190341e07ab297a8666846222842f4.tar.gz |
Initial import of ruby18-postgres-pr-0.4.0 as databases/ruby-postgres-pr.
This library is a pure Ruby implementation of a PostgreSQL adapter.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-postgres-pr/DESCR | 1 | ||||
-rw-r--r-- | databases/ruby-postgres-pr/Makefile | 13 | ||||
-rw-r--r-- | databases/ruby-postgres-pr/PLIST | 29 | ||||
-rw-r--r-- | databases/ruby-postgres-pr/distinfo | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/databases/ruby-postgres-pr/DESCR b/databases/ruby-postgres-pr/DESCR new file mode 100644 index 00000000000..e206aa6095e --- /dev/null +++ b/databases/ruby-postgres-pr/DESCR @@ -0,0 +1 @@ +This library is a pure Ruby implementation of a PostgreSQL adapter. diff --git a/databases/ruby-postgres-pr/Makefile b/databases/ruby-postgres-pr/Makefile new file mode 100644 index 00000000000..390fd4d096b --- /dev/null +++ b/databases/ruby-postgres-pr/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:15:57 jlam Exp $ + +DISTNAME= postgres-pr-0.4.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= databases + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Pure Ruby extension for PostgreSQL + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-postgres-pr/PLIST b/databases/ruby-postgres-pr/PLIST new file mode 100644 index 00000000000..1796fd0ed93 --- /dev/null +++ b/databases/ruby-postgres-pr/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:15:57 jlam Exp $ +${GEM_HOME}/cache/postgres-pr-${PKGVERSION}.gem +${GEM_LIBDIR}/examples/client.rb +${GEM_LIBDIR}/examples/og/test.rb +${GEM_LIBDIR}/examples/server.rb +${GEM_LIBDIR}/examples/test_connection.rb +${GEM_LIBDIR}/lib/binary_reader.rb +${GEM_LIBDIR}/lib/binary_writer.rb +${GEM_LIBDIR}/lib/buffer.rb +${GEM_LIBDIR}/lib/byteorder.rb +${GEM_LIBDIR}/lib/postgres-pr/connection.rb +${GEM_LIBDIR}/lib/postgres-pr/message.rb +${GEM_LIBDIR}/lib/postgres-pr/postgres-compat.rb +${GEM_LIBDIR}/lib/postgres-pr/typeconv/TC_conv.rb +${GEM_LIBDIR}/lib/postgres-pr/typeconv/array.rb +${GEM_LIBDIR}/lib/postgres-pr/typeconv/bytea.rb +${GEM_LIBDIR}/lib/postgres-pr/typeconv/conv.rb +${GEM_LIBDIR}/lib/postgres-pr/version.rb +${GEM_LIBDIR}/lib/postgres.rb +${GEM_LIBDIR}/test/TC_message.rb +${GEM_HOME}/specifications/postgres-pr-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/test +@dirrm ${GEM_LIBDIR}/lib/postgres-pr/typeconv +@dirrm ${GEM_LIBDIR}/lib/postgres-pr +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR}/examples/og +@dirrm ${GEM_LIBDIR}/examples +@dirrm ${GEM_LIBDIR} +@exec ${MKDIR} %D/${GEM_DOCDIR} diff --git a/databases/ruby-postgres-pr/distinfo b/databases/ruby-postgres-pr/distinfo new file mode 100644 index 00000000000..143e23ec366 --- /dev/null +++ b/databases/ruby-postgres-pr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:15:57 jlam Exp $ + +SHA1 (postgres-pr-0.4.0.gem) = 6671d7aee6501334385d03c3c78d43107328e336 +RMD160 (postgres-pr-0.4.0.gem) = a9ffe2f220ff12a0834c56777eb4a86c35121739 +Size (postgres-pr-0.4.0.gem) = 12288 bytes |