Port details |
- igal2 Simple CLI image gallery generator
- 3.2 www =4 3.1Version of this port present on the latest quarterly branch.
- Maintainer: ports@bsdserwis.com
- Port Added: 2009-05-24 20:49:31
- Last Update: 2024-07-14 07:03:02
- Commit Hash: 8828c26
- People watching this port, also watch:: vlc, firefox-esr, chromium, xpdf, openvpn
- Also Listed In: graphics
- License: GPLv2
- WWW:
- https://igal.trexler.at/
- Description:
- igal2 (the successor of igal) is a quick and easy program for placing
your images online with just one command-line. It generates a pretty
good-looking set of W3-compliant static HTML slides even with its
default settings. The slide show preloads the next image with
JavaScript - ideal for slower links.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/www/igal2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/igal2
- pkg install igal2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: igal2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720378280
SHA256 (igal2-3.2.tar.gz) = afe4ead6b8b1b9889d9eb2656b60054f19ea37508b1afd0a409c7037a740df87
SIZE (igal2-3.2.tar.gz) = 29420
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- ImageMagick7-nox11>=7 : graphics/ImageMagick7@nox11
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for igal2-3.2:
EXIF=off: Support EXIF data (-e option)
====> ImageMagick image processing support: you can only select none or one of them
IMAGICK_NOX11=on: Without X11 support
IMAGICK_X11=off: With X11 support
===> Use 'make config' to modify these settings
- Options name:
- www_igal2
- USES:
- perl5 shebangfix magick:7,run,nox11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2 14 Jul 2024 07:03:02 |
Torsten Zuehlsdorff (tz) |
www/igal2: Upgrade from 3.1 to 3.2
Changelog:
* Add support to specify directory for templates.
Taken from:
* https://github.com/solbu/igal2/blob/master/ChangeLog
Full Diff:
* https://github.com/solbu/igal2/compare/v3.1...v3.2
PR: 280194
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer) |
3.1 11 Feb 2024 11:49:03 |
Piotr Kubaj (pkubaj) |
www/igal2: update to 3.1
PR: 276018
Submitted by: Krzysztof (ports@bsdserwis.com)
Approved by: Krzysztof (ports@bsdserwis.com) |
2.2_4 16 May 2023 03:57:46 |
Alexey Dokuchaev (danfe) |
Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}
Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader. |
2.2_4 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2_3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.2_3 11 Dec 2021 13:50:53 |
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 ) |
2.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2_3 15 Mar 2019 04:41:06 |
tobik |
www/igal2: Fix EXIF option
Options helpers are ineffective when set after bsd.port.options.mk.
Convert the port to options helpers to fix this.
Reported by: tobik (in D19553) |
2.2_2 11 Mar 2019 16:43:36 |
rodrigo |
Take maintenership for this port
Add radio options IMAGICK_X11 and IMAGICK_NOX11
to be able to install www/igal2 with or without
the X11 dependencies pulled by imagemagik.
IMAGICK_NOX11 is the default build option.
PR: 236392
Submitted by: Krzysztof <ports@bsdserwis.com> |
2.2_1 10 Nov 2018 19:57:08 |
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> |
2.2 16 Aug 2016 19:00:19 |
pawel |
- Update to version 2.2 [1]
- Add LICENSE_FILE, NO_ARCH
- Convert to options helpers
- Regenerate patches with make makepatch
PR: 211838 [1]
Submitted by: Jochen Neumeister [1] |
2.1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.1 11 Jun 2015 09:25:24 |
amdmi3 |
- Drop @dirrm* from plist |
2.1 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
2.1 14 Feb 2014 11:25:39 |
gahr |
- STAGE-clean
- Remove article from COMMENT line |
2.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.1 14 Sep 2013 13:38:21 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.1 03 Oct 2012 07:59:44 |
gahr |
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG |
2.1 06 Jun 2012 12:46:43 |
gahr |
- Update to 2.1
Changelog: http://igal.trexler.at/ChangeLog |
2.0_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.0_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.0_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.0 24 May 2009 20:49:16 |
gahr |
- New port: www/igal2
igal2 (the successor of igal) is a quick and easy program for placing your
images online with just one command-line. It generates a pretty good-looking
set of W3-compliant static HTML slides even with its default settings.
The slide show preloads the next image with JavaScript - ideal for slower
links. |