aboutsummaryrefslogtreecommitdiff
path: root/www/gallery2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* www/gallery2: Cosmetic changePo-Chuan Hsieh2021-04-181-8/+9
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix PHP 7 issueSunpoet Po-Chuan Hsieh2019-01-191-1/+1
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=490736
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=484640
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* Fix FFMPEG optionSunpoet Po-Chuan Hsieh2018-05-031-1/+1
| | | | | | | It depends on the binary executable, not the library. Notes: svn path=/head/; revision=468957
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=468844
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=452570
* Convert to USES=phpBaptiste Daroussin2017-10-041-1/+1
| | | | | | | While here convert some ports to optiosn helpers Notes: svn path=/head/; revision=451218
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=428352
* www/gallery(2,3): Remove redundant dependency on unzipJohn Marino2016-08-041-4/+3
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=419576
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-03-201-2/+3
| | | | | | | | - Use USE_PHP=mysqli instead of USE_PHP=mysql - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=411477
* - Update *_DEPENDS: remove redundant LOCALBASE/binSunpoet Po-Chuan Hsieh2015-11-041-7/+8
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=400811
* Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.Rene Ladan2014-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=358158
* - Add LICENSESunpoet Po-Chuan Hsieh2014-03-031-64/+22
| | | | | | | | | | | - Add MYSQL option - Convert to new options helper - Remove GALLERY2DIR - Support STAGEDIR - Reformat pkg-descr Notes: svn path=/head/; revision=346934
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-271-5/+1
| | | | Notes: svn path=/head/; revision=325466
* - Add missing OPTIONS_DEFINESunpoet Po-Chuan Hsieh2013-07-131-1/+1
| | | | | | | | PR: ports/177689 Submitted by: Reko Turja <reko.turja@liukuma.net> Notes: svn path=/head/; revision=322899
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert to OptionsNGMartin Wilke2013-03-071-25/+20
| | | | | | | | | - Trim header Reviewed by: bapt Notes: svn path=/head/; revision=313599
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 2.3.2Sunpoet Po-Chuan Hsieh2012-04-261-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) Notes: svn path=/head/; revision=295554
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-1/+1
| | | | Notes: svn path=/head/; revision=258164
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 2.3.1Wen Heping2009-12-221-1/+1
| | | | | | | | PR: ports/141824 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=246422
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - Update to 2.3Thomas Abthorpe2008-10-281-1/+1
| | | | | | | | PR: ports/128410 Submitted by: Alex Varju <freebsd-ports varju.ca> (maintainer) Notes: svn path=/head/; revision=222157
* - Update to 2.2.6Martin Wilke2008-09-191-2/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=220436
* - Bump again after downgrading GraphicsMagickBeech Rintoul2008-06-281-1/+1
| | | | Notes: svn path=/head/; revision=215890
* - Bump poirtrevision after GraphicsMagick updateBeech Rintoul2008-06-251-0/+1
| | | | Notes: svn path=/head/; revision=215766
* - Update to 2.2.5Pietro Cerutti2008-06-121-2/+1
| | | | | | | | PR: 124523 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=214719
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Security update to 2.2.4Beech Rintoul2007-12-251-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=204499
* - Update to 2.2.3Beech Rintoul2007-09-041-41/+37
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=198722
* - Convert to WWWDIR variable.Jean Milanez Melo2007-07-091-14/+18
| | | | | | | | | | | - Add support for GraphicsMagick in place of ImageMagick. - Bump portrevision. PR: ports/114234 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=195322
* - Update to 2.2.2Martin Wilke2007-06-241-8/+7
| | | | | | | | PR: 113999 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=194201
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.2.1Martin Wilke2007-03-271-2/+2
| | | | | | | | PR: 110909 Submitted by: Alex Varju<freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=188465
* - WWWOWN and WWWGRP are defined in bsd.port.mkPav Lucistnik2007-03-241-2/+0
| | | | Notes: svn path=/head/; revision=188197
* - Update 2.2Martin Wilke2007-03-201-2/+2
| | | | | | | | PR: 110483 Submitted by: Alex Varju<freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=187810
* - Add php5-gettext knobMartin Wilke2006-11-131-2/+5
| | | | | | | | | PR: ports/104703 Submitted by: Spil<spil.oss@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=177170
* - Update to 2.1.2Martin Wilke2006-08-241-3/+3
| | | | | | | | | | | - Add new WWW layout PR: ports/102396 Submitted by: Alex Varju <freebsd-ports(at)varju.ca> maintainer Approved by: krion (mentor) Notes: svn path=/head/; revision=171318
* - Update to 2.1.1aCheng-Lung Sung2006-04-231-2/+2
| | | | | | | | PR: 95899 Submitted by: maintainer (Alex Varju) Notes: svn path=/head/; revision=160230
* Upgrade to 2.1.Jun Kuriyama2006-04-041-2/+2
| | | | | | | | | Submitted by: Alex Varju <alex@varju.ca> Approved by: freebsd-ports@varju.ca (maintainer) PR: ports/94971 (obsoletes ports/94027) Notes: svn path=/head/; revision=158749
* Fix pkg-plist.Sam Lawrance2006-02-081-15/+25
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=155528
* [MAINTAINER] www/gallery2: update to 2.0.2Edwin Groothuis2005-12-011-12/+39
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=150117
* - Update to 2.0.1. It fixes a security hole.Sergey Matveychuk2005-10-141-2/+2
| | | | | | | | PR: ports/87444 Submitted by: maintainer Notes: svn path=/head/; revision=145417
* After repocopy to www/gallery2:Pav Lucistnik2005-09-171-78/+21
| | | | | | | | | | - Update to 2.0 PR: ports/86101 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=143002
* - Update to 1.5.0.1Renato Botelho2005-09-021-2/+2
| | | | | | | | PR: ports/85617 Submitted by: maintainer Notes: svn path=/head/; revision=141781