Index: head/sysutils/xorriso/Makefile =================================================================== --- head/sysutils/xorriso/Makefile (revision 480075) +++ head/sysutils/xorriso/Makefile (revision 480076) @@ -1,30 +1,59 @@ # Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= xorriso -PORTVERSION= 1.4.8 +PORTVERSION= 1.5.0 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens@yahoo.com COMMENT= ISO image manipulation tool based on Libburnia LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs GNU_CONFIGURE= yes -USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix tk +USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix SHEBANG_FILES= frontend/xorriso-tcltk USE_LDCONFIG= yes INSTALL_TARGET= install-strip INFO= xorrecord xorriso xorrisofs +PORTDOCS= *.wiki + +OPTIONS_DEFINE= CDIO DEBUG DOCS LIBACL LIBJTE READLINE TK XATTR ZLIB +OPTIONS_DEFAULT=LIBACL LIBJTE READLINE XATTR ZLIB +OPTIONS_SUB= yes + +LIBACL_DESC= ACL Support +LIBJTE_DESC= Jigdo Support +XATTR_DESC= Extended file attribute Support + +CDIO_CONFIGURE_ENABLE= libcdio +DEBUG_CONFIGURE_ENABLE= debug +LIBACL_CONFIGURE_ENABLE= libacl +LIBJTE_CONFIGURE_ENABLE= libjte +READLINE_CONFIGURE_ENABLE= libreadline +TK_USES= tk +TK_INFO= xorriso-tcltk +XATTR_CONFIGURE_ENABLE= xattr +ZLIB_CONFIGURE_ENABLE= zlib + post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure + +do-install-TK-off: + ${RM} ${STAGEDIR}${PREFIX}/bin/xorriso-tcltk \ + ${STAGEDIR}${PREFIX}/man/man1/xorriso-tcltk.1.gz \ + ${STAGEDIR}${PREFIX}/info/xorriso-tcltk.info + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/xorriso/distinfo =================================================================== --- head/sysutils/xorriso/distinfo (revision 480075) +++ head/sysutils/xorriso/distinfo (revision 480076) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505232969 -SHA256 (libisoburn-1.4.8.tar.gz) = 91cf50473f0f19400629515974bda441545aaae29862dcbbdb28d87b821ca5a5 -SIZE (libisoburn-1.4.8.tar.gz) = 1537097 +TIMESTAMP = 1537239632 +SHA256 (libisoburn-1.5.0.tar.gz) = dac1f5629c404df236453b2b6a2671473900776c6a5707e5b8acae20385c1de5 +SIZE (libisoburn-1.5.0.tar.gz) = 1550656 Index: head/sysutils/xorriso/pkg-descr =================================================================== --- head/sysutils/xorriso/pkg-descr (revision 480075) +++ head/sysutils/xorriso/pkg-descr (revision 480076) @@ -1,12 +1,12 @@ Libisoburn is a front-end for libraries libburn and libisofs of the libburnia project. Xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to restore file objects from ISO 9660 filesystems. -WWW: http://libburnia-project.org/ -WWW: http://scdbackup.sourceforge.net/xorriso_eng.html +WWW: https://dev.lovelyhq.com/libburnia/web/wikis/Xorriso +WWW: https://www.gnu.org/software/xorriso/ Index: head/sysutils/xorriso/pkg-plist =================================================================== --- head/sysutils/xorriso/pkg-plist (revision 480075) +++ head/sysutils/xorriso/pkg-plist (revision 480076) @@ -1,15 +1,16 @@ bin/osirrox bin/xorrecord bin/xorriso -bin/xorriso-tcltk +%%TK%%bin/xorriso-tcltk bin/xorrisofs include/libisoburn/libisoburn.h include/libisoburn/xorriso.h lib/libisoburn.a lib/libisoburn.so lib/libisoburn.so.1 -lib/libisoburn.so.1.105.0 +lib/libisoburn.so.1.107.0 libdata/pkgconfig/libisoburn-1.pc man/man1/xorrecord.1.gz +%%TK%%man/man1/xorriso-tcltk.1.gz man/man1/xorriso.1.gz man/man1/xorrisofs.1.gz