Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 Jul 2006 21:35:40 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99843: [NEW PORT] graphics/epdfview: A lightweight PDF document viewer
Message-ID:  <20060706134620.14C3A30206@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200607061350.k66DoITP091991@freefall.freebsd.org>

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

>Number:         99843
>Category:       ports
>Synopsis:       [NEW PORT] graphics/epdfview: A lightweight PDF document viewer
>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:   Thu Jul 06 13:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun  9 14:02:41 CST
>Description:

ePDFView is a free lightweight PDF document viewer using Poppler and GTK+
libraries.

The aim of ePDFView is to make a simple PDF document viewer, in the lines of
Evince but without using the Gnome libraries.

WWW: http://www.emma-soft.com/projects/epdfview/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- epdfview-0.1.5.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:
#
#	epdfview
#	epdfview/Makefile
#	epdfview/distinfo
#	epdfview/pkg-descr
#	epdfview/pkg-plist
#
echo c - epdfview
mkdir -p epdfview > /dev/null 2>&1
echo x - epdfview/Makefile
sed 's/^X//' >epdfview/Makefile << 'END-of-epdfview/Makefile'
X# New ports collection makefile for:	epdfview
X# Date created:				2006/06/01
X# Whom:					chinsan <chinsan.tw@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	epdfview
XPORTVERSION=	0.1.5
XCATEGORIES=	graphics print gnome
XMASTER_SITES=	http://www.emma-soft.com/projects/epdfview/chrome/site/releases/
X
XMAINTAINER=	chinsan.tw@gmail.com
XCOMMENT=	A lightweight PDF document viewer
X
XLIB_DEPENDS=	cppunit-1.10.2:${PORTSDIR}/devel/cppunit \
X		poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XINSTALLS_ICONS=	yes
XUSE_ICONV=	yes
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	gtk20 intlhack
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
X
X.if !defined(WITHOUT_NLS)
XUSE_GETTEXT=	yes
XPLIST_SUB+=	NLS=""
XCPPFLAGS+=	-I${LOCALBASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib
XCONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
X.else
XCONFIGURE_ARGS+=--disable-nls
XPLIST_SUB+=	NLS="@comment "
X.endif
X
Xpost-install:
X	${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps
X	${INSTALL_DATA} ${WRKSRC}/data/${PORTNAME}.desktop ${PREFIX}/share/applications/
X	@-update-desktop-database
X
X.include <bsd.port.mk>
END-of-epdfview/Makefile
echo x - epdfview/distinfo
sed 's/^X//' >epdfview/distinfo << 'END-of-epdfview/distinfo'
XMD5 (epdfview-0.1.5.tar.bz2) = 70b4c5c36781b6e1d5d2ed30a79db9c5
XSHA256 (epdfview-0.1.5.tar.bz2) = d437b49f40f61e3ba5a3ed8edad783895dcbdfc3cd4cbe6ef37a56f7eea59573
XSIZE (epdfview-0.1.5.tar.bz2) = 392460
END-of-epdfview/distinfo
echo x - epdfview/pkg-descr
sed 's/^X//' >epdfview/pkg-descr << 'END-of-epdfview/pkg-descr'
XePDFView is a free lightweight PDF document viewer using Poppler and GTK+
Xlibraries.
X
XThe aim of ePDFView is to make a simple PDF document viewer, in the lines of
XEvince but without using the Gnome libraries.
X
XWWW: http://www.emma-soft.com/projects/epdfview/
END-of-epdfview/pkg-descr
echo x - epdfview/pkg-plist
sed 's/^X//' >epdfview/pkg-plist << 'END-of-epdfview/pkg-plist'
Xbin/epdfview
X%%NLS%%share/locale/ca/LC_MESSAGES/epdfview.mo
X%%NLS%%share/locale/de/LC_MESSAGES/epdfview.mo
X%%NLS%%share/locale/es/LC_MESSAGES/epdfview.mo
X%%NLS%%share/locale/fr/LC_MESSAGES/epdfview.mo
X%%NLS%%share/locale/vi/LC_MESSAGES/epdfview.mo
Xshare/applications/epdfview.desktop
X%%DATADIR%%/pixmaps/icon_epdfview-24.png
X%%DATADIR%%/pixmaps/icon_epdfview-32.png
X%%DATADIR%%/pixmaps/icon_epdfview-48.png
X%%DATADIR%%/pixmaps/stock_find_next_24.png
X%%DATADIR%%/pixmaps/stock_find_previous_24.png
X%%DATADIR%%/pixmaps/stock_rotate-90.png
X%%DATADIR%%/pixmaps/stock_rotate-270.png
X%%DATADIR%%/pixmaps/stock_zoom-page-width.png
X%%DATADIR%%/ui/epdfview-ui-print.xml
X%%DATADIR%%/ui/epdfview-ui.xml
X@dirrmtry share/applications
X@dirrmtry %%DATADIR%%/pixmaps
X@dirrmtry %%DATADIR%%/ui
X@dirrmtry %%DATADIR%%
END-of-epdfview/pkg-plist
exit
--- epdfview-0.1.5.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?20060706134620.14C3A30206>