aboutsummaryrefslogtreecommitdiff
path: root/graphics/tifmerge
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* Reset maintainership. Adam has experienced a machine failure and isMark Linimon2004-05-151-1/+1
| | | | | | | currently unable to look after any of the ports that he has written. Notes: svn path=/head/; revision=109183
* tuc is an EXTRACT_DEPENDS, not a BUILD_DEPENDS.Kris Kennaway2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106255
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Changed per maintainer's request.Mark Linimon2003-10-202-2/+4
| | | | Notes: svn path=/head/; revision=91776
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+1
| | | | Notes: svn path=/head/; revision=29615
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* ln -> ${LN}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* 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
* Moved textproc/tuc to converters/tucSatoshi Taoka1999-05-191-2/+2
| | | | | | | Obtained from: "David O'Brien" <obrien@FreeBSD.org> Notes: svn path=/head/; revision=18882
* Expand ${PREFIX} in the manpage.Steve Price1999-05-042-3/+4
| | | | Notes: svn path=/head/; revision=18444
* Initial import of tifmerge version 1.0.Steve Price1999-05-038-0/+184
A library to merge TIFF files into mutli-page TIFF files. PR: 11408 Submitted by: G. Adam Stanislav <adam@whizkidtech.net> Notes: svn path=/head/; revision=18409