diff options
Diffstat (limited to 'www/bins')
-rw-r--r-- | www/bins/Makefile | 85 | ||||
-rw-r--r-- | www/bins/distinfo | 2 | ||||
-rw-r--r-- | www/bins/files/extra-patch-install.sh | 65 | ||||
-rw-r--r-- | www/bins/pkg-descr | 17 | ||||
-rw-r--r-- | www/bins/pkg-plist | 414 |
5 files changed, 0 insertions, 583 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile deleted file mode 100644 index b46ef6a4ffae..000000000000 --- a/www/bins/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= bins -PORTVERSION= 1.1.29 -PORTREVISION= 6 -CATEGORIES= www -MASTER_SITES= http://download.gna.org/bins/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool to generate HTML photo albums with XML support - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= \ - p5-HTML-Parser>=0:www/p5-HTML-Parser \ - convert:graphics/ImageMagick6 \ - p5-Text-Iconv>=0:converters/p5-Text-Iconv \ - p5-Text-Unaccent>=0:textproc/p5-Text-Unaccent \ - p5-TimeDate>=0:devel/p5-TimeDate \ - p5-HTML-Clean>0:www/p5-HTML-Clean \ - p5-HTML-Template>=0:www/p5-HTML-Template \ - p5-IO-String>=0:devel/p5-IO-String \ - p5-Image-Info>=0:graphics/p5-Image-Info \ - p5-Image-Size>=0:graphics/p5-Image-Size \ - p5-URI>=0:net/p5-URI \ - p5-XML-Grove>=0:textproc/p5-XML-Grove \ - p5-XML-Handler-YAWriter>=0:textproc/p5-XML-Handler-YAWriter \ - p5-libxml>=0:textproc/p5-libxml - -USES= tar:bzip2 perl5 -USE_PERL5= run -NO_BUILD= yes -NO_ARCH= yes - -# additional scripts -BINS_SCRIPTS= tools/bins_txt2xml -# doc file extension -DOC_EXTS= html sgml xml - -OPTIONS_DEFINE= DOCS I18N -OPTIONS_DEFAULT=I18N -I18N_DESC= Enable internationalization support - -post-patch:: -# perl PREFIX safeness - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} -n 10 -x ${REINPLACE_CMD} -E \ - -e 's|/usr/bin/perl|${PERL}|' -# prefix safeness - @${REINPLACE_CMD} -E \ - -e 's|(bins_edit=)".+"(.*)$$|\1"${PREFIX}/bin/bins_edit"\2|' \ - ${WRKSRC}/tools/bins_txt2xml - -do-install: - @${SETENV} LOCALE=${PREFIX}/share/locale DESTDIR=${STAGEDIR} PREFIX=${PREFIX} RC=${PREFIX}/share/bins ${WRKSRC}/install.sh - -.for file in ${BINS_SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin -.endfor - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for ext in ${DOC_EXTS} - ${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.pre.mk> - -## -## default for either pointyhat or unattended builds -## -.if defined(PACKAGE_BUILDING) || defined(BATCH) -post-patch:: - ${REINPLACE_CMD} -e 's,read dummy,,' ${WRKSRC}/install.sh -.endif - -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-install.sh - -# localization support -.if ${PORT_OPTIONS:MI18N} -RUN_DEPENDS+= p5-Locale-gettext>=0:devel/p5-Locale-gettext -.endif - -.include <bsd.port.post.mk> diff --git a/www/bins/distinfo b/www/bins/distinfo deleted file mode 100644 index acdcf57b435b..000000000000 --- a/www/bins/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bins-1.1.29.tar.bz2) = efdf1932ec260d80f1fda6054baf9b3c9a47ce263a1db9e10ad5d4df5871d626 -SIZE (bins-1.1.29.tar.bz2) = 259270 diff --git a/www/bins/files/extra-patch-install.sh b/www/bins/files/extra-patch-install.sh deleted file mode 100644 index e092fcd81871..000000000000 --- a/www/bins/files/extra-patch-install.sh +++ /dev/null @@ -1,65 +0,0 @@ ---- install.sh.orig 2014-05-20 08:56:00.000000000 -0700 -+++ install.sh 2014-05-20 09:00:43.000000000 -0700 -@@ -24,6 +24,7 @@ - GLOBAL_RC="$RC" - - DESTDIR=`echo "$DESTDIR"|sed 's%/$%%'` -+ORIGPREFIX=$PREFIX - PREFIX=$DESTDIR/`echo "$PREFIX"|sed 's%^/%%'` - PREFIX=`echo "$PREFIX"|sed 's%/$%%'` - ETC=$DESTDIR/`echo "$ETC"|sed 's%^/%%'` -@@ -35,7 +36,7 @@ - SHARE="$PREFIX/share" - DATA="$SHARE/bins" - GLADE="$DATA" --LOCALE="$SHARE/locale" -+LOCALE="${SHARE}/locale" - MAN="$PREFIX/man/man1" - - cd `dirname $0` -@@ -67,11 +68,10 @@ - if [ -w $BIN ] ; then - echo "Installing program files in $BIN" - # bins_cleanupgallery anti_bins -- cp bins bins_edit bins-edit-gui $BIN -+ cp bins bins_edit $BIN - chmod a+rx $BIN/bins - chmod a+rx $BIN/bins_edit - chmod a+rx $BIN/bins_cleanupgallery -- chmod a+rx $BIN/bins-edit-gui - chmod a+rx $BIN/anti_bins - # perl -pi -e "s{/usr/local/share}{$SHARE}g" \ - # $BIN/bins $BIN/bins_edit $BIN/bins-edit-gui -@@ -169,13 +169,6 @@ - fi - set -o errexit - --# additionnal files --mkdir -p $GLADE 2>/dev/null || true --if [ -w $GLADE ] ; then -- echo "Installing additionnal files in $GLADE" -- cp bins-edit-gui.glade $GLADE --fi -- - # man pages - mkdir -p $MAN 2>/dev/null || true - if [ -w $MAN ] ; then -@@ -203,9 +196,6 @@ - do - mkdir -p $LOCALE/$L/LC_MESSAGES 2>/dev/null || true - cp intl/$L.mo $LOCALE/$L/LC_MESSAGES/bins.mo -- if [ -f intl/gui-$L.mo ]; then -- cp intl/gui-$L.mo $LOCALE/$L/LC_MESSAGES/bins-edit-gui.mo -- fi - done - else - cat <<!EoF -@@ -227,7 +217,7 @@ - do - echo -n " $FILE" - ed "$FILE" <<EoF 2>/dev/null --1,\$s%/usr/local/share%$SHARE%g -+1,\$s%/usr/local/share%$ORIGPREFIX/share%g - 1,\$s%/etc/bins%$GLOBAL_RC%g - wq - EoF diff --git a/www/bins/pkg-descr b/www/bins/pkg-descr deleted file mode 100644 index 9d6959ff8149..000000000000 --- a/www/bins/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -[ excerpt (with adaptations) from developer's website ] - -The aim of BINS is to generate HTML photo albums. - -Some of the functionalities of BINS are: -- album can contains other albums (sub albums): the album can have - a tree structure ; -- generation of a thumbnail and of scaled images of each picture ; -- number and size of scaled pictures can be personalized, in pixels - or percentage of the original image ; -- several description fields (date, location, etc...) can be - associated with the pictures ; -- use the EXIF data structure found on some JPEG (usually, those - produced by digital cameras) to fill automatically some fields - (date and time for example). - -WWW: https://gna.org/projects/bins/ diff --git a/www/bins/pkg-plist b/www/bins/pkg-plist deleted file mode 100644 index f4cf73c93aab..000000000000 --- a/www/bins/pkg-plist +++ /dev/null @@ -1,414 +0,0 @@ -bin/bins -bin/bins_edit -bin/bins_txt2xml -man/man1/bins-edit-gui.1.gz -man/man1/bins.1.gz -man/man1/bins_edit.1.gz -%%DATADIR%%/binsrc -%%DATADIR%%/templates.joi/details.html -%%DATADIR%%/templates.joi/footer.html -%%DATADIR%%/templates.joi/image.html -%%DATADIR%%/templates.joi/imagelist.html -%%DATADIR%%/templates.joi/imagenavbar.html -%%DATADIR%%/templates.joi/navbar.html -%%DATADIR%%/templates.joi/path.html -%%DATADIR%%/templates.joi/static/actthumb.png -%%DATADIR%%/templates.joi/static/actthumb.png.bak -%%DATADIR%%/templates.joi/static/albumtree.png -%%DATADIR%%/templates.joi/static/albumtree.png.bak -%%DATADIR%%/templates.joi/static/back.png -%%DATADIR%%/templates.joi/static/back.png.bak -%%DATADIR%%/templates.joi/static/contact.png -%%DATADIR%%/templates.joi/static/contact.png.bak -%%DATADIR%%/templates.joi/static/exit.png -%%DATADIR%%/templates.joi/static/exit.png.bak -%%DATADIR%%/templates.joi/static/home.png -%%DATADIR%%/templates.joi/static/home.png.bak -%%DATADIR%%/templates.joi/static/huge.png -%%DATADIR%%/templates.joi/static/huge.png.bak -%%DATADIR%%/templates.joi/static/hugeActive.png -%%DATADIR%%/templates.joi/static/hugeActive.png.bak -%%DATADIR%%/templates.joi/static/imagelist.png -%%DATADIR%%/templates.joi/static/imagelist.png.bak -%%DATADIR%%/templates.joi/static/info.png -%%DATADIR%%/templates.joi/static/info.png.bak -%%DATADIR%%/templates.joi/static/joi.css -%%DATADIR%%/templates.joi/static/joi.css.bak -%%DATADIR%%/templates.joi/static/joi.js -%%DATADIR%%/templates.joi/static/joi.js.bak -%%DATADIR%%/templates.joi/static/large.png -%%DATADIR%%/templates.joi/static/large.png.bak -%%DATADIR%%/templates.joi/static/largeActive.png -%%DATADIR%%/templates.joi/static/largeActive.png.bak -%%DATADIR%%/templates.joi/static/media.png -%%DATADIR%%/templates.joi/static/media.png.bak -%%DATADIR%%/templates.joi/static/medium.png -%%DATADIR%%/templates.joi/static/medium.png.bak -%%DATADIR%%/templates.joi/static/mediumActive.png -%%DATADIR%%/templates.joi/static/mediumActive.png.bak -%%DATADIR%%/templates.joi/static/meshman.css -%%DATADIR%%/templates.joi/static/meshman.css.bak -%%DATADIR%%/templates.joi/static/next.png -%%DATADIR%%/templates.joi/static/next.png.bak -%%DATADIR%%/templates.joi/static/nextInactive.png -%%DATADIR%%/templates.joi/static/nextInactive.png.bak -%%DATADIR%%/templates.joi/static/pink.css -%%DATADIR%%/templates.joi/static/pink.css.bak -%%DATADIR%%/templates.joi/static/pink2.css -%%DATADIR%%/templates.joi/static/pink2.css.bak -%%DATADIR%%/templates.joi/static/prev.png -%%DATADIR%%/templates.joi/static/prev.png.bak -%%DATADIR%%/templates.joi/static/prevInactive.png -%%DATADIR%%/templates.joi/static/prevInactive.png.bak -%%DATADIR%%/templates.joi/static/preview.js -%%DATADIR%%/templates.joi/static/preview.js.bak -%%DATADIR%%/templates.joi/static/related.png -%%DATADIR%%/templates.joi/static/related.png.bak -%%DATADIR%%/templates.joi/static/small.png -%%DATADIR%%/templates.joi/static/small.png.bak -%%DATADIR%%/templates.joi/static/smallActive.png -%%DATADIR%%/templates.joi/static/smallActive.png.bak -%%DATADIR%%/templates.joi/static/subalbum.png -%%DATADIR%%/templates.joi/static/subalbum.png.bak -%%DATADIR%%/templates.joi/static/thumbnails.png -%%DATADIR%%/templates.joi/static/thumbnails.png.bak -%%DATADIR%%/templates.joi/static/up.png -%%DATADIR%%/templates.joi/static/up.png.bak -%%DATADIR%%/templates.joi/subalbum.html -%%DATADIR%%/templates.joi/subjectpath.html -%%DATADIR%%/templates.joi/thumbnail.html -%%DATADIR%%/templates.joi/thumbnav.html -%%DATADIR%%/templates.joi/thumbnavrow.html -%%DATADIR%%/templates.joi/tree.html -%%DATADIR%%/templates.joi/xlink.html -%%DATADIR%%/templates.marc/details.html -%%DATADIR%%/templates.marc/footer.html -%%DATADIR%%/templates.marc/image.html -%%DATADIR%%/templates.marc/imagelist.html -%%DATADIR%%/templates.marc/imagenavbar.html -%%DATADIR%%/templates.marc/navbar.html -%%DATADIR%%/templates.marc/path.html -%%DATADIR%%/templates.marc/static/actthumb.png -%%DATADIR%%/templates.marc/static/actthumb.png.bak -%%DATADIR%%/templates.marc/static/albumtree.png -%%DATADIR%%/templates.marc/static/albumtree.png.bak -%%DATADIR%%/templates.marc/static/back.png -%%DATADIR%%/templates.marc/static/back.png.bak -%%DATADIR%%/templates.marc/static/contact.png -%%DATADIR%%/templates.marc/static/contact.png.bak -%%DATADIR%%/templates.marc/static/exit.png -%%DATADIR%%/templates.marc/static/exit.png.bak -%%DATADIR%%/templates.marc/static/home.png -%%DATADIR%%/templates.marc/static/home.png.bak -%%DATADIR%%/templates.marc/static/imagelist.png -%%DATADIR%%/templates.marc/static/imagelist.png.bak -%%DATADIR%%/templates.marc/static/info.png -%%DATADIR%%/templates.marc/static/info.png.bak -%%DATADIR%%/templates.marc/static/joi.css -%%DATADIR%%/templates.marc/static/joi.css.bak -%%DATADIR%%/templates.marc/static/joi.js -%%DATADIR%%/templates.marc/static/joi.js.bak -%%DATADIR%%/templates.marc/static/large.png -%%DATADIR%%/templates.marc/static/large.png.bak -%%DATADIR%%/templates.marc/static/largeActive.png -%%DATADIR%%/templates.marc/static/largeActive.png.bak -%%DATADIR%%/templates.marc/static/media.png -%%DATADIR%%/templates.marc/static/media.png.bak -%%DATADIR%%/templates.marc/static/medium.png -%%DATADIR%%/templates.marc/static/medium.png.bak -%%DATADIR%%/templates.marc/static/mediumActive.png -%%DATADIR%%/templates.marc/static/mediumActive.png.bak -%%DATADIR%%/templates.marc/static/meshman.css -%%DATADIR%%/templates.marc/static/meshman.css.bak -%%DATADIR%%/templates.marc/static/next.png -%%DATADIR%%/templates.marc/static/next.png.bak -%%DATADIR%%/templates.marc/static/nextInactive.png -%%DATADIR%%/templates.marc/static/nextInactive.png.bak -%%DATADIR%%/templates.marc/static/prev.png -%%DATADIR%%/templates.marc/static/prev.png.bak -%%DATADIR%%/templates.marc/static/prevInactive.png -%%DATADIR%%/templates.marc/static/prevInactive.png.bak -%%DATADIR%%/templates.marc/static/preview.js -%%DATADIR%%/templates.marc/static/preview.js.bak -%%DATADIR%%/templates.marc/static/related.png -%%DATADIR%%/templates.marc/static/related.png.bak -%%DATADIR%%/templates.marc/static/small.png -%%DATADIR%%/templates.marc/static/small.png.bak -%%DATADIR%%/templates.marc/static/smallActive.png -%%DATADIR%%/templates.marc/static/smallActive.png.bak -%%DATADIR%%/templates.marc/static/subalbum.png -%%DATADIR%%/templates.marc/static/subalbum.png.bak -%%DATADIR%%/templates.marc/static/thumbnails.png -%%DATADIR%%/templates.marc/static/thumbnails.png.bak -%%DATADIR%%/templates.marc/static/up.png -%%DATADIR%%/templates.marc/static/up.png.bak -%%DATADIR%%/templates.marc/subalbum.html -%%DATADIR%%/templates.marc/subjectpath.html -%%DATADIR%%/templates.marc/thumbnail.html -%%DATADIR%%/templates.marc/thumbnav.html -%%DATADIR%%/templates.marc/thumbnavrow.html -%%DATADIR%%/templates.marc/tree.html -%%DATADIR%%/templates.marc/xlink.html -%%DATADIR%%/templates.martin/details.html -%%DATADIR%%/templates.martin/footer.html -%%DATADIR%%/templates.martin/image.html -%%DATADIR%%/templates.martin/imagelist.html -%%DATADIR%%/templates.martin/imagenavbar.html -%%DATADIR%%/templates.martin/navbar.html -%%DATADIR%%/templates.martin/path.html -%%DATADIR%%/templates.martin/static/actthumb.png -%%DATADIR%%/templates.martin/static/actthumb.png.bak -%%DATADIR%%/templates.martin/static/albumtree.png -%%DATADIR%%/templates.martin/static/albumtree.png.bak -%%DATADIR%%/templates.martin/static/back.png -%%DATADIR%%/templates.martin/static/back.png.bak -%%DATADIR%%/templates.martin/static/contact.png -%%DATADIR%%/templates.martin/static/contact.png.bak -%%DATADIR%%/templates.martin/static/exit.png -%%DATADIR%%/templates.martin/static/exit.png.bak -%%DATADIR%%/templates.martin/static/first.png -%%DATADIR%%/templates.martin/static/first.png.bak -%%DATADIR%%/templates.martin/static/firstInactive.png -%%DATADIR%%/templates.martin/static/firstInactive.png.bak -%%DATADIR%%/templates.martin/static/home.png -%%DATADIR%%/templates.martin/static/home.png.bak -%%DATADIR%%/templates.martin/static/huge.png -%%DATADIR%%/templates.martin/static/huge.png.bak -%%DATADIR%%/templates.martin/static/hugeActive.png -%%DATADIR%%/templates.martin/static/hugeActive.png.bak -%%DATADIR%%/templates.martin/static/imagelist.png -%%DATADIR%%/templates.martin/static/imagelist.png.bak -%%DATADIR%%/templates.martin/static/info.png -%%DATADIR%%/templates.martin/static/info.png.bak -%%DATADIR%%/templates.martin/static/large.png -%%DATADIR%%/templates.martin/static/large.png.bak -%%DATADIR%%/templates.martin/static/largeActive.png -%%DATADIR%%/templates.martin/static/largeActive.png.bak -%%DATADIR%%/templates.martin/static/last.png -%%DATADIR%%/templates.martin/static/last.png.bak -%%DATADIR%%/templates.martin/static/lastInactive.png -%%DATADIR%%/templates.martin/static/lastInactive.png.bak -%%DATADIR%%/templates.martin/static/martin.css -%%DATADIR%%/templates.martin/static/martin.css.bak -%%DATADIR%%/templates.martin/static/media.png -%%DATADIR%%/templates.martin/static/media.png.bak -%%DATADIR%%/templates.martin/static/medium.png -%%DATADIR%%/templates.martin/static/medium.png.bak -%%DATADIR%%/templates.martin/static/mediumActive.png -%%DATADIR%%/templates.martin/static/mediumActive.png.bak -%%DATADIR%%/templates.martin/static/metal_slide_light.gif -%%DATADIR%%/templates.martin/static/metal_slide_light.gif.bak -%%DATADIR%%/templates.martin/static/metal_slide_light.png -%%DATADIR%%/templates.martin/static/metal_slide_light.png.bak -%%DATADIR%%/templates.martin/static/next.png -%%DATADIR%%/templates.martin/static/next.png.bak -%%DATADIR%%/templates.martin/static/nextInactive.png -%%DATADIR%%/templates.martin/static/nextInactive.png.bak -%%DATADIR%%/templates.martin/static/prev.png -%%DATADIR%%/templates.martin/static/prev.png.bak -%%DATADIR%%/templates.martin/static/prevInactive.png -%%DATADIR%%/templates.martin/static/prevInactive.png.bak -%%DATADIR%%/templates.martin/static/related.png -%%DATADIR%%/templates.martin/static/related.png.bak -%%DATADIR%%/templates.martin/static/slides.css -%%DATADIR%%/templates.martin/static/slides.css.bak -%%DATADIR%%/templates.martin/static/small.png -%%DATADIR%%/templates.martin/static/small.png.bak -%%DATADIR%%/templates.martin/static/smallActive.png -%%DATADIR%%/templates.martin/static/smallActive.png.bak -%%DATADIR%%/templates.martin/static/subalbum.png -%%DATADIR%%/templates.martin/static/subalbum.png.bak -%%DATADIR%%/templates.martin/static/thumbnails.png -%%DATADIR%%/templates.martin/static/thumbnails.png.bak -%%DATADIR%%/templates.martin/static/up.png -%%DATADIR%%/templates.martin/static/up.png.bak -%%DATADIR%%/templates.martin/subalbum.html -%%DATADIR%%/templates.martin/subjectpath.html -%%DATADIR%%/templates.martin/thumbnail.html -%%DATADIR%%/templates.martin/thumbnavrow.html -%%DATADIR%%/templates.martin/tree.html -%%DATADIR%%/templates.martin/xlink.html -%%DATADIR%%/templates.mwolson/bodyheader.html -%%DATADIR%%/templates.mwolson/details.html -%%DATADIR%%/templates.mwolson/footer.html -%%DATADIR%%/templates.mwolson/header.html -%%DATADIR%%/templates.mwolson/image.html -%%DATADIR%%/templates.mwolson/imagelist.html -%%DATADIR%%/templates.mwolson/navbar.html -%%DATADIR%%/templates.mwolson/path.html -%%DATADIR%%/templates.mwolson/static/style.css -%%DATADIR%%/templates.mwolson/static/style.css.bak -%%DATADIR%%/templates.mwolson/subalbum.html -%%DATADIR%%/templates.mwolson/thheader.html -%%DATADIR%%/templates.mwolson/thumbnail.html -%%DATADIR%%/templates.mwolson/tree.html -%%DATADIR%%/templates.petrus/details.html -%%DATADIR%%/templates.petrus/footer.html -%%DATADIR%%/templates.petrus/image.html -%%DATADIR%%/templates.petrus/imagelist.html -%%DATADIR%%/templates.petrus/imagenavbar.html -%%DATADIR%%/templates.petrus/moreinfos.html -%%DATADIR%%/templates.petrus/navbar.html -%%DATADIR%%/templates.petrus/path.html -%%DATADIR%%/templates.petrus/static/actthumb.png -%%DATADIR%%/templates.petrus/static/actthumb.png.bak -%%DATADIR%%/templates.petrus/static/albumtree.png -%%DATADIR%%/templates.petrus/static/albumtree.png.bak -%%DATADIR%%/templates.petrus/static/back.png -%%DATADIR%%/templates.petrus/static/back.png.bak -%%DATADIR%%/templates.petrus/static/contact.png -%%DATADIR%%/templates.petrus/static/contact.png.bak -%%DATADIR%%/templates.petrus/static/exit.png -%%DATADIR%%/templates.petrus/static/exit.png.bak -%%DATADIR%%/templates.petrus/static/home.png -%%DATADIR%%/templates.petrus/static/home.png.bak -%%DATADIR%%/templates.petrus/static/huge.png -%%DATADIR%%/templates.petrus/static/huge.png.bak -%%DATADIR%%/templates.petrus/static/hugeActive.png -%%DATADIR%%/templates.petrus/static/hugeActive.png.bak -%%DATADIR%%/templates.petrus/static/imagelist.png -%%DATADIR%%/templates.petrus/static/imagelist.png.bak -%%DATADIR%%/templates.petrus/static/info.png -%%DATADIR%%/templates.petrus/static/info.png.bak -%%DATADIR%%/templates.petrus/static/joi.css -%%DATADIR%%/templates.petrus/static/joi.css.bak -%%DATADIR%%/templates.petrus/static/joi.js -%%DATADIR%%/templates.petrus/static/joi.js.bak -%%DATADIR%%/templates.petrus/static/large.png -%%DATADIR%%/templates.petrus/static/large.png.bak -%%DATADIR%%/templates.petrus/static/largeActive.png -%%DATADIR%%/templates.petrus/static/largeActive.png.bak -%%DATADIR%%/templates.petrus/static/media.png -%%DATADIR%%/templates.petrus/static/media.png.bak -%%DATADIR%%/templates.petrus/static/medium.png -%%DATADIR%%/templates.petrus/static/medium.png.bak -%%DATADIR%%/templates.petrus/static/mediumActive.png -%%DATADIR%%/templates.petrus/static/mediumActive.png.bak -%%DATADIR%%/templates.petrus/static/next.png -%%DATADIR%%/templates.petrus/static/next.png.bak -%%DATADIR%%/templates.petrus/static/nextInactive.png -%%DATADIR%%/templates.petrus/static/nextInactive.png.bak -%%DATADIR%%/templates.petrus/static/petrus.css -%%DATADIR%%/templates.petrus/static/petrus.css.bak -%%DATADIR%%/templates.petrus/static/prev.png -%%DATADIR%%/templates.petrus/static/prev.png.bak -%%DATADIR%%/templates.petrus/static/prevInactive.png -%%DATADIR%%/templates.petrus/static/prevInactive.png.bak -%%DATADIR%%/templates.petrus/static/preview.js -%%DATADIR%%/templates.petrus/static/preview.js.bak -%%DATADIR%%/templates.petrus/static/related.png -%%DATADIR%%/templates.petrus/static/related.png.bak -%%DATADIR%%/templates.petrus/static/small.png -%%DATADIR%%/templates.petrus/static/small.png.bak -%%DATADIR%%/templates.petrus/static/smallActive.png -%%DATADIR%%/templates.petrus/static/smallActive.png.bak -%%DATADIR%%/templates.petrus/static/subalbum.png -%%DATADIR%%/templates.petrus/static/subalbum.png.bak -%%DATADIR%%/templates.petrus/static/thumbnails.png -%%DATADIR%%/templates.petrus/static/thumbnails.png.bak -%%DATADIR%%/templates.petrus/static/up.png -%%DATADIR%%/templates.petrus/static/up.png.bak -%%DATADIR%%/templates.petrus/subalbum.html -%%DATADIR%%/templates.petrus/subjectpath.html -%%DATADIR%%/templates.petrus/thumbnail.html -%%DATADIR%%/templates.petrus/thumbnav.html -%%DATADIR%%/templates.petrus/thumbnavrow.html -%%DATADIR%%/templates.petrus/title1.html -%%DATADIR%%/templates.petrus/tree.html -%%DATADIR%%/templates.petrus/xlink.html -%%DATADIR%%/templates.satyap/bodyheader.html -%%DATADIR%%/templates.satyap/details.html -%%DATADIR%%/templates.satyap/footer.html -%%DATADIR%%/templates.satyap/header.html -%%DATADIR%%/templates.satyap/image.html -%%DATADIR%%/templates.satyap/imagelist.html -%%DATADIR%%/templates.satyap/navbar.html -%%DATADIR%%/templates.satyap/path.html -%%DATADIR%%/templates.satyap/static/style.css -%%DATADIR%%/templates.satyap/static/style.css.bak -%%DATADIR%%/templates.satyap/subalbum.html -%%DATADIR%%/templates.satyap/thheader.html -%%DATADIR%%/templates.satyap/thumbnail.html -%%DATADIR%%/templates.satyap/tree.html -%%DATADIR%%/templates.swigs/details.html -%%DATADIR%%/templates.swigs/footer.html -%%DATADIR%%/templates.swigs/image.html -%%DATADIR%%/templates.swigs/imagelist.html -%%DATADIR%%/templates.swigs/navbar.html -%%DATADIR%%/templates.swigs/path.html -%%DATADIR%%/templates.swigs/search.html -%%DATADIR%%/templates.swigs/search.js -%%DATADIR%%/templates.swigs/search_data.js -%%DATADIR%%/templates.swigs/search_result.html -%%DATADIR%%/templates.swigs/subalbum.html -%%DATADIR%%/templates.swigs/thumbnail.html -%%DATADIR%%/templates.swigs/tree.html -%%PORTDOCS%%%%DOCSDIR%%/album.xml -%%PORTDOCS%%%%DOCSDIR%%/autolayout.xml -%%PORTDOCS%%%%DOCSDIR%%/bins-edit-gui.sgml -%%PORTDOCS%%%%DOCSDIR%%/bins-edit-gui_man.html -%%PORTDOCS%%%%DOCSDIR%%/bins.sgml -%%PORTDOCS%%%%DOCSDIR%%/bins_edit.sgml -%%PORTDOCS%%%%DOCSDIR%%/bins_edit_man.html -%%PORTDOCS%%%%DOCSDIR%%/bins_man.html -%%PORTDOCS%%%%DOCSDIR%%/contact.html -%%PORTDOCS%%%%DOCSDIR%%/contact.xml -%%PORTDOCS%%%%DOCSDIR%%/download.html -%%PORTDOCS%%%%DOCSDIR%%/download.xml -%%PORTDOCS%%%%DOCSDIR%%/examples.html -%%PORTDOCS%%%%DOCSDIR%%/examples.xml -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq.xml -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/index.xml -%%PORTDOCS%%%%DOCSDIR%%/index_fr.html -%%PORTDOCS%%%%DOCSDIR%%/install.html -%%PORTDOCS%%%%DOCSDIR%%/install.xml -%%PORTDOCS%%%%DOCSDIR%%/install_automatic.html -%%PORTDOCS%%%%DOCSDIR%%/install_automatic.xml -%%PORTDOCS%%%%DOCSDIR%%/install_manual.html -%%PORTDOCS%%%%DOCSDIR%%/install_manual.xml -%%PORTDOCS%%%%DOCSDIR%%/install_prerequisites.html -%%PORTDOCS%%%%DOCSDIR%%/install_prerequisites.xml -%%PORTDOCS%%%%DOCSDIR%%/intro.html -%%PORTDOCS%%%%DOCSDIR%%/intro.xml -%%PORTDOCS%%%%DOCSDIR%%/layout.xml -%%PORTDOCS%%%%DOCSDIR%%/license.html -%%PORTDOCS%%%%DOCSDIR%%/license.xml -%%PORTDOCS%%%%DOCSDIR%%/usage.html -%%PORTDOCS%%%%DOCSDIR%%/usage.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_album.html -%%PORTDOCS%%%%DOCSDIR%%/usage_album.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_custom.html -%%PORTDOCS%%%%DOCSDIR%%/usage_custom.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_desc.html -%%PORTDOCS%%%%DOCSDIR%%/usage_desc.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_cli.html -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_cli.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_gui.html -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_gui.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_gui_feh.html -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_gui_feh.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_gui_gqview.html -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_gui_gqview.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_gui_nautilus.html -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_gui_nautilus.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_xml.html -%%PORTDOCS%%%%DOCSDIR%%/usage_desc_xml.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_httpd.html -%%PORTDOCS%%%%DOCSDIR%%/usage_httpd.xml -%%PORTDOCS%%%%DOCSDIR%%/usage_tools.html -%%PORTDOCS%%%%DOCSDIR%%/usage_tools.xml -share/locale/ca/LC_MESSAGES/bins.mo -share/locale/de/LC_MESSAGES/bins.mo -share/locale/eo/LC_MESSAGES/bins.mo -share/locale/es/LC_MESSAGES/bins.mo -share/locale/fi/LC_MESSAGES/bins.mo -share/locale/fr/LC_MESSAGES/bins.mo -share/locale/hu/LC_MESSAGES/bins.mo -share/locale/it/LC_MESSAGES/bins.mo -share/locale/ja/LC_MESSAGES/bins.mo -share/locale/nl/LC_MESSAGES/bins.mo -share/locale/pl/LC_MESSAGES/bins.mo -share/locale/ru/LC_MESSAGES/bins.mo -share/locale/zh_TW/LC_MESSAGES/bins.mo |