summaryrefslogtreecommitdiff
path: root/graphics/libungif (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missed file to the PLIST.Maxim Sobolev2000-06-211-0/+1
| | | | | | | Missed by: will Notes: svn path=/head/; revision=29741
* Update to 4.1.0b1.Will Andrews2000-06-202-16/+3
| | | | | | | | PR: 19380 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29702
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* @dirrm share/doc/libungif.Satoshi Asami2000-05-011-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=28193
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Update to version 4.1.0 of libungif after repository copy.Steve Price1999-12-294-74/+80
| | | | | | | | PR: 15719 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24224
* Update to version 4.1.0.Steve Price1999-09-184-9/+15
| | | | | | | | PR: 13528 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21700
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Install headers in ${PREFIX}/include, not ${PREFIX}/include/giflib.Thomas Gellekum1999-05-271-4/+3
| | | | | | | Requested by a couple of people. Notes: svn path=/head/; revision=19017
* Remove a bunch of junk from the patches.Thomas Gellekum1999-05-251-11/+3
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18988
* Add USE_XLIB.Satoshi Asami1998-11-281-1/+3
| | | | Notes: svn path=/head/; revision=14929
* Update master site.Thomas Gellekum1998-11-201-2/+2
| | | | Notes: svn path=/head/; revision=14714
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-8/+10
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* If a.out minor number is zero, ELF shlib names should be listed.Satoshi Asami1998-09-211-1/+1
| | | | Notes: svn path=/head/; revision=13268
* Make this build in an ELF world.Steve Price1998-09-192-4/+11
| | | | Notes: svn path=/head/; revision=13230
* Properly call ldconfig from pkg_add and pkg_delete.Satoshi Asami1998-08-201-0/+2
| | | | | | | | | I also noticed a libgif.so.3 -> libgif.so.3.0 link in /usr/local/lib so I thought it was this port adding it but when I installed it again it didin't reappear. I wonder wth is going on.... Notes: svn path=/head/; revision=12679
* Upgrade to 3.0.Thomas Gellekum1997-09-243-49/+47
| | | | | | | | PR: 4618 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> Notes: svn path=/head/; revision=8015
* Import a port of Eric Raymond's giflib, a library and collection ofThomas Gellekum1997-05-055-0/+113
tools for working with GIF files. Notes: svn path=/head/; revision=6410