mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.4 KiB
Tcl
35 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name xorriso
|
|
set vers_major 1.5.8
|
|
version ${vers_major}.pl02
|
|
revision 0
|
|
worksrcdir ${name}-${vers_major}
|
|
checksums rmd160 b80a26098b9fc5328d4e158269834d7fb5fc471a \
|
|
sha256 b1455ecafbf0692ddafe1d71002a96f2ce2d77f4deae602678261ce033f97bc8 \
|
|
size 2996430
|
|
|
|
categories sysutils
|
|
maintainers {gmail.com:srirangav @srirangav} openmaintainer
|
|
license GPL-3+
|
|
description ISO 9660 Rock Ridge Filesystem Manipulator
|
|
long_description xorriso can copy files to 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 the filesystem. xorriso is also able to copy \
|
|
files out of ISO 9660 filesystems.
|
|
|
|
homepage https://www.gnu.org/software/xorriso/
|
|
master_sites gnu:xorriso
|
|
|
|
depends_lib port:libiconv \
|
|
port:readline \
|
|
port:zlib \
|
|
port:bzip2
|
|
|
|
livecheck.regex ${name}-(\\d+(?:\\.\[pl\\d\]+)*)
|