diff options
author | swills <swills@FreeBSD.org> | 2013-06-22 10:39:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-22 10:39:57 +0800 |
commit | 21805f404b964bd27136eba715b620b3894d90b9 (patch) | |
tree | f57145beb577ee5532e4e68543227fa09ac172d9 /devel | |
parent | 31d65354b129351e88d821d322f0c6278337bd45 (diff) | |
download | freebsd-ports-gnome-21805f404b964bd27136eba715b620b3894d90b9.tar.gz freebsd-ports-gnome-21805f404b964bd27136eba715b620b3894d90b9.tar.zst freebsd-ports-gnome-21805f404b964bd27136eba715b620b3894d90b9.zip |
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
the same name
WWW: http://rubyforge.org/projects/ascii85/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-ascii85/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-ascii85/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-ascii85/pkg-descr | 4 |
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/ |