Web based photo album organizer written in PHP Maintained by:sunpoet@FreeBSD.org Port Added: 17 Sep 2005 11:27:44 License: not specified in port
Gallery is a web based software product that lets you manage your
photos on your own website. You must have your own website with PHP
support in order to install and use it. With Gallery you can easily
create and maintain albums of photos via an intuitive interface. Photo
management includes automatic thumbnail creation, image resizing,
rotation, ordering, captioning, searching and more. Albums can have
read, write and caption permissions per individual authenticated user
for an additional level of privacy. Give accounts to your friends and
family and let them upload and manage their own photos on your
website!
WWW: http://gallery.sourceforge.net/
To install the port:cd /usr/ports/www/gallery2/ && make install clean To add the package:pkg_add -r gallery2
Configuration Options
===> The following configuration options are available for gallery2-2.3.2_1:
DCRAW=off: dcraw (raw image converter) support
FFMPEG=off: FFmpeg support (WMA, AIFF, AC3, APE...)
GD=off: GD graphics library support
GRAPHMAGICK=off: GraphicsMagick support
IMAGEMAGICK=on: ImageMagick support
JHEAD=on: jhead EXIF manipulator support
NETPBM=off: Netpbm graphics toolkit support
NLS=on: Native Language Support
UNZIP=on: UnZip compression support
===> Use 'make config' to modify these settings
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Convert to WWWDIR variable.
- Add support for GraphicsMagick in place of ImageMagick.
- Bump portrevision.
PR: ports/114234
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
Fix pkg-plist.
Allow PostgreSQL to be used instead of MySQL (from Brian.Johnson at
stellent.com).
Add missing php-gd dependency when WITH_GD is specified.
PR: ports/92825
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
Wrong dir in pkg-message
The wrong gallerydir is echoed in pkg-message (obviously a
copy from gallery 1)
PR: ports/89867
Submitted by: Melvyn Sopacua <melvyn@melvyn.homeunix.org>