aboutsummaryrefslogtreecommitdiff
path: root/graphics/tumble
Commit message (Collapse)AuthorAgeFilesLines
* graphics/tumble: Update to 0.36Fernando Apesteguía2018-07-223-29/+11
| | | | | | | | | | | | | * Also reorder some sections of the Makefile * Remove patch included in upstream PR: 229917 Reported by: ndowens.fbsd@yandex.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16389 Notes: svn path=/head/; revision=475120
* graphics/netpbm: Update to 10.80.00Tobias Kortkamp2017-10-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This moves netpbm to the advanced release series, which brings the port closer to what is available on OpenBSD, Fedora, Arch Linux, openSUSE, etc. and will let us get rid of patches for supporting newer libpng versions. - The advanced release series is only available via an SVN checkout. Add two maintenance targets netpbm-version-check and netpbm-fetch to make fetching them easier. To generate release tarballs the sources are then tagged and committed to https://github.com/t6/netpbm - Add STATIC option for linking all programs statically to allow running them in small chroots - Add option to disable adding a Perl run dependency. Only a fraction of all programs need it. Some are compatibility shims for newer programs which should be used instead. The following programs require Perl: pamfixtrunc pbmtox10bm pgmcrater pnmflip pnmquant pnmquantall ppmfade ppmquant ppmrainbow ppmshadow - Disable building svgtopam by default. It's the only program that requires libxml2 and is obsolete according to the author. - Install manpages by default - Allow running of the test suite via `make test` - Headers have been moved to ${LOCALBASE}/include/netpbm. Fix ports that expect them to be in ${LOCALBASE}/include Changes: https://raw.githubusercontent.com/t6/netpbm/v10.80.00/doc/HISTORY PR: 219982 Reviewed by: mat Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11157 Notes: svn path=/head/; revision=451378
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2017-01-131-0/+20
| | | | | | | | | | | | | | | - Add LICENSE - Use USES=localbase - Use PORTDATA - Sort PLIST Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS Differential Revision: https://reviews.FreeBSD.org/D9073 PR: 215840 Exp-run by: antoine Notes: svn path=/head/; revision=431345
* Add missing USES=jpegSunpoet Po-Chuan Hsieh2017-01-091-4/+4
| | | | | | | | | | | - Add LICENSE_FILE - Use USES=localbase:ldflags - Convert to options target helper We do not bump PORTREVISION because jpeg dependency is already brought in via graphics/tiff. Notes: svn path=/head/; revision=430963
* Remove libtiff.so.4 compatibility links that were added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428132
* 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
* - Update MASTER_SITESMartin Wilke2014-04-261-19/+22
| | | | | | | | | | | | - Support gmake USES macro - Add LICENSE - Stage support PR: 187748 Submitted by: ports fury Notes: svn path=/head/; revision=352210
* 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 variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert database/mdbtools from USE_BISON -> USES=bisonBaptiste Daroussin2013-03-111-1/+0
| | | | | | | | | Remove left USE_BISON from graphics/tumble Submitted by: John Marino <john@marino.st> Notes: svn path=/head/; revision=313856
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-5/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - Reset MAINTAINER due to unrecoverable bounceRyan Steinmetz2012-12-041-1/+1
| | | | | | | | Reported by: portscout Feature safe: yes Notes: svn path=/head/; revision=308272
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Set MAKE_JOBS_SAFEDmitry Marakasov2010-02-032-0/+4
| | | | | | | | | | - Add WWW forgotten at original submission PR: 143491 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=249197
* Tumble is a utility to construct PDF files from one or more imagePhilip M. Gollucci2010-01-143-0/+59
files. Supported input image file formats are JPEG, and black and white TIFF (single- or multi-page). Black and white images will be encoded in the PDF output using lossless Group 4 fax compression (ITU-T recommendation T.6). This provides a very good compression ratio for text and line art. JPEG images will be preserved with the original coding. The current version of Tumble will only work on little-endian systems, such as x86, VAX, and Alpha. The byte order dependencies will be fixed in a later release. PR: ports/142765 Submitted by: Rob Farmer <rfarmer at predatorlabs.net> Notes: svn path=/head/; revision=247845