Date: Wed, 14 May 2008 10:45:10 +0900 (JST) From: Koji Yokota <yokota@res.otaru-uc.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123652: [NEW PORT] print/latex-aa: LaTeX class for submission to "Astronomy and Astrophysics" Message-ID: <200805140145.m4E1jAfe076540@room520-1.yokota-s.otaru-uc.ac.jp> Resent-Message-ID: <200805140140.m4E1e2NW068605@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123652 >Category: ports >Synopsis: [NEW PORT] print/latex-aa: LaTeX class for submission to "Astronomy and Astrophysics" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 14 01:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Koji Yokota >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: Otaru University of Commerce >Environment: System: FreeBSD hoge.otaru-uc.ac.jp 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #4: Wed Apr 30 19:31:57 JST 2008 >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- latex-aa-6.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # latex-aa # latex-aa/Makefile # latex-aa/distinfo # latex-aa/pkg-descr # latex-aa/pkg-plist # echo c - latex-aa mkdir -p latex-aa > /dev/null 2>&1 echo x - latex-aa/Makefile sed 's/^X//' >latex-aa/Makefile << 'END-of-latex-aa/Makefile' X# New ports collection makefile for: print/latex-aa X# Date created: 13 November 2007 X# Whom: Koji Yokota (yokota@res.otaru-uc.ac.jp) X# X# $FreeBSD$ X# X XPORTNAME= latex-aa XPORTVERSION= 6.1 XCATEGORIES= print astro science XMASTER_SITES= ftp://ftp.edpsciences.org/pub/aa/ XDISTNAME= aa-package XDIST_SUBDIR= latex X XMAINTAINER= yokota@res.otaru-uc.ac.jp XCOMMENT= LaTeX class for submission to "Astronomy and Astrophysics" X XBUILD_DEPENDS= ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX-texmf \ X latex:${PORTSDIR}/print/teTeX-base \ X dvips:${PORTSDIR}/print/dvipsk-tetex \ X ps2pdf:${PORTSDIR}/print/ghostscript-gnu X XNO_BUILD= yes XNO_WRKSUBDIR= yes X XTEXMFDIR= share/texmf XAADIR= tex/latex/aa XAABIBDIR= bibtex/bst/aa XAADOCSDIR= doc/latex/aa XDOCFILES= aa.dem aa.dvi aa.pdf aadoc.pdf readme.html readme.txt XMKTEXLSR= ${LOCALBASE}/bin/mktexlsr X Xpre-install: X ( cd ${WRKSRC}/${DISTNAME} && \ X latex aa.dem && latex aa.dem && dvips aa.dvi && ps2pdf aa.ps ) X Xdo-install: X ( cd ${WRKSRC}/${DISTNAME} && \ X ${COPYTREE_SHARE} "aa.cls" ${PREFIX}/${TEXMFDIR}/${AADIR} ) X ( cd ${WRKSRC}/${DISTNAME}/bibtex/ && \ X ${COPYTREE_SHARE} "aa.bst" ${PREFIX}/${TEXMFDIR}/${AABIBDIR} ) X.if !defined(NOPORTDOCS) X ( cd ${WRKSRC}/${DISTNAME} && \ X ${COPYTREE_SHARE} "${DOCFILES}" ${PREFIX}/${TEXMFDIR}/${AADOCSDIR} ) X.endif X Xpost-install: X ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} X X.include <bsd.port.mk> END-of-latex-aa/Makefile echo x - latex-aa/distinfo sed 's/^X//' >latex-aa/distinfo << 'END-of-latex-aa/distinfo' XMD5 (latex/aa-package.tar.gz) = c7bcf5b78b0b38d5eceb59e3101b752f XSHA256 (latex/aa-package.tar.gz) = 1b45c177bac2b5680183d4b6db6f7c7fdf96e5bdec104adeef990436de3be3f5 XSIZE (latex/aa-package.tar.gz) = 345774 END-of-latex-aa/distinfo echo x - latex-aa/pkg-descr sed 's/^X//' >latex-aa/pkg-descr << 'END-of-latex-aa/pkg-descr' XLaTeX2e class for submission to the scientific journal Astronomy and XAstrophysics. X XIn order to ensure the smoothest transition for both authors and Xpublishers, Springer-Verlag has kindly granted EDP Sciences the Xpermission to use the LaTeX macro package that they developed for A&A XMain journal. X XOnly minor changes have been incorporated between the Springer class X(1999) and the EDP Sciences class for the new journal. X XWWW: http://www.edpsciences.org/ END-of-latex-aa/pkg-descr echo x - latex-aa/pkg-plist sed 's/^X//' >latex-aa/pkg-plist << 'END-of-latex-aa/pkg-plist' X%%PORTDOCS%%share/texmf/doc/latex/aa/aa.dem X%%PORTDOCS%%share/texmf/doc/latex/aa/aa.dvi X%%PORTDOCS%%share/texmf/doc/latex/aa/aa.pdf X%%PORTDOCS%%share/texmf/doc/latex/aa/aadoc.pdf X%%PORTDOCS%%share/texmf/doc/latex/aa/readme.html X%%PORTDOCS%%share/texmf/doc/latex/aa/readme.txt Xshare/texmf/tex/latex/aa/aa.cls Xshare/texmf/bibtex/bst/aa/aa.bst X@dirrm share/texmf/tex/latex/aa X@dirrm share/texmf/bibtex/bst/aa X%%PORTDOCS%%@dirrm share/texmf/doc/latex/aa END-of-latex-aa/pkg-plist exit --- latex-aa-6.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805140145.m4E1jAfe076540>