diff --git a/devel/rubygem-loquacious/Makefile b/devel/rubygem-loquacious/Makefile new file mode 100644 index 000000000000..089e24e8d90c --- /dev/null +++ b/devel/rubygem-loquacious/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: gem-loquacious +# Date created: 06 Nov 2009 +# Whom: Ryan Steinmetz () +# +# $FreeBSD$ + +PORTNAME= loquacious +PORTVERSION= 1.3.1 +CATEGORIES= devel rubygems +MASTER_SITES= RF/codeforpeople + +MAINTAINER= rpsfa@rit.edu +COMMENT= Mechanism to parse ruby loquacious files + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +RUN_DEPENDS= spec:${PORTSDIR}/devel/rubygem-rspec + +.include diff --git a/devel/rubygem-loquacious/distinfo b/devel/rubygem-loquacious/distinfo new file mode 100644 index 000000000000..c4b3d18a0e54 --- /dev/null +++ b/devel/rubygem-loquacious/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/loquacious-1.3.1.gem) = a678c4861e1f905a82f3291116645f7c +SHA256 (rubygem/loquacious-1.3.1.gem) = 7479b1e4bdd0e70d4f32c12cfed1d00a741b6502551ddf94fd99efd5fdabf531 +SIZE (rubygem/loquacious-1.3.1.gem) = 27136 diff --git a/devel/rubygem-loquacious/pkg-descr b/devel/rubygem-loquacious/pkg-descr new file mode 100644 index 000000000000..69d2b5074025 --- /dev/null +++ b/devel/rubygem-loquacious/pkg-descr @@ -0,0 +1,6 @@ +Loquacious provides a very open configuration system written in ruby and +descriptions for each configuration attribute. The attributes and descriptions +can be iterated over allowing for helpful information about those attributes to +be displayed to the user. + +WWW: http://rubyforge.org/projects/codeforpeople/