pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/bibtex8



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Apr 11 12:23:13 UTC 2023

Added Files:
        pkgsrc/print/bibtex8: DESCR Makefile PLIST distinfo

Log Message:
bibtex8: add version 4.00

An enhanced, portable C version of BibTeX. Enhanced by
conversion to larger (32-bit) capacity, addition of run-time
selectable capacity and 8-bit support extensions. National
character set and sorting order are controlled by an external
configuration file. Various examples are included. Originally
written by Niel Kempson and Alejandro Aguilar-Sierra, it is now
maintained as part of TeX Live.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/bibtex8/DESCR \
    pkgsrc/print/bibtex8/Makefile pkgsrc/print/bibtex8/PLIST \
    pkgsrc/print/bibtex8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/bibtex8/DESCR
diff -u /dev/null pkgsrc/print/bibtex8/DESCR:1.1
--- /dev/null   Tue Apr 11 12:23:13 2023
+++ pkgsrc/print/bibtex8/DESCR  Tue Apr 11 12:23:13 2023
@@ -0,0 +1,7 @@
+An enhanced, portable C version of BibTeX. Enhanced by
+conversion to larger (32-bit) capacity, addition of run-time
+selectable capacity and 8-bit support extensions. National
+character set and sorting order are controlled by an external
+configuration file. Various examples are included. Originally
+written by Niel Kempson and Alejandro Aguilar-Sierra, it is now
+maintained as part of TeX Live.
Index: pkgsrc/print/bibtex8/Makefile
diff -u /dev/null pkgsrc/print/bibtex8/Makefile:1.1
--- /dev/null   Tue Apr 11 12:23:13 2023
+++ pkgsrc/print/bibtex8/Makefile       Tue Apr 11 12:23:13 2023
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2023/04/11 12:23:13 markd Exp $
+
+.include "../../print/texlive/Makefile.common"
+
+PKGNAME=       bibtex8-4.00
+CATEGORIES=    print
+
+HOMEPAGE=      https://ctan.org/pkg/bibtex8
+COMMENT=       BibTeX variant supporting 8-bit encodings
+LICENSE=       gnu-gpl-v2
+
+EXTRACT_ELEMENTS+=     ${DISTNAME}/texk/bibtex-x
+
+USE_LANGUAGES= c99 c++11
+USE_TOOLS+=    pkg-config
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}/texk/bibtex-x
+
+CONFIGURE_ARGS+=       --disable-bibtexu
+CONFIGURE_ARGS+=       --with-system-kpathsea
+
+# KPATHSEA_LIBS doesn't get set up correctly
+# when --disable-bibtexu is passed to configure
+# so pass it explicitly
+BUILD_MAKE_FLAGS+=     KPATHSEA_LIBS+=-lkpathsea
+
+post-install:
+       rm ${DESTDIR}${PREFIX}/man/man1/bibtexu.1
+       rm -rf ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bibtexu
+
+.include "../../print/kpathsea/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/bibtex8/PLIST
diff -u /dev/null pkgsrc/print/bibtex8/PLIST:1.1
--- /dev/null   Tue Apr 11 12:23:13 2023
+++ pkgsrc/print/bibtex8/PLIST  Tue Apr 11 12:23:13 2023
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/11 12:23:13 markd Exp $
+bin/bibtex8
+man/man1/bibtex8.1
+share/texmf-dist/bibtex/csf/base/88591lat.csf
+share/texmf-dist/bibtex/csf/base/88591sca.csf
+share/texmf-dist/bibtex/csf/base/ascii.csf
+share/texmf-dist/bibtex/csf/base/cp437lat.csf
+share/texmf-dist/bibtex/csf/base/cp850lat.csf
+share/texmf-dist/bibtex/csf/base/cp850sca.csf
+share/texmf-dist/bibtex/csf/base/cp866rus.csf
+share/texmf-dist/bibtex/csf/base/csfile.txt
+share/texmf-dist/doc/bibtex8/00bibtex8-history.txt
+share/texmf-dist/doc/bibtex8/00bibtex8-readme.txt
+share/texmf-dist/doc/bibtex8/csfile.txt
+share/texmf-dist/doc/bibtex8/file_id.diz
Index: pkgsrc/print/bibtex8/distinfo
diff -u /dev/null pkgsrc/print/bibtex8/distinfo:1.1
--- /dev/null   Tue Apr 11 12:23:13 2023
+++ pkgsrc/print/bibtex8/distinfo       Tue Apr 11 12:23:13 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/11 12:23:13 markd Exp $
+
+BLAKE2s (texlive-20230313-source.tar.xz) = cd85d09bb3b6bf613a40b3c2308da75596cb6a1b5e4c7b3fcd8e3e43f206c379
+SHA512 (texlive-20230313-source.tar.xz) = 5874e7c9937ef63fdb03780f8137e0a63ad23a1b2a9d232a71bd2ab999669152981911fadc9c8ff3cf5e3a2cf828d575982b7fce1a15c101a62328d89d851a88
+Size (texlive-20230313-source.tar.xz) = 68630148 bytes



Home | Main Index | Thread Index | Old Index