1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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/

PR:		ports/140341
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
This commit is contained in:
Wesley Shields 2009-12-01 15:25:45 +00:00
parent 3dac58325e
commit c2e0b25ffd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245057
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Ports collection makefile for: gem-loquacious
# Date created: 06 Nov 2009
# Whom: Ryan Steinmetz (<rpsfa@rit.edu>)
#
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -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/