summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--converters/pdf2djvu/Makefile36
-rw-r--r--converters/pdf2djvu/distinfo3
-rw-r--r--converters/pdf2djvu/files/patch-configure24
-rw-r--r--converters/pdf2djvu/pkg-descr5
4 files changed, 0 insertions, 68 deletions
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile
deleted file mode 100644
index f23a1a6f9..000000000
--- a/converters/pdf2djvu/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: pdf2djvu
-# Date created: 7 Mar 2008
-# Whom: Denise H. G. <darcsis@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pdf2djvu
-PORTVERSION= 0.5.11
-PORTREVISION= 2
-CATEGORIES= converters
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX}
-
-MAINTAINER= darcsis@gmail.com
-COMMENT= Pdf2djvu creates DjVu files from PDF files
-
-BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams
-LIB_DEPENDS= poppler.5:${PORTSDIR}/graphics/poppler
-LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}
-USE_GMAKE= yes
-
-PLIST_FILES= bin/pdf2djvu
-MAN1= pdf2djvu.1
-MANCOMPRESSED= no
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/converters/pdf2djvu/distinfo b/converters/pdf2djvu/distinfo
deleted file mode 100644
index a8d80c5c1..000000000
--- a/converters/pdf2djvu/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pdf2djvu_0.5.11.tar.gz) = a9f99c1e755c9f3b5136de235c6851ff
-SHA256 (pdf2djvu_0.5.11.tar.gz) = 6e57f5be61e2274db2aaa78e2a18dff8ddc0fb5e107287bf87fc1270513f66ab
-SIZE (pdf2djvu_0.5.11.tar.gz) = 223827
diff --git a/converters/pdf2djvu/files/patch-configure b/converters/pdf2djvu/files/patch-configure
deleted file mode 100644
index 44d5a4fdf..000000000
--- a/converters/pdf2djvu/files/patch-configure
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.orig 2009-07-31 17:17:53.000000000 +0200
-+++ configure 2009-08-19 20:28:26.000000000 +0200
-@@ -2993,9 +2993,9 @@
- printf 'P1 3 3 0 0 0 0 0 0 0 0 0 0' > conftest.458086.pbm
- "$djvulibre_bin_path/cjb2" conftest.458086.pbm conftest.458086.p1.djvu
- "$djvulibre_bin_path/cjb2" conftest.458086.pbm conftest.458086.p2.djvu
--printf 'AT&TFORM\0\0\0\x35DJVMDIRM\0\0\0\x29\x01\0\x02\xff\xff\xc6\xbf\x8a' > conftest.458086.djvu
--printf '\x1f\xeb\x4b\xff\x40\x8e\x37\x86\x3f\x6c\xbe\x78\x02\x3c\x93\x9b' >> conftest.458086.djvu
--printf '\x17\x57\x16\x67\x1d\x7a\xeb\x57\xf8\xf3\x7e\x64\x32\x42\x88\xd2\x4f' >> conftest.458086.djvu
-+printf 'AT&TFORM\0\0\0\065DJVMDIRM\0\0\0\051\001\0\002\377\377\306\277\212' > conftest.458086.djvu
-+printf '\037\353\113\377\100\216\067\206\077\154\276\170\002\074\223\233' >> conftest.458086.djvu
-+printf '\027\127\026\147\035\172\353\127\370\363\176\144\062\102\210\322\117' >> conftest.458086.djvu
- printf '(bookmarks ("" ""))' > conftest.458086.outline
- "$djvulibre_bin_path/djvused" -s -e 'set-outline conftest.458086.outline' conftest.458086.djvu
- if ! "$djvulibre_bin_path/djvused" -e print-outline conftest.458086.djvu | grep '(bookmarks' > /dev/null
-@@ -3170,7 +3170,7 @@
- fi
-
-
--
-+pkg_failed=untried; echo "disabled"
- if test $pkg_failed = yes; then
-
- if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
diff --git a/converters/pdf2djvu/pkg-descr b/converters/pdf2djvu/pkg-descr
deleted file mode 100644
index a7c51eb6f..000000000
--- a/converters/pdf2djvu/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-pdf2djvu creates DjVu files from PDF files. It's able to extract:
-graphics, text layer, hyperlinks, document outline (bookmarks), and
-metadata.
-
-WWW: http://code.google.com/p/pdf2djvu/