Opened 19 years ago

Closed 18 years ago

#2546 closed defect (fixed)

NEW: djvulibre

Reported by: jmpp@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: markd@…
Port:

Description

Here's a half working "djvulibre" Portfile, for whoever wants to take a look at it and complete it. Currently it builds all the command line tools, but it needs QT to build probably the most important part, the viewer. As I don't have the compuring resources to install QT at the moment I'm putting this here to see if anyone picks it up.

The Portfile is following:

--- begin Portfile ---

# $Id: $

PortSystem 1.0

name djvulibre version 3.5.14 # Should this go in sysutils/ or somewhere else? categories sysutils platforms darwin maintainers jmpp@…

description Web centric format and software platform for distributing documents and images. long_description DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for \

distributing scanned documents, digital documents, or high-resolution \ pictures. DjVu content downloads faster, displays and renders faster, \ looks nicer on a screen and consume less client resources than competing \ formats.

homepage http://djvulibre.djvuzone.org/ master_sites sourceforge:djvu checksums md5 a9b60d0c47d6b98e321100d329c7f3b3

depends_lib lib:jpeg:jpeg \

lib:tiff:tiff \ lib:iconv:libiconv

# The following are the outstanding configure arguments: ## 1.- '--with-qt' really has to be included but I cannot afford to install QT at the moment, so someone ### else is going to have to deal with it; ## 2.- I thought aout moving '--enable-xmltools' into a variant of its own, but doesn't seem necessary ### as no extra deps are needed and apparently not much is added to the build process; ## 3.- '--with-jpeg' and '--with-tiff' are probably not necessary, the configuration script seems to find ### the libs without any problem (though I do have ${prefix} foremost in my path, so that might be helping).

configure.args --mandir=${prefix}/share/man --enable-threads --enable-xmltools

--- end Portfile ---

Change History (5)

comment:1 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to rshaw@…

Hey Robert! I'm assigning this bug to you, the one about the half working, qt3 depending djvulibre dport, so that you don't forget about it :-) I hope you don't mind! As I originally said, no rush on this one, just take a look at it whenever you get a chance. Thanks!

Juan

comment:2 Changed 19 years ago by snu@…

Summary: Half working "djvulibre" PortfileNEW: djvulibre

comment:3 Changed 19 years ago by rshaw@…

Status: newassigned

comment:4 Changed 19 years ago by rshaw@…

Owner: changed from rshaw@… to darwinports-bugs@…
Status: assignednew

No longer maintaining these ports.

comment:5 Changed 18 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: newclosed

Committed version 3.5.17 with generic maintainer. Test built it on 10.4.

Note: See TracTickets for help on using tickets.