diff options
author | minskim <minskim> | 2009-07-18 23:33:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-18 23:33:56 +0000 |
commit | e8d687b8cb82491e24b83b51f83f0314ead89ba8 (patch) | |
tree | 724e8553c8222662f311047d8af526d49cea6035 /print | |
parent | 69ee2e68090c7492672c2225885e7b363925a354 (diff) | |
download | pkgsrc-e8d687b8cb82491e24b83b51f83f0314ead89ba8.tar.gz |
Import tex-acmtrans-2008.7340 as print/tex-acmtrans.
The acmtrans2e class formats articles in the style of ACM
transactions. Users who have prepared their document with LaTeX can,
with very little effort, produce camera-ready copy for these journals.
The accompanying BibTeX style is based on the chicago style.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-acmtrans/DESCR | 4 | ||||
-rw-r--r-- | print/tex-acmtrans/Makefile | 13 | ||||
-rw-r--r-- | print/tex-acmtrans/PLIST | 4 | ||||
-rw-r--r-- | print/tex-acmtrans/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-acmtrans/DESCR b/print/tex-acmtrans/DESCR new file mode 100644 index 00000000000..4a245b4f75a --- /dev/null +++ b/print/tex-acmtrans/DESCR @@ -0,0 +1,4 @@ +The acmtrans2e class formats articles in the style of ACM +transactions. Users who have prepared their document with LaTeX can, +with very little effort, produce camera-ready copy for these journals. +The accompanying BibTeX style is based on the chicago style. diff --git a/print/tex-acmtrans/Makefile b/print/tex-acmtrans/Makefile new file mode 100644 index 00000000000..fc98517768e --- /dev/null +++ b/print/tex-acmtrans/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/18 23:33:56 minskim Exp $ +# TeX Live Revision 7340 + +DISTNAME= acmtrans +PKGNAME= tex-${DISTNAME}-2008.7340 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Class and BibTeX style for ACM Transactions + +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-acmtrans/PLIST b/print/tex-acmtrans/PLIST new file mode 100644 index 00000000000..ceb0b35d999 --- /dev/null +++ b/print/tex-acmtrans/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/18 23:33:56 minskim Exp $ +share/texmf-dist/bibtex/bib/acmtrans/acmtr.bib +share/texmf-dist/bibtex/bst/acmtrans/acmtrans.bst +share/texmf-dist/tex/latex/acmtrans/acmtrans2e.cls diff --git a/print/tex-acmtrans/distinfo b/print/tex-acmtrans/distinfo new file mode 100644 index 00000000000..510465e6f41 --- /dev/null +++ b/print/tex-acmtrans/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/18 23:33:56 minskim Exp $ + +SHA1 (tex-acmtrans-2008.7340/acmtrans.tar.lzma) = b0f917d86a589469aa185e38e758f14f65d83dc7 +RMD160 (tex-acmtrans-2008.7340/acmtrans.tar.lzma) = d9e3fe80c91cc420bcecfce56e19d0d62413211f +Size (tex-acmtrans-2008.7340/acmtrans.tar.lzma) = 21366 bytes |