non port: www/gallery2/Makefile |
SVNWeb
|
Number of commits found: 54 |
Fri, 30 Dec 2022
|
[ 09:04 Po-Chuan Hsieh (sunpoet) ] 494d3f2
www/gallery2: Drop maintainership
I no longer use it.
|
Sat, 10 Sep 2022
|
[ 12:53 Po-Chuan Hsieh (sunpoet) ] 672dc41
www/gallery2: Convert to USES=magick
Use the default ImageMagick since all of them (ImageMagick{6,7}{,-nox11}) are
mutually exclusive.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
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 )
|
Sat, 11 Dec 2021
|
[ 13:50 Tobias C. Berner (tcberner) ] 45526ec (Only the first 10 of 146 ports in this commit are shown above. )
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 )
|
Sun, 18 Apr 2021
|
[ 05:42 Po-Chuan Hsieh (sunpoet) ] 9ed088f
www/gallery2: Cosmetic change
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 19 Jan 2019
|
[ 20:32 sunpoet ]
Fix PHP 7 issue
- Bump PORTREVISION
Obtained
from: https://github.com/bobosch/gallery2/commit/4ddfafa416ffe5babd95f2a6532742c3ec903275
https://github.com/bobosch/gallery2/commit/4fc50203a12b78217999df00759d70d283efce2f
PR: 234557
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
|
Sat, 10 Nov 2018
|
[ 19:57 kwm ] (Only the first 10 of 157 ports in this commit are shown above. )
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>
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Thu, 3 May 2018
|
[ 18:40 sunpoet ]
Fix FFMPEG option
It depends on the binary executable, not the library.
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
Sat, 21 Oct 2017
|
[ 06:50 jbeich ] (Only the first 10 of 169 ports in this commit are shown above. )
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
|
Wed, 4 Oct 2017
|
[ 11:29 bapt ] (Only the first 10 of 79 ports in this commit are shown above. )
Convert to USES=php
While here convert some ports to optiosn helpers
|
Sun, 11 Dec 2016
|
[ 15:22 jbeich ] (Only the first 10 of 160 ports in this commit are shown above. )
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
|
Thu, 4 Aug 2016
|
[ 02:35 marino ]
www/gallery(2,3): Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0). On the gallery ports,
unzip was specified as a default option, so removing the ineffective
option requires a revbump.
Approved by: infrastructure blanket (removal of redundant deps)
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 20 Mar 2016
|
[ 18:36 sunpoet ]
- Add LICENSE_FILE
- Use USE_PHP=mysqli instead of USE_PHP=mysql
- Bump PORTREVISION for dependency change
|
Wed, 4 Nov 2015
|
[ 20:15 sunpoet ]
- Update *_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
|
Tue, 17 Jun 2014
|
[ 18:39 rene ] (Only the first 10 of 24 ports in this commit are shown above. )
Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.
Note that graphics/GraphicsMagick12 was removed on 2014-05-20 because it is
no longer maintained upstream.
Detailed/other changes:
* graphics/GraphicsMagick :
- Copy contents from graphics/GraphicsMagick13
- Remove PORTREVISION and PKGNAMESUFFIX
- Keep original pkg-descr, do not copy whitespace-only changes.
* graphics/pecl-gmagick :
- Use modern LIB_DEPENDS
* graphics/vips :
- Stage support
- Use modern LIB_DEPENDS
- USES libtool, pathfix
* multimedia/bombono :
- Update BUILD_DEPENDS and RUN_DEPENDS
* textproc/htmltolatex :
- Use modern LIB_DEPENDS
Phabric: D108 162
Approved by: portmgr (antoine, bapt)
|
Mon, 3 Mar 2014
|
[ 17:05 sunpoet ]
- Add LICENSE
- Add MYSQL option
- Convert to new options helper
- Remove GALLERY2DIR
- Support STAGEDIR
- Reformat pkg-descr
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Tue, 27 Aug 2013
|
[ 16:24 sunpoet ]
- Cleanup Makefile header
|
Sat, 13 Jul 2013
|
[ 06:56 sunpoet ]
- Add missing OPTIONS_DEFINE
PR: ports/177689
Submitted by: Reko Turja <reko.turja@liukuma.net>
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Thu, 7 Mar 2013
|
[ 16:53 miwi ] (Only the first 10 of 36 ports in this commit are shown above. )
- Convert to OptionsNG
- Trim header
Reviewed by: bapt
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 26 Apr 2012
|
[ 11:56 sunpoet ]
- Update to 2.3.2
- Take maintainership
Changes: http://gallery.menalto.com/gallery_3_0_3_and_gallery_2_3_2
PR: ports/167206
Submitted by: sunpoet (myself)
Approved by: Alex Varju <alex@varju.ca> (maintainer)
|
Sat, 24 Jul 2010
|
[ 16:38 mm ] (Only the first 10 of 67 ports in this commit are shown above. )
- Update ffmpeg to 0.6
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Tue, 22 Dec 2009
|
[ 06:43 wen ]
- Update to 2.3.1
PR: ports/141824
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
|
Sat, 22 Aug 2009
|
[ 00:38 amdmi3 ] (Only the first 10 of 179 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with W
|
Tue, 28 Oct 2008
|
[ 15:05 tabthorpe ]
- Update to 2.3
PR: ports/128410
Submitted by: Alex Varju <freebsd-ports varju.ca> (maintainer)
|
Fri, 19 Sep 2008
|
[ 21:30 miwi ]
- Update to 2.2.6
PR: 127479
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
Approved by: portmgr (marcus)
Security:
http://www.vuxml.org/freebsd/fc9e73b2-8685-11dd-bb64-0030843d3802.html
|
Sat, 28 Jun 2008
|
[ 16:44 beech ]
- Bump again after downgrading GraphicsMagick
|
Wed, 25 Jun 2008
|
[ 08:36 beech ]
- Bump poirtrevision after GraphicsMagick update
|
Thu, 12 Jun 2008
|
[ 19:03 gahr ]
- Update to 2.2.5
PR: 124523
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
|
Fri, 6 Jun 2008
|
[ 14:07 edwin ] (Only the first 10 of 230 ports in this commit are shown above. )
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)
|
Tue, 25 Dec 2007
|
[ 08:24 beech ]
- Security update to 2.2.4
PR: ports/118984
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
Approved by: linomon (mentor)
Security:
http://www.vuxml.org/freebsd/4aab7bcd-b294-11dc-a6f0-00a0cce0781e.html
|
Tue, 4 Sep 2007
|
[ 08:01 beech ]
- Update to 2.2.3
- Fix pkg_add permissions
- Makefile tweaks
PR: ports/115986
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
Approved by: sat (mentor)
Security: http://gallery.menalto.com/gallery_2.2.3_released
|
Mon, 9 Jul 2007
|
[ 19:24 jmelo ]
- 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)
|
Sun, 24 Jun 2007
|
[ 20:34 miwi ]
- Update to 2.2.2
PR: 113999
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 27 Mar 2007
|
[ 07:38 miwi ]
- Update to 2.2.1
PR: 110909
Submitted by: Alex Varju<freebsd-ports@varju.ca> (maintainer)
|
Sat, 24 Mar 2007
|
[ 16:43 pav ] (Only the first 10 of 19 ports in this commit are shown above. )
- WWWOWN and WWWGRP are defined in bsd.port.mk
|
Tue, 20 Mar 2007
|
[ 18:29 miwi ]
- Update 2.2
PR: 110483
Submitted by: Alex Varju<freebsd-ports@varju.ca> (maintainer)
|
Mon, 13 Nov 2006
|
[ 11:36 miwi ]
- Add php5-gettext knob
PR: ports/104703
Submitted by: Spil<spil.oss@gmail.com>
Approved by: maintainer
|
Thu, 24 Aug 2006
|
[ 11:19 miwi ]
- Update to 2.1.2
- Add new WWW layout
PR: ports/102396
Submitted by: Alex Varju <freebsd-ports(at)varju.ca> maintainer
Approved by: krion (mentor)
|
Sun, 23 Apr 2006
|
[ 15:00 clsung ]
- Update to 2.1.1a
PR: 95899
Submitted by: maintainer (Alex Varju)
|
Tue, 4 Apr 2006
|
[ 01:03 kuriyama ]
Upgrade to 2.1.
Submitted by: Alex Varju <alex@varju.ca>
Approved by: freebsd-ports@varju.ca (maintainer)
PR: ports/94971 (obsoletes ports/94027)
|
Wed, 8 Feb 2006
|
[ 16:03 lawrance ]
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)
|
Thu, 1 Dec 2005
|
[ 08:28 edwin ]
[MAINTAINER] www/gallery2: update to 2.0.2
- Update to 2.0.2
- This fixes a security issue described at
http://gallery.menalto.com/gallery_2.0.2_released
- While here, convert some dependencies into options, as suggested by
<ingmar.gebert at web.de>
PR: ports/89785
Submitted by: Alex Varju <freebsd-ports@varju.ca>
Security: as described on
http://gallery.menalto.com/gallery_2.0.2_released
|
Fri, 14 Oct 2005
|
[ 21:58 sem ]
- Update to 2.0.1. It fixes a security hole.
PR: ports/87444
Submitted by: maintainer
|
Sat, 17 Sep 2005
|
[ 11:26 pav ]
After repocopy to www/gallery2:
- Update to 2.0
PR: ports/86101
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
|
Number of commits found: 54 |