[Midnightbsd-cvs] mports [20361] trunk/print: add texlive-tlmgr
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 30 23:11:45 EDT 2015
Revision: 20361
http://svnweb.midnightbsd.org/mports/?rev=20361
Author: laffer1
Date: 2015-09-30 23:11:45 -0400 (Wed, 30 Sep 2015)
Log Message:
-----------
add texlive-tlmgr
Modified Paths:
--------------
trunk/print/Makefile
Added Paths:
-----------
trunk/print/texlive-tlmgr/
trunk/print/texlive-tlmgr/Makefile
trunk/print/texlive-tlmgr/distinfo
trunk/print/texlive-tlmgr/pkg-descr
trunk/print/texlive-tlmgr/pkg-plist
Modified: trunk/print/Makefile
===================================================================
--- trunk/print/Makefile 2015-10-01 03:08:58 UTC (rev 20360)
+++ trunk/print/Makefile 2015-10-01 03:11:45 UTC (rev 20361)
@@ -53,6 +53,7 @@
SUBDIR += texinfo
SUBDIR += texlive-base
SUBDIR += texlive-texmf
+SUBDIR += texlive-tlmgr
SUBDIR += ttf2pt1
SUBDIR += xfce4-print
Added: trunk/print/texlive-tlmgr/Makefile
===================================================================
--- trunk/print/texlive-tlmgr/Makefile (rev 0)
+++ trunk/print/texlive-tlmgr/Makefile 2015-10-01 03:11:45 UTC (rev 20361)
@@ -0,0 +1,31 @@
+# $MidnightBSD$
+# $FreeBSD: head/print/texlive-tlmgr/Makefile 392808 2015-07-24 09:35:07Z hrs $
+
+PORTNAME= texlive
+PORTVERSION= 20150523
+CATEGORIES= print perl5
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
+PKGNAMESUFFIX= -tlmgr
+DISTNAME= ${PORTNAME}-${PORTVERSION}-extra
+DIST_SUBDIR= TeX
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= TeXLive manager modules
+
+LICENSE= unknown
+
+CONFLICTS= texlive-infra-[0-9]*
+
+USES= perl5 tar:xz
+USE_PERL5= run
+USE_TEX= yes
+NO_BUILD= yes
+
+do-install:
+ @${MKDIR} ${PREFIX}/${SITE_PERL_REL}/TeXLive
+ ${INSTALL_DATA} ${WRKSRC}/tlpkg/TeXLive/*.pm \
+ ${PREFIX}/${SITE_PERL_REL}/TeXLive
+ @${MKDIR} ${PREFIX}/${TEXMFDISTDIR}
+ ${TOUCH} ${PREFIX}/${TEXMFDISTDIR}/.texlive-tlmgr
+
+.include <bsd.port.mk>
Property changes on: trunk/print/texlive-tlmgr/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/texlive-tlmgr/distinfo
===================================================================
--- trunk/print/texlive-tlmgr/distinfo (rev 0)
+++ trunk/print/texlive-tlmgr/distinfo 2015-10-01 03:11:45 UTC (rev 20361)
@@ -0,0 +1,2 @@
+SHA256 (TeX/texlive-20150523-extra.tar.xz) = d1282d91943ead1f7c50345c475115aab5459f003cec9eaad80122f5988270b6
+SIZE (TeX/texlive-20150523-extra.tar.xz) = 369436
Property changes on: trunk/print/texlive-tlmgr/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/texlive-tlmgr/pkg-descr
===================================================================
--- trunk/print/texlive-tlmgr/pkg-descr (rev 0)
+++ trunk/print/texlive-tlmgr/pkg-descr 2015-10-01 03:11:45 UTC (rev 20361)
@@ -0,0 +1,4 @@
+This package contains the files needed to get the TeX Live
+tools (notably tlmgr) running: perl modules, xz binaries, plus
+(sometimes) tar and wget. These files end up in the standalone
+install packages, and in the tlcritical repository.
Property changes on: trunk/print/texlive-tlmgr/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
Added: trunk/print/texlive-tlmgr/pkg-plist
===================================================================
--- trunk/print/texlive-tlmgr/pkg-plist (rev 0)
+++ trunk/print/texlive-tlmgr/pkg-plist 2015-10-01 03:11:45 UTC (rev 20361)
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/TeXLive/TLConfFile.pm
+%%SITE_PERL%%/TeXLive/TLConfig.pm
+%%SITE_PERL%%/TeXLive/TLDownload.pm
+%%SITE_PERL%%/TeXLive/TLPDB.pm
+%%SITE_PERL%%/TeXLive/TLPOBJ.pm
+%%SITE_PERL%%/TeXLive/TLPSRC.pm
+%%SITE_PERL%%/TeXLive/TLPaper.pm
+%%SITE_PERL%%/TeXLive/TLTREE.pm
+%%SITE_PERL%%/TeXLive/TLUtils.pm
+%%SITE_PERL%%/TeXLive/TLWinGoo.pm
+%%SITE_PERL%%/TeXLive/TeXCatalogue.pm
+%%TEXMFDISTDIR%%/.texlive-tlmgr
Property changes on: trunk/print/texlive-tlmgr/pkg-plist
___________________________________________________________________
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