mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
A package to support the automation of LaTeX workflows.
WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/logreq/ PR: ports/149667 Submitted by: V. Jahns <idolum@users.sourceforge.net>
This commit is contained in:
parent
b8f56c104c
commit
fc8b8c2a4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262247
@ -155,6 +155,7 @@
|
||||
SUBDIR += latex-feynmf
|
||||
SUBDIR += latex-keystroke
|
||||
SUBDIR += latex-logpap
|
||||
SUBDIR += latex-logreq
|
||||
SUBDIR += latex-mathabx
|
||||
SUBDIR += latex-pgf
|
||||
SUBDIR += latex-prettyref
|
||||
|
74
print/latex-logreq/Makefile
Normal file
74
print/latex-logreq/Makefile
Normal file
@ -0,0 +1,74 @@
|
||||
# New ports collection makefile for: latex-logreq
|
||||
# Date created: 15 Aug 2010
|
||||
# Whom: idolum@users.sourceforge.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= logreq
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
|
||||
MASTER_SITE_SUBDIR= macros/latex/contrib
|
||||
PKGNAMEPREFIX= latex-
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= idolum@users.sourceforge.net
|
||||
COMMENT= Support for automation of the LaTeX workflow
|
||||
|
||||
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}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
CLASS_FILES= logreq.def logreq.sty
|
||||
DOC_FILES= README
|
||||
|
||||
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}
|
||||
(for F in `${LS} ${WRKSRC}/examples`; do \
|
||||
${ECHO_CMD} "${EXAMPLESDIR:S,^${PREFIX}/,,}/$${F}"; \
|
||||
done;) >> ${PLIST}
|
||||
${ECHO_CMD} "@dirrm ${EXAMPLESDIR: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}
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR}
|
||||
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MKTEXLSR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/latex-logreq/distinfo
Normal file
3
print/latex-logreq/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (logreq.zip) = 2ca100558f7c683aff9f1a0065b7a08f
|
||||
SHA256 (logreq.zip) = 14b1a51c4b4204be70d78c1789a89e7d28a3ee1b43f341d0f50f606d2c97f517
|
||||
SIZE (logreq.zip) = 11928
|
3
print/latex-logreq/pkg-descr
Normal file
3
print/latex-logreq/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A package to support the automation of LaTeX workflows.
|
||||
|
||||
WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/logreq/
|
Loading…
Reference in New Issue
Block a user