diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-03 00:49:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-03 00:49:51 +0800 |
commit | eae331c9b7ce2d1a3e3cfb22ec52c0f9006a4224 (patch) | |
tree | 752f7e6e1ee6d5a936f63ffee4bbe0165677c7df | |
parent | f37eab66f913387d8a375bed0677a6d8bde05699 (diff) | |
download | freebsd-ports-gnome-eae331c9b7ce2d1a3e3cfb22ec52c0f9006a4224.tar.gz freebsd-ports-gnome-eae331c9b7ce2d1a3e3cfb22ec52c0f9006a4224.tar.zst freebsd-ports-gnome-eae331c9b7ce2d1a3e3cfb22ec52c0f9006a4224.zip |
Ruby bindings for Augeas
WWW: http://augeas.net/
PR: ports/146744
Submitted by: Russell Jackson <raj at csub.edu>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-augeas/Makefile | 23 | ||||
-rw-r--r-- | textproc/rubygem-augeas/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-augeas/pkg-descr | 1 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 06872d4af3a8..85e410b8268f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1098,6 +1098,7 @@ SUBDIR += ruby-xmlscan-old SUBDIR += ruby-xslt SUBDIR += ruby-xtemplate + SUBDIR += rubygem-augeas SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-ezamar SUBDIR += rubygem-ferret diff --git a/textproc/rubygem-augeas/Makefile b/textproc/rubygem-augeas/Makefile new file mode 100644 index 000000000000..8fc4aa726a5b --- /dev/null +++ b/textproc/rubygem-augeas/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: textproc/rubygem-augeas +# Date created: 19 May 2010 +# Whom: Russell Jackson <raj@csub.edu> +# +# $FreeBSD$ +# + +PORTNAME= ruby-augeas +PORTVERSION= 0.3.0 +CATEGORIES= textproc rubygems +MASTER_SITES= http://augeas.net/download/ruby/ + +MAINTAINER= raj@csub.edu +COMMENT= Ruby bindings for Augeas + +LIB_DEPENDS= augeas.10:${PORTSDIR}/textproc/augeas + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_GNOME= pkgconfig +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-augeas/distinfo b/textproc/rubygem-augeas/distinfo new file mode 100644 index 000000000000..e55fecfa4ced --- /dev/null +++ b/textproc/rubygem-augeas/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/ruby-augeas-0.3.0.gem) = 95a7a780cabf361bdf11f79633972615 +SHA256 (rubygem/ruby-augeas-0.3.0.gem) = 2d1281fead19025c1a8a72b6cff178c8adf91a3e8a5704448102bb289d026dcb +SIZE (rubygem/ruby-augeas-0.3.0.gem) = 20480 diff --git a/textproc/rubygem-augeas/pkg-descr b/textproc/rubygem-augeas/pkg-descr new file mode 100644 index 000000000000..b1f55119be3d --- /dev/null +++ b/textproc/rubygem-augeas/pkg-descr @@ -0,0 +1 @@ +Ruby bindings for Augeas |