svn commit: r316534 - in head/print: . foxitreader

Nicola Vitale nivit at FreeBSD.org
Thu Apr 25 21:33:57 UTC 2013


Author: nivit
Date: Thu Apr 25 21:33:55 2013
New Revision: 316534
URL: http://svnweb.freebsd.org/changeset/ports/316534

Log:
  Foxit Reader is a free PDF document viewer for the Linux platform, with a new
  streamlined interface, user-customized toolbar, incredibly small size,
  breezing-fast launch speed and rich features. This empowers PDF document users
  with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
  Tool, Snapshot, and Full Screen capabilities. Foxit Reader for Desktop Linux
  is provided by Foxit Corporation free for non-commercial use.
  
  WWW: http://www.foxitsoftware.com/pdf/desklinux/

Added:
  head/print/foxitreader/
  head/print/foxitreader/Makefile   (contents, props changed)
  head/print/foxitreader/distinfo   (contents, props changed)
  head/print/foxitreader/pkg-descr   (contents, props changed)
  head/print/foxitreader/pkg-plist   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Thu Apr 25 21:31:23 2013	(r316533)
+++ head/print/Makefile	Thu Apr 25 21:33:55 2013	(r316534)
@@ -72,6 +72,7 @@
     SUBDIR += foomatic-db-engine
     SUBDIR += foomatic-db-hpijs
     SUBDIR += foomatic-filters
+    SUBDIR += foxitreader
     SUBDIR += fpdf
     SUBDIR += freetype
     SUBDIR += freetype-tools

Added: head/print/foxitreader/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/foxitreader/Makefile	Thu Apr 25 21:33:55 2013	(r316534)
@@ -0,0 +1,61 @@
+# Created by: Nicola Vitale <nivit at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	foxitreader
+PORTVERSION=	1.1.0
+#PORTREVISION=	0
+CATEGORIES=	print
+MASTER_SITES=	http://cdn04.foxitsoftware.com/pub/foxit/%SUBDIR%/:reader,manual
+MASTER_SITE_SUBDIR=	reader/desktop/linux/1.x/${PORTVERSION:R}/enu/:reader \
+			manual/enu/:manual
+DISTFILES=	FoxitReader-${PORTVERSION}.tar.bz2:reader
+EXTRACT_ONLY=	FoxitReader-${PORTVERSION}.tar.bz2
+
+MAINTAINER=	nivit at FreeBSD.org
+COMMENT=	Free PDF document viewer for desktop Linux
+
+LICENSE_NAME=	EULA
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell
+LICENSE_TEXT=	http://www.foxitsoftware.com/pdf/desklinux/eula.htm
+
+NO_BUILD=	yes
+
+PLIST_SUB=	NLS="${NLS}"
+
+USE_BZIP2=	yes
+USE_GETTEXT=	yes
+USE_LINUX=	yes
+USE_LINUX_APPS=	cups-libs gtk2
+
+WRKSRC=	${WRKDIR}/${PORTVERSION:R}-release
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
+DISTFILES+=FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:doc
+.endif
+.if ${PORT_OPTIONS:MNLS}
+NLS=	""
+.else
+NLS=	"@comment "
+.endif
+
+do-install:
+	cd ${WRKSRC} && ${MKDIR} ${DATADIR} && \
+	${INSTALL_DATA} fpdfcjk.bin fum.fhd ${DATADIR} && \
+	${INSTALL_PROGRAM} FoxitReader ${DATADIR} && \
+	${LN} -s ${DATADIR}/FoxitReader ${PREFIX}/bin/FoxitReader
+.if ${PORT_OPTIONS:MNLS}
+.for locale in de fr ja zh_CN zh_TW
+	${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${PREFIX}/share/locale/${locale}/LC_MESSAGES/
+.endfor
+.endif
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR} && \
+	${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${DOCSDIR}
+.endif
+
+post-install:
+	${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>

Added: head/print/foxitreader/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/foxitreader/distinfo	Thu Apr 25 21:33:55 2013	(r316534)
@@ -0,0 +1,4 @@
+SHA256 (FoxitReader-1.1.0.tar.bz2) = 02f1ad5ad2fd516754254f349c94b8e81b57b9eb2a0315f30debdc5d7fb8dbf4
+SIZE (FoxitReader-1.1.0.tar.bz2) = 3787587
+SHA256 (FoxitReader1.1ForLinux_Manual.pdf) = 0882173090a66f1525d3f2a3c430f34204992a78d556f6f935d0383f5a0e8591
+SIZE (FoxitReader1.1ForLinux_Manual.pdf) = 2662827

Added: head/print/foxitreader/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/foxitreader/pkg-descr	Thu Apr 25 21:33:55 2013	(r316534)
@@ -0,0 +1,8 @@
+Foxit Reader is a free PDF document viewer for the Linux platform, with a new
+streamlined interface, user-customized toolbar, incredibly small size,
+breezing-fast launch speed and rich features. This empowers PDF document users
+with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
+Tool, Snapshot, and Full Screen capabilities. Foxit Reader for Desktop Linux
+is provided by Foxit Corporation free for non-commercial use.
+
+WWW: http://www.foxitsoftware.com/pdf/desklinux/

Added: head/print/foxitreader/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/foxitreader/pkg-plist	Thu Apr 25 21:33:55 2013	(r316534)
@@ -0,0 +1,13 @@
+ at comment $FreeBSD$
+bin/FoxitReader
+%%PORTDOCS%%%%DOCSDIR%%/FoxitReader1.1ForLinux_Manual.pdf
+%%DATADIR%%/FoxitReader
+%%DATADIR%%/fpdfcjk.bin
+%%DATADIR%%/fum.fhd
+%%NLS%%share/locale/de/LC_MESSAGES/FoxitReader.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/FoxitReader.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/FoxitReader.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/FoxitReader.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/FoxitReader.mo
+ at dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-all mailing list