diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:26:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:26:58 +0000 |
commit | d2624c92ca0a6bb4a664776e055c443a156e128a (patch) | |
tree | d88215b78c641bef0a90ae6f650a3f13f5708cb9 /www | |
parent | f757eee134b27a41333d2fcec7624b6d67aa9bd2 (diff) | |
download | pkgsrc-d2624c92ca0a6bb4a664776e055c443a156e128a.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/thoth-delicious/DESCR | 1 | ||||
-rw-r--r-- | www/thoth-delicious/Makefile | 16 | ||||
-rw-r--r-- | www/thoth-delicious/PLIST | 7 | ||||
-rw-r--r-- | www/thoth-delicious/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/thoth-delicious/DESCR b/www/thoth-delicious/DESCR new file mode 100644 index 00000000000..1d7d262a28f --- /dev/null +++ b/www/thoth-delicious/DESCR @@ -0,0 +1 @@ +This package contains a del.icio.us plugin for the Thoth blog engine. diff --git a/www/thoth-delicious/Makefile b/www/thoth-delicious/Makefile new file mode 100644 index 00000000000..794f2513aa4 --- /dev/null +++ b/www/thoth-delicious/Makefile @@ -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" diff --git a/www/thoth-delicious/PLIST b/www/thoth-delicious/PLIST new file mode 100644 index 00000000000..af61a28c892 --- /dev/null +++ b/www/thoth-delicious/PLIST @@ -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} diff --git a/www/thoth-delicious/distinfo b/www/thoth-delicious/distinfo new file mode 100644 index 00000000000..1f65cd5ea44 --- /dev/null +++ b/www/thoth-delicious/distinfo @@ -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 |