SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/ruby-rasn1/Makefile
Normal file
18
devel/ruby-rasn1/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= ASN lib for Ruby
|
||||
|
||||
DISTNAME= rasn1-0.12.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-strptime
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rasn1/distinfo
Normal file
2
devel/ruby-rasn1/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rasn1-0.12.1.gem) = sYTuJNd61yeDiIokdxCv3zCXVCAR529cBpROKk+cwxY=
|
||||
SIZE (rasn1-0.12.1.gem) = 27648
|
2
devel/ruby-rasn1/pkg/DESCR
Normal file
2
devel/ruby-rasn1/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
RASN1 is a pure ruby ASN.1 library. It may encode and decode DER and BER
|
||||
encodings.
|
40
devel/ruby-rasn1/pkg/PLIST
Normal file
40
devel/ruby-rasn1/pkg/PLIST
Normal file
|
@ -0,0 +1,40 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/model.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/tracer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/any.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/bit_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/bmp_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/boolean.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/choice.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/constrained.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/constructed.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/enumerated.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/generalized_time.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/ia5string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/integer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/null.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/numeric_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/object_id.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/octet_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/primitive.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/printable_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/sequence.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/sequence_of.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/set.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/set_of.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/utc_time.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/utf8_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/types/visible_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rasn1/wrapper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue