diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-06 21:48:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-06 21:48:54 +0000 |
commit | cc3624b629d422e5e4ab5f795e948f21bd95b883 (patch) | |
tree | 5a2d86ee0b21a9e7e939c221147e35c4cbec85a5 /print | |
parent | 9a87c220448a86ad981955b4bf003fd3789098ee (diff) | |
download | pkgsrc-cc3624b629d422e5e4ab5f795e948f21bd95b883.tar.gz |
Import tex-bibtopic-1.1a as print/tex-bibtopic.
The package allows the user to include several bibliographies covering
different 'topics' or bibliographic material into a document (e.g., one
bibliography for primary literature and one for secondary literature).
The package provides commands to include either all references from a
.bib file, only the references actually cited or those not cited in your
document. The user has to construct a separate .bib file for each
bibliographic 'topic', each of which will be processed separately by
BibTeX. If you want to have bibliographies specific to one part of a
document, see the packages bibunits or chapterbib.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-bibtopic/DESCR | 9 | ||||
-rw-r--r-- | print/tex-bibtopic/Makefile | 15 | ||||
-rw-r--r-- | print/tex-bibtopic/PLIST | 2 | ||||
-rw-r--r-- | print/tex-bibtopic/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/print/tex-bibtopic/DESCR b/print/tex-bibtopic/DESCR new file mode 100644 index 00000000000..286ec887312 --- /dev/null +++ b/print/tex-bibtopic/DESCR @@ -0,0 +1,9 @@ +The package allows the user to include several bibliographies covering +different 'topics' or bibliographic material into a document (e.g., one +bibliography for primary literature and one for secondary literature). +The package provides commands to include either all references from a +.bib file, only the references actually cited or those not cited in your +document. The user has to construct a separate .bib file for each +bibliographic 'topic', each of which will be processed separately by +BibTeX. If you want to have bibliographies specific to one part of a +document, see the packages bibunits or chapterbib. diff --git a/print/tex-bibtopic/Makefile b/print/tex-bibtopic/Makefile new file mode 100644 index 00000000000..077eee4a4bd --- /dev/null +++ b/print/tex-bibtopic/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/06 21:48:54 minskim Exp $ + +DISTNAME= bibtopic +PKGNAME= tex-${DISTNAME}-1.1a +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Include multiple bibliographies in a document + +CONFLICTS= teTeX-texmf<=3.0nb29 +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-bibtopic/PLIST b/print/tex-bibtopic/PLIST new file mode 100644 index 00000000000..98b49447259 --- /dev/null +++ b/print/tex-bibtopic/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/06 21:48:54 minskim Exp $ +share/texmf-dist/tex/latex/bibtopic/bibtopic.sty diff --git a/print/tex-bibtopic/distinfo b/print/tex-bibtopic/distinfo new file mode 100644 index 00000000000..ad0cf513ed0 --- /dev/null +++ b/print/tex-bibtopic/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/06 21:48:54 minskim Exp $ + +SHA1 (tex-bibtopic-15878/bibtopic.tar.xz) = e99c9da20da7ad3aceba87c0ab6d9c02b35056b7 +RMD160 (tex-bibtopic-15878/bibtopic.tar.xz) = 4e3e8709fa05be918a2d16de3846e5e2366209b5 +Size (tex-bibtopic-15878/bibtopic.tar.xz) = 8584 bytes |