summaryrefslogtreecommitdiff
path: root/graphics/jbigkit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Uses "CC" to build in any case, regardless of what CC is set to.Felippe de Meirelles Motta2008-05-163-5/+9
| | | | | | | | | | | - Bump PORTREVISION. PR: ports/122939 Submitted by: Frank Fenor <frank@fenor.de> Approved by: gabor (mentor), maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=213145
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-303-17/+4
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update to version 1.6Kirill Ponomarev2004-06-272-4/+4
| | | | | | | | PR: ports/68384 Submitted by: Ports Fury Notes: svn path=/head/; revision=112395
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Prepend %%PORTDOCS%% to two of the doc-related entries in the pkg-plist.Mikhail Teterin2003-09-161-2/+2
| | | | | | | | PR: 56905 http://www.freebsd.org/cgi/query-pr.cgi?pr=56905 Submitted by: melvyn@webteckies.org Notes: svn path=/head/; revision=89007
* Update to 1.5Tilman Keskinoz2003-06-292-2/+2
| | | | | | | | PR: 53583 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83849
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 1.4 (from 1.2). No API changes listed in the CHANGES -- bugMikhail Teterin2002-06-183-11/+32
| | | | | | | | | | fixes/improvements only, hence no shared library version bump. PR: ports/37275 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=61467
* Chase the master site -- the original one, which just aboutMikhail Teterin2002-02-101-1/+1
| | | | | | | | | | | | | every search engine is still pointing to, no longer allows anonymouse FTP login. Thanks to the submitter for looking into the obvious place -- right in front of my nose -- in the source itself, and submitting the other location, that still works. PR: ports/34787 Submitted by: Ted Mittelstaedt Notes: svn path=/head/; revision=54491
* Style fixes for graphics category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37990
* 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-3/+3
| | | | Notes: svn path=/head/; revision=29630
* Minor clenaups. Use BSD_INSTALL_* macros.Will Andrews2000-06-092-15/+15
| | | | | | | | PR: 19157 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> via MAINTAINER Notes: svn path=/head/; revision=29482
* Update to 1.2.Maxim Sobolev2000-06-063-5/+6
| | | | | | | | | | | "According to the JBIGKIT announcement, this release of the library fixes a fairly serious bug in the software." PR: 19055 Submitted by: Mikhail Teterin <mi@privatelabs.com> Notes: svn path=/head/; revision=29270
* 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
* Revert previous commit. Transient error on MASTER_SITE.Ade Lovett2000-02-091-2/+2
| | | | | | | Submitted by: Maintainer Notes: svn path=/head/; revision=25620
* MASTER_SITE underwent some reorganization.Ade Lovett2000-02-091-1/+1
| | | | | | | | PR: 16567 Submitted by: Maintainer Notes: svn path=/head/; revision=25611
* Update to version 1.1.Steve Price1999-12-276-26/+27
| | | | | | | | PR: 14926 Submitted by: maintainer Notes: svn path=/head/; revision=24119
* Sort PLIST.Steve Price1999-11-011-3/+3
| | | | | | | | PR: 13677 (4 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=22781
* Update MAINTAINER's email address.Bill Fenner1999-10-261-1/+1
| | | | Notes: svn path=/head/; revision=22656
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Chase the checksum and make this compile again.Steve Price1998-11-022-24/+8
| | | | | | | PR: 8507 Notes: svn path=/head/; revision=14295
* correct package build for aout systemScott Mace1998-09-162-148/+107
| | | | Notes: svn path=/head/; revision=13186
* Fix building problems on a.out systemsScott Mace1998-09-162-95/+148
| | | | | | | clean up Makefiles a bit Notes: svn path=/head/; revision=13178
* Make jbigkit build on a non-elf systemScott Mace1998-09-151-2/+6
| | | | Notes: svn path=/head/; revision=13154
* make ELF conversion comply with standardScott Mace1998-09-152-3/+3
| | | | Notes: svn path=/head/; revision=13126
* Convert to Elf.Scott Mace1998-09-144-18/+26
| | | | Notes: svn path=/head/; revision=13122
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-181-3/+0
| | | | | | | too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
* Upgrade to 1.0.Vanilla I. Shu1998-06-256-28/+71
| | | | | | | | PR: ports/7015 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=11522
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Use "${WRKDIR}" instead of "work".Satoshi Asami1996-12-241-2/+2
| | | | Notes: svn path=/head/; revision=5078
* Remove name of package from pkg/COMMENT.Satoshi Asami1996-12-241-1/+1
| | | | Notes: svn path=/head/; revision=5077
* Import of jbigkit, which contains yet another graphics library.Thomas Gellekum1996-12-237-0/+122
Closes PR 2066. Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> Notes: svn path=/head/; revision=5068