svn commit: r321527 - in head/devel: . rubygem-ascii85
Steve Wills
swills at FreeBSD.org
Sat Jun 22 02:39:58 UTC 2013
Author: swills
Date: Sat Jun 22 02:39:57 2013
New Revision: 321527
URL: http://svnweb.freebsd.org/changeset/ports/321527
Log:
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
the same name
WWW: http://rubyforge.org/projects/ascii85/
Added:
head/devel/rubygem-ascii85/
head/devel/rubygem-ascii85/Makefile (contents, props changed)
head/devel/rubygem-ascii85/distinfo (contents, props changed)
head/devel/rubygem-ascii85/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Jun 22 02:38:31 2013 (r321526)
+++ head/devel/Makefile Sat Jun 22 02:39:57 2013 (r321527)
@@ -3995,6 +3995,7 @@
SUBDIR += rubygem-ansi
SUBDIR += rubygem-app_config
SUBDIR += rubygem-arrayfields
+ SUBDIR += rubygem-ascii85
SUBDIR += rubygem-atoulme-antwrap
SUBDIR += rubygem-attic
SUBDIR += rubygem-authlogic
Added: head/devel/rubygem-ascii85/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ascii85/Makefile Sat Jun 22 02:39:57 2013 (r321527)
@@ -0,0 +1,20 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ascii85
+PORTVERSION= 1.0.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+DISTNAME= Ascii85-${PORTVERSION}
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Encode/decode Adobe's binary-to-text encoding of the same name
+
+GEM_NAME= ${DISTNAME}
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES+= bin/ascii85
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-ascii85/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ascii85/distinfo Sat Jun 22 02:39:57 2013 (r321527)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/Ascii85-1.0.2.gem) = f854f2ebb0bd13f80ee9018a904357175337cfe0816ecb60466ca2d0fad22549
+SIZE (rubygem/Ascii85-1.0.2.gem) = 10752
Added: head/devel/rubygem-ascii85/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ascii85/pkg-descr Sat Jun 22 02:39:57 2013 (r321527)
@@ -0,0 +1,4 @@
+Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
+the same name
+
+WWW: http://rubyforge.org/projects/ascii85/
More information about the svn-ports-head
mailing list