[Midnightbsd-cvs] mports [19350] trunk/print: add tex-formats placeholder
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 6 17:54:11 EDT 2015
Revision: 19350
http://svnweb.midnightbsd.org/mports/?rev=19350
Author: laffer1
Date: 2015-06-06 17:54:10 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
add tex-formats placeholder
Modified Paths:
--------------
trunk/print/Makefile
Added Paths:
-----------
trunk/print/tex-formats/
trunk/print/tex-formats/Makefile
trunk/print/tex-formats/pkg-descr
Modified: trunk/print/Makefile
===================================================================
--- trunk/print/Makefile 2015-06-06 16:36:16 UTC (rev 19349)
+++ trunk/print/Makefile 2015-06-06 21:54:10 UTC (rev 19350)
@@ -54,6 +54,7 @@
SUBDIR += teTeX
SUBDIR += teTeX-base
SUBDIR += teTeX-texmf
+SUBDIR += tex-formats
SUBDIR += tex-texmflocal
SUBDIR += texinfo
SUBDIR += texlive-texmf
Added: trunk/print/tex-formats/Makefile
===================================================================
--- trunk/print/tex-formats/Makefile (rev 0)
+++ trunk/print/tex-formats/Makefile 2015-06-06 21:54:10 UTC (rev 19350)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+# $FreeBSD: head/print/tex-formats/Makefile 373858 2014-12-04 02:30:05Z hrs $
+
+PORTNAME= formats
+PORTVERSION= 20140525
+CATEGORIES= print
+MASTER_SITES= #empty
+PKGNAMEPREFIX= tex-
+DISTFILES= #empty
+EXTRACT_ONLY= #empty
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Formats for Basic TeX Engines
+
+LICENSE= unknown
+
+USE_TEX= web2c kpathsea texmf texhash fmtutil
+TEXHASHDIRS= ${TEXMFVARDIR}
+TEX_FORMATS= amstex context cslatex csplain eplain latex-bin \
+ metafont mex mptopdf pdftex tex
+
+.include <bsd.port.mk>
Property changes on: trunk/print/tex-formats/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/tex-formats/pkg-descr
===================================================================
--- trunk/print/tex-formats/pkg-descr (rev 0)
+++ trunk/print/tex-formats/pkg-descr 2015-06-06 21:54:10 UTC (rev 19350)
@@ -0,0 +1,3 @@
+TeX Live binaries and manuals.
+
+WWW: http://tug.org/texlive/
Property changes on: trunk/print/tex-formats/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