diff options
author | taca <taca@pkgsrc.org> | 2011-06-19 14:16:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-19 14:16:55 +0000 |
commit | ab3bff7974ab96a362bbe5b3c964f61b10145e2c (patch) | |
tree | 7f9c0068439045debc6ba6dcb721b16833be1292 | |
parent | fb54919e84e370f1398eb990b4168d68b9660936 (diff) | |
download | pkgsrc-ab3bff7974ab96a362bbe5b3c964f61b10145e2c.tar.gz |
Importing ruby-Ascii85 package version 1.0.1.
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding
of the same name.
-rw-r--r-- | converters/ruby-Ascii85/DESCR | 2 | ||||
-rw-r--r-- | converters/ruby-Ascii85/Makefile | 14 | ||||
-rw-r--r-- | converters/ruby-Ascii85/PLIST | 15 | ||||
-rw-r--r-- | converters/ruby-Ascii85/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/converters/ruby-Ascii85/DESCR b/converters/ruby-Ascii85/DESCR new file mode 100644 index 00000000000..e7bc057593f --- /dev/null +++ b/converters/ruby-Ascii85/DESCR @@ -0,0 +1,2 @@ +Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding +of the same name. diff --git a/converters/ruby-Ascii85/Makefile b/converters/ruby-Ascii85/Makefile new file mode 100644 index 00000000000..207e5b11483 --- /dev/null +++ b/converters/ruby-Ascii85/Makefile @@ -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" diff --git a/converters/ruby-Ascii85/PLIST b/converters/ruby-Ascii85/PLIST new file mode 100644 index 00000000000..d88352c9375 --- /dev/null +++ b/converters/ruby-Ascii85/PLIST @@ -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 diff --git a/converters/ruby-Ascii85/distinfo b/converters/ruby-Ascii85/distinfo new file mode 100644 index 00000000000..db41129ea55 --- /dev/null +++ b/converters/ruby-Ascii85/distinfo @@ -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 |