pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print Add tex-dk-bib{,-doc} 0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5603334fe212
branches:  trunk
changeset: 651158:5603334fe212
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 03 10:25:09 2015 +0000

description:
Add tex-dk-bib{,-doc} 0.6

Dk-bib is a translation of the four standard BibTeX style files
(abbrv, alpha, plain and unsrt) and the apalike style file into
Danish. The files have been extended with URL, ISBN, ISSN,
annote and printing fields which can be enabled through a LaTeX
style file. Dk-bib also comes with a couple of Danish sorting
order files for BibTeX8.

diffstat:

 print/tex-dk-bib-doc/DESCR    |   1 +
 print/tex-dk-bib-doc/Makefile |  12 ++++++++++++
 print/tex-dk-bib-doc/PLIST    |   5 +++++
 print/tex-dk-bib-doc/distinfo |   5 +++++
 print/tex-dk-bib/DESCR        |   6 ++++++
 print/tex-dk-bib/Makefile     |  14 ++++++++++++++
 print/tex-dk-bib/PLIST        |  13 +++++++++++++
 print/tex-dk-bib/distinfo     |   5 +++++
 8 files changed, 61 insertions(+), 0 deletions(-)

diffs (93 lines):

diff -r 3c0770777375 -r 5603334fe212 print/tex-dk-bib-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dk-bib-doc/DESCR        Sun May 03 10:25:09 2015 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-dk-bib.
diff -r 3c0770777375 -r 5603334fe212 print/tex-dk-bib-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dk-bib-doc/Makefile     Sun May 03 10:25:09 2015 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/05/03 10:25:09 markd Exp $
+
+DISTNAME=      dk-bib.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.6
+TEXLIVE_REV=   15878
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Documentation for tex-dk-bib
+# LICENSE=     other-free
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3c0770777375 -r 5603334fe212 print/tex-dk-bib-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dk-bib-doc/PLIST        Sun May 03 10:25:09 2015 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/03 10:25:09 markd Exp $
+share/texmf-dist/doc/latex/dk-bib/COPYRIGHT
+share/texmf-dist/doc/latex/dk-bib/README
+share/texmf-dist/doc/latex/dk-bib/dk-bib.ltx
+share/texmf-dist/doc/latex/dk-bib/dk-bib.pdf
diff -r 3c0770777375 -r 5603334fe212 print/tex-dk-bib-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dk-bib-doc/distinfo     Sun May 03 10:25:09 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/03 10:25:09 markd Exp $
+
+SHA1 (tex-dk-bib-15878/dk-bib.doc.tar.xz) = aa248dafe2d0e09d2e065939f80518d35c1df96d
+RMD160 (tex-dk-bib-15878/dk-bib.doc.tar.xz) = 051840682dbb185df126ec4a765d6cb29c9601b5
+Size (tex-dk-bib-15878/dk-bib.doc.tar.xz) = 404472 bytes
diff -r 3c0770777375 -r 5603334fe212 print/tex-dk-bib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dk-bib/DESCR    Sun May 03 10:25:09 2015 +0000
@@ -0,0 +1,6 @@
+Dk-bib is a translation of the four standard BibTeX style files
+(abbrv, alpha, plain and unsrt) and the apalike style file into
+Danish. The files have been extended with URL, ISBN, ISSN,
+annote and printing fields which can be enabled through a LaTeX
+style file. Dk-bib also comes with a couple of Danish sorting
+order files for BibTeX8.
diff -r 3c0770777375 -r 5603334fe212 print/tex-dk-bib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dk-bib/Makefile Sun May 03 10:25:09 2015 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2015/05/03 10:25:09 markd Exp $
+
+DISTNAME=      dk-bib
+PKGNAME=       tex-${DISTNAME}-0.6
+TEXLIVE_REV=   15878
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Danish variants of standard BibTeX styles
+# LICENSE=     other-free
+
+CONFLICTS+=    teTeX-texmf<=3.0nb47
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3c0770777375 -r 5603334fe212 print/tex-dk-bib/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dk-bib/PLIST    Sun May 03 10:25:09 2015 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/03 10:25:09 markd Exp $
+share/texmf-dist/bibtex/bib/dk-bib/litteratur.bib
+share/texmf-dist/bibtex/bst/dk-bib/dk-abbrv.bst
+share/texmf-dist/bibtex/bst/dk-bib/dk-alpha.bst
+share/texmf-dist/bibtex/bst/dk-bib/dk-apali.bst
+share/texmf-dist/bibtex/bst/dk-bib/dk-plain.bst
+share/texmf-dist/bibtex/bst/dk-bib/dk-unsrt.bst
+share/texmf-dist/bibtex/csf/dk-bib/88591-dk.csf
+share/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf
+share/texmf-dist/bibtex/csf/dk-bib/mac-dk.csf
+share/texmf-dist/bibtex/csf/dk-bib/utf8-dk.csf
+share/texmf-dist/tex/latex/dk-bib/dk-apali.sty
+share/texmf-dist/tex/latex/dk-bib/dk-bib.sty
diff -r 3c0770777375 -r 5603334fe212 print/tex-dk-bib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dk-bib/distinfo Sun May 03 10:25:09 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/03 10:25:09 markd Exp $
+
+SHA1 (tex-dk-bib-15878/dk-bib.tar.xz) = 2dc84ac2c846f42677d47a9e0279dfc75a4cc3e1
+RMD160 (tex-dk-bib-15878/dk-bib.tar.xz) = 522d8822a870b772f09511fc0d3dcb0f3b905026
+Size (tex-dk-bib-15878/dk-bib.tar.xz) = 13628 bytes



Home | Main Index | Thread Index | Old Index