View | Details | Raw Unified | Return to bug 231450
Collapse All | Expand All

(-)sysutils/xorriso/Makefile (-3 / +32 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xorriso
4
PORTNAME=	xorriso
5
PORTVERSION=	1.4.8
5
PORTVERSION=	1.5.0
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://files.libburnia-project.org/releases/
7
MASTER_SITES=	http://files.libburnia-project.org/releases/
8
DISTNAME=	libisoburn-${PORTVERSION}
8
DISTNAME=	libisoburn-${PORTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ndowens@yahoo.com
11
COMMENT=	ISO image manipulation tool based on Libburnia
11
COMMENT=	ISO image manipulation tool based on Libburnia
12
12
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
Lines 17-23 Link Here
17
		libisofs.so:devel/libisofs
17
		libisofs.so:devel/libisofs
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USES=		gmake iconv libtool libedit pathfix pkgconfig shebangfix tk
20
USES=		gmake iconv libtool libedit pathfix pkgconfig shebangfix
21
SHEBANG_FILES=	frontend/xorriso-tcltk
21
SHEBANG_FILES=	frontend/xorriso-tcltk
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
INSTALL_TARGET=	install-strip
23
INSTALL_TARGET=	install-strip
Lines 24-30 Link Here
24
24
25
INFO=		xorrecord xorriso xorrisofs
25
INFO=		xorrecord xorriso xorrisofs
26
26
27
PORTDOCS=	*.wiki
28
29
OPTIONS_DEFINE=	CDIO DEBUG DOCS LIBACL LIBJTE READLINE TK XATTR ZLIB
30
OPTIONS_DEFAULT=LIBACL LIBJTE READLINE XATTR ZLIB
31
OPTIONS_SUB=	yes
32
33
LIBACL_DESC=	ACL Support
34
LIBJTE_DESC=	Jigdo Support
35
XATTR_DESC=	Extended file attribute Support
36
37
CDIO_CONFIGURE_ENABLE=		libcdio
38
DEBUG_CONFIGURE_ENABLE=		debug
39
LIBACL_CONFIGURE_ENABLE=	libacl
40
LIBJTE_CONFIGURE_ENABLE=	libjte
41
READLINE_CONFIGURE_ENABLE=	libreadline
42
TK_USES=			tk
43
TK_INFO=			xorriso-tcltk
44
XATTR_CONFIGURE_ENABLE=		xattr
45
ZLIB_CONFIGURE_ENABLE=		zlib
46
27
post-patch:
47
post-patch:
28
	@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
48
	@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
29
49
50
do-install-TK-off:
51
	${RM} ${STAGEDIR}${PREFIX}/bin/xorriso-tcltk \
52
		${STAGEDIR}${PREFIX}/man/man1/xorriso-tcltk.1.gz \
53
		${STAGEDIR}${PREFIX}/info/xorriso-tcltk.info
54
55
do-install-DOCS-on:
56
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
57
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
58
30
.include <bsd.port.mk>
59
.include <bsd.port.mk>
(-)sysutils/xorriso/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1505232969
1
TIMESTAMP = 1537239632
2
SHA256 (libisoburn-1.4.8.tar.gz) = 91cf50473f0f19400629515974bda441545aaae29862dcbbdb28d87b821ca5a5
2
SHA256 (libisoburn-1.5.0.tar.gz) = dac1f5629c404df236453b2b6a2671473900776c6a5707e5b8acae20385c1de5
3
SIZE (libisoburn-1.4.8.tar.gz) = 1537097
3
SIZE (libisoburn-1.5.0.tar.gz) = 1550656
(-)sysutils/xorriso/pkg-descr (-2 / +2 lines)
Lines 8-12 Link Here
8
to optical media or to filesystem objects.  Vice versa xorriso is
8
to optical media or to filesystem objects.  Vice versa xorriso is
9
able to restore file objects from ISO 9660 filesystems.
9
able to restore file objects from ISO 9660 filesystems.
10
10
11
WWW: http://libburnia-project.org/
11
WWW: https://dev.lovelyhq.com/libburnia/web/wikis/Xorriso
12
WWW: http://scdbackup.sourceforge.net/xorriso_eng.html
12
WWW: https://www.gnu.org/software/xorriso/
(-)sysutils/xorriso/pkg-plist (-2 / +3 lines)
Lines 1-7 Link Here
1
bin/osirrox
1
bin/osirrox
2
bin/xorrecord
2
bin/xorrecord
3
bin/xorriso
3
bin/xorriso
4
bin/xorriso-tcltk
4
%%TK%%bin/xorriso-tcltk
5
bin/xorrisofs
5
bin/xorrisofs
6
include/libisoburn/libisoburn.h
6
include/libisoburn/libisoburn.h
7
include/libisoburn/xorriso.h
7
include/libisoburn/xorriso.h
Lines 8-15 Link Here
8
lib/libisoburn.a
8
lib/libisoburn.a
9
lib/libisoburn.so
9
lib/libisoburn.so
10
lib/libisoburn.so.1
10
lib/libisoburn.so.1
11
lib/libisoburn.so.1.105.0
11
lib/libisoburn.so.1.107.0
12
libdata/pkgconfig/libisoburn-1.pc
12
libdata/pkgconfig/libisoburn-1.pc
13
man/man1/xorrecord.1.gz
13
man/man1/xorrecord.1.gz
14
%%TK%%man/man1/xorriso-tcltk.1.gz
14
man/man1/xorriso.1.gz
15
man/man1/xorriso.1.gz
15
man/man1/xorrisofs.1.gz
16
man/man1/xorrisofs.1.gz

Return to bug 231450