Initial import of ruby18-thoth-delicious-0.1.0 as www/thoth-delicious.
This package contains a del.icio.us plugin for the Thoth blog engine.
This commit is contained in:
parent
2c69249eee
commit
67c1221756
4 changed files with 29 additions and 0 deletions
1
www/thoth-delicious/DESCR
Normal file
1
www/thoth-delicious/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package contains a del.icio.us plugin for the Thoth blog engine.
|
16
www/thoth-delicious/Makefile
Normal file
16
www/thoth-delicious/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:26:58 jlam Exp $
|
||||
|
||||
DISTNAME= thoth_delicious-0.1.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= del.icio.us plugin for the Thoth blog engine
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.2:../../textproc/ruby-json-pure
|
||||
DEPENDS+= thoth>=0.1.0:../../www/thoth
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
www/thoth-delicious/PLIST
Normal file
7
www/thoth-delicious/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:26:58 jlam Exp $
|
||||
${GEM_HOME}/cache/thoth_delicious-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/.require_paths
|
||||
${GEM_LIBDIR}/plugin/thoth_delicious.rb
|
||||
${GEM_HOME}/specifications/thoth_delicious-${PKGVERSION}.gemspec
|
||||
@dirrm ${GEM_LIBDIR}/plugin
|
||||
@dirrm ${GEM_LIBDIR}
|
5
www/thoth-delicious/distinfo
Normal file
5
www/thoth-delicious/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:26:58 jlam Exp $
|
||||
|
||||
SHA1 (thoth_delicious-0.1.0.gem) = 81ca57614633d012db790f884d4de53080af6010
|
||||
RMD160 (thoth_delicious-0.1.0.gem) = a4b39cdc701dab03fb0a8ab753dfb580c03fda4f
|
||||
Size (thoth_delicious-0.1.0.gem) = 5120 bytes
|
Loading…
Reference in a new issue