net/ruby-net-protocol: add package version 0.1.3
This package is mainly for redmine50 on Ruby 2.7. Net::Protocol The abstruct interface for net-* client.
This commit is contained in:
parent
09440310ea
commit
516209bb74
4 changed files with 38 additions and 0 deletions
3
net/ruby-net-protocol/DESCR
Normal file
3
net/ruby-net-protocol/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Net::Protocol
|
||||
|
||||
The abstruct interface for net-* client.
|
16
net/ruby-net-protocol/Makefile
Normal file
16
net/ruby-net-protocol/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2022/09/03 04:04:57 taca Exp $
|
||||
|
||||
DISTNAME= net-protocol-0.1.3
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/ruby/net-protocol
|
||||
COMMENT= Abstract interface for net-* client
|
||||
LICENSE= 2-clause-bsd OR ruby-license
|
||||
|
||||
# This package is mainly for redmine50 on Ruby 2.7.
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
14
net/ruby-net-protocol/PLIST
Normal file
14
net/ruby-net-protocol/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2022/09/03 04:04:57 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.github/dependabot.yml
|
||||
${GEM_LIBDIR}/.github/workflows/test.yml
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE.txt
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/bin/console
|
||||
${GEM_LIBDIR}/bin/setup
|
||||
${GEM_LIBDIR}/lib/net/protocol.rb
|
||||
${GEM_LIBDIR}/net-protocol.gemspec
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
net/ruby-net-protocol/distinfo
Normal file
5
net/ruby-net-protocol/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2022/09/03 04:04:57 taca Exp $
|
||||
|
||||
BLAKE2s (net-protocol-0.1.3.gem) = 0b3bce4a29edd45e88d5eaf914b66a2f278657a70a8f7cd62eeaff40381b0e78
|
||||
SHA512 (net-protocol-0.1.3.gem) = 91c6281f3687e2f9792d18d689e43f60e238f41fce6451de8bcfccb447852adc68be97650828b4a31d081b3c3bfd9ee12360b37e7311463ef5b9f9e2b538c602
|
||||
Size (net-protocol-0.1.3.gem) = 10240 bytes
|
Loading…
Reference in a new issue