pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-pg_array_parser databases/ruby-pg_array...
details: https://anonhg.NetBSD.org/pkgsrc/rev/618e6864ca33
branches: trunk
changeset: 368364:618e6864ca33
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Sep 15 17:51:34 2017 +0000
description:
databases/ruby-pg_array_parser: Import version 0.0.9
Simple library to parse PostgreSQL arrays into a array of strings.
diffstat:
databases/ruby-pg_array_parser/DESCR | 1 +
databases/ruby-pg_array_parser/Makefile | 11 +++++++++++
databases/ruby-pg_array_parser/PLIST | 17 +++++++++++++++++
databases/ruby-pg_array_parser/distinfo | 6 ++++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 5a8eb93ab2de -r 618e6864ca33 databases/ruby-pg_array_parser/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-pg_array_parser/DESCR Fri Sep 15 17:51:34 2017 +0000
@@ -0,0 +1,1 @@
+Simple library to parse PostgreSQL arrays into a array of strings.
diff -r 5a8eb93ab2de -r 618e6864ca33 databases/ruby-pg_array_parser/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-pg_array_parser/Makefile Fri Sep 15 17:51:34 2017 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2017/09/15 17:51:34 minskim Exp $
+
+DISTNAME= pg_array_parser-0.0.9
+CATEGORIES= databases
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/dockyard/pg_array_parser
+COMMENT= Library to parse PostgreSQL arrays into a array of strings
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5a8eb93ab2de -r 618e6864ca33 databases/ruby-pg_array_parser/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-pg_array_parser/PLIST Fri Sep 15 17:51:34 2017 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/15 17:51:34 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/pg_array_parser/pg_array_parser.${RUBY_DLEXT}
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/pg_array_parser/extconf.rb
+${GEM_LIBDIR}/ext/pg_array_parser/pg_array_parser.c
+${GEM_LIBDIR}/lib/pg_array_parser.rb
+${GEM_LIBDIR}/lib/pg_array_parser/pg_array_parser.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/pg_array_parser/version.rb
+${GEM_LIBDIR}/pg_array_parser.gemspec
+${GEM_LIBDIR}/spec/parser_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 5a8eb93ab2de -r 618e6864ca33 databases/ruby-pg_array_parser/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-pg_array_parser/distinfo Fri Sep 15 17:51:34 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/15 17:51:34 minskim Exp $
+
+SHA1 (pg_array_parser-0.0.9.gem) = ba9ab3d637607c053a7346cbf1a2faab650d3c0d
+RMD160 (pg_array_parser-0.0.9.gem) = d82fc8d18ef1ee81f96226bee91b4cf09c8b123c
+SHA512 (pg_array_parser-0.0.9.gem) = a1503d9598e1658eb63b6294ce1cf6f8d2e7e5c59382407946ec10d25a46b029b4bb8a8c634b190b42bef4954c4aeea60b6ffa16c596e0c3bea2df4c882896ae
+Size (pg_array_parser-0.0.9.gem) = 8192 bytes
Home |
Main Index |
Thread Index |
Old Index