summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Gallery
AgeCommit message (Collapse)AuthorFilesLines
2005-01-23Empty out PKGREVISION (should have been part of previous commit).kim1-2/+2
2005-01-23Upgrade to Apache::Gallery 0.9.1kim5-22/+23
* Report 404 for HEAD requests to non-existing files or directories * Scale images when they are requested from the cache instead of before the index is displayed. * Sort pictures the same way when viewing images as when viewing directories * New option GalleryUnderscoresToSpaces to convert underscores to spaces in the listing of directories. * Remember choosen width by setting a cookie * Two new configuration options GalleryDocFile and GalleryImgFile that makes it possible to configured which filetypes should be displayed. See the documentation for details. * Switched to use Text::Template instead of CGI::FastTemplate, see the UPGRADE file for details. * Create copyright notices on pictures using truetype fonts instead of png images. Font, color and size can be configured. and various bug fixes.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-12Add 'perl5' to CATEGORIES.seb1-2/+2
2004-10-15Update linkage to libltdl (via imlib2), now in its own package.tv1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-10Add reverse sorting of entries.kim3-14/+43
2004-04-12Accept p5-libapreq2 too.kim1-3/+8
2004-04-01Add patch-aa, missed from previous commit.kim1-0/+41
2004-04-01Make Perl packlist used again.kim2-3/+5
Preserve line breaks in directory names (in icon display).
2004-02-11Bump PKGREVISION due to imlib2 update.xtraeme1-2/+2
2004-02-11bl3ifyxtraeme1-4/+4
2004-02-08Require p5-Image-Info 1.15 or later to avoid SEGFAULTS from 1.12.kim1-3/+3
Bump PKGREVISION.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-09-21Upgraded to Apache::Gallery 0.7:kim5-57/+74
- Support mod_perl version 1 and 2 (1.99) (Michael Legart) - Send status code 500 on errors, 404 on file not found and make IE show our own errorpage. (Thomas L. Kjeldsen) - Bugfix for directories named "0" (Andreas Plesner Jacobsen) - Added "selection mode". Select images with checkboxes and get a list of filenames. (Peter Andreasen) - Fix to let the module work with perl 5.005 (Aaron) - Do not allow scaling pictures to sizes above their original size (Aaron) - Added GalleryUseFileDate option to make A::G show the files timestamps instead of using the EXIF value (Dennis Haney) - Remember display size when turning Slideshow off (Hans Joergensen) - Nice new layout (Thomas Kjaer) - New option GalleryEXIFMode to control the way EXIF info is displayed. See docs for details (Michael Legart) - Support for the FNumber EXIF value (Thomas Corell) - Added GalleryRootText option to allow changing the name of the root element in the menu (Christopher Knight) - Use Image::Imlib2 instead of Inline::C (Andreas Plesner Jacobsen) - New option GalleryMaxThumbnailsPerPage to limit the number of thumbnails displayed per page. Disabled by default and requires templates update. (Michael Legart) - Bugfix for the GalleryThumbnailSize option. Both height and width max sizes are now obeyed. (David Gee)
2003-09-06Upgrade p5-Apache-Gallery to 0.6.kim5-23/+38
Notable changes: * Apache now internally handles image dispatch which enables use of all Apache caching possibilities * Support the EXIF Orientation key for automatic rotate * Directory comments * New GallerySortBy option to allow sort by time, size etc. * Set width/height on thumbnail images for better performance * InlineDir is no longer configurable using PerlSetVar * Write to the error log if unable to open files in the cache * Added slideshow feature * Moved the cache to one single directory outside the webscope * Allow user to customize the "No info found" message Some people have been reporting problems with Apache segfaulting when displaying images from certain cameras (eg. the Canon G2). The problem can be solved by using Image::Info 1.11 or earlier.
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-9/+6
Fix X11 handling: mark with USE_X11 remove inclusion of pkgtools/x11-links/xfree.buildlink2.mk.
2002-09-01Apache::Gallery creates an thumbnail index of each directory andkim7-0/+194
allows viewing pictures in different resolutions. Pictures are resized on the fly and cached.