1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

LittlePlugger is a module that provides Gem based plugin management.

By extending your own class or module with LittlePlugger you can easily
manage the loading and initializing of plugins provided by other gems.

WWW: http://rubyforge.org/projects/codeforpeople/

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

View File

@ -0,0 +1,23 @@
# Ports collection makefile for: gem-little_plugger
# Date created: 06 Nov 2009
# Whom: Ryan Steinmetz (<rpsfa@rit.edu>)
#
# $FreeBSD$
PORTNAME= little_plugger
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RF/codeforpeople
DISTNAME= little-plugger-${PORTVERSION}
MAINTAINER= rpsfa@rit.edu
COMMENT= Mechanism to parse ruby little-plugger files
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
RUN_DEPENDS= spec:${PORTSDIR}/devel/rubygem-rspec
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/little-plugger-1.0.1.gem) = 598a0527638762583fd17a54b8ea0e24
SHA256 (rubygem/little-plugger-1.0.1.gem) = 3c4ce0c6af6f82f2dfad2ed0fcb38a1f0dcedc0329b0203632f5eb141d6ff96b
SIZE (rubygem/little-plugger-1.0.1.gem) = 17408

View File

@ -0,0 +1,5 @@
LittlePlugger is a module that provides Gem based plugin management.
By extending your own class or module with LittlePlugger you can easily
manage the loading and initializing of plugins provided by other gems.
WWW: http://rubyforge.org/projects/codeforpeople/