aboutsummaryrefslogtreecommitdiff
path: root/graphics/djvulibre
Commit message (Collapse)AuthorAgeFilesLines
* Fix build without imake.Dejan Lesjak2004-12-231-0/+1
| | | | | | | | Pointed out by: dosirak via kris Approved by: maintainer timeout Notes: svn path=/head/; revision=124874
* Unbreak the build with recent GCC.Alexey Dokuchaev2004-10-066-7/+154
| | | | | | | | Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118558
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118233
* - Fix pthread confusion in build so that djvulibre runs reliably on both ↵Volker Stolz2004-07-085-95/+65
| | | | | | | | | | | | | | -STABLE and -CURRENT. - Take care of some pkg-plist issues. - Enable linking to tiff in the WITHOUT_X11 case for complete capability. - This version adds some XML utilities. PR: ports/68758 Submitted by: maintainer Notes: svn path=/head/; revision=113226
* - Fix plistKirill Ponomarev2004-04-192-6/+6
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=107593
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+3
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* Fixed error in the path of the browser_plugins..James E. Housley2003-11-093-9/+5
| | | | | | | | | | Sorry.. Have fun. PR: 58892 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93548
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-1/+1
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* BROKEN: Broken pkg-plistKris Kennaway2003-10-151-0/+3
| | | | Notes: svn path=/head/; revision=91272
* fix name of macro : xargs -> XARGSEdwin Groothuis2003-08-261-1/+1
| | | | | | | Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=87731
* [Port Update]:: graphics/djvulibre 3.5.9 -> 3.5.12Edwin Groothuis2003-08-266-59/+73
| | | | | | | | | | Port Update graphics/djvulibre 3.5.9 -> 3.5.12 PR: ports/55194 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> Notes: svn path=/head/; revision=87710
* Use pre-everything: instead of pre-everything:: to avoid errors fromKris Kennaway2003-02-281-1/+1
| | | | | | | duplicate targets in bsd.port.mk Notes: svn path=/head/; revision=76672
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Upgrade to 3.5.9Mikhail Teterin2002-11-192-3/+2
| | | | | | | | Reviewed by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=70524
* Maintainer update.Edwin Groothuis2002-11-175-9/+28
| | | | | | | | PR: ports/45367 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> Notes: svn path=/head/; revision=70337
* Unbreak by updating to djvulibre 3.5.8. I hope I merged everythingKris Kennaway2002-10-024-15/+23
| | | | | | | | | | | | correctly from the 3 different PRs :-) PR: ports/43145, ports/43468, ports/43435 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> [1], Lev A. Serebryakov <lev@serebryakov.spb.ru> [2], Tilman Linneweh <tilman@arved.de> [3] Notes: svn path=/head/; revision=67294
* BROKEN: DOes not compileKris Kennaway2002-09-201-0/+2
| | | | Notes: svn path=/head/; revision=66899
* Transfer maintainership to John Merryweather Cooper, who seems to beMikhail Teterin2002-03-261-1/+1
| | | | | | | willing and able. Notes: svn path=/head/; revision=56710
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withMaxim Sobolev2002-03-181-11/+0
| | | | | | | <giconv.h> or -liconv with -lgiconv. Notes: svn path=/head/; revision=56293
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Correct LIB_DEPENDS.Maxim Sobolev2002-03-171-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56264
* Add the forgotten patches.Mikhail Teterin2002-02-282-0/+46
| | | | Notes: svn path=/head/; revision=55349
* Update to djvulibre-3.5.4. See http://djvu.sourceforge.net/ for more.Mikhail Teterin2002-02-287-187/+114
| | | | Notes: svn path=/head/; revision=55347
* Update to version 2.1.1Kevin Lo2000-11-235-129/+131
| | | | | | | | PR: 23023 Submitted by: MAINTAINER Notes: svn path=/head/; revision=35379
* 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/+1
| | | | Notes: svn path=/head/; revision=29630
* 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
* libdjvu++ is AT&T's DjVu library from scanned imagesAde Lovett2000-03-298-0/+207
See http://www.djvu.com/ for more details PR: 12722 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=27125