diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-02-20 10:24:46 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-02-20 10:24:46 +0000 |
commit | f49f31b288c0e2c527a38ccdb7e41d2994cd4f0e (patch) | |
tree | 0aebc12aacaabe838090b4fc7d72f279e444f906 /graphics/djvulibre | |
parent | b09f3b478a60c2b8d93a7747428e562acc4d4a50 (diff) | |
download | ports-f49f31b288c0e2c527a38ccdb7e41d2994cd4f0e.tar.gz ports-f49f31b288c0e2c527a38ccdb7e41d2994cd4f0e.zip |
Notes
Diffstat (limited to 'graphics/djvulibre')
-rw-r--r-- | graphics/djvulibre/Makefile | 41 | ||||
-rw-r--r-- | graphics/djvulibre/files/patch-tools_any2djvu | 95 | ||||
-rw-r--r-- | graphics/djvulibre/pkg-plist | 2 |
3 files changed, 120 insertions, 18 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index ee2edbf0cb23..bae2143551cc 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -7,7 +7,7 @@ PORTNAME= djvulibre PORTVERSION= 3.5.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= djvu @@ -17,7 +17,6 @@ COMMENT?= DjVu viewers, encoders, browser plugin, and utilities LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_ICONV= yes USE_GNOME= gnomehack gnometarget @@ -32,12 +31,13 @@ CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --enable-threads=pthread --enable-shared USE_LDCONFIG= yes +OPTIONS= ANY2DJVU "Install any2djvu script (requires curl)" off + MANLANG= "" ja MAN1= bzz.1 c44.1 cjb2.1 cpaldjvu.1 csepdjvu.1 ddjvu.1 djvm.1 \ djvmcvt.1 djvu.1 djvudump.1 djvuextract.1 djvumake.1 djvups.1 \ djvused.1 djvuserve.1 djvutxt.1 -MAN1EXTRA= any2djvu.1 djvutoxml.1 djvuxml.1 djvuxmlparser.1 djvudigital.1 -MAN1+= ${MAN1EXTRA} +MAN1_EN= djvutoxml.1 djvuxml.1 djvuxmlparser.1 djvudigital.1 PORTDOCS= djvu2spec.djvu lizard2002.djvu @@ -54,15 +54,24 @@ CONFIGURE_ARGS+= --disable-djview --without-x PLIST_SUB+= X11='@comment ' .endif +.include <bsd.port.pre.mk> + +.if defined(WITH_ANY2DJVU) +MAN1_EN+= any2djvu.1 +RUN_DEPENDS+= curl:${PORTSDIR}/ftp/curl +PLIST_SUB+= ANY2DJVU="" +.else +PLIST_SUB+= ANY2DJVU="@comment " +.endif + post-patch: - @${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/libdjvu/Makefile.in + @${REINPLACE_CMD} -e \ + 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/libdjvu/Makefile.in @${REINPLACE_CMD} -e '/-O\*/d ; \ s|$$OPTS -O3|$$OPTS|g ; \ s|$$OPTS -O2|$$OPTS|g ; \ s|$$OPTS $$opt|$$OPTS|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|^#! /bin/bash|#! ${LOCALBASE}/bin/bash|g ; \ - s|any2djvu\.sh|any2djvu|g' ${WRKSRC}/tools/any2djvu @${REINPLACE_CMD} -e 's,/netscape/,/djvulibre/,' \ ${WRKSRC}/gui/nsdejavu/nsdejavu.1.in @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ @@ -73,22 +82,20 @@ post-patch: s|eucjp|eucJP|g ; \ s|_PROGRAM} -m|} -m|g' +.if !defined(WITH_ANY2DJVU) + @${REINPLACE_CMD} -e 's,any2djbu,,' ${WRKSRC}/tools/Makefile.in +.endif + post-install: -.for man1 in ${MAN1EXTRA} -.for manlang in ${MANLANG} - ${TOUCH} ${MAN1PREFIX}/man/${manlang}/man1/${man1} -.endfor -.endfor .if !defined(WITHOUT_X11) @${MKDIR} ${LOCALBASE}/lib/browser_plugins ${LN} -sf ${PREFIX}/lib/djvulibre/plugins/nsdejavu.so \ ${LOCALBASE}/lib/browser_plugins/nsdejavu.so .endif + .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/djvulibre/files/patch-tools_any2djvu b/graphics/djvulibre/files/patch-tools_any2djvu new file mode 100644 index 000000000000..e62318a5eb2c --- /dev/null +++ b/graphics/djvulibre/files/patch-tools_any2djvu @@ -0,0 +1,95 @@ +--- tools/any2djvu.orig Sat Feb 17 02:33:06 2007 ++++ tools/any2djvu Sat Feb 17 02:36:10 2007 +@@ -1,11 +1,11 @@ +-#! /bin/bash -f ++#!/bin/sh + # CVS version control block - do not edit manually + # $RCSfile: any2djvu,v $ + # $Revision: 1.1 $ + # $Date: 2005/08/23 15:53:01 $ + # $Source: /cvsroot/djvu/djvulibre-3.5/tools/any2djvu,v $ + +-function copyright() ++copyright() + { + echo "Copyright (C) 2002 David Kreil <D.Kreil@IEEE.Org>" + echo "Modified by Barak A. Pearlmutter <bap@debian.org>" +@@ -14,7 +14,7 @@ + echo "Released under the GNU GPL v2, 21-Oct-2002." + } + +-function warranty() ++warranty() + { + echo "This program is distributed in the hope that it will be useful," + echo "but WITHOUT ANY WARRANTY; without even the implied warranty of" +@@ -22,7 +22,7 @@ + echo "GNU General Public License for more details." + } + +-function disclaimer() ++disclaimer() + { + echo "By using this tool you accept the following disclaimer:" + echo " Because the any2djvu service is free of charge, there is no" +@@ -40,7 +40,7 @@ + ocr=1 + docformat=2 + +-function warn() ++warn() + { + echo "Notes:" + echo " - Internet connection is required." +@@ -53,7 +53,7 @@ + echo " - This software comes with NO WARRANTY." + } + +-function format_help() ++format_help() + { + echo "Codes for the formats of the input documents to use with -f" + echo " 1 - DjVu Document (for verification or OCR)" +@@ -67,7 +67,7 @@ + echo " 9 - Scanned Document - Color/Mixed - >400 dpi" + } + +-function usage() ++usage() + { + echo "Convert files from .ps/.ps.gz/.pdf to .djvu" + echo "Usage: $0 [options] [url] {filename(s)}" +@@ -121,13 +121,13 @@ + fi + + # check OCR option +-if [ ! x$ocr == x0 ] && [ ! x$ocr == x1 ]; then ++if [ ! x$ocr = x0 ] && [ ! x$ocr = x1 ]; then + echo 'error: -o OCR must be 0 or 1' + exit 2 + fi + + # if help is requested or docformat is not specified right - show help +-if [ x$docformat == x'help' ]; then ++if [ x$docformat = x'help' ]; then + format_help + exit 0 + fi +@@ -190,7 +190,7 @@ + -F ocr=$ocr -F legal=1 $rurl/$rcgi \ + | eval tee $log $shellopts + else +- wget $wgetopts -O - "$rurl/$rcgi?urlupload=$lurl/$in$cgiopts" \ ++ /usr/bin/fetch $wgetopts -o - "$rurl/$rcgi?urlupload=$lurl/$in$cgiopts" \ + | eval tee $log $shellopts + fi + l=`egrep 'href=djvu/.*\.djvu' $log` +@@ -200,7 +200,7 @@ + echo "error: something got wrong. check log file" + exit 1 + fi +- wget $wgetopts -O $b.djvu "$rurl/$l" ++ /usr/bin/fetch $wgetopts -o $b.djvu "$rurl/$l" + + [ -z $doclean ] || rm $log + [ -z $silent ] && ls -l $b.djvu diff --git a/graphics/djvulibre/pkg-plist b/graphics/djvulibre/pkg-plist index 5165bcc02c6a..68d468092a6c 100644 --- a/graphics/djvulibre/pkg-plist +++ b/graphics/djvulibre/pkg-plist @@ -1,4 +1,4 @@ -bin/any2djvu +%%ANY2DJVU%%bin/any2djvu bin/bzz bin/c44 bin/cjb2 |