SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/ruby-ascii85/Makefile
Normal file
17
devel/ruby-ascii85/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= ascii85 methods
|
||||
|
||||
DISTNAME= Ascii85-1.1.0
|
||||
PKGNAME= ascii85-1.1.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-ascii85/distinfo
Normal file
2
devel/ruby-ascii85/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Ascii85-1.1.0.gem) = nOaURnvWmrI0l2iv0nxSrXIc3G9kKuqolXF7/XraRLc=
|
||||
SIZE (Ascii85-1.1.0.gem) = 12288
|
1
devel/ruby-ascii85/pkg/DESCR
Normal file
1
devel/ruby-ascii85/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name.
|
20
devel/ruby-ascii85/pkg/PLIST
Normal file
20
devel/ruby-ascii85/pkg/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
${GEM_BIN}/ascii8530
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/Ascii85.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/ascii85
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/Ascii85/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/Ascii85/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ascii85.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/ascii85_spec.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue