diff options
author | obache <obache@pkgsrc.org> | 2010-04-24 13:58:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-24 13:58:52 +0000 |
commit | 3acf989609954ca6291d7a050165ab4fcf4dcf75 (patch) | |
tree | 5b351fe9b441dd0d9c0d9b050ae258525068b8be /www | |
parent | 970bcb74200beabe336536c43d175500de092d9c (diff) | |
download | pkgsrc-3acf989609954ca6291d7a050165ab4fcf4dcf75.tar.gz |
Import llgal-0.13.16 as www/llgal.
Packaged by Ryo ONODERA, from pkgsrc-wip.
llgal is a HTML gallery generator for images, videos, text and links.
It is based on igal and adds supports for various types of slides
including movies, text, links and subdirectories and several features
such as the addition of headers and footers in generated HTML files or
the generation of slide captions from JFIF, GIF or EXIF comments.
llgal generates nice web-pages through very simple HTML code that does
not require anything like php or javascript.
Diffstat (limited to 'www')
-rw-r--r-- | www/llgal/DESCR | 7 | ||||
-rw-r--r-- | www/llgal/Makefile | 41 | ||||
-rw-r--r-- | www/llgal/PLIST | 16 | ||||
-rw-r--r-- | www/llgal/distinfo | 5 |
4 files changed, 69 insertions, 0 deletions
diff --git a/www/llgal/DESCR b/www/llgal/DESCR new file mode 100644 index 00000000000..4163e75b0a5 --- /dev/null +++ b/www/llgal/DESCR @@ -0,0 +1,7 @@ +llgal is a HTML gallery generator for images, videos, text and links. +It is based on igal and adds supports for various types of slides +including movies, text, links and subdirectories and several features +such as the addition of headers and footers in generated HTML files or +the generation of slide captions from JFIF, GIF or EXIF comments. +llgal generates nice web-pages through very simple HTML code that does +not require anything like php or javascript. diff --git a/www/llgal/Makefile b/www/llgal/Makefile new file mode 100644 index 00000000000..f7c35f03d0e --- /dev/null +++ b/www/llgal/Makefile @@ -0,0 +1,41 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/24 13:58:52 obache Exp $ +# + +DISTNAME= llgal-0.13.16 +CATEGORIES= www graphics +MASTER_SITES= http://download.gna.org/llgal/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= ryo_on@yk.rim.or.jp +HOMEPAGE= http://home.gna.org/llgal/ +COMMENT= The llgal is an easy and fast on-line static gallery generator + +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_PKGLOCALEDIR=yes + +USE_LANGUAGES= # none + +USE_TOOLS+= gmake msgfmt perl:run +PERL5_PACKLIST= auto/Llgal/.packlist +REPLACE_PERL+= llgal.in + +MAKE_FLAGS+= PERL_INSTALLDIRS=vendor +MAKE_FLAGS+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale +MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} +MAKE_FLAGS+= SYSCONFDIR=${PKG_SYSCONFBASE} + +INSTALL_TARGET= install install-man + +PKG_SYSCONFSUBDIR= llgal + +DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool +DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-gettext-[0-9]*:../../devel/p5-gettext +DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/llgal/PLIST b/www/llgal/PLIST new file mode 100644 index 00000000000..8594d2f4852 --- /dev/null +++ b/www/llgal/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/24 13:58:52 obache Exp $ +bin/llgal +man/man1/llgal.1 +man/man5/llgalrc.5 +share/llgal/captions.header +share/llgal/index.png +share/llgal/indextemplate.html +share/llgal/llgal.css +share/llgal/next.png +share/llgal/prev.png +share/llgal/slidetemplate.html +share/llgal/tile.png +share/locale/de/LC_MESSAGES/llgal.mo +share/locale/en/LC_MESSAGES/llgal.mo +share/locale/fr/LC_MESSAGES/llgal.mo +share/locale/it/LC_MESSAGES/llgal.mo diff --git a/www/llgal/distinfo b/www/llgal/distinfo new file mode 100644 index 00000000000..1b852833a5e --- /dev/null +++ b/www/llgal/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/24 13:58:52 obache Exp $ + +SHA1 (llgal-0.13.16.tar.bz2) = 235edb2704b838c7a2a81ed2de971d1c06eece47 +RMD160 (llgal-0.13.16.tar.bz2) = 6ba5b76d01ffa96842de3390908c792e5f50447c +Size (llgal-0.13.16.tar.bz2) = 80812 bytes |