pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: markd
Date: Fri Apr 3 05:43:13 UTC 2026
Modified Files:
pkgsrc/print/tex-bibtex: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-bibtex-doc: Makefile PLIST distinfo
Log Message:
tex-bibtex{,-doc}: update to 0.99e
This minor update to bibtex.web, now version 0.99e, merely fixes problems with
formatting with weave. Apart from the version number, there are no changes to
the code whatsoever.
Specifically, the following changes were made:
- following tex.web, no more active `E.
- following tex.web, use \TeX for the TeX logo; the bibtex.web kerning had been
slightly different.
- sort the "names of the sections" better (thanks to Andreas Scherer).
- a few random typos that have gone unnoticed all these years.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-bibtex/DESCR
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-bibtex/Makefile \
pkgsrc/print/tex-bibtex/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-bibtex/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-bibtex-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-bibtex-doc/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-bibtex-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/tex-bibtex/DESCR
diff -u pkgsrc/print/tex-bibtex/DESCR:1.1.1.1 pkgsrc/print/tex-bibtex/DESCR:1.2
--- pkgsrc/print/tex-bibtex/DESCR:1.1.1.1 Sun Jun 7 05:28:54 2009
+++ pkgsrc/print/tex-bibtex/DESCR Fri Apr 3 05:43:12 2026
@@ -1,5 +1,11 @@
-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.
+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 (one often needs a LaTeX citation-style package, such as
+natbib, as well). BibTeX knows nothing about Unicode sorting
+algorithms or scripts, although it will pass on whatever bytes
+it reads. Its descendant bibtexu does support Unicode, via the
+ICU library. The older alternative bibtex8 supports 8-bit
+character sets. Another Unicode-aware alternative is the
+(independently developed) biber program, used with the BibLaTeX
+package to typeset its output.
Index: pkgsrc/print/tex-bibtex/Makefile
diff -u pkgsrc/print/tex-bibtex/Makefile:1.10 pkgsrc/print/tex-bibtex/Makefile:1.11
--- pkgsrc/print/tex-bibtex/Makefile:1.10 Sat Jan 18 23:33:42 2020
+++ pkgsrc/print/tex-bibtex/Makefile Fri Apr 3 05:43:12 2026
@@ -1,18 +1,16 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:33:42 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2026/04/03 05:43:12 markd Exp $
DISTNAME= bibtex
-PKGNAME= tex-${DISTNAME}-0.99d
-PKGREVISION= 2
-TEXLIVE_REV= 33736
+PKGNAME= tex-${DISTNAME}-0.99e
+TEXLIVE_REV= 77830
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/bibtex
-COMMENT= Reference management software for LaTeX
+COMMENT= Process bibliographies (bib files) for LaTeX or other formats
#LICENSE= knuth
DEPENDS+= web2c>=2013:../../print/web2c
DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-bibtex/distinfo
diff -u pkgsrc/print/tex-bibtex/distinfo:1.10 pkgsrc/print/tex-bibtex/distinfo:1.11
--- pkgsrc/print/tex-bibtex/distinfo:1.10 Tue Oct 26 11:12:39 2021
+++ pkgsrc/print/tex-bibtex/distinfo Fri Apr 3 05:43:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:12:39 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/04/03 05:43:12 markd Exp $
-BLAKE2s (tex-bibtex-33736/bibtex.tar.xz) = ade9bc0bf0f09a51a9beb934310b0df0d988a0db1b2e944852f5064ada315dee
-SHA512 (tex-bibtex-33736/bibtex.tar.xz) = 62bc4e374c30b9a43cec55cc0942948bee23f7256768e29095383c07a1ecbf52e55605c8d90869582070ff9426cc5b9c1167e160250887d00e3d8be2a77e1c9a
-Size (tex-bibtex-33736/bibtex.tar.xz) = 12328 bytes
+BLAKE2s (bibtex.r77830.tar.xz) = e740223b569108173d0c365ff33b24fc1cc793db1846c69f1a821bdd9a6cd60e
+SHA512 (bibtex.r77830.tar.xz) = caf442c0fd7cf927741171f53a765d94b2c9547a866061cf496f5051bac4decabfc35bb9c81eeb9d9c0ac60f8c8e0adbe044e5d02bba8b96cdecb2119d48dd38
+Size (bibtex.r77830.tar.xz) = 14896 bytes
Index: pkgsrc/print/tex-bibtex/PLIST
diff -u pkgsrc/print/tex-bibtex/PLIST:1.3 pkgsrc/print/tex-bibtex/PLIST:1.4
--- pkgsrc/print/tex-bibtex/PLIST:1.3 Sat Dec 25 05:36:07 2010
+++ pkgsrc/print/tex-bibtex/PLIST Fri Apr 3 05:43:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2010/12/25 05:36:07 minskim Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/04/03 05:43:12 markd 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
@@ -8,3 +8,5 @@ share/texmf-dist/bibtex/bst/base/ieeetr.
share/texmf-dist/bibtex/bst/base/plain.bst
share/texmf-dist/bibtex/bst/base/siam.bst
share/texmf-dist/bibtex/bst/base/unsrt.bst
+share/texmf-dist/tex/generic/bibtex/apalike.sty
+share/texmf-dist/tex/generic/bibtex/apalike.tex
Index: pkgsrc/print/tex-bibtex-doc/Makefile
diff -u pkgsrc/print/tex-bibtex-doc/Makefile:1.11 pkgsrc/print/tex-bibtex-doc/Makefile:1.12
--- pkgsrc/print/tex-bibtex-doc/Makefile:1.11 Sat Jan 18 23:33:42 2020
+++ pkgsrc/print/tex-bibtex-doc/Makefile Fri Apr 3 05:43:13 2026
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 23:33:42 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2026/04/03 05:43:13 markd Exp $
DISTNAME= bibtex.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-0.99d
-PKGREVISION= 1
-TEXLIVE_REV= 33736
+PKGNAME= tex-${DISTNAME:S/./-/}-0.99e
+TEXLIVE_REV= 77830
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/bibtex
@@ -12,6 +11,5 @@ COMMENT= Documentation for tex-bibtex
TEXLIVE_IGNORE_PATTERNS= texmf-dist/doc/man
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-bibtex-doc/PLIST
diff -u pkgsrc/print/tex-bibtex-doc/PLIST:1.2 pkgsrc/print/tex-bibtex-doc/PLIST:1.3
--- pkgsrc/print/tex-bibtex-doc/PLIST:1.2 Sat Dec 25 05:36:07 2010
+++ pkgsrc/print/tex-bibtex-doc/PLIST Fri Apr 3 05:43:13 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2010/12/25 05:36:07 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/04/03 05:43:13 markd Exp $
share/texmf-dist/doc/bibtex/base/README
share/texmf-dist/doc/bibtex/base/btxbst.doc
share/texmf-dist/doc/bibtex/base/btxdoc.bib
@@ -6,5 +6,3 @@ share/texmf-dist/doc/bibtex/base/btxdoc.
share/texmf-dist/doc/bibtex/base/btxdoc.tex
share/texmf-dist/doc/bibtex/base/btxhak.pdf
share/texmf-dist/doc/bibtex/base/btxhak.tex
-share/texmf-dist/tex/generic/bibtex/apalike.sty
-share/texmf-dist/tex/generic/bibtex/apalike.tex
Index: pkgsrc/print/tex-bibtex-doc/distinfo
diff -u pkgsrc/print/tex-bibtex-doc/distinfo:1.10 pkgsrc/print/tex-bibtex-doc/distinfo:1.11
--- pkgsrc/print/tex-bibtex-doc/distinfo:1.10 Tue Oct 26 11:12:39 2021
+++ pkgsrc/print/tex-bibtex-doc/distinfo Fri Apr 3 05:43:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:12:39 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/04/03 05:43:13 markd Exp $
-BLAKE2s (tex-bibtex-33736/bibtex.doc.tar.xz) = 99ddea7d69a010d923295b0ad29e5fc11e6a8c99457590c0eb6c61a1ab0a9069
-SHA512 (tex-bibtex-33736/bibtex.doc.tar.xz) = 9208dc15d60a3aa43b678efb4988dee2f82e731304de579f35421aa5c6d57db6b539ffadcbba6467e2a75f268f3c60367ac68db58a2660e4c7f379838d3985f8
-Size (tex-bibtex-33736/bibtex.doc.tar.xz) = 385572 bytes
+BLAKE2s (bibtex.doc.r77830.tar.xz) = 56efbe2eb9152dfb68ff32cda7eb9ba9d3dd0e20c59b2530552394fa626a6c8c
+SHA512 (bibtex.doc.r77830.tar.xz) = 693b76cbe44e383d61e9ebc4f56af8225af243f6590fa3b2ad128efd9a6055c5908b97048a418fc1691e020a396510c1218754164df468307396a0df72cc2695
+Size (bibtex.doc.r77830.tar.xz) = 401248 bytes
Home |
Main Index |
Thread Index |
Old Index