aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex-prettyref
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-23 19:27:24 +0800
committerbapt <bapt@FreeBSD.org>2014-07-23 19:27:24 +0800
commitd8c8455fbae088d206533c0142eba1ee5f3c87d4 (patch)
treea8be659c5c3f86b123eca1ccca25a304387911c5 /print/latex-prettyref
parentd0157572723b8a5fee72ee96e09638a433c42da9 (diff)
downloadfreebsd-ports-gnome-d8c8455fbae088d206533c0142eba1ee5f3c87d4.tar.gz
freebsd-ports-gnome-d8c8455fbae088d206533c0142eba1ee5f3c87d4.tar.zst
freebsd-ports-gnome-d8c8455fbae088d206533c0142eba1ee5f3c87d4.zip
Start decomissioning some latex ports
Diffstat (limited to 'print/latex-prettyref')
-rw-r--r--print/latex-prettyref/Makefile45
-rw-r--r--print/latex-prettyref/distinfo2
-rw-r--r--print/latex-prettyref/pkg-descr8
-rw-r--r--print/latex-prettyref/pkg-plist5
4 files changed, 0 insertions, 60 deletions
diff --git a/print/latex-prettyref/Makefile b/print/latex-prettyref/Makefile
deleted file mode 100644
index aad727ef7630..000000000000
--- a/print/latex-prettyref/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Koji Yokota (yokota@res.otaru-uc.ac.jp)
-# $FreeBSD$
-
-PORTNAME= latex-prettyref
-PORTVERSION= 3.0
-PORTREVISION= 5
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
-MASTER_SITE_SUBDIR= macros/latex/contrib
-DISTNAME= ${PORTNAME:S/^latex-//}
-DIST_SUBDIR= latex
-
-MAINTAINER= yokota@res.otaru-uc.ac.jp
-COMMENT= Improved reference formatting for LaTeX2e
-
-USES= zip
-USE_TEX= latex
-PLIST_SUB= MKTEXLSR=${MKTEXLSR}
-
-TEXMFDIR?= share/texmf
-STYDIR?= tex/latex/${PORTNAME:S/^latex-//}
-DOCSDIR?= doc/latex/${PORTNAME:S/^latex-//}
-INSFILE= ${PORTNAME:S/^latex-//}.ins
-STYFILE= ${PORTNAME:S/^latex-//}.sty
-PDFFILE= ${PORTNAME:S/^latex-//}.pdf
-MKTEXLSR?= ${LOCALBASE}/bin/mktexlsr
-
-NO_STAGE= yes
-do-build:
- @( cd ${WRKSRC} && tex ${INSFILE} )
-
-do-install:
- @( cd ${WRKSRC} && \
- ${MKDIR} ${PREFIX}/${TEXMFDIR}/${STYDIR} && \
- ${COPYTREE_SHARE} "${STYFILE}" ${PREFIX}/${TEXMFDIR}/${STYDIR} )
-.if !defined(NOPORTDOCS)
- @( cd ${WRKSRC} && \
- ${MKDIR} ${PREFIX}/${TEXMFDIR}/${DOCSDIR} && \
- ${COPYTREE_SHARE} "${PDFFILE}" ${PREFIX}/${TEXMFDIR}/${DOCSDIR} )
-.endif
-
-post-install:
- ${MKTEXLSR} ${PREFIX}/${TEXMFDIR}
-
-.include <bsd.port.mk>
diff --git a/print/latex-prettyref/distinfo b/print/latex-prettyref/distinfo
deleted file mode 100644
index f472d6f7f5e8..000000000000
--- a/print/latex-prettyref/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (latex/prettyref.zip) = 6f30f2a8668c3f821a49cf991d6eef85d7cdb8164123977f88307d0c1984b6ff
-SIZE (latex/prettyref.zip) = 36083
diff --git a/print/latex-prettyref/pkg-descr b/print/latex-prettyref/pkg-descr
deleted file mode 100644
index 6bc7fcde0a86..000000000000
--- a/print/latex-prettyref/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Prettyref provides a command \newrefformat, which specifies the way in
-which a reference is typeset, according to a label "identification".
-The identification is set in the \label command, by using prefixed label
-names; so instead of \label{mysection}, one uses \label{sec:mysection},
-and prettyref interprets the "sec:" part. The package is compatible
-with hyperref and with other packages.
-
-WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/
diff --git a/print/latex-prettyref/pkg-plist b/print/latex-prettyref/pkg-plist
deleted file mode 100644
index 7465e20f88a2..000000000000
--- a/print/latex-prettyref/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%PORTDOCS%%share/texmf/doc/latex/prettyref/prettyref.pdf
-share/texmf/tex/latex/prettyref/prettyref.sty
-%%PORTDOCS%%@dirrm share/texmf/doc/latex/prettyref
-@dirrm share/texmf/tex/latex/prettyref
-@unexec %%MKTEXLSR%%