pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/ruby-Ascii85 Importing ruby-Ascii85 package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/876fa62efc89
branches:  trunk
changeset: 589926:876fa62efc89
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 19 14:16:55 2011 +0000

description:
Importing ruby-Ascii85 package version 1.0.1.

Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding
of the same name.

diffstat:

 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(+), 0 deletions(-)

diffs (52 lines):

diff -r 382a8b1722ee -r 876fa62efc89 converters/ruby-Ascii85/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/ruby-Ascii85/DESCR     Sun Jun 19 14:16:55 2011 +0000
@@ -0,0 +1,2 @@
+Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding
+of the same name.
diff -r 382a8b1722ee -r 876fa62efc89 converters/ruby-Ascii85/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/ruby-Ascii85/Makefile  Sun Jun 19 14:16:55 2011 +0000
@@ -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@localhost
+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 -r 382a8b1722ee -r 876fa62efc89 converters/ruby-Ascii85/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/ruby-Ascii85/PLIST     Sun Jun 19 14:16:55 2011 +0000
@@ -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 -r 382a8b1722ee -r 876fa62efc89 converters/ruby-Ascii85/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/ruby-Ascii85/distinfo  Sun Jun 19 14:16:55 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index