summaryrefslogtreecommitdiffstats
path: root/print/latex-arydshln
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-06 09:18:23 +0000
committerkrion <krion@FreeBSD.org>2004-03-06 09:18:23 +0000
commite0b32626797a8cf2548310558c6bfb4dce243d7f (patch)
treefd53f722db564e6ae6bb844c8a4ef2f0f05eed3b /print/latex-arydshln
parent005b316c55de2ea123c152180bed910cbfc5da9e (diff)
downloadFreeBSD-ports-e0b32626797a8cf2548310558c6bfb4dce243d7f.zip
FreeBSD-ports-e0b32626797a8cf2548310558c6bfb4dce243d7f.tar.gz
Add latex-arydshln 1.6.20030825,
latex-arydshln gives LaTeX's array and tabular environments the capability to draw horizontal/vertical dash-lines. PR: ports/63809 Submitted by: hrs@FreeBSD.org
Diffstat (limited to 'print/latex-arydshln')
-rw-r--r--print/latex-arydshln/Makefile56
-rw-r--r--print/latex-arydshln/distinfo8
-rw-r--r--print/latex-arydshln/pkg-descr2
-rw-r--r--print/latex-arydshln/pkg-plist11
4 files changed, 77 insertions, 0 deletions
diff --git a/print/latex-arydshln/Makefile b/print/latex-arydshln/Makefile
new file mode 100644
index 0000000..50844f7
--- /dev/null
+++ b/print/latex-arydshln/Makefile
@@ -0,0 +1,56 @@
+# New ports collection makefile for: latex-arydshln
+# Date created: 24 Jan 2004
+# Whom: hrs@FreeBSD.org
+#
+# $FreeBSD$
+
+PORTNAME= latex-arydshln
+PORTVERSION= 1.6.20030825
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.ctan.org/tex-archive/%SUBDIR%/ \
+ ${MASTER_SITE_TEX_CTAN}
+MASTER_SITE_SUBDIR= macros/latex/contrib/arydshln
+DISTFILES= README arydshln.dtx arydshln.ins arydshln.pdf
+DIST_SUBDIR= ${PORTNAME}
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= A LaTeX package that draws dash-lines in array/tabular
+
+BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \
+ tex:${PORTSDIR}/print/teTeX \
+ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
+RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
+ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
+
+PLIST_SUB= MKTEXLSR=${MKTEXLSR} CLASSDIR=${CLASSDIR}
+
+TEXMFLOCAL= share/texmf-local
+TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
+MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
+TEX_BIN= ${LOCALBASE}/bin/tex
+YES_CMD= /usr/bin/yes
+CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//}
+WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//}
+
+CLASS_FILES= arydshln.dtx arydshln.ins arydshln.sty arydshln-man.tex
+DOC_FILES= README arydshln.pdf
+
+do-extract:
+ ${MKDIR} ${WRKSRC}
+ cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC}
+
+do-build:
+ cd ${WRKSRC} && ${YES_CMD} | ${TEX_BIN} arydshln.ins
+
+do-install:
+ ${MKDIR} ${PREFIX}/${CLASSDIR}
+ ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR}
+.endif
+
+post-install:
+ @${MKTEXLSR}
+
+.include <bsd.port.mk>
diff --git a/print/latex-arydshln/distinfo b/print/latex-arydshln/distinfo
new file mode 100644
index 0000000..b8255eb
--- /dev/null
+++ b/print/latex-arydshln/distinfo
@@ -0,0 +1,8 @@
+MD5 (latex-arydshln/README) = eeff227402b61527ec67e9203a598439
+SIZE (latex-arydshln/README) = 1145
+MD5 (latex-arydshln/arydshln.dtx) = 93d2ef556a2a6a494ef634cd7d08c480
+SIZE (latex-arydshln/arydshln.dtx) = 193376
+MD5 (latex-arydshln/arydshln.ins) = da2a9614612013ac1752be28195cfb20
+SIZE (latex-arydshln/arydshln.ins) = 163
+MD5 (latex-arydshln/arydshln.pdf) = 207625d825a3634fb978f1816526cbc0
+SIZE (latex-arydshln/arydshln.pdf) = 399317
diff --git a/print/latex-arydshln/pkg-descr b/print/latex-arydshln/pkg-descr
new file mode 100644
index 0000000..3f88ed8
--- /dev/null
+++ b/print/latex-arydshln/pkg-descr
@@ -0,0 +1,2 @@
+latex-arydshln gives LaTeX's array and tabular environments
+the capability to draw horizontal/vertical dash-lines.
diff --git a/print/latex-arydshln/pkg-plist b/print/latex-arydshln/pkg-plist
new file mode 100644
index 0000000..6c0ddc0e
--- /dev/null
+++ b/print/latex-arydshln/pkg-plist
@@ -0,0 +1,11 @@
+@comment $FreeBSD$
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/arydshln.pdf
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%CLASSDIR%%/arydshln.dtx
+%%CLASSDIR%%/arydshln.ins
+%%CLASSDIR%%/arydshln.sty
+%%CLASSDIR%%/arydshln-man.tex
+@dirrm %%CLASSDIR%%
+@exec %%MKTEXLSR%%
+@unexec %%MKTEXLSR%%
OpenPOWER on IntegriCloud