pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

New package wip/xorriso.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Tue Jun 27 21:00:25 2023 +0200
Changeset:	3b7c4d56c8bbf7afc08fccf467038e30ea102763

Modified Files:
	Makefile
Added Files:
	xorriso/DESCR
	xorriso/Makefile
	xorriso/PLIST
	xorriso/distinfo

Log Message:
New package wip/xorriso.

xorriso is a program which 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.

xorriso is able to restore file objects from ISO 9660 filesystems.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b7c4d56c8bbf7afc08fccf467038e30ea102763

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 xorriso/DESCR    |  7 +++++++
 xorriso/Makefile | 17 +++++++++++++++++
 xorriso/PLIST    | 16 ++++++++++++++++
 xorriso/distinfo |  5 +++++
 5 files changed, 46 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 956051ee68..f43b0f239d 100644
--- a/Makefile
+++ b/Makefile
@@ -5892,6 +5892,7 @@ SUBDIR+=	xoo
 SUBDIR+=	xoreos
 SUBDIR+=	xoreos-tools
 SUBDIR+=	xorgxrdp
+SUBDIR+=	xorriso
 SUBDIR+=	xoscope
 SUBDIR+=	xournalpp-git
 SUBDIR+=	xpde
diff --git a/xorriso/DESCR b/xorriso/DESCR
new file mode 100644
index 0000000000..7f32e00ed3
--- /dev/null
+++ b/xorriso/DESCR
@@ -0,0 +1,7 @@
+xorriso is a program which 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.
+
+xorriso is able to restore file objects from ISO 9660 filesystems.
diff --git a/xorriso/Makefile b/xorriso/Makefile
new file mode 100644
index 0000000000..4b09d66a47
--- /dev/null
+++ b/xorriso/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	xorriso-1.5.6.pl02
+CATEGORIES=	sysutils
+MASTER_SITES=	https://www.gnu.org/software/xorriso/
+
+MAINTAINER=	bsiegert%NetBSD.org@localhost
+HOMEPAGE=	https://www.gnu.org/software/xorriso/
+COMMENT=	ISO 9660 Rock Ridge filesystem manipulator
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/xorriso-1.5.6
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/xorriso/PLIST b/xorriso/PLIST
new file mode 100644
index 0000000000..15f9dc43da
--- /dev/null
+++ b/xorriso/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+bin/osirrox
+bin/xorrecord
+bin/xorriso
+bin/xorriso-tcltk
+bin/xorrisofs
+man/man1/xorrecord.1
+man/man1/xorriso-tcltk.1
+man/man1/xorriso.1
+man/man1/xorrisofs.1
+share/info/dir
+share/info/xorrecord.info
+share/info/xorriso-dd-target.info
+share/info/xorriso-tcltk.info
+share/info/xorriso.info
+share/info/xorrisofs.info
diff --git a/xorriso/distinfo b/xorriso/distinfo
new file mode 100644
index 0000000000..aa66d4ff86
--- /dev/null
+++ b/xorriso/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xorriso-1.5.6.pl02.tar.gz) = 3eeb63335109ee24c4e0329550dedc56399fb3d4344e285f1da5c3ca794ce4f6
+SHA512 (xorriso-1.5.6.pl02.tar.gz) = e5253e7d5b2afea169cd04c5d697d818e1fd53c28ca18de4dc067b96e80d2fdb366bb405683b7d2d7758fc6d4c70a27acdfcdce35781230d1b9ecb853d6480d6
+Size (xorriso-1.5.6.pl02.tar.gz) = 2844499 bytes


Home | Main Index | Thread Index | Old Index