diff options
author | markd <markd@pkgsrc.org> | 2013-10-19 20:43:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-10-19 20:43:38 +0000 |
commit | bde46425271c4317bfb731da62a3ac3d457db363 (patch) | |
tree | 53a2f49bd12913b0b0d14adfb0d0328162b87a4c /print/tex-bibunits | |
parent | 6f125f526d723cb8af2d907615d0f021bafe8a12 (diff) | |
download | pkgsrc-bde46425271c4317bfb731da62a3ac3d457db363.tar.gz |
Split out and update various texlive packages from teTeX3-texmf to
separate packages.
Diffstat (limited to 'print/tex-bibunits')
-rw-r--r-- | print/tex-bibunits/DESCR | 9 | ||||
-rw-r--r-- | print/tex-bibunits/Makefile | 13 | ||||
-rw-r--r-- | print/tex-bibunits/PLIST | 2 | ||||
-rw-r--r-- | print/tex-bibunits/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/print/tex-bibunits/DESCR b/print/tex-bibunits/DESCR new file mode 100644 index 00000000000..fce56ace0e6 --- /dev/null +++ b/print/tex-bibunits/DESCR @@ -0,0 +1,9 @@ +The package provide a mechanism to generate separate +bibliographies for different units (chapters, sections or +bibunit-environments) of a text. The package separates the +citations of each unit of text into a separate file to be +processed by BibTeX. The global bibliography section produced +by LaTeX may also appear in the document and citations can be +placed in both the local unit and the global bibliographies at +the same time. The package is compatible with koma-script and +with the babel French option frenchb. diff --git a/print/tex-bibunits/Makefile b/print/tex-bibunits/Makefile new file mode 100644 index 00000000000..5aa40858eda --- /dev/null +++ b/print/tex-bibunits/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2013/10/19 20:43:39 markd Exp $ + +DISTNAME= bibunits +PKGNAME= tex-${DISTNAME}-2.2 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Multiple bibliographies in one document + +CONFLICTS+= teTeX-texmf<=3.0nb42 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-bibunits/PLIST b/print/tex-bibunits/PLIST new file mode 100644 index 00000000000..cbb672c8b9e --- /dev/null +++ b/print/tex-bibunits/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/10/19 20:43:39 markd Exp $ +share/texmf-dist/tex/latex/bibunits/bibunits.sty diff --git a/print/tex-bibunits/distinfo b/print/tex-bibunits/distinfo new file mode 100644 index 00000000000..9fa5995892e --- /dev/null +++ b/print/tex-bibunits/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/10/19 20:43:39 markd Exp $ + +SHA1 (tex-bibunits-15878/bibunits.tar.xz) = 989f798294ff424f68e41782e8df2fdd531e98f1 +RMD160 (tex-bibunits-15878/bibunits.tar.xz) = f158e5a0a572b86797d2df986b5769bfa191e4ab +Size (tex-bibunits-15878/bibunits.tar.xz) = 3000 bytes |