pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-http-parser



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 19 08:49:21 UTC 2020

Added Files:
        pkgsrc/www/ruby-http-parser: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-http-parser/DESCR \
    pkgsrc/www/ruby-http-parser/Makefile pkgsrc/www/ruby-http-parser/PLIST \
    pkgsrc/www/ruby-http-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/www/ruby-http-parser/DESCR
diff -u /dev/null pkgsrc/www/ruby-http-parser/DESCR:1.1
--- /dev/null   Sun Jan 19 08:49:21 2020
+++ pkgsrc/www/ruby-http-parser/DESCR   Sun Jan 19 08:49:21 2020
@@ -0,0 +1,3 @@
+# http-parser
+
+Ruby FFI bindings to [http-parser](https://github.com/joyent/http-parser).
Index: pkgsrc/www/ruby-http-parser/Makefile
diff -u /dev/null pkgsrc/www/ruby-http-parser/Makefile:1.1
--- /dev/null   Sun Jan 19 08:49:21 2020
+++ pkgsrc/www/ruby-http-parser/Makefile        Sun Jan 19 08:49:21 2020
@@ -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"
Index: pkgsrc/www/ruby-http-parser/PLIST
diff -u /dev/null pkgsrc/www/ruby-http-parser/PLIST:1.1
--- /dev/null   Sun Jan 19 08:49:21 2020
+++ pkgsrc/www/ruby-http-parser/PLIST   Sun Jan 19 08:49:21 2020
@@ -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
Index: pkgsrc/www/ruby-http-parser/distinfo
diff -u /dev/null pkgsrc/www/ruby-http-parser/distinfo:1.1
--- /dev/null   Sun Jan 19 08:49:21 2020
+++ pkgsrc/www/ruby-http-parser/distinfo        Sun Jan 19 08:49:21 2020
@@ -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