diff options
author | martti <martti> | 2006-02-05 12:43:15 +0000 |
---|---|---|
committer | martti <martti> | 2006-02-05 12:43:15 +0000 |
commit | 8253b2baecddca1bb571931942d49e3e1d562d64 (patch) | |
tree | 48e9583d16936defddf7a6b294caea149419318d /www/jalbum/Makefile | |
parent | e0ddfa1174b1dc66359a16f8975aff91099ac8bb (diff) | |
download | pkgsrc-8253b2baecddca1bb571931942d49e3e1d562d64.tar.gz |
Updated www/jalbum to 6.2
The most important improvements are listed here:
* You can now order prints straight from JAlbum albums using UK's
best rated printing service, PhotoBox. They deliver within a
couple of days over Europe
* New "Server mode" Tool added that enables JAlbum to automatically
make albums as soon as a change to the file system is detected.
This allows JAlbum to run as a server and update albums as soon
as new images are uploaded under the image directory.
* JAlbum now warns if unsaved changes has been made when quitting,
loading projects or requesting new projects
* The JAlbum title bar now also tells the name of the current
project
* New and updated languages
* Updated skins
* Fixes to common bugs and minor internal updates
Diffstat (limited to 'www/jalbum/Makefile')
-rw-r--r-- | www/jalbum/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/jalbum/Makefile b/www/jalbum/Makefile index a4dd1dfb199..4e2293941e7 100644 --- a/www/jalbum/Makefile +++ b/www/jalbum/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/01/10 06:37:11 martti Exp $ +# $NetBSD: Makefile,v 1.5 2006/02/05 12:43:15 martti Exp $ -DISTNAME= JAlbum6.1 -PKGNAME= jalbum-6.1.6 +DISTNAME= JAlbum6.2 +PKGNAME= jalbum-6.2 CATEGORIES= www MASTER_SITES= http://www.jalbum.net/download/ EXTRACT_SUFX= .zip |