aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-22 02:39:57 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-22 02:39:57 +0000
commitc4287e26b74881029180ab603ffbece547fec662 (patch)
treef57145beb577ee5532e4e68543227fa09ac172d9 /devel
parent017de5220257a1ea7e18ffaea7b1becd16d4ac73 (diff)
downloadports-c4287e26b74881029180ab603ffbece547fec662.tar.gz
ports-c4287e26b74881029180ab603ffbece547fec662.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-ascii85/Makefile20
-rw-r--r--devel/rubygem-ascii85/distinfo2
-rw-r--r--devel/rubygem-ascii85/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index bc1189e1965c..c500b58f7ff3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/rubygem-ascii85/Makefile b/devel/rubygem-ascii85/Makefile
new file mode 100644
index 000000000000..5a0352d92ec2
--- /dev/null
+++ b/devel/rubygem-ascii85/Makefile
@@ -0,0 +1,20 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ascii85
+PORTVERSION= 1.0.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+DISTNAME= Ascii85-${PORTVERSION}
+
+MAINTAINER= ruby@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>
diff --git a/devel/rubygem-ascii85/distinfo b/devel/rubygem-ascii85/distinfo
new file mode 100644
index 000000000000..ae418a3325ec
--- /dev/null
+++ b/devel/rubygem-ascii85/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/Ascii85-1.0.2.gem) = f854f2ebb0bd13f80ee9018a904357175337cfe0816ecb60466ca2d0fad22549
+SIZE (rubygem/Ascii85-1.0.2.gem) = 10752
diff --git a/devel/rubygem-ascii85/pkg-descr b/devel/rubygem-ascii85/pkg-descr
new file mode 100644
index 000000000000..6151e5b90001
--- /dev/null
+++ b/devel/rubygem-ascii85/pkg-descr
@@ -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/