pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-http-parser www/ruby-http-parser: add version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3db6e0bc8812
branches:  trunk
changeset: 421910:3db6e0bc8812
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 19 08:49:21 2020 +0000

description:
www/ruby-http-parser: add version 1.2.1 package

Add ruby-http-parser version 1.2.1 package.

# http-parser

Ruby FFI bindings to [http-parser](https://github.com/joyent/http-parser).

diffstat:

 www/ruby-http-parser/DESCR    |   3 +++
 www/ruby-http-parser/Makefile |  17 +++++++++++++++++
 www/ruby-http-parser/PLIST    |  21 +++++++++++++++++++++
 www/ruby-http-parser/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 7805a7773260 -r 3db6e0bc8812 www/ruby-http-parser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-http-parser/DESCR        Sun Jan 19 08:49:21 2020 +0000
@@ -0,0 +1,3 @@
+# http-parser
+
+Ruby FFI bindings to [http-parser](https://github.com/joyent/http-parser).
diff -r 7805a7773260 -r 3db6e0bc8812 www/ruby-http-parser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-http-parser/Makefile     Sun Jan 19 08:49:21 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 08:49:21 taca Exp $
+
+DISTNAME=      http-parser-1.2.1
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/cotag/http-parser
+COMMENT=       Ruby bindings to joyent/http-parser
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-ffi-compiler>=1.0:../../devel/ruby-ffi-compiler
+
+GEM_CLEANBUILD=        ext/*.o
+
+.include "../../www/http-parser/buildlink3.mk"
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7805a7773260 -r 3db6e0bc8812 www/ruby-http-parser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-http-parser/PLIST        Sun Jan 19 08:49:21 2020 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/19 08:49:21 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/Rakefile
+${GEM_LIBDIR}/ext/http-parser/http_parser.c
+${GEM_LIBDIR}/ext/http-parser/http_parser.h
+${GEM_LIBDIR}/ext/${RUBY_ARCH}/libhttp-parser-ext.${RUBY_DLEXT}
+${GEM_LIBDIR}/http-parser.gemspec
+${GEM_LIBDIR}/lib/http-parser.rb
+${GEM_LIBDIR}/lib/http-parser/errors.rb
+${GEM_LIBDIR}/lib/http-parser/ext.rb
+${GEM_LIBDIR}/lib/http-parser/parser.rb
+${GEM_LIBDIR}/lib/http-parser/types.rb
+${GEM_LIBDIR}/lib/http-parser/version.rb
+${GEM_LIBDIR}/spec/error_spec.rb
+${GEM_LIBDIR}/spec/instance_spec.rb
+${GEM_LIBDIR}/spec/parser_spec.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 7805a7773260 -r 3db6e0bc8812 www/ruby-http-parser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-http-parser/distinfo     Sun Jan 19 08:49:21 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 08:49:21 taca Exp $
+
+SHA1 (http-parser-1.2.1.gem) = 833f0ac6e0164cb3200561fa1247b7a0dd12eb37
+RMD160 (http-parser-1.2.1.gem) = f22a321e5963e5646868f68cdc572b25da5495e0
+SHA512 (http-parser-1.2.1.gem) = 0666b9ca9e03a2ec4237ec47fc203a9a5bfb4ac93dac78aacfed9b39ef00be63fd413e70f8b26d087f376c8475830c42a235c912eb84a4988952e0fc2adbfd4a
+Size (http-parser-1.2.1.gem) = 31232 bytes



Home | Main Index | Thread Index | Old Index