View | Details | Raw Unified | Return to bug 239840 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-22 / +5 lines)
Lines 1-8 Link Here
1
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
1
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
2
# $FreeBSD: head/converters/bibtexconv/Makefile 454431 2017-11-18 13:37:20Z dbaio $
2
# $FreeBSD: head/converters/bibtexconv/Makefile 428136 2016-12-08 17:01:31Z tijl $
3
3
4
PORTNAME=	bibtexconv
4
PORTNAME=	bibtexconv
5
PORTVERSION=	1.1.11
5
PORTVERSION=	1.1.17
6
CATEGORIES=	converters
6
CATEGORIES=	converters
7
MASTER_SITES=	https://www.uni-due.de/~be0001/bibtexconv/download/
7
MASTER_SITES=	https://www.uni-due.de/~be0001/bibtexconv/download/
8
8
Lines 10-38 Link Here
10
COMMENT=	BibTeX Converter
10
COMMENT=	BibTeX Converter
11
11
12
LICENSE=	GPLv3+
12
LICENSE=	GPLv3+
13
LICENSE_FILE=	${WRKSRC}/COPYING.GPL
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
LIB_DEPENDS=	libcurl.so:ftp/curl
15
LIB_DEPENDS=	libcurl.so:ftp/curl
16
16
17
GNU_CONFIGURE=	yes
17
USES=		bison cmake python:3.4+ ssl tar:xz
18
USES=		gmake ssl python:3.4+
19
18
20
PLIST_FILES=	bin/bibtexconv bin/bibtexconv-odt bin/ietf2bibtex \
19
CMAKE_ARGS+=    -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
21
		man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz \
22
		man/man1/ietf2bibtex.1.gz
23
24
PORTEXAMPLES=	ExampleReferences.bib ODT-Template.odt odt-example.export \
25
		web-example.export text-example.export
26
27
OPTIONS_DEFINE=	EXAMPLES
28
29
pre-configure:
30
	@${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \
31
	${WRKSRC}/src/Makefile.in
32
	@${REINPLACE_CMD} -e 's|/usr/bin/python3|${PYTHON_CMD}|' ${WRKSRC}/src/ietf2bibtex
33
34
post-install-EXAMPLES-on:
35
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
36
	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/src/,} ${STAGEDIR}${EXAMPLESDIR}
37
20
38
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1509634898
1
TIMESTAMP = 1566547948
2
SHA256 (bibtexconv-1.1.11.tar.gz) = 1240c3011718d9ba95c165dbf908eab871153530b70bca0ef74dc2b9664e83f1
2
SHA256 (bibtexconv-1.1.17.tar.xz) = d48961aa40134b7497012edfae87d75d9139f29acb7d2f06552d384e8b730921
3
SIZE (bibtexconv-1.1.11.tar.gz) = 344966
3
SIZE (bibtexconv-1.1.17.tar.xz) = 175096
(-)./pkg-plist (+20 lines)
Line 0 Link Here
1
bin/bibtexconv
2
bin/bibtexconv-odt
3
bin/ietf2bibtex
4
man/man1/bibtexconv-odt.1.gz
5
man/man1/bibtexconv.1.gz
6
man/man1/ietf2bibtex.1.gz
7
share/doc/bibtexconv/examples/authors-fix.list
8
share/doc/bibtexconv/examples/authors.list
9
share/doc/bibtexconv/examples/ExampleReferences.bib
10
share/doc/bibtexconv/examples/get-author-url
11
share/doc/bibtexconv/examples/Images/ListItem-Collapsed.dia
12
share/doc/bibtexconv/examples/Images/ListItem-Collapsed.svg
13
share/doc/bibtexconv/examples/Images/ListItem-Expanded.dia
14
share/doc/bibtexconv/examples/Images/ListItem-Expanded.svg
15
share/doc/bibtexconv/examples/Images/make-images
16
share/doc/bibtexconv/examples/odt-example.export
17
share/doc/bibtexconv/examples/ODT-Template.odt
18
share/doc/bibtexconv/examples/text-example.export
19
share/doc/bibtexconv/examples/web-example.export
20
share/doc/bibtexconv/examples/yaml-example.export

Return to bug 239840