Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  7 Mar 2008 18:55:04 +0800
From:      "Denise H. G." <darcsis@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121463: [New port] converters/pdf2djvu
Message-ID:  <47d11f0c.27ed720a.5439.ffffd62b@mx.google.com>
Resent-Message-ID: <200803071100.m27B04Oj093746@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121463
>Category:       ports
>Synopsis:       [New port] converters/pdf2djvu
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 07 11:00:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Denise H. G.
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD pluton.xbsd.name 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 7 14:53:14 CST 2008 dhg@pluton.xbsd.name:/opt/obj/usr/src/sys/mibsd-SMP-ULE amd64


	
>Description:
pdf2djvu creates DjVu files from PDF files. It's able to extract: graphics, text layer, hyperlinks, document outline (bookmarks), and metadata.
>How-To-Repeat:
	
>Fix:

	

--- pdf2djvu.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pdf2djvu
#	pdf2djvu/Makefile
#	pdf2djvu/distinfo
#	pdf2djvu/pkg-descr
#	pdf2djvu/pkg-plist
#
echo c - pdf2djvu
mkdir -p pdf2djvu > /dev/null 2>&1
echo x - pdf2djvu/Makefile
sed 's/^X//' >pdf2djvu/Makefile << 'END-of-pdf2djvu/Makefile'
X# New ports collection makefile for:	pdf2djvu
X# Date created:			7 Mar 2008
X# Whom:					Denise H. G. <darcsis@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pdf2djvu
XPORTVERSION=	0.4.5.1
XDISTVERSION=	0.4.5.1a
XDISTNAME=	${PORTNAME}_${DISTVERSION}
XWRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XCATEGORIES=	converters
XMASTER_SITES=	http://pdf2djvu.googlecode.com/files/
X
XMAINTAINER=	darcsis@gmail.com
XCOMMENT=	pdf2djvu creates DjVu files from PDF files
X
XUSE_GMAKE=	yes
XBUILD_DEPENDS=  ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams
XLIB_DEPENDS=	poppler.2:${PORTSDIR}/graphics/poppler
X
X.if exists(${LOCALBASE}/bin/djview)
XDJVU_DIR?=	# empty
X.else
XDJVU_DIR?=	-nox11
X.endif
X
XLIB_DEPENDS+=	djvulibre.20:${PORTSDIR}/graphics/djvulibre${DJVU_DIR}
X
XMAN1=	pdf2djvu.1
XMANCOMPRESSED=	no
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN}  ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-pdf2djvu/Makefile
echo x - pdf2djvu/distinfo
sed 's/^X//' >pdf2djvu/distinfo << 'END-of-pdf2djvu/distinfo'
XMD5 (pdf2djvu_0.4.5.1a.tar.gz) = 1df2af3500309d93c51bb915586ab66e
XSHA256 (pdf2djvu_0.4.5.1a.tar.gz) = 997ae916aae7512a4399f2d873a63d0944461b579b8edb56cb15b9798f5392f8
XSIZE (pdf2djvu_0.4.5.1a.tar.gz) = 24105
END-of-pdf2djvu/distinfo
echo x - pdf2djvu/pkg-descr
sed 's/^X//' >pdf2djvu/pkg-descr << 'END-of-pdf2djvu/pkg-descr'
Xpdf2djvu creates DjVu files from PDF files. It's able to extract:
Xgraphics, text layer, hyperlinks, document outline (bookmarks), and
Xmetadata.
X
Xhttp://code.google.com/p/pdf2djvu/
END-of-pdf2djvu/pkg-descr
echo x - pdf2djvu/pkg-plist
sed 's/^X//' >pdf2djvu/pkg-plist << 'END-of-pdf2djvu/pkg-plist'
Xbin/pdf2djvu
END-of-pdf2djvu/pkg-plist
exit
--- pdf2djvu.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47d11f0c.27ed720a.5439.ffffd62b>