A LaTeX package, which provides facilities for inline and display quotations.

WWW: http://www.ctan.org/tex-archive/help/Catalogue/entries/csquotes.html

PR:		ports/126999
Submitted by:	vj562001 at yahoo.de
This commit is contained in:
Martin Wilke 2008-09-05 14:22:42 +00:00
parent ee82650afa
commit e8a23cc114
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219925
4 changed files with 74 additions and 0 deletions

View File

@ -144,6 +144,7 @@
SUBDIR += latex-caption
SUBDIR += latex-circ
SUBDIR += latex-cjk
SUBDIR += latex-csquotes
SUBDIR += latex-etoolbox
SUBDIR += latex-feynmf
SUBDIR += latex-keystroke

View File

@ -0,0 +1,67 @@
# New ports collection makefile for: latex-csquotes
# Date created: 31 Aug 2008
# Whom: vj562001@yahoo.de
#
# $FreeBSD$
PORTNAME= csquotes
PORTVERSION= 4.2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= macros/latex/contrib
PKGNAMEPREFIX= latex-
DISTNAME= ${PORTNAME}
MAINTAINER= vj562001@yahoo.de
COMMENT= Context sensitive quotation facilities
BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \
${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \
${LOCALBASE}/${TEXMFLOCAL}/tex/latex/etoolbox/etoolbox.sty:${PORTSDIR}/print/latex-etoolbox
USE_ZIP= YES
NO_BUILD= YES
PLIST= ${WRKDIR}/pkg-plist
TEXMFLOCAL= share/texmf-local
TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
TEX_BIN= ${LOCALBASE}/bin/latex
CLASSNAME= ${PORTNAME}
CLASSDIR= ${TEXMFLOCAL}/tex/latex/${CLASSNAME}
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
CLASS_FILES= csquotes.sty csquotes.def csquotes.cfg
DOC_FILES= LICENSE README csquotes.pdf tutorial.tex
WRKSRC= ${WRKDIR}/${CLASSNAME}
pre-install:
(for F in ${CLASS_FILES}; do \
${ECHO_CMD} "${CLASSDIR}/$${F}"; \
done;) > ${PLIST}
${ECHO_CMD} "@dirrm ${CLASSDIR}" >> ${PLIST}
.if !defined(NOPORTDOCS)
(for F in ${DOC_FILES}; do \
${ECHO_CMD} "${DOCSDIR:S,^${PREFIX}/,,}/$${F}"; \
done;\
${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}" ) >> ${PLIST}
.endif
${ECHO_CMD} "@exec ${MKTEXLSR}" >> ${PLIST}
${ECHO_CMD} "@unexec ${MKTEXLSR}" >> ${PLIST}
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>

View File

@ -0,0 +1,3 @@
MD5 (csquotes.zip) = e4a9c29218210f003d23d789776d360d
SHA256 (csquotes.zip) = b563ed0753ba55cda10558fd5320fd2224ecf57f78e84fc042584907fbeecaef
SIZE (csquotes.zip) = 281505

View File

@ -0,0 +1,3 @@
A LaTeX package, which provides facilities for inline and display quotations.
WWW: http://www.ctan.org/tex-archive/help/Catalogue/entries/csquotes.html