Port details |
- fgallery Modern, static javascript photo gallery generator
- 1.8.2_5 www
=2 1.8.2_4Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2017-07-20 11:55:18
- Last Update: 2022-01-04 16:46:03
- Commit Hash: 16fc163
- People watching this port, also watch:: pkg, tmux, ripgrep, webfonts, feh
- Also Listed In: graphics
- License: GPLv2
- Description:
- fgallery is a static photo gallery generator with no frills that has a stylish,
minimalist look. fgallery shows your photos, and nothing else.
There is no server-side processing, only static generation. The resulting
gallery can be uploaded anywhere without additional requirements and works with
any modern browser.
Key features:
* Automatically orients pictures without quality loss
* Adapts to the current screen size and proportions, switching from
horizontal/vertical layout and scaling thumbnails automatically
* Supports face detection for improved thumbnail centering
* Loads fast
* Includes original (raw) pictures in a zip file for downloading
* Panoramas can be seen full-size by default
WWW: http://www.thregr.org/~wavexx/software/fgallery/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/fgallery/ && make install clean
- To add the package, run one of these commands:
- pkg install www/fgallery
- pkg install fgallery
- PKGNAME: fgallery
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1500536838
SHA256 (wavexx-fgallery-1.8.2-45a8629_GH0.tar.gz) = 657da1c0350489254bcf7fdb27af112722cce85fc1b2fdae4ab5cdf75fd802c9
SIZE (wavexx-fgallery-1.8.2-45a8629_GH0.tar.gz) = 140796
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- exiftool : graphics/p5-Image-ExifTool
- exiftran : graphics/exiftran
- p5-Cpanel-JSON-XS>=0 : converters/p5-Cpanel-JSON-XS
- 7zz : archivers/7-zip
- facedetect : graphics/facedetect
- jpegoptim : graphics/jpegoptim
- pngcrush : graphics/pngcrush
- ImageMagick6>=6 : graphics/ImageMagick6
- Library dependencies:
-
- liblcms2.so : graphics/lcms2
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for fgallery-1.8.2_5:
7ZIP=on: Use 7-Zip for better zip compression
FACEDETECT=on: Face detection for improved thumbnail centering
JPEGOPTIM=on: Use jpegoptim for JPEG size optimization
PNGCRUSH=on: Use pngcrush for PNG size optimization
===> Use 'make config' to modify these settings
- Options name:
- www_fgallery
- USES:
- magick:6,run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Jan 2022 16:46:03 1.8.2_5
|
Emanuel Haupt (ehaupt)  |
www/fgallery: Switch from p7zip to 7-zip
Switch from outdated archivers/p7zip tp archivers/7-zip which is
encouraged by the maintainer (see PR).
While here, pacify portclippy/portfmt.
PR: 260866 (based on) |
11 Dec 2021 13:50:53 1.8.2_4
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 1.8.2_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jul 2019 20:46:57
1.8.2_4
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
1.8.2_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
10 Nov 2018 19:57:08
1.8.2_2
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
10 Mar 2018 17:46:06
1.8.2_1
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
20 Jul 2017 11:54:28
1.8.2
|
ehaupt  |
Add fgallery 1.8.2, modern, static javascript photo gallery generator. |
Number of commits found: 8
|