ePDFView is a free lightweight PDF document viewer using Poppler,
cairo 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. From Vlad Glagolev <stelzy at gmail dot com>.
This commit is contained in:
parent
9cd9ff7637
commit
1c984f1b16
47
print/epdfview/Makefile
Normal file
47
print/epdfview/Makefile
Normal file
@ -0,0 +1,47 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/01 12:32:38 kili Exp $
|
||||
|
||||
COMMENT= "lightweight PDF document viewer"
|
||||
|
||||
DISTNAME= epdfview-0.1.5
|
||||
CATEGORIES= print
|
||||
HOMEPAGE= http://trac.emma-soft.com/epdfview/
|
||||
|
||||
MAINTAINER= Vlad Glagolev <stelzy@gmail.com>
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}chrome/site/releases/
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= X11 Xext Xrender atk-1.0 c cairo fontconfig freetype \
|
||||
glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \
|
||||
m pango-1.0 pangocairo-1.0 pangoft2-1.0 png pthread \
|
||||
stdc++ z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= gtk-x11-2.0.>=0.14,gdk-x11-2.0.>=0.14,gdk_pixbuf-2.0.>=0.14::x11/gtk+2 \
|
||||
poppler.>=1,poppler-glib.>=1::print/poppler
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
FLAVORS= cups
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mcups}
|
||||
WANTLIB+= gcrypt gnutls gpg-error
|
||||
LIB_DEPENDS+= cups.>=3:cups->=1.2:print/cups
|
||||
CONFIGURE_ARGS+= --with-cups
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-cups
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
4
print/epdfview/distinfo
Normal file
4
print/epdfview/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (epdfview-0.1.5.tar.bz2) = 70b4c5c36781b6e1d5d2ed30a79db9c5
|
||||
RMD160 (epdfview-0.1.5.tar.bz2) = e72e18205af8beaf2d47e7ef28b13e8f45c9a030
|
||||
SHA1 (epdfview-0.1.5.tar.bz2) = 5b2abd3d0a35ac9cadc6f531e23d8d4a03020486
|
||||
SIZE (epdfview-0.1.5.tar.bz2) = 392460
|
8
print/epdfview/pkg/DESCR
Normal file
8
print/epdfview/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
ePDFView is a free lightweight PDF document viewer using Poppler,
|
||||
cairo 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.
|
||||
|
||||
Available flavors:
|
||||
|
||||
cups: enables CUPS support
|
22
print/epdfview/pkg/PLIST
Normal file
22
print/epdfview/pkg/PLIST
Normal file
@ -0,0 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/01 12:32:38 kili Exp $
|
||||
bin/epdfview
|
||||
share/applications/
|
||||
share/applications/epdfview.desktop
|
||||
share/epdfview/
|
||||
share/epdfview/pixmaps/
|
||||
share/epdfview/pixmaps/icon_epdfview-24.png
|
||||
share/epdfview/pixmaps/icon_epdfview-32.png
|
||||
share/epdfview/pixmaps/icon_epdfview-48.png
|
||||
share/epdfview/pixmaps/stock_find_next_24.png
|
||||
share/epdfview/pixmaps/stock_find_previous_24.png
|
||||
share/epdfview/pixmaps/stock_rotate-270.png
|
||||
share/epdfview/pixmaps/stock_rotate-90.png
|
||||
share/epdfview/pixmaps/stock_zoom-page-width.png
|
||||
share/epdfview/ui/
|
||||
share/epdfview/ui/epdfview-ui-print.xml
|
||||
share/epdfview/ui/epdfview-ui.xml
|
||||
share/locale/ca/LC_MESSAGES/epdfview.mo
|
||||
share/locale/de/LC_MESSAGES/epdfview.mo
|
||||
share/locale/es/LC_MESSAGES/epdfview.mo
|
||||
share/locale/fr/LC_MESSAGES/epdfview.mo
|
||||
share/locale/vi/LC_MESSAGES/epdfview.mo
|
Loading…
Reference in New Issue
Block a user