summaryrefslogtreecommitdiff
path: root/www/make_album
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-04-15Remove USE_BUILDLINK2, define NO_CONFIGURE.snj1-2/+2
2003-10-01Use DEPENDS instead of buildlink2.mk for dependancy on ImageMagick.simonb1-3/+3
Thanks to Grant Beattie for sorting out DEPENDS line.
2003-09-03Revision bump, because ImageMagick's shared library version changeadam1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-11-13PKGREVISION bump because ImageMagick's buildlink2.mk wants a newerwiz1-2/+2
ImageMagick (different library name).
2002-10-05Convert to buildlink2.wiz1-2/+3
2002-03-12fix floating exception when the focus is "infinite"lukem3-9/+17
2001-12-26make_album organises images into HTML "albums", with thumbnails andlukem2-0/+38
different sized images. It supports reading the EXIF data out of the original image and presenting that information. An example configuration can be found at: http://www.burren.cx/david/files/example_album.tar.gz
2001-12-26make_album organises images into HTML "albums", with thumbnails andlukem3-0/+123
different sized images. It supports reading the EXIF data out of the original image and presenting that information. An example configuration can be found at: http://www.burren.cx/david/files/example_album.tar.gz