aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-27 19:00:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-27 19:00:47 +0000
commitc9c5f60364a3ef961768bbe05e32b265ecf48d89 (patch)
tree0fdba1a00e22c28c1e028e3649615a5804b6dad4
parentc6fc00681e4af82d5b9e9d1a53c2c1814074ddae (diff)
downloadports-c9c5f60364a3ef961768bbe05e32b265ecf48d89.tar.gz
ports-c9c5f60364a3ef961768bbe05e32b265ecf48d89.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--print/Makefile1
-rw-r--r--print/latexmk/Makefile42
-rw-r--r--print/latexmk/distinfo2
-rw-r--r--print/latexmk/pkg-descr11
-rw-r--r--print/latexmk/pkg-message11
6 files changed, 1 insertions, 67 deletions
diff --git a/MOVED b/MOVED
index e48494290f58..ea47c161b513 100644
--- a/MOVED
+++ b/MOVED
@@ -7292,3 +7292,4 @@ x11-wm/e17-module-wlan|x11-wm/e-module-wlan|2014-11-25|Renamed
x11-wm/e17-modules|x11-wm/e-modules|2014-11-25|Renamed
net-im/folks04||2014-11-26|Removed, no longer used after GNOME 3 merge
devel/afl|security/afl|2014-11-26|Duplicate port
+print/latexmk|print/texlive-base|2014-11-27|Has been incorporated in TeXLive
diff --git a/print/Makefile b/print/Makefile
index 8fa0a657ad98..e8b05caac4e7 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -109,7 +109,6 @@
SUBDIR += latex-resume
SUBDIR += latex2rtf
SUBDIR += latexdiff
- SUBDIR += latexmk
SUBDIR += libgnomecups
SUBDIR += libgnomeprint
SUBDIR += libgnomeprint-reference
diff --git a/print/latexmk/Makefile b/print/latexmk/Makefile
deleted file mode 100644
index 17d720ea0175..000000000000
--- a/print/latexmk/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
-# $FreeBSD$
-
-PORTNAME= latexmk
-PORTVERSION= 435
-CATEGORIES= print
-MASTER_SITES= http://users.phys.psu.edu/~collins/software/latexmk/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tool to completely automate generating output from LaTeX documents
-
-LICENSE= GPLv2 # (or later)
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-USES= perl5 zip
-USE_PERL5= run
-USE_TEX= latex
-
-PORTDOCS= *
-PORTEXAMPLES= *
-PLIST_FILES= bin/latexmk man/man1/latexmk.1.gz
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-do-install:
- (cd ${WRKSRC} && ${INSTALL_SCRIPT} latexmk.pl \
- ${STAGEDIR}${PREFIX}/bin/latexmk)
- (cd ${WRKSRC} && ${INSTALL_MAN} latexmk.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in CHANGES INSTALL README latexmk.pdf latexmk.ps latexmk.txt
- (cd ${WRKSRC} && ${INSTALL_DATA} ${doc} ${STAGEDIR}${DOCSDIR})
-.endfor
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} example_rcfiles \
- ${STAGEDIR}${EXAMPLESDIR})
- @(cd ${WRKSRC} && ${COPYTREE_BIN} extra-scripts \
- ${STAGEDIR}${EXAMPLESDIR})
-
-.include <bsd.port.mk>
diff --git a/print/latexmk/distinfo b/print/latexmk/distinfo
deleted file mode 100644
index 5248329ce111..000000000000
--- a/print/latexmk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (latexmk-435.zip) = 9de9ebdafd5e0cf5c29235ec6316aae2a039a5a6eb6d55e83b4cfbb7374d7fc3
-SIZE (latexmk-435.zip) = 386766
diff --git a/print/latexmk/pkg-descr b/print/latexmk/pkg-descr
deleted file mode 100644
index d252117681ed..000000000000
--- a/print/latexmk/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-LatexMk completely automates the process of generating a LaTeX document.
-Essentially, it is a highly specialized relative of the general make
-utility. Given the source files for a document, latexmk issues the
-appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy
-version of the document. It will run LaTeX the correct number of times to
-resolve cross references, and run auxiliary programs (bibtex, makeindex) if
-necessary. It can also be set to run continuously with a previewer, in which
-case the needed commands are re-run whenever one of the source files is
-modified.
-
-WWW: http://users.phys.psu.edu/~collins/software/latexmk/
diff --git a/print/latexmk/pkg-message b/print/latexmk/pkg-message
deleted file mode 100644
index e52a38853235..000000000000
--- a/print/latexmk/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-======================================================================
-
- In order for the 'pvc' (preview continuously) option to work
- perfectly, latexmk needs to know the correct way to invoke ps(1)
- in each operating system. Thus, users may have to change the $pscmd
- variable in their ~/.latexmkrc files.
-
- For FreeBSD-4.x the following is known to work:
- $pscmd = "ps -w -f -u $ENV{USER}"
-
-======================================================================