A multilanguage implementation of BibTeX 0.99.
(v3.71) "big" BibTeX with full support of 8-bit encodings An enhanced, portable C version of BibTeX. Enhanced by conversion to "big" (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.
This commit is contained in:
parent
02ac7e75f5
commit
708f794a5b
4 changed files with 71 additions and 0 deletions
8
print/tex-bibtex8/DESCR
Normal file
8
print/tex-bibtex8/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
A multilanguage implementation of BibTeX 0.99.
|
||||
(v3.71) "big" BibTeX with full support of 8-bit encodings
|
||||
|
||||
An enhanced, portable C version of BibTeX. Enhanced by conversion to "big"
|
||||
(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.
|
44
print/tex-bibtex8/Makefile
Normal file
44
print/tex-bibtex8/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/01/22 16:21:33 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tex-bibtex8-3.71
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://mirrors.ctan.org/biblio/bibtex/8-bit/
|
||||
DISTFILES= bt371src.zip bt371csf.zip
|
||||
|
||||
MAINTAINER= cheusov@NetBSD.org
|
||||
HOMEPAGE= http://mirrors.ctan.org/biblio/bibtex/8-bit/
|
||||
COMMENT= 8-bit Implementation of BibTeX 0.99 with multilanguage support
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR} # More than one possibility -- please check manually.
|
||||
|
||||
MAKE_FILE= unix.mak
|
||||
BUILD_TARGET= bibtex-exe
|
||||
MAKE_FLAGS+= CFLAGS=${CFLAGS.${PKGSRC_COMPILER}:Q}
|
||||
MAKE_FLAGS+= CSF_INPUT_PATH=${PREFIX}/${TEXMFDIR}/bibtex/csf
|
||||
MAKE_FLAGS+= BIB_INPUT_PATH=${PREFIX}/${TEXMFDIR}/bibtex/bib
|
||||
MAKE_FLAGS+= BST_INPUT_PATH=${PREFIX}/${TEXMFDIR}/bibtex/bst
|
||||
|
||||
CFLAGS.gcc= -Wall -Wno-char-subscripts -funsigned-char
|
||||
CFLAGS.pcc= ${CFLAGS.gcc}
|
||||
CFLAGS.icc= ${CFLAGS.gcc}
|
||||
CFLAGS.clang= ${CFLAGS.gcc}
|
||||
CFLAGS.sunpro= -xchar=u
|
||||
CFLAGS.xlc= -qchars=unsigned
|
||||
|
||||
TEXMFDIR= share/texmf-dist
|
||||
INSTALLATION_DIRS= bin ${TEXMFDIR}/bibtex/csf
|
||||
|
||||
post-build:
|
||||
set -e; cd ${WRKSRC}; \
|
||||
iconv -f cp866 -t koi8-r cp866rus.csf > koi8r.csf; \
|
||||
iconv -f cp866 -t cp1251 cp866rus.csf > cp1251rus.csf
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bibtex ${DESTDIR}${PREFIX}/bin/bibtex8
|
||||
${INSTALL_DATA} ${WRKSRC}/*.csf ${DESTDIR}${PREFIX}/${TEXMFDIR}/bibtex/csf
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
print/tex-bibtex8/PLIST
Normal file
11
print/tex-bibtex8/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/22 16:21:33 cheusov Exp $
|
||||
bin/bibtex8
|
||||
share/texmf-dist/bibtex/csf/88591lat.csf
|
||||
share/texmf-dist/bibtex/csf/88591sca.csf
|
||||
share/texmf-dist/bibtex/csf/ascii.csf
|
||||
share/texmf-dist/bibtex/csf/cp1251rus.csf
|
||||
share/texmf-dist/bibtex/csf/cp437lat.csf
|
||||
share/texmf-dist/bibtex/csf/cp850lat.csf
|
||||
share/texmf-dist/bibtex/csf/cp850sca.csf
|
||||
share/texmf-dist/bibtex/csf/cp866rus.csf
|
||||
share/texmf-dist/bibtex/csf/koi8r.csf
|
8
print/tex-bibtex8/distinfo
Normal file
8
print/tex-bibtex8/distinfo
Normal file
|
@ -0,0 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/01/22 16:21:33 cheusov Exp $
|
||||
|
||||
SHA1 (bt371csf.zip) = 793cae758231f269fe09a982230b69716b71ff8f
|
||||
RMD160 (bt371csf.zip) = 178edb6758c0955e18299285184665410aa0b811
|
||||
Size (bt371csf.zip) = 43881 bytes
|
||||
SHA1 (bt371src.zip) = ede3c239c5b7ad8745acfd82d8780d5db368fe66
|
||||
RMD160 (bt371src.zip) = fd130b447673c1e9d25a154fd0e14ae336443b76
|
||||
Size (bt371src.zip) = 182878 bytes
|
Loading…
Reference in a new issue