1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add latex-booktabs 1.618.20030328,

booktabs is to enable the easy production of tables such as
should appear in published scientific books and journals. What
distinguishes these from plain LaTeX tables is the default use
of additional space above and below rules, and rules of varying
`thickness'.

PR:		ports/61936
Submitted by:	hrs@FreeBSD.org
This commit is contained in:
Kirill Ponomarev 2004-01-26 13:52:36 +00:00
parent 4eda94aea7
commit 4d1c72737c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99200
5 changed files with 68 additions and 0 deletions

View File

@ -96,6 +96,7 @@
SUBDIR += latex-biblist
SUBDIR += latex-bibtopic
SUBDIR += latex-bibunits
SUBDIR += latex-booktabs
SUBDIR += latex-bytefield
SUBDIR += latex-caption
SUBDIR += latex-feynmf

View File

@ -0,0 +1,48 @@
# New ports collection makefile for: latex-booktabs
# Date created: 24 Jan 2004
# Whom: hrs@FreeBSD.org
#
# $FreeBSD$
PORTNAME= latex-booktabs
PORTVERSION= 1.618.20030328
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= macros/latex/contrib/booktabs
DISTFILES= ${DOC_FILES} ${CLASS_FILES}
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= #empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= A LaTeX package for publication quality tables
BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX
BUILD_DEPENDS+= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
NO_BUILD= YES
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR}
PLIST_SUB+= CLASSDIR=${CLASSDIR}
TEXMFLOCAL= share/texmf-local
TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
TEX_BIN= ${LOCALBASE}/bin/latex
CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//}
DOC_FILES= booktabs.pdf
CLASS_FILES= booktabs.dtx booktabs.ins booktabs.sty
do-install:
${MKDIR} ${PREFIX}/${CLASSDIR}
${INSTALL_DATA} ${CLASS_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${CLASSDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOC_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${DOCSDIR}
.endif
post-install:
${MKTEXLSR}
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (latex-booktabs/booktabs.pdf) = 755d190f924af9d3b898c15a67b65a42
MD5 (latex-booktabs/booktabs.dtx) = 1b48e8b965d9ac76e2899aaec5ae7591
MD5 (latex-booktabs/booktabs.ins) = 684a0340272e5a0b68c5c8eda9b78b1f
MD5 (latex-booktabs/booktabs.sty) = fde7b309aac8a7d5a7aff663e89e829c

View File

@ -0,0 +1,6 @@
booktabs is to enable the easy production of tables such as should
appear in published scientific books and journals. What distinguishes
these from plain LaTeX tables is the default use of additional space
above and below rules, and rules of varying `thickness'. What further
distinguishes them from the tables many people do produce using LaTeX
is the absence of vertical rules and double rules.

View File

@ -0,0 +1,9 @@
@comment $FreeBSD$
%%PORTDOCS%%%%DOCSDIR%%/booktabs.pdf
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%CLASSDIR%%/booktabs.dtx
%%CLASSDIR%%/booktabs.ins
%%CLASSDIR%%/booktabs.sty
@dirrm %%CLASSDIR%%
@exec %%MKTEXLSR%%
@unexec %%MKTEXLSR%%