summaryrefslogtreecommitdiff
path: root/graphics/netpbm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/tiff: Update to 4.6.0Tijl Coosemans2024-04-271-1/+1
| | | | | PR: 278577 Exp-run by: antoine
* */*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VERMichael Osipov2024-02-281-0/+5
| | | | | | | | | | | | | When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER) depending ports will still depend on latest version (devel/subversion) instead of LTS one (devel/subversion-lts). This will cause dependency conflicts when packages are distributed with Poudriere, namely pkg(8) will report them and fail to install. Make all affected ports properly depend on the right port based on the value set in WITH_SUBVERSION_VER. Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D43864
* graphics/netpbm: Update to 11.04.01Craig Leres2023-09-296-85/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://sourceforge.net/p/netpbm/code/4700/tree/advanced/doc/HISTORY Changes since 11.04.00: - pjtoppm: fix crash based on uninitialized variable. Introduced in Netpbm 11.04 (two days ago). - Build: Fix compile error on systems without 'asprintf'. Introduced in Netpbm 11.04 (yesterday). Changes since 11.03.06: - pamaddnoise: add -salt. - pamaddnoise: reject options that aren't meaningful for the type of noise specified rather than just ignore them. - ppmtosixel: Add -7bit, so it works on more terminals, including xterms. Thanks Scott Pakin. - g3topbm: Add -correctlong - build: Add COMPILED_BY environment variable to control the "compiled by" value from --version common option. This helps with creating reproducible builds. - pnmtojpeg: minor improvement to error messages about bad files. - pammixmulti: Remove disclaimer of patent license. - pgmtexture: Fix bug: ignores -d. Introduced in Netpbm 10.56 (September 2011). - pbmtopgm: Fix error message for excessive -width. - tifftopnm: Fix incorrect output with insanely wide/deep rows. - thinkjettopbm: Fix incorrect output with insanely wide rows. - ybmtopbm: Fix incorrect output with insanely wide rows. - pjtoppm: Fix incorrect output with insanely large number of rows. - library: add check of maxval for computable size. - Build: Include LDFLAGS in link of shared library. Also: Remove obsolete patches.
* graphics/netpbm: Update to 11.03.06Craig Leres2023-09-252-7/+7
| | | | | | | | Changes since 11.03.05: - pbmtoxbm: Fix spurious output with really wide rows. Also: Use https instead of http/svn.
* graphics/netpbm: Switch to 11.03.05 (advanced train) from sourceforgeCraig Leres2023-09-104-523/+73
| | | | | | | | | | | | | | | | | The sourceforge repo does not create actual releases, instead they to commit to stable and advanced branches. So build one using svn/tar and distribute via MASTER_SITES=LOCAL/... (Crib do-fetch logic from graphics/yukon and devel/libopenbsd.) Remove MANPAGES option (no longer included). Remove PERL option (we're now unconditionally dependant on perl). Remove STATIC option (does not build because graphics/jasper no longer installs a static library). Reported by: diizzy PR: 262212
* graphics/netpbm: Unbreak build WITH_PIECraig Leres2023-08-211-1/+7
| | | | | | | While we're here fix portlint nit. Reported by: netchild PR: 268982
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-1/+1
| | | | New major version 3.0.0
* graphics/jasper: Update to 4.0.0Po-Chuan Hsieh2023-05-031-1/+1
| | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/jasper-software/jasper/releases Security: CVE-2022-2963, CVE-2022-40755
* graphics/netpbm: Use working mirrorTobias Kortkamp2022-09-101-1/+1
| | | | The t6/netpbm mirror will be deleted. I haven't updated it since 2020.
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* graphics: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * "Waitman Gobble" <uzimac@da3m0n8t3r.com> * Aaron Dalton <aaron@FreeBSD.org> * Abel Chow <ozsanh45vds001@sneakemail.com> * Adam Weinberger <adamw@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Ade Lovett <ade@lovett.com> * Akinori MUSHA aka knu <knu@idaemons.org> * Aldis Berjoza <aldis@bsdroot.lv> * Alex Hayward <xelah@xelah.com> * Alex Ivasyuv <siegerstein@pochta.ru> * Alex Samorukov <samm@os2.kiev.ua> * Alexander Gromnitsky * Alexander Kojevnikov <alexander@kojevnikov.com> * Alexander Logvinov <ports@logvinov.com> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexander Nedotsukov <bland@mail.ru> * Alexander Y. Grigoryev <alexander.4mail@gmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Anatoliy Dmytriyev <tolid@plab.ku.dk> * Anatoly Borodin <anatoly.borodin@gmail.com> * Anders Nordby <anders@fix.no> * Andras Horvath <han@log69.com> * Andreas Daehn <ad001@uni-rostock.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Slusar <anray@FreeBSD.org> * Andrey Zakhvatov * Anes Mukhametov <anes@anes.su> * Anonymous <swell.k@gmail.com> * Anton Berezin <tobez@FreeBSD.org> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Arjan van Leeuwen <avleeuwen@piwebs.com> * Ashish SHUKLA <ashish@FreeBSD.org> * Bill Fumerola <billf@chc-chimes.com> * Björn König <bkoenig@alpha-tierchen.de> * Brad Hendrickse <bradh@iafrica.com> * Bruce M Simpson <bms@FreeBSD.org> * Carlos Eduardo G. Carvalho <cartola@openit.com.br> * Charlie Kester <corky1951@comcast.net> * Choe, Cheng-Dae * Choe, Cheng-Dae <whitekid@gmail.com> * Chris D. Faulhaber <jedgar@FreeBSD.org> * Chris D. Faulhaber <jedgar@fxp.org> * Chris Piazza <cpiazza@FreeBSD.org> * Christopher Key <cjk32@cam.ac.uk> * Chuck Robey <chuckr@FreeBSD.org> * Corey Smith <corsmith@gmail.com> * Dan Langille <dvl@FreeBSD.org> * Daniel O'Connor <darius@dons.net.au> * Daniel Roethlisberger <daniel@roe.ch> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Dave Cottlehuber <dch@skunkwerks.at> * David Bremner <bremner@unb.ca> * David Gilbert <dgilbert@velocet.ca> * David Naylor <dbn@FreeBSD.org> * David Yeske <dyeske@gmail.com> * Denis Barov <dindin@dindin.ru> * Denis Podolskiy <bytestore@yandex.ru> * Dennis Herrmann <adox@mcx2.org> * Devaux Fabien <fab@gcu.info> * Dmitry Sivachenko <dima@Chg.RU> * Dominik Brettnacher <domi@nonsensss.de> * Donn Miller <dmmiller@cvzoom.net> * Douglas Carmichael <dcarmich@mcs.com> * Douglas K. Rand <rand@meridian-enviro.com> * Edwin Groothuis <edwin@mavetju.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Emil J.V. Björsell (Jev) * Emmanuel Vadot <manu@FreeBSD.org> * Eric Anholt <anholt@FreeBSD.org> * Eric Freeman <freebsdports@chillibear.com> * Eric P. Scott <eps+pbug0703@ana.com> * Erwin Lansing <erwin@FreeBSD.org> * Eugene Mychlo <myc@barev.net> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Franz Klammer <klammer@webonaut.com> * FreeBSD GNOME Team <gnome@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Garrett Wollman <wollman@lcs.mit.edu> * Gea-Suan Lin <gslin@gslin.org> * George Reid <greid@ukug.uk.freebsd.org> * Gerrit Beine (<gerrit.beine@gmx.de>) * Gerrit Beine (<tux@pinguru.net>) * Glenn Johnson * Greg Lewis <glewis@FreeBSD.org> * Gustau Perez <gustau.perez@gmail.com> * Gustau Pérez i Querol <gustau.perez@gmail.com> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Hernan Di Pietro <hernan.di.pietro@gmail.com> * Hiroto Kagotani <hiroto.kagotani@gmail.com> * Horia Racoviceanu <horia@racoviceanu.com> * Hye-Shik Chang <perky@fallin.lv> * Hye-Shik Chang <perky@python.or.kr> * Igor Pokrovsky <ip@doom.homeunix.org> * Igor Pokrovsky <tiamat@comset.net> * James FitzGibbon <jfitz@FreeBSD.org> * Jamie Hermans <jamie@hermans.ca> * Jan Henrik Sylvester <me@janh.de> * Janni * Janos Mohacsi <janos.mohacsi@bsd.hu> * Jason Helfman <jgh@FreeBSD.org> * Jean-Marc Zucconi <jmz@FreeBSD.org> * Jean-Sébastien Pédron <dumbbell@FreeBSD.org> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeff Molofee * Jeremy Norris <ishmael127@home.com> * Jeremy Norris <ishmael27@home.com> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johannes Dieterich <jmd@FreeBSD.org> * Johannes Jost Meixner <johannes@perceivon.net> * Johannes Meixner <johannes@perceivon.net> * John Hay * John McAree <john@mcaree.org> * John Prather * John Reynolds <johnjen@reynoldsnet.org> * Joris Dedieu <joris.dedieu@gmail.com> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Jachuf <jjachuf@gmail.com> * Joseph Koshy <koshy@india.hp.com> * Juergen Unger <j.unger@choin.net> * KANOU Hiroki <kanou@mil.allnet.ne.jp> * KIRIYAMA Kazuhiko * Kay Lehmann * Kevin Golding <ports@caomhin.org> * Kimura Fuyuki <fuyuki@hadaly.org> * Koop Mast <kwm@FreeBSD.org> * Kris Kennaway <kris@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Kubilay Kocak <koobs@FreeBSD.org> * Kurt Kanzenbach <kurt@kmk-computers.de> * Kyle Martin <mkm@ieee.org> * Laurent Courty * Leonardo Martins <lmartins@nepe.eee.ufg.br> * Lev Serebryakov <lev@FreeBSD.org> * Malte Lance <malte.lance@gmx.net> * Marc Fonvieille <blackend@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al. * Mark Atkinson <atkin901@gmail.com> * Mark Murray <markm@FreeBSD.org> * Mark Pulford <mark@kyne.com.au> * Markus Brueffer <markus@FreeBSD.org> * Martin Dieringer <martin.dieringe@gmx.de> * Martin Dieringer <martin.dieringer@gmx.de> * Martin Matuska <mm@FreeBSD.org> * Martin Neubauer <m.ne@gmx.net> * Martin Sugioarto <martin.sugioarto@udo.edu> * Martin Tournoij <carpetsmoker@rwxrwxrwx.net> * Martin Tournoij <carpetsmoker@xs4all.nl> * Martin Wilke <miwi@FreeBSD.org> * Mateusz Piotrowski <0mp@FreeBSD.org> * Mathieu Arnold * Matthew Luckie <mjl@luckie.org.nz> * Matthew X. Economou <xenophon+fbsdports@irtnog.org> * Matthias Fechner <mfechner@FreeBSD.org> * Matthieu Volat <mazhe@alkumuna.eu> * Maurice Castro <maurice@serc.rmit.edu.au> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Gmelin <freebsd@grem.de> * Michael Johnson <ahze@FreeBSD.org> * Michael Johnson <ahze@ahze.net> * Michael Nottebrock <lofi@FreeBSD.org> * Michael Reifenberger <mr@FreeBSD.org> * Mike Krutov <neko@takino.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail Teterin <mi@aldan.algebra.com> * Muhammad Moinur Rahman <5u623l20@gmail.com> * NAKATA Maho <maho@FreeBSD.org> * Naram Qashat <cyberbotx@cyberbotx.com> * Nick Hilliard <nick@foobar.org> * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Nikolay Korotkiy <sikmir@gmail.com> * Norio Suzuki <nosuzuki@e-mail.ne.jp> * Oliver Heesakkers <dev2@heesakkers.info> * Oliver Lehmann <oliver@FreeBSD.org> * Olivier Duchateau * Paul Everlund * Pav Lucistnik <pav@FreeBSD.org> * Pedro F. Giffuni * Pedro Garcia Freitas <sawp@sawp.com.br> * Pedro Giffuni * Pedro Giffuni <pfg@FreeBSD.org> * Pete Fritchman <petef@FreeBSD.org> * Pete Fritchman <petef@databits.net> * Peter Ankerstal <peter@pean.org> * Peter Jeremy <peterjeremy@optushome.com.au> * Peter Schmiedeskamp <pschmied@qwest.net> * Phil Phillips <pphillips@experts-exchange.com> * Pietro Cerutti <gahr@FreeBSD.org> * Pietro Cerutti <gahr@gahr.ch> * Piotr Kubaj <pkubaj@anongoth.pl> * Piotr Smyrak <smyru@heron.pl> * Piotr Smyrak, piotr.smyrak@heron.pl * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Quentin Stievenart <acieroid@awesom.eu> * R Joseph Wright <rjoseph@mammalia.org> * Radim Kolar * Rainer Hurling <rhurlin@gwdg.de> * Randall Hopper * Randall Hopper <aa8vb@ipass.net> * Randall Hopper <aa8vb@nc.rr.com> * Reinier de Blois <rddeblois@gmail.com> * Richard Hwang <rhwang@bigpanda.com>, Mikhail Teterin <mi@aldan.algebra.com>, Jun-ichiro itojun Itoh <itojun@itojun.org> * Rick Elrod <codeblock@eighthbit.net> * Rob Farmer <rfarmer@predatorlabs.net> * Rod Person <rodperson@rodperson.com> * Roland Jesse <roland.jesse@gmx.net> * Romain Tartiere <romain@FreeBSD.org> * Ron van Daal * Ronald Kuehn <rk@ronald.org> * Rong-En Fan <rafan@infor.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Rusty Nejdl <rnejdl@ringofsaturn.com> * Ryan Melcer <rmelcer@iteris.com> * Ryan Steinmetz <zi@FreeBSD.org> * Sahil Tandon <sahil@FreeBSD.org> * Sam Lawrance * Satoshi Asami <asami@FreeBSD.org> * Satoshi Taoka <taoka@FreeBSD.org> * Seiichirou Hiraoka * Serge Negodyuck <petr@petrovich.kiev.ua> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Sergey V. Dyatko <sergey.dyatko@gmail.com> * Shane Ambler * Shaun Amott <shaun@inerd.com> * Shell Hung <shell@shellhung.org> * Shigeyuki FUKUSHIMA <shige@FreeBSD.org> * Simun Mikecin <numisemis@yahoo.com> * Sofian Brabez <sbrabez@gmail.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Stanislav Sedov <stas@FreeBSD.org> * Stas Timokhin <devel@stasyan.com> * Stas Timokhin <stast@bsdportal.ru> * Stefan Walter <sw@gegenunendlich.de> * Stephen Roome <steve@pepcross.com> * Steve Wills <steve@meatwad.mouf.net> * Steve Wills <swills@FreeBSD.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Steven Wallace <swallace@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * TAKATSU Tomonari <tota@rtfm.jp> * TAOKA Fumiyoshi * TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp> * Tassilo Philipp <tphilipp@potion-studios.com> * Thibault Payet <monwarez@mailoo.org> * Thierry Thomas <thierry@pompo.net> * Thomas Dreibholz <dreibh@iem.uni-due.de> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Hurst <tom@hur.st> * Tilman Linneweh <arved@FreeBSD.org> * Tim Bishop <tim@bishnet.net> * Tod McQuillin <devin@spamcop.net> * Tomoyuki Sakurai <cherry@trombik.org> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * UMENO Takashi <umeno@rr.iij4u.or.jp> * Ulrich Spoerlein <q@uni.de> * Vasil Dimov <vd@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Vincent Tantardini <vinc@FreeBSD-fr.org> * Vladimir Chukharev * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Wen heping <wenheping@gmail.com> * Wen heping<wenheping@gmail.com> * Will Andrews <andrews@technologist.com> * Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yinghong Liu <relaxbsd@gmail.com> * Yinghong.Liu <relaxbsd@gmail.com> * Yuan-Chung Hsiao <ychsiao@ychsiao.org> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nacai@iname.com> * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Yuu Yashiki * Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp> * Zhihao Yuan <lichray@gmail.com> * Zsolt Udvari <udvzsolt@gmail.com> * ache * alepulver * anhot * antonakis@gmail.com * argv[0] (Iouri V. Ivliev) * arved * asami * bf <bf@FreeBSD.org> * bmc@WillsCreek.COM * buganini@gmail.com * cacho@mexicano.gdl.iteso.mx * cartola (Carlos E. G. Carvalho) * cartola@openit.com.br * cfs@ing.puc.cl (original) * chinsan * chinsan <chinsan.tw@gmail.com> * coryking * cracauer@cons.org "Martin Cracauer" * demon@FreeBSD.org * dillon * dom@happygiraffe.net * erich@FreeBSD.org * fenner * fernan@iib.unsam.edu.ar * frankch@waru.life.nthu.edu.tw * gahr * gary@hotlava.com * gerard * giffunip@asme.org * glebius@FreeBSD.org * gurkan@phys.ethz.ch * hsu * ijliao * jamie * jedgar@FreeBSD.org * jeff@cetlink.net * jjachuf@gmail.com * jmz * johalun * johan * johans * kwm@FreeBSD.org * lbartoletti <lbartoletti@FreeBSD.org> * lesi@FreeBSD.org * lichray@gmail.com * luigi@FreeBSD.org * maho@FreeBSD.org * marcus@FreeBSD.org * mb@imp.ch * mi * mm@FreeBSD.org * nemysis <nemysis@gmx.ch> * nik * nork@FreeBSD.org * olgeni@FreeBSD.org * paulo@isr.uc.pt * petef@FreeBSD.org * pgs * ports@FreeBSD.org * proff@iq.org * punkt.de Hosting Team <mops@punkt.de> * rfarmer@predatorlabs.net * roberto * roland.jesse@gmx.net * rpsfa@rit.edu * saper@system.pl * smace * sobomax * stas * stb@lassitu.de * theraven@FreeBSD.org * thierry@pompo.net * tobez * trasz <trasz@pin.if.uz.zgora.pl> * trevor * vanilla * will * wolman@cs.washington.edu * yukinopo@livedoor.com With hat: portmgr
* graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after ↵Po-Chuan Hsieh2022-04-171-0/+1
| | | | cdcedd316da6d7c8509c394474160c683489a3ae
* graphics/netpbm: Fix build with jasper 3.0.2Po-Chuan Hsieh2022-04-161-0/+22
| | | | Approved by: leres (maintainer)
* graphics/netpbm: Add CPE informationBernhard Froehlich2021-09-111-1/+2
| | | | Approved by: portmgr (blanket)
* graphics/netpbm: Don't install dangling symlink when PERL is not selectedCraig Leres2021-07-242-4/+4
| | | | | | | | | | | | As per the PR, a symlink for pnmquantall was getting installed for the binary and man page with the PERL option off. While we're here, fix a portlint nit (sed -> ${SED). Take maintainership. PR: 255658 Reported by: Philippe Michel
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* graphics/netpbm: Update to 10.91.01Tobias Kortkamp2020-07-242-6/+5
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.91.01/doc/HISTORY Notes: svn path=/head/; revision=543274
* Re-enable the pnmquant test, which was fixed in 10.89.Christian Weisgerber2020-07-101-1/+1
| | | | | | | Approved by: tobik Notes: svn path=/head/; revision=541873
* graphics/netpbm: Update to 10.91.00Tobias Kortkamp2020-07-013-8/+10
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.91.00/doc/HISTORY Notes: svn path=/head/; revision=540982
* graphics/netpbm: Update to 10.90.04Tobias Kortkamp2020-06-132-4/+4
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.90.04/doc/HISTORY Notes: svn path=/head/; revision=538688
* graphics/netpbm: Update to 10.90.03Tobias Kortkamp2020-06-042-4/+4
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.90.03/doc/HISTORY Notes: svn path=/head/; revision=537921
* graphics/netpbm: Update to 10.90.02Tobias Kortkamp2020-05-062-4/+4
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.90.02/doc/HISTORY Notes: svn path=/head/; revision=534195
* graphics/netpbm: Update to 10.90.01Tobias Kortkamp2020-04-232-6/+5
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.90.01/doc/HISTORY Notes: svn path=/head/; revision=532618
* graphics/netpbm: Update to 10.90.00Tobias Kortkamp2020-03-286-18/+65
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.90.00/doc/HISTORY Notes: svn path=/head/; revision=529308
* graphics/netpbm: Reexport CCTobias Kortkamp2020-03-271-0/+1
| | | | | | | | | | Support inheriting CC from the build environment. `make CC=foo` works like it should but `env CC=foo make` does not. PR: 245076 Notes: svn path=/head/; revision=529232
* graphics/netpbm: Update to 10.89.01Tobias Kortkamp2020-01-192-4/+4
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.89.01/doc/HISTORY Notes: svn path=/head/; revision=523520
* graphics/netpbm: Update to 10.89.00Tobias Kortkamp2020-01-013-6/+5
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.89.00/doc/HISTORY Notes: svn path=/head/; revision=521715
* Update jasper to 2.0.16Baptiste Daroussin2019-12-271-0/+1
| | | | | | | | | | This is needed to be able to update gegl to latest version. Bump revision of all consumer as the ABI is not 100% backward compatible. Provide a patch for graphics/devil to properly build with latest jasper. While here add a missing USES=xorg to graphics/devil Notes: svn path=/head/; revision=520989
* graphics/netpbm: Update to 10.88.01Tobias Kortkamp2019-12-052-5/+5
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.88.01/doc/HISTORY Notes: svn path=/head/; revision=519069
* Add missing USES to my ports, round 2Tobias Kortkamp2019-10-311-0/+1
| | | | Notes: svn path=/head/; revision=516141
* graphics/netpbm: Update to 10.88.00Tobias Kortkamp2019-09-303-6/+7
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.88.00/doc/HISTORY Notes: svn path=/head/; revision=513377
* graphics/netpbm: Cosmetic changesTobias Kortkamp2019-09-301-29/+30
| | | | Notes: svn path=/head/; revision=513375
* graphics/netpbm: Update to 10.87.02Tobias Kortkamp2019-09-082-5/+4
| | | | | | | Changes: https://github.com/t6/netpbm/blob/v10.87.02/doc/HISTORY Notes: svn path=/head/; revision=511559
* graphics/netpbm: Update to 10.87.01Tobias Kortkamp2019-08-112-5/+5
| | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.87.01/doc/HISTORY Notes: svn path=/head/; revision=508588
* graphics/netpbm: Update to 10.87.00Tobias Kortkamp2019-07-013-9/+8
| | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.87.00/doc/HISTORY Notes: svn path=/head/; revision=505613
* graphics/netpbm: Update to 10.86.04Tobias Kortkamp2019-06-152-5/+5
| | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.04/doc/HISTORY Notes: svn path=/head/; revision=504270
* graphics/netpbm: Update to 10.86.03Tobias Kortkamp2019-05-042-5/+5
| | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.03/doc/HISTORY Notes: svn path=/head/; revision=500839
* graphics/netpbm: Update to 10.86.02Tobias Kortkamp2019-04-112-5/+5
| | | | | | | | | - Fixes yet another bug in pnmcrop Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.02/doc/HISTORY Notes: svn path=/head/; revision=498687
* graphics/netpbm: Update to 10.86.01Tobias Kortkamp2019-04-072-5/+5
| | | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.01/doc/HISTORY MFH: 2019Q2 (fixes bug in pnmcrop) Notes: svn path=/head/; revision=498261
* graphics/netpbm: Fix bad merge and add missing %%PERL%% for ppmrainbow.1Tobias Kortkamp2019-03-311-1/+1
| | | | Notes: svn path=/head/; revision=497373
* graphics/netpbm: Update to 10.86.00Tobias Kortkamp2019-03-313-8/+16
| | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.00/doc/HISTORY Notes: svn path=/head/; revision=497372
* graphics/netpbm: Update to 10.85.04Tobias Kortkamp2019-03-102-5/+5
| | | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.04/doc/HISTORY MFH: 2019Q1 (fixes bugs in pamtopng) Notes: svn path=/head/; revision=495223
* graphics/netpbm: Update to 10.85.03Tobias Kortkamp2019-03-012-5/+5
| | | | | | | | | | | | - Fixes a bug where pstopnm ignores -textalphabits [1] Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.03/doc/HISTORY PR: 236097 [1] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1] MFH: 2019Q1 Notes: svn path=/head/; revision=494290
* graphics/netpbm: Update to 10.85.02Tobias Kortkamp2019-02-102-5/+5
| | | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.02/doc/HISTORY MFH: 2019Q1 (fixes bug in pnmtopng) Notes: svn path=/head/; revision=492656
* graphics/netpbm: Update to 10.85.01Tobias Kortkamp2019-01-072-5/+5
| | | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.01/doc/HISTORY MFH: 2019Q1 (bug fixes) Notes: svn path=/head/; revision=489622
* graphics/netpbm: Update to 10.85.00Tobias Kortkamp2018-12-303-7/+11
| | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.00/doc/HISTORY Notes: svn path=/head/; revision=488698
* graphics/netpbm: Update to 10.84.05Tobias Kortkamp2018-12-172-5/+5
| | | | | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.84.05/doc/HISTORY Notes: svn path=/head/; revision=487695