diff options
author | minskim <minskim> | 2009-06-07 05:28:54 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-06-07 05:28:54 +0000 |
commit | 78398d91ed08941a00e56165fb584a13b4cc9d46 (patch) | |
tree | b10367d0bec19cd0ea4088845518bbc6612f88e1 /print | |
parent | 5629dfd30917ecb9a901b34554cd7592bad3d880 (diff) | |
download | pkgsrc-78398d91ed08941a00e56165fb584a13b4cc9d46.tar.gz |
Import tex-bibtex-0.99c as print/tex-bibtex.
BibTeX allows the user to store his citation data in generic form,
while printing citations in a document in the form specified by a
BibTeX style, to be specified in the document itself. BibTeX itself
is an ASCII-only program; there is, however, a version that copes with
8-bit character sets.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-bibtex/DESCR | 5 | ||||
-rw-r--r-- | print/tex-bibtex/Makefile | 13 | ||||
-rw-r--r-- | print/tex-bibtex/PLIST | 10 | ||||
-rw-r--r-- | print/tex-bibtex/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/print/tex-bibtex/DESCR b/print/tex-bibtex/DESCR new file mode 100644 index 00000000000..ab87157023e --- /dev/null +++ b/print/tex-bibtex/DESCR @@ -0,0 +1,5 @@ +BibTeX allows the user to store his citation data in generic form, +while printing citations in a document in the form specified by a +BibTeX style, to be specified in the document itself. BibTeX itself +is an ASCII-only program; there is, however, a version that copes with +8-bit character sets. diff --git a/print/tex-bibtex/Makefile b/print/tex-bibtex/Makefile new file mode 100644 index 00000000000..60d1e730286 --- /dev/null +++ b/print/tex-bibtex/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 05:28:54 minskim Exp $ +# TeX Live Revision 7340 + +DISTNAME= bibtex +PKGNAME= tex-${DISTNAME}-0.99c + +MAINTAINER= minskim@NetBSD.org +COMMENT= Reference management software for LaTeX + +CONFLICTS+= teTeX-texmf<=3.0nb15 + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-bibtex/PLIST b/print/tex-bibtex/PLIST new file mode 100644 index 00000000000..a3e54b8958f --- /dev/null +++ b/print/tex-bibtex/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/07 05:28:54 minskim Exp $ +share/texmf-dist/bibtex/bib/base/xampl.bib +share/texmf-dist/bibtex/bst/base/abbrv.bst +share/texmf-dist/bibtex/bst/base/acm.bst +share/texmf-dist/bibtex/bst/base/alpha.bst +share/texmf-dist/bibtex/bst/base/apalike.bst +share/texmf-dist/bibtex/bst/base/ieeetr.bst +share/texmf-dist/bibtex/bst/base/plain.bst +share/texmf-dist/bibtex/bst/base/siam.bst +share/texmf-dist/bibtex/bst/base/unsrt.bst diff --git a/print/tex-bibtex/distinfo b/print/tex-bibtex/distinfo new file mode 100644 index 00000000000..813a66845a6 --- /dev/null +++ b/print/tex-bibtex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/06/07 05:28:54 minskim Exp $ + +SHA1 (tex-bibtex-0.99c/bibtex.tar.lzma) = 564476fb232ef6ebd01f590777f656669db553db +RMD160 (tex-bibtex-0.99c/bibtex.tar.lzma) = 5a93d64cd2864bf527f41883cc4a9da85fbc9716 +Size (tex-bibtex-0.99c/bibtex.tar.lzma) = 12282 bytes |