pkgsrc/www/bins/Makefile

84 lines
3.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.47 2015/06/12 10:51:48 wiz Exp $
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
DISTNAME= bins-1.1.29
PKGREVISION= 7
CATEGORIES= www graphics
2004-11-08 17:50:13 +01:00
MASTER_SITES= http://zubro.chez.tiscali.fr/BINS/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bins.sautret.org/
COMMENT= Static HTML photo album generator
DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
DEPENDS+= p5-HTML-Clean>=0.8:../../www/p5-HTML-Clean
DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Template>=2.5:../../www/p5-HTML-Template
DEPENDS+= p5-Image-Info>=1.10:../../graphics/p5-Image-Info
DEPENDS+= p5-Image-Size>=2.980:../../graphics/p5-Image-Size
DEPENDS+= p5-IO-String>=1.01:../../devel/p5-IO-String
DEPENDS+= p5-PerlMagick>=5.3.9nb1:../../graphics/p5-PerlMagick
#DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
DEPENDS+= p5-Text-Iconv>=1.1:../../converters/p5-Text-Iconv
DEPENDS+= p5-Text-Unaccent>=1.0:../../textproc/p5-Text-Unaccent
DEPENDS+= p5-TimeDate>=1.0:../../time/p5-TimeDate
DEPENDS+= p5-URI>=1.19:../../www/p5-URI
DEPENDS+= p5-XML-Grove>=0.46.0.1:../../textproc/p5-XML-Grove
DEPENDS+= p5-XML-Handler-YAWriter>=0.23:../../textproc/p5-XML-Handler-YAWriter
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
2003-01-25 19:02:14 +01:00
USE_PKGLOCALEDIR= YES
# bins-edit-gui not installed because many needed packages are missing
# bins_txt2xml not installed because it's an upgrade tool, and we didn't
# have previous versions in pkgsrc.
#
USE_TOOLS+= perl:run
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
REPLACE_PERL= bins bins_edit bins-edit-gui tools/bins_addtext \
tools/bins_cleanupgallery tools/bins_txt2xml
2008-06-20 03:09:05 +02:00
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/html/bins \
share/examples/bins
post-patch:
${MV} ${WRKSRC}/bins ${WRKSRC}/bins.bak
2002-10-26 21:38:12 +02:00
${SED} -e 's;/etc/bins;${PKG_SYSCONFDIR}/bins;g' \
-e 's;/usr/local/share/locale;${PREFIX}/${PKGLOCALEDIR}/locale;g' \
${WRKSRC}/bins.bak > ${WRKSRC}/bins
do-install:
# Programs and manual pages
2008-06-20 03:09:05 +02:00
${INSTALL_SCRIPT} ${WRKSRC}/tools/anti_bins ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bins ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/tools/bins_cleanupgallery ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bins_edit ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/bins.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/doc/bins_edit.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
# HTML documentation
2008-06-20 03:09:05 +02:00
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DESTDIR}${PREFIX}/share/doc/html/bins/
# Example configuration file
2008-06-20 03:09:05 +02:00
${INSTALL_DATA} ${WRKSRC}/binsrc ${DESTDIR}${PREFIX}/share/examples/bins/
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
.for template in swigs
# template: default
2008-06-20 03:09:05 +02:00
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/bins/templates.${template}
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
${INSTALL_DATA} ${WRKSRC}/templates.${template}/*.* \
2008-06-20 03:09:05 +02:00
${DESTDIR}${PREFIX}/share/examples/bins/templates.${template}/
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
.endfor
.for template in joi marc martin mwolson petrus satyap
2008-06-20 03:09:05 +02:00
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/bins/templates.${template}/static
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
${INSTALL_DATA} ${WRKSRC}/templates.${template}/*.* \
2008-06-20 03:09:05 +02:00
${DESTDIR}${PREFIX}/share/examples/bins/templates.${template}/
${INSTALL_DATA} \
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
${WRKSRC}/templates.${template}/static/* \
2008-06-20 03:09:05 +02:00
${DESTDIR}${PREFIX}/share/examples/bins/templates.${template}/static/
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
.endfor
# Translations
Update to 1.1.29: BINS 1.1.29 ----------- - A search engine has been added. It only woks on web browser supporting javascript and DOM. It can be deactivated via the new searchEngine parameter. It allows search on image description fields set in the new searchFields parameter. Maximum results returned by the search engine is set by the searchLimit parameter. This adds a new dependency on Text::Unaccent. - Michael Olson's mwolson templates have been added. - Martin Pohlack's martin templates have been added. These templates are based upon marc ones, in turn based on joi. Here are the modifications with marc: - fixed some bugs in the css - more layout stuff done in css - changed colors to grey-levels, which allows the viewer to concentrate on the important parts, the images (if you don't like it, you only have to change some lines in the css). - some layout changes, links (next, prev, ...) have a fixed position now, so you don't have to move the mouse if you want to cycle through many images. - use transparent pngs for the slide background in browser which support it -> smoother slide corners (round corners are oversampled, compare the gif and the png) - Display the content of the jpeg-comment filed below the image - Fixed a bug when javaScriptPreloadImage was set to 1 : the next image preloaded was always at maximum size. Patch from Malcolm Parsons - Add support for jpegtran with MMX (libjpeg-mmx-progs). Patch by Ludovic Rousseau - Fix -f option so it can work with files given with a relative path. Patch by Ludovic Rousseau - Default template has been renamed to swigs, has it may not be the default in the future (it uses tables and don't use CSS). - A tools directory has been added in the archive, containing the small BINS related utilities. The new tools add_num_prefix, remove_num_prefix and bins_addtext have been added. All is documented on the web site. - A FAQ has been added. - BINS now has a page on gna!, see https://gna.org/projects/bins/ BINS 1.1.28 ----------- - Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to do if the source image is smaller than the size of the generated image. Fixed a bug that prevented enlarged image from actually being generated. Patch from Alexander Blazej - Added new linkRelative parameter allow to use relative links if linkInsteadOfCopy is set to 1. Patch from Dan McMahill - Transform functionality now allow perl code. A new dateString parameter allow to specify the date string to be used (following date(1)), introducing a dependency on Date::Parse. Patch from Martin Michlmayr - Handle buggy EXIF information in DateTimeOriginal. Patch from Martin Michlmayr - Fix on deExifyImages option. Patch from Martin Michlmayr - Fix encoding problem whith ISO 646 used by Solaris. Patch from Martin Michlmayr - Fix bug when source directories is a prefix of the destination one. Patch from Pizza - Make JPEG Comments available as image subtext. Patch from Martin Pohlack - Catalan translation (ca) has been added. Thanks to Joan Antoja Sabin - A CSS bug in marc template has been fixed. Correction from Martin Pohlack - The image details page, using the Joi template, now respects use of a background image. Fix by Alexander Blazej - The image details page's "Album Tree" link is fixed. Fix by Alexander Blazej - Standardized indentation (4 columns). Done by Alexander Blazej - Default value of borderOnThumbnails has been set to 0.
2005-10-04 21:12:01 +02:00
for lang in ca de eo es fi fr hu it ja nl pl ru zh_TW; do \
${INSTALL_DATA_DIR} \
2008-06-20 03:09:05 +02:00
${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale/$$lang/LC_MESSAGES; \
${INSTALL_DATA} ${WRKSRC}/intl/$$lang.mo \
2008-06-20 03:09:05 +02:00
${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale/$$lang/LC_MESSAGES/bins.mo; \
done
.include "../../mk/bsd.pkg.mk"