diff options
author | jlam <jlam> | 2008-04-04 15:27:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-04-04 15:27:05 +0000 |
commit | c631716e6b9c93b1a3d8246cd91ad319e4fcf572 (patch) | |
tree | 5e0a6c318f64ec49b9647a82112ac085675e1d96 /www/thoth-flickr | |
parent | 533d089cc7ca25068a894cdc1ac5a7cf5a1d1aca (diff) | |
download | pkgsrc-c631716e6b9c93b1a3d8246cd91ad319e4fcf572.tar.gz |
Initial import of ruby18-thoth-flickr-0.1.0 as www/thoth-flickr.
This package contains a Flickr plugin for the Thoth blog engine.
Diffstat (limited to 'www/thoth-flickr')
-rw-r--r-- | www/thoth-flickr/DESCR | 1 | ||||
-rw-r--r-- | www/thoth-flickr/Makefile | 16 | ||||
-rw-r--r-- | www/thoth-flickr/PLIST | 7 | ||||
-rw-r--r-- | www/thoth-flickr/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/thoth-flickr/DESCR b/www/thoth-flickr/DESCR new file mode 100644 index 00000000000..f7b1f38d552 --- /dev/null +++ b/www/thoth-flickr/DESCR @@ -0,0 +1 @@ +This package contains a Flickr plugin for the Thoth blog engine. diff --git a/www/thoth-flickr/Makefile b/www/thoth-flickr/Makefile new file mode 100644 index 00000000000..59a509bf337 --- /dev/null +++ b/www/thoth-flickr/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:27:05 jlam Exp $ + +DISTNAME= thoth_flickr-0.1.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Flickr plugin for the Thoth blog engine + +DEPENDS+= ${RUBY_PKGPREFIX}-net-flickr>=0.0.1:../../www/ruby-net-flickr +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-flickr/PLIST b/www/thoth-flickr/PLIST new file mode 100644 index 00000000000..06f7457cfc3 --- /dev/null +++ b/www/thoth-flickr/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:27:05 jlam Exp $ +${GEM_HOME}/cache/thoth_flickr-${PKGVERSION}.gem +${GEM_LIBDIR}/.require_paths +${GEM_LIBDIR}/plugin/thoth_flickr.rb +${GEM_HOME}/specifications/thoth_flickr-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/plugin +@dirrm ${GEM_LIBDIR} diff --git a/www/thoth-flickr/distinfo b/www/thoth-flickr/distinfo new file mode 100644 index 00000000000..c715c759856 --- /dev/null +++ b/www/thoth-flickr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:27:05 jlam Exp $ + +SHA1 (thoth_flickr-0.1.0.gem) = c57f9ae7314534052bf8c85338d98ddce67e3e62 +RMD160 (thoth_flickr-0.1.0.gem) = 49526e3375ef3c0a4ac30c952ad32ce9d7bf665b +Size (thoth_flickr-0.1.0.gem) = 5120 bytes |