1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update BibTool to 2.57

- Provide docs as PDF rather than DVI
- Remove patch files no longer needed
- Adopt port
This commit is contained in:
Johan van Selst 2015-01-25 18:01:43 +00:00
parent 3ff4650fcd
commit 6406adebd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377898
6 changed files with 10 additions and 50 deletions

View File

@ -2,33 +2,32 @@
# $FreeBSD$
PORTNAME= bibtool
PORTVERSION= 2.48
PORTREVISION= 5
PORTVERSION= 2.57
CATEGORIES= textproc print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= biblio/bibtex/utils/${PORTNAME}
DISTNAME= BibTool-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= johans@FreeBSD.org
COMMENT= Command line manipulation of BibTeX files
USE_TEX= latex:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-kpathsea
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
WRKSRC= ${WRKDIR}/BibTool
MAKEFILE= makefile
INSTALL_TARGET= install install.man
PORTDOCS= bibtool.dvi ref_card.dvi c_lib.dvi
PORTDOCS= bibtool.pdf ref_card.pdf c_lib.pdf
post-build:
cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
for f in ${PORTDOCS}; do \
${INSTALL_MAN} ${WRKSRC}/Doc/$$f ${STAGEDIR}${DOCSDIR}; \
done
cd ${WRKSRC}/doc && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (BibTool-2.48.tar.gz) = a649a195a033cd37a58c10b8b47d8f91484b24954af8a5fa3303efe0031cc9f9
SIZE (BibTool-2.48.tar.gz) = 634267
SHA256 (BibTool-2.57.tar.gz) = be2c77f1a22b191831ed6282841fdb01d9d800befe74cc668d04bc65b9c77ebc
SIZE (BibTool-2.57.tar.gz) = 749797

View File

@ -31,7 +31,7 @@
# optimizer is turned on.
#
-CFLAGS =
-CFLAGS = @CFLAGS@
+CFLAGS += -DHAVE_PROTOTYPES
# CFLAGS = -O
# GNU C

View File

@ -1,20 +0,0 @@
--- ./configure.orig 2004-02-08 09:35:23.000000000 +0000
+++ ./configure 2014-01-25 23:08:47.000000000 +0000
@@ -4566,12 +4566,12 @@
kpathsea_dir=
kpathsea_lib=
kpathsea_def=
- for cand in .. ../kpse3-2 kpse3-2 .
+ for cand in ${LOCALBASE}
do
- if test -f $cand/kpathsea/tex-file.h ; then
- kpathsea_dir=$cand
- kpathsea_lib=$cand/kpathsea/STATIC/libkpathsea.a
- kpathsea_def="-DHAVE_LIBKPATHSEA -I$cand"
+ if test -f $cand/include/kpathsea/tex-file.h ; then
+ kpathsea_dir=$cand/include
+ kpathsea_lib=$cand/lib/libkpathsea.a
+ kpathsea_def="-DHAVE_LIBKPATHSEA -I$cand/include"
fi
done
if test -z "$kpathsea_dir"; then

View File

@ -1,20 +0,0 @@
--- ./main.c.orig 2004-02-08 09:41:38.000000000 +0000
+++ ./main.c 2014-01-25 23:08:47.000000000 +0000
@@ -331,17 +331,6 @@
/*-----------------------------------------------------------------------------
-** Function: true()
-** Type: static int
-** Purpose:
-**
-** Arguments:
-**
-** Returns:
-**___________________________________________________ */
-static int true() { return TRUE; }
-
-/*-----------------------------------------------------------------------------
** Function: keep_selected()
** Type: static int
** Purpose:

View File

@ -1,4 +1,5 @@
bin/bibtool
lib/BibTool/biblatex.rsc
lib/BibTool/braces.rsc
lib/BibTool/check_y.rsc
lib/BibTool/default.rsc