diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-11 03:24:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-11 03:24:39 +0800 |
commit | 58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch) | |
tree | 3d921b9d8836f0a4c0ba361d4581a70d202545ad /converters/pdf2djvu | |
parent | f33c5fb61cfe4c8856817db7f2c84041a862250b (diff) | |
download | marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2 marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip |
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'converters/pdf2djvu')
-rw-r--r-- | converters/pdf2djvu/Makefile | 35 | ||||
-rw-r--r-- | converters/pdf2djvu/distinfo | 3 | ||||
-rw-r--r-- | converters/pdf2djvu/pkg-descr | 5 |
3 files changed, 0 insertions, 43 deletions
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile deleted file mode 100644 index 11c3942dc..000000000 --- a/converters/pdf2djvu/Makefile +++ /dev/null @@ -1,35 +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.4.12 -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.4:${PORTSDIR}/graphics/poppler - -USE_GMAKE= yes -PLIST_FILES= bin/pdf2djvu - -LIB_DEPENDS+= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 - -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 174385016..000000000 --- a/converters/pdf2djvu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pdf2djvu_0.4.12.tar.gz) = af325766614f58e7373c26c6d45f04e4 -SHA256 (pdf2djvu_0.4.12.tar.gz) = 819b1427a74d90ebda8971b670a9f03d6fd5d8a9ae03dbf48c91ebaf5a769a19 -SIZE (pdf2djvu_0.4.12.tar.gz) = 55798 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/ |