aboutsummaryrefslogtreecommitdiff
path: root/graphics/recoverjpeg
Commit message (Collapse)AuthorAgeFilesLines
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-1/+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
* - Update to 2.6.3Emanuel Haupt2018-09-133-5/+5
| | | | | | | - Update WWW Notes: svn path=/head/; revision=479686
* - Update to 2.6.2Emanuel Haupt2018-04-032-10/+7
| | | | | | | | | - Use the distributed tarball istead of the GitHub tagged version. This has the benefit that autoreconf is not needed plus we can avoid pulling in textproc/hs-pandoc which was merely required for the creation of the manpage. Notes: svn path=/head/; revision=466337
* Update to 2.6.1Emanuel Haupt2016-11-202-5/+5
| | | | Notes: svn path=/head/; revision=426563
* Needs USES python for remove-duplicatesEmanuel Haupt2016-10-051-1/+1
| | | | Notes: svn path=/head/; revision=423327
* Add pkg-plist (forgotten in previous commit)Emanuel Haupt2016-10-051-0/+8
| | | | Notes: svn path=/head/; revision=423324
* Update to 2.6Emanuel Haupt2016-10-052-29/+13
| | | | Notes: svn path=/head/; revision=423323
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376397
* Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning.Emanuel Haupt2014-01-211-3/+3
| | | | Notes: svn path=/head/; revision=340599
* Support staging.Emanuel Haupt2013-10-281-7/+5
| | | | Notes: svn path=/head/; revision=331847
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Update to 2.2Emanuel Haupt2012-11-132-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307373
* Restore 'Created by' header information. This has been removed during theEmanuel Haupt2012-11-031-0/+1
| | | | | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes Notes: svn path=/head/; revision=306932
* - Use OPTIONSngEmanuel Haupt2012-09-081-12/+8
| | | | | | | - Remove deprecated header information Notes: svn path=/head/; revision=303900
* Update to 2.1.1Emanuel Haupt2012-04-082-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294401
* Pacify portlintEmanuel Haupt2011-12-271-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268229
* Update to 2.0Emanuel Haupt2010-03-022-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250512
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Update to 1.1.4Emanuel Haupt2009-03-092-4/+4
| | | | Notes: svn path=/head/; revision=229755
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209964
* Update to 1.1.2Emanuel Haupt2007-08-112-8/+7
| | | | Notes: svn path=/head/; revision=197487
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+3
| | | | Notes: svn path=/head/; revision=164152
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-0/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* Add recoverjpeg 1.1.1, recoverjpeg tries to recover JFIF (JPEG) picturesRenato Botelho2005-09-263-0/+54
from a peripheral. PR: ports/86561 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=143589