From 4b0f362908b7f326f8f301d1425280fe81d1587f Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 16 Jun 2008 21:23:59 +0000 Subject: [NEW PORT] print/latex-aa: LaTeX class for submission to "Astronomy and Astrophysics" LaTeX2e class for submission to the scientific journal Astronomy and Astrophysics. In order to ensure the smoothest transition for both authors and publishers, Springer-Verlag has kindly granted EDP Sciences the permission to use the LaTeX macro package that they developed for A&A Main journal. Only minor changes have been incorporated between the Springer class (1999) and the EDP Sciences class for the new journal. WWW: http://www.edpsciences.org/ PR: ports/123652 Submitted by: Koji Yokota --- print/Makefile | 1 + print/latex-aa/Makefile | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ print/latex-aa/distinfo | 3 +++ print/latex-aa/pkg-descr | 12 ++++++++++++ print/latex-aa/pkg-plist | 11 +++++++++++ 5 files changed, 77 insertions(+) create mode 100644 print/latex-aa/Makefile create mode 100644 print/latex-aa/distinfo create mode 100644 print/latex-aa/pkg-descr create mode 100644 print/latex-aa/pkg-plist (limited to 'print') diff --git a/print/Makefile b/print/Makefile index fff1882f16b..6484e8b5b80 100644 --- a/print/Makefile +++ b/print/Makefile @@ -132,6 +132,7 @@ SUBDIR += kover SUBDIR += kpdftool SUBDIR += latex + SUBDIR += latex-aa SUBDIR += latex-arydshln SUBDIR += latex-auto-greek SUBDIR += latex-beamer diff --git a/print/latex-aa/Makefile b/print/latex-aa/Makefile new file mode 100644 index 00000000000..14b629d086d --- /dev/null +++ b/print/latex-aa/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: print/latex-aa +# Date created: 13 November 2007 +# Whom: Koji Yokota (yokota@res.otaru-uc.ac.jp) +# +# $FreeBSD$ +# + +PORTNAME= latex-aa +PORTVERSION= 6.1 +CATEGORIES= print astro science +MASTER_SITES= ftp://ftp.edpsciences.org/pub/aa/ +DISTNAME= aa-package +DIST_SUBDIR= latex + +MAINTAINER= yokota@res.otaru-uc.ac.jp +COMMENT= LaTeX class for submission to "Astronomy and Astrophysics" + +BUILD_DEPENDS= ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX-texmf \ + latex:${PORTSDIR}/print/teTeX-base \ + dvips:${PORTSDIR}/print/dvipsk-tetex + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +USE_GHOSTSCRIPT_BUILD= yes +TEXMFDIR= share/texmf +AADIR= tex/latex/aa +AABIBDIR= bibtex/bst/aa +AADOCSDIR= doc/latex/aa +DOCFILES= aa.dem aa.dvi aa.pdf aadoc.pdf readme.html readme.txt +MKTEXLSR= ${LOCALBASE}/bin/mktexlsr + +pre-install: + ( cd ${WRKSRC}/${DISTNAME} && \ + latex aa.dem && latex aa.dem && dvips aa.dvi && ps2pdf aa.ps ) + +do-install: + ( cd ${WRKSRC}/${DISTNAME} && \ + ${COPYTREE_SHARE} "aa.cls" ${PREFIX}/${TEXMFDIR}/${AADIR} ) + ( cd ${WRKSRC}/${DISTNAME}/bibtex/ && \ + ${COPYTREE_SHARE} "aa.bst" ${PREFIX}/${TEXMFDIR}/${AABIBDIR} ) +.if !defined(NOPORTDOCS) + ( cd ${WRKSRC}/${DISTNAME} && \ + ${COPYTREE_SHARE} "${DOCFILES}" ${PREFIX}/${TEXMFDIR}/${AADOCSDIR} ) +.endif + +post-install: + ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} + +.include diff --git a/print/latex-aa/distinfo b/print/latex-aa/distinfo new file mode 100644 index 00000000000..c3e73045204 --- /dev/null +++ b/print/latex-aa/distinfo @@ -0,0 +1,3 @@ +MD5 (latex/aa-package.tar.gz) = c7bcf5b78b0b38d5eceb59e3101b752f +SHA256 (latex/aa-package.tar.gz) = 1b45c177bac2b5680183d4b6db6f7c7fdf96e5bdec104adeef990436de3be3f5 +SIZE (latex/aa-package.tar.gz) = 345774 diff --git a/print/latex-aa/pkg-descr b/print/latex-aa/pkg-descr new file mode 100644 index 00000000000..1823a6d4c42 --- /dev/null +++ b/print/latex-aa/pkg-descr @@ -0,0 +1,12 @@ +LaTeX2e class for submission to the scientific journal Astronomy and +Astrophysics. + +In order to ensure the smoothest transition for both authors and +publishers, Springer-Verlag has kindly granted EDP Sciences the +permission to use the LaTeX macro package that they developed for A&A +Main journal. + +Only minor changes have been incorporated between the Springer class +(1999) and the EDP Sciences class for the new journal. + +WWW: http://www.edpsciences.org/ diff --git a/print/latex-aa/pkg-plist b/print/latex-aa/pkg-plist new file mode 100644 index 00000000000..556e63b034f --- /dev/null +++ b/print/latex-aa/pkg-plist @@ -0,0 +1,11 @@ +%%PORTDOCS%%share/texmf/doc/latex/aa/aa.dem +%%PORTDOCS%%share/texmf/doc/latex/aa/aa.dvi +%%PORTDOCS%%share/texmf/doc/latex/aa/aa.pdf +%%PORTDOCS%%share/texmf/doc/latex/aa/aadoc.pdf +%%PORTDOCS%%share/texmf/doc/latex/aa/readme.html +%%PORTDOCS%%share/texmf/doc/latex/aa/readme.txt +share/texmf/tex/latex/aa/aa.cls +share/texmf/bibtex/bst/aa/aa.bst +@dirrm share/texmf/tex/latex/aa +@dirrm share/texmf/bibtex/bst/aa +%%PORTDOCS%%@dirrm share/texmf/doc/latex/aa -- cgit