pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-pg_array_parser



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Sep 15 17:51:34 UTC 2017

Added Files:
        pkgsrc/databases/ruby-pg_array_parser: DESCR Makefile PLIST distinfo

Log Message:
databases/ruby-pg_array_parser: Import version 0.0.9

Simple library to parse PostgreSQL arrays into a array of strings.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/ruby-pg_array_parser/DESCR \
    pkgsrc/databases/ruby-pg_array_parser/Makefile \
    pkgsrc/databases/ruby-pg_array_parser/PLIST \
    pkgsrc/databases/ruby-pg_array_parser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/databases/ruby-pg_array_parser/DESCR
diff -u /dev/null pkgsrc/databases/ruby-pg_array_parser/DESCR:1.1
--- /dev/null   Fri Sep 15 17:51:34 2017
+++ pkgsrc/databases/ruby-pg_array_parser/DESCR Fri Sep 15 17:51:34 2017
@@ -0,0 +1 @@
+Simple library to parse PostgreSQL arrays into a array of strings.
Index: pkgsrc/databases/ruby-pg_array_parser/Makefile
diff -u /dev/null pkgsrc/databases/ruby-pg_array_parser/Makefile:1.1
--- /dev/null   Fri Sep 15 17:51:34 2017
+++ pkgsrc/databases/ruby-pg_array_parser/Makefile      Fri Sep 15 17:51:34 2017
@@ -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"
Index: pkgsrc/databases/ruby-pg_array_parser/PLIST
diff -u /dev/null pkgsrc/databases/ruby-pg_array_parser/PLIST:1.1
--- /dev/null   Fri Sep 15 17:51:34 2017
+++ pkgsrc/databases/ruby-pg_array_parser/PLIST Fri Sep 15 17:51:34 2017
@@ -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
Index: pkgsrc/databases/ruby-pg_array_parser/distinfo
diff -u /dev/null pkgsrc/databases/ruby-pg_array_parser/distinfo:1.1
--- /dev/null   Fri Sep 15 17:51:34 2017
+++ pkgsrc/databases/ruby-pg_array_parser/distinfo      Fri Sep 15 17:51:34 2017
@@ -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