aboutsummaryrefslogtreecommitdiff
path: root/print/xpdfopen
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-09-07 23:36:52 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-09-07 23:36:52 +0000
commit8c7a2d0b9236f06486e96c2bf93dee143580df9e (patch)
tree14b458d70b380b8b48b5287f108408b14a46619f /print/xpdfopen
parentea2899de51522478d0e70dae0632f93a4d987165 (diff)
downloadports-8c7a2d0b9236f06486e96c2bf93dee143580df9e.tar.gz
ports-8c7a2d0b9236f06486e96c2bf93dee143580df9e.zip
- Split xpdfopen package from texlive-base. This is because it is the only
package depending on X11 library in it. - Remove unnecessary libttf.so dependency [*]. PR: 202910 [*]
Notes
Notes: svn path=/head/; revision=396349
Diffstat (limited to 'print/xpdfopen')
-rw-r--r--print/xpdfopen/Makefile31
-rw-r--r--print/xpdfopen/distinfo4
-rw-r--r--print/xpdfopen/pkg-descr2
3 files changed, 37 insertions, 0 deletions
diff --git a/print/xpdfopen/Makefile b/print/xpdfopen/Makefile
new file mode 100644
index 000000000000..a34a675c86a8
--- /dev/null
+++ b/print/xpdfopen/Makefile
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME= xpdfopen
+PORTVERSION= 0.86
+CATEGORIES= print
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
+DISTNAME= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source
+DIST_SUBDIR= TeX
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= Command line utility for PDF viewers
+
+CONFLICTS= texlive-base-20150521_[1-4]
+
+USES= tar:xz
+USE_XORG= x11 xmu
+EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
+EXTRACT_FILES= build-aux \
+ utils/xpdfopen
+DISTVERSION_TEXLIVE_SOURCE= 20150521
+WRKSRC= ${WRKDIR}/${DISTNAME}/utils/xpdfopen
+GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+PLIST_FILES= bin/pdfclose \
+ bin/pdfopen \
+ man/man1/pdfclose.1.gz \
+ man/man1/pdfopen.1.gz
+
+.include <bsd.port.mk>
diff --git a/print/xpdfopen/distinfo b/print/xpdfopen/distinfo
new file mode 100644
index 000000000000..bf8979f82957
--- /dev/null
+++ b/print/xpdfopen/distinfo
@@ -0,0 +1,4 @@
+SHA256 (TeX/texlive-20150521-source.tar.xz) = ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669
+SIZE (TeX/texlive-20150521-source.tar.xz) = 45459552
+SHA256 (TeX/texlive-20150523-texmf.tar.xz) = 1efb2b55cbf7ef9a5d2093b31110191d3caac8d4668b413ad63e996e1ebb70a8
+SIZE (TeX/texlive-20150523-texmf.tar.xz) = 1892010092
diff --git a/print/xpdfopen/pkg-descr b/print/xpdfopen/pkg-descr
new file mode 100644
index 000000000000..e24dfd0a12b0
--- /dev/null
+++ b/print/xpdfopen/pkg-descr
@@ -0,0 +1,2 @@
+This is a X11 implementation of Fabrice Popineau's pdfclose/
+pdfopen commands to control Acrobat Reader, xpdf and evince.