[Midnightbsd-cvs] mports [24618] trunk/print: add xpdfopen

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 21 16:32:52 EST 2018


Revision: 24618
          http://svnweb.midnightbsd.org/mports/?rev=24618
Author:   laffer1
Date:     2018-11-21 16:32:51 -0500 (Wed, 21 Nov 2018)
Log Message:
-----------
add xpdfopen

Modified Paths:
--------------
    trunk/print/Makefile

Added Paths:
-----------
    trunk/print/xpdfopen/
    trunk/print/xpdfopen/Makefile
    trunk/print/xpdfopen/distinfo
    trunk/print/xpdfopen/pkg-descr

Modified: trunk/print/Makefile
===================================================================
--- trunk/print/Makefile	2018-11-21 21:31:12 UTC (rev 24617)
+++ trunk/print/Makefile	2018-11-21 21:32:51 UTC (rev 24618)
@@ -66,5 +66,6 @@
 SUBDIR += texlive-tlmgr
 SUBDIR += ttf2pt1
 SUBDIR += xfce4-print
+SUBDIR += xpdfopen
 
 .include <bsd.port.subdir.mk>

Added: trunk/print/xpdfopen/Makefile
===================================================================
--- trunk/print/xpdfopen/Makefile	                        (rev 0)
+++ trunk/print/xpdfopen/Makefile	2018-11-21 21:32:51 UTC (rev 24618)
@@ -0,0 +1,32 @@
+# $MidnightBSD$
+# $FreeBSD: head/print/xpdfopen/Makefile 453381 2017-11-02 21:41:47Z olgeni $
+
+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=	ports at MidnightBSD.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>


Property changes on: trunk/print/xpdfopen/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/xpdfopen/distinfo
===================================================================
--- trunk/print/xpdfopen/distinfo	                        (rev 0)
+++ trunk/print/xpdfopen/distinfo	2018-11-21 21:32:51 UTC (rev 24618)
@@ -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


Property changes on: trunk/print/xpdfopen/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/xpdfopen/pkg-descr
===================================================================
--- trunk/print/xpdfopen/pkg-descr	                        (rev 0)
+++ trunk/print/xpdfopen/pkg-descr	2018-11-21 21:32:51 UTC (rev 24618)
@@ -0,0 +1,2 @@
+This is a X11 implementation of Fabrice Popineau's pdfclose/
+pdfopen commands to control Acrobat Reader, xpdf and evince.


Property changes on: trunk/print/xpdfopen/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list