Importing ruby-Ascii85 package version 1.0.1.
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name.
This commit is contained in:
parent
74165ae1ef
commit
92251d650f
4 changed files with 36 additions and 0 deletions
2
converters/ruby-Ascii85/DESCR
Normal file
2
converters/ruby-Ascii85/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding
|
||||
of the same name.
|
14
converters/ruby-Ascii85/Makefile
Normal file
14
converters/ruby-Ascii85/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 14:16:55 taca Exp $
|
||||
|
||||
DISTNAME= Ascii85-1.0.1
|
||||
CATEGORIES= print
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://rubyforge.org/projects/ascii85/
|
||||
COMMENT= Ascii85 encoder/decoder
|
||||
LICENSE= mit
|
||||
|
||||
CONFLICTS+= ruby[1-9][0-9]-Ascii85-[0-9]*
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
15
converters/ruby-Ascii85/PLIST
Normal file
15
converters/ruby-Ascii85/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/06/19 14:16:55 taca Exp $
|
||||
bin/ascii85
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Ascii85.gemspec
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/History.txt
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/bin/ascii85
|
||||
${GEM_LIBDIR}/lib/Ascii85/version.rb
|
||||
${GEM_LIBDIR}/lib/ascii85.rb
|
||||
${GEM_LIBDIR}/spec/lib/ascii85_spec.rb
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
converters/ruby-Ascii85/distinfo
Normal file
5
converters/ruby-Ascii85/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/06/19 14:16:55 taca Exp $
|
||||
|
||||
SHA1 (Ascii85-1.0.1.gem) = 714bfe5a94ef7344431f24e5498ac4f959ba916d
|
||||
RMD160 (Ascii85-1.0.1.gem) = 2d4d431498fe617a643ddb441b8a30e45ce18fd0
|
||||
Size (Ascii85-1.0.1.gem) = 10240 bytes
|
Loading…
Reference in a new issue