From dd1f2d8a54aec2c885e0a401e10058b44db714e1 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 19 Jun 2011 14:16:55 +0000 Subject: Importing ruby-Ascii85 package version 1.0.1. Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name. --- converters/ruby-Ascii85/DESCR | 2 ++ converters/ruby-Ascii85/Makefile | 14 ++++++++++++++ converters/ruby-Ascii85/PLIST | 15 +++++++++++++++ converters/ruby-Ascii85/distinfo | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 converters/ruby-Ascii85/DESCR create mode 100644 converters/ruby-Ascii85/Makefile create mode 100644 converters/ruby-Ascii85/PLIST create mode 100644 converters/ruby-Ascii85/distinfo (limited to 'converters') 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 -- cgit v1.2.3