aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/png
Commit message (Collapse)AuthorAgeFilesLines
* Additionly build/install libpng{12,}-config since many ports expect itache2005-01-304-5/+61
|
* Upgrade to 1.2.8ache2004-12-293-4/+4
|
* Back out dynamic linking of pngtest, cause problems with LD_LIBRARY_PATHache2004-10-211-12/+2
| | | | | | and other LD_ tuning. PR: 72856
* Update to 1.2.7ache2004-10-153-11/+8
|
* Upgrade to 1.2.6 + official patchache2004-09-034-99/+11
|
* Remove swrinde.nde.swri.edu from MASTER_SITESache2004-08-101-2/+1
| | | | | | | It is reported it have problems not honoring BINARY mode when fetching .txt files over proxy. PR: 70232
* Add official patches 0-11ache2004-08-054-61/+40
|
* Fix MASTER_SITESache2004-08-041-2/+1
| | | | Submitted by: Pav Lucistnik <pav@FreeBSD.org>
* Fix compiling with gcc 3.4ache2004-07-242-3/+25
| | | | Submitted by: Andreas Kohn <andreas@syndrom23.de>
* In 16-bit samples case the starting offsets for the loops are calculatedache2004-07-072-2/+48
| | | | | | | incorrectly which may cause a buffer overrun beyond the beginning of the row buffer. Submitted by: Robert Nagy <robert@openbsd.org>
* Better fix for copy from overflow problemache2004-05-162-14/+6
|
* Fix potential out of bounds copy from the string.ache2004-05-032-1/+20
|
* Add size data, approved by maintainers.trevor2004-03-211-0/+1
|
* Change pre-install to pre-su-installache2004-03-171-1/+1
| | | | Submitted by: marcel
* Add patch to allow advanced optimizations with icc (portrevision bumped).netchild2003-12-082-1/+34
| | | | | | | | This patch was tested with icc and gcc, the bugtracker ID @sf is: http://sourceforge.net/tracker/index.php?func=detail&aid=854293&group_id=5624&atid=105624 Fix suggested by: Intel Approved by: maintainer
* Back out part of the earlier commit -- I missed maintainer's e-mail,mi2003-10-201-53/+0
| | | | | | | where he explicitly objected to it. The port is now again NOT buildable with Intel's icc-7.1.006. Approved by: maintainer (ache)
* Minor enhancements, not affecting the resulting package:mi2003-10-203-4/+68
| | | | | | | | | | | | | . run the vendor-supplied test automaticly upon building; . link the vendor-supplied test dynamicly (using -rpath to force the usage of the just-built library) -- to add another implicit test of the shared library's validity; . reword one of the shell commands as ``sed ... file'' instead of ``cat file | sed ...''; . modify one of the files to make it properly compilable by the icc -- gcc was, apparently, optimizing the junk out anyway. Approved by: maintainer (ache)
* Correct @unexec commandkris2003-04-051-1/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix symlink, add unexec rmdirache2003-02-192-3/+3
| | | | Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
* Install pkg-config dataache2003-01-303-0/+20
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> (sligtly edited)
* Upgrade to 1.2.5ache2002-10-152-2/+2
|
* Update to 1.2.4. Among other things, this version fixes potentian securitysobomax2002-07-112-2/+2
| | | | | problem when mailformed png image can crash application (think about Mozilla). Therefore, update is recommended.
* Upgrade to 1.2.3ache2002-05-304-55/+13
| | | | PR: 38709
* Add libz to LDADD/DPADDache2002-05-182-3/+3
|
* Link libpng library with libm, because it uses some math functions from it.sobomax2002-05-182-1/+3
| | | | | | This should fix GNOME breakage introduced in the previous commit. Prompted by: Anders Andersson <anders@hack.org>
* Use <bsd.lib.mk>ache2002-05-173-38/+55
| | | | Submitted by: ru
* Add @dirrm include/libpngache2002-04-302-0/+2
|
* Upgrade to 1.2.2ache2002-04-224-89/+35
| | | | PR: 37277
* Upgrade to 1.2.1ache2001-12-163-17/+2
| | | | PR: 32856
* Once we are determined that CPUID instruction is or isn't supported resforesobomax2001-11-162-0/+15
| | | | | | | | | | | | | | | | initial state of the bit 21 of the eflag register. This reduces possibility that the threaded program linked with libpng will die due to arrival of the signal during probing for the CPU type. More proper fix has been committed into the -current kernel and will be MFC'ed soon, but this workaround is necessary for those with older systems. Among other things, this should make Nautilus, Balsa and other multi-threaded GNOME programs more stable, therefore update is recommended to all existing users. Bump PORTREVISION. Reported by: Joe Clarke <marcus@marcuscom.com>
* Upgrade to 1.2.0ache2001-09-113-31/+13
| | | | | PR: 30356 Submitted by: partially by KATO Tsuguru <tkato@prontomail.com>
* Fix master sitesache2001-08-091-1/+2
|
* Update to 1.0.12.sobomax2001-06-112-2/+2
| | | | | PR: 28015 Submitted by: Patrick Li <pat@databits.net>
* Update to 1.0.11demon2001-04-292-2/+2
| | | | Approved by: ache (MAINTAINER)
* Update to 1.0.10.sobomax2001-04-062-3/+2
|
* Revert previous change making compilation of mmx-optimised routines a defaultsobomax2001-02-271-5/+8
| | | | | | | | option. It appears that resulting binary can't be used on a CPU without mmx instruction set (for example Pentium Pro). PR: 25377 Submitted by: Michael Hohmuth <hohmuth@inf.tu-dresden.de>
* Correct message wordng.sobomax2001-02-071-2/+2
| | | | Prompted by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
* - Update to 1.0.9;sobomax2001-02-072-16/+7
| | | | | - compile in mmx-optimized assembler routines by default (could be turned of with WITHOUT_PNG_MMX option if necessary).
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-7/+7
|
* Rename PNG_WITH_MMX to WITH_PNG_MMX to be consistent with other WITH_*ache2000-10-261-3/+3
| | | | | | variables Requested by: ade
* Rename WITH_MMX to PNG_WITH_MMX to allow it to be added to /etc/make.confache2000-10-251-4/+4
|
* Update MMX-optimisation patch to 1.0.9pre3. This update doesn't affect anythingsobomax2000-09-212-5/+11
| | | | if USE_MMX not used.
* Add official patch (only affects MMX routines).sobomax2000-08-302-1/+6
|
* Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript portssobomax2000-07-261-3/+4
| | | | instead of hardcoded ${WRKSRC}/libpng-png.version.number.
* Update to 1.0.8. This release includes experimental MMX support, but it shouldsobomax2000-07-263-10/+32
| | | | explicitly turned on by defining WITH_MMX make variable.
* At MAN3, s/libpng.4/libpng.3/ade2000-07-041-1/+1
| | | | Excessive number of 4's instead of 3's by: sobomax
* Bump png shared library version.sobomax2000-07-043-5/+9
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWWsobomax2000-07-033-6/+7
| | | | into PLIST while I'm here.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-5/+2
|
* Support FreeBSD install macros.sobomax2000-05-311-5/+5
| | | | | PR: 18905 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add a notice about needing to update ghostscript5 when these portscpiazza2000-05-191-0/+2
| | | | | | are updated. Prompted by: PR 18579
* Update WWW to be the real WWW, not ftp://.../sobomax2000-05-181-1/+1
|
* Upgrade to 1.0.6ache2000-04-244-4/+16
|
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-3/+3
| | | | string so I fixed it.
* Upgrade to version 1.0.5jmz1999-11-202-3/+3
| | | | OK'ed by: ache
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* awk -> ${AWK}mharo1999-08-231-2/+2
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Bump MAJOR to 3.vanilla1999-01-232-118/+85
|
* Upgrade to 1.0.3, (thanks god, 1.0.3 is out)vanilla1999-01-224-36/+40
| | | | | | | | | | the submitter say: Attached are patches to upgrade the PNG port to 1.0.3, and to fix the two ghostscript ports which would be broken by this. PNG 1.0.3 is apparently completely backwards compatible with 1.0.2. Maintainer contacted with no response. PR: ports/9601 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Typo (libpng.2 -> libpng.3).tg1998-09-171-2/+2
|
* Roll back libpng's shared library version number. Also, build librariesasami1998-09-172-7/+17
| | | | and links correctly for ELF.
* Roll back libpng major to 2.asami1998-09-171-2/+2
|
* Convert to ELF in accordance with Satoshi's instructions.markm1998-09-153-9/+9
|
* Wow. Checkout the number of manpages that are in EZWGL. I think that'shoek1998-08-191-3/+0
| | | | too many, so I'll remove half of them.
* Upgrade to 1.0.2ache1998-07-103-16/+21
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Upgrade to 1.0.1ache1998-03-284-12/+14
|
* Update the shlib minor version to "0.99" so this thing packages.asami1998-03-031-1/+1
| | | | | Note, I think it is totally stupid to match the shared library version number with the software version, but that's the author's call, not mine.
* Upgrade to 0.99eache1998-03-034-13/+19
|
* Add -lm to shared flagsache1997-12-161-2/+2
|
* Add -lz to .so buildingache1997-08-201-1/+1
| | | | Submitted by: Sumida <alta@ryozan.rim.or.jp>
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Upgrade to 0.96ache1997-06-244-29/+36
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-1/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Remove LIB_DEPENDS on libz, it's in /usr/src now.asami1996-08-191-3/+1
|
* Upgrade to 0.89cache1996-07-184-20/+20
|
* Just another little variable reorginization.asami1996-02-201-3/+5
|
* Upgrade to 0.88ache1996-02-204-41/+23
|
* Use absolute path to ldconfigache1996-01-252-3/+3
|
* exec ranlib & ldconfigache1996-01-251-0/+2
|
* Fix categoriesache1995-12-051-2/+2
|
* libpng - manipulate PNG images libraryache1995-12-056-0/+144