From db3f1c4c6910cd5a0cf06cb8eb719903b1cf8cfa Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Wed, 25 Sep 2002 00:09:32 +0000 Subject: install the files in share/examples/bins/templates.joi which were missing before. Problem noted by Thomas Klausner. Bump pkgrev. --- www/bins/MESSAGE | 6 ++++-- www/bins/Makefile | 11 ++++++++++- www/bins/PLIST | 33 ++++++++++++++++++++++++++++++++- 3 files changed, 46 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/bins/MESSAGE b/www/bins/MESSAGE index 2a8c4288907..cb00133ffff 100644 --- a/www/bins/MESSAGE +++ b/www/bins/MESSAGE @@ -1,10 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/07/30 09:46:32 dmcmahill Exp $ +$NetBSD: MESSAGE,v 1.3 2002/09/25 00:09:32 dmcmahill Exp $ - Before running bins, copy the example templates directory + Before running bins, copy the example templates directories ${PREFIX}/share/examples/bins/templates.default + ${PREFIX}/share/examples/bins/templates.joi into your home directory as ~/.bins/templates.default + ~/.bins/templates.joi and modify. Also if you do not already have an installed ${PKG_SYSCONFDIR}/binsrc that you're happy with, copy diff --git a/www/bins/Makefile b/www/bins/Makefile index 7316528e797..01c81a3f081 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2002/09/24 02:01:29 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2002/09/25 00:09:32 dmcmahill Exp $ # DISTNAME= bins-1.1.17 +PKGREVISION= 1 CATEGORIES= www graphics MASTER_SITES= http://jsautret.free.fr/BINS/ EXTRACT_SUFX= .tar.bz2 @@ -46,6 +47,14 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.default ${INSTALL_DATA} ${WRKSRC}/templates/*.html \ ${PREFIX}/share/examples/bins/templates.default + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.joi + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.joi/static + ${INSTALL_DATA} ${WRKSRC}/templates.joi/*.html \ + ${PREFIX}/share/examples/bins/templates.joi + ${INSTALL_DATA} ${WRKSRC}/templates.joi/static/*.css \ + ${WRKSRC}/templates.joi/static/*.png \ + ${WRKSRC}/templates.joi/static/*.js \ + ${PREFIX}/share/examples/bins/templates.joi/static ${INSTALL_DATA} ${WRKSRC}/binsrc \ ${PREFIX}/share/examples/bins for lang in de fr it pl; do \ diff --git a/www/bins/PLIST b/www/bins/PLIST index 16780dff29b..96a0fed7b48 100644 --- a/www/bins/PLIST +++ b/www/bins/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/08/24 11:24:55 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/09/25 00:09:32 dmcmahill Exp $ bin/bins bin/bins_edit man/man1/bins.1 @@ -35,10 +35,41 @@ share/examples/bins/templates.default/path.html share/examples/bins/templates.default/subalbum.html share/examples/bins/templates.default/thumbnail.html share/examples/bins/templates.default/tree.html +share/examples/bins/templates.joi/details.html +share/examples/bins/templates.joi/footer.html +share/examples/bins/templates.joi/image.html +share/examples/bins/templates.joi/imagelist.html +share/examples/bins/templates.joi/navbar.html +share/examples/bins/templates.joi/path.html +share/examples/bins/templates.joi/subalbum.html +share/examples/bins/templates.joi/subjectpath.html +share/examples/bins/templates.joi/thumbnail.html +share/examples/bins/templates.joi/tree.html +share/examples/bins/templates.joi/static/albumtree.png +share/examples/bins/templates.joi/static/back.png +share/examples/bins/templates.joi/static/contact.png +share/examples/bins/templates.joi/static/exit.png +share/examples/bins/templates.joi/static/imagelist.png +share/examples/bins/templates.joi/static/info.png +share/examples/bins/templates.joi/static/large.png +share/examples/bins/templates.joi/static/largeActive.png +share/examples/bins/templates.joi/static/medium.png +share/examples/bins/templates.joi/static/mediumActive.png +share/examples/bins/templates.joi/static/meshman.css +share/examples/bins/templates.joi/static/next.png +share/examples/bins/templates.joi/static/prev.png +share/examples/bins/templates.joi/static/preview.js +share/examples/bins/templates.joi/static/small.png +share/examples/bins/templates.joi/static/smallActive.png +share/examples/bins/templates.joi/static/subalbum.png +share/examples/bins/templates.joi/static/thumbnails.png +share/examples/bins/templates.joi/static/up.png ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bins.mo @dirrm share/doc/html/bins @dirrm share/examples/bins/templates.default +@dirrm share/examples/bins/templates.joi/static +@dirrm share/examples/bins/templates.joi @dirrm share/examples/bins -- cgit v1.2.3