Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2026 14:29:11 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 91be4bbfb2bc - main - archivers/py-pycdlib: New port
Message-ID:  <6a26d1b7.454d6.3d555102@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91be4bbfb2bc1daaf892b99a7e0395e383bae825

commit 91be4bbfb2bc1daaf892b99a7e0395e383bae825
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-06-08 12:29:40 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-06-08 14:27:55 +0000

    archivers/py-pycdlib: New port
    
    PyCdlib is a pure python library to parse, write (master), and create
    ISO9660 files, suitable for writing to a CD or USB.
---
 archivers/Makefile             |  1 +
 archivers/py-pycdlib/Makefile  | 22 ++++++++++++++++++++++
 archivers/py-pycdlib/distinfo  |  3 +++
 archivers/py-pycdlib/pkg-descr |  6 ++++++
 4 files changed, 32 insertions(+)

diff --git a/archivers/Makefile b/archivers/Makefile
index 1cca09f6d8f4..a6c2cc935bfe 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -209,6 +209,7 @@
     SUBDIR += py-patool
     SUBDIR += py-py7zr
     SUBDIR += py-pybcj
+    SUBDIR += py-pycdlib
     SUBDIR += py-pyminizip
     SUBDIR += py-pyppmd
     SUBDIR += py-python-lhafile
diff --git a/archivers/py-pycdlib/Makefile b/archivers/py-pycdlib/Makefile
new file mode 100644
index 000000000000..7cda751a98ba
--- /dev/null
+++ b/archivers/py-pycdlib/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	pycdlib
+PORTVERSION=	1.16.0
+CATEGORIES=	archivers python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	des@FreeBSD.org
+COMMENT=	Pure python library to parse, write, and create ISO9660 files
+WWW=		http://github.com/clalancette/pycdlib
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist concurrent
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/archivers/py-pycdlib/distinfo b/archivers/py-pycdlib/distinfo
new file mode 100644
index 000000000000..5165e95b892d
--- /dev/null
+++ b/archivers/py-pycdlib/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1780921365
+SHA256 (pycdlib-1.16.0.tar.gz) = da02ce3d3a7cc1f879cd84db7bb39427a082cee0dbf0730fec89604039344058
+SIZE (pycdlib-1.16.0.tar.gz) = 305934
diff --git a/archivers/py-pycdlib/pkg-descr b/archivers/py-pycdlib/pkg-descr
new file mode 100644
index 000000000000..27a73f2bad54
--- /dev/null
+++ b/archivers/py-pycdlib/pkg-descr
@@ -0,0 +1,6 @@
+PyCdlib is a pure python library to parse, write (master), and create
+ISO9660 files, suitable for writing to a CD or USB.
+
+The original ISO9660 (including ISO9660-1999) specification is
+supported, as well the El Torito, Joliet, Rock Ridge, and UDF
+extensions.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a26d1b7.454d6.3d555102>