FreeBSD Bugzilla – Attachment 255270 Details for
Bug 282837
[NEW PORT] archivers/py-pyppmd: PPMd compression/decompression library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New Port py-pyppmd 1.1.0
0004-Port-Python-pyppmd.patch (text/plain), 2.46 KB, created by
Matthew Wener
on 2024-11-18 15:46:11 UTC
(
hide
)
Description:
New Port py-pyppmd 1.1.0
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-18 15:46:11 UTC
Size:
2.46 KB
patch
obsolete
>From 51e1ca70ec59c017ad0a294a5e3c3d120fab5f36 Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@tetra.local> >Date: Mon, 18 Nov 2024 08:32:45 -0500 >Subject: [PATCH 04/17] Port Python pyppmd > >--- > archivers/Makefile | 1 + > archivers/py-pyppmd/Makefile | 21 +++++++++++++++++++++ > archivers/py-pyppmd/distinfo | 3 +++ > archivers/py-pyppmd/pkg-descr | 5 +++++ > 4 files changed, 30 insertions(+) > create mode 100644 archivers/py-pyppmd/Makefile > create mode 100644 archivers/py-pyppmd/distinfo > create mode 100644 archivers/py-pyppmd/pkg-descr > >diff --git a/archivers/Makefile b/archivers/Makefile >index 29afa05ac..be889f5cd 100644 >--- a/archivers/Makefile >+++ b/archivers/Makefile >@@ -205,6 +205,7 @@ > SUBDIR += py-patool > SUBDIR += py-pybcj > SUBDIR += py-pyminizip >+ SUBDIR += py-pyppmd > SUBDIR += py-python-lhafile > SUBDIR += py-python-lzo > SUBDIR += py-python-rpm-packaging >diff --git a/archivers/py-pyppmd/Makefile b/archivers/py-pyppmd/Makefile >new file mode 100644 >index 000000000..05e5593f5 >--- /dev/null >+++ b/archivers/py-pyppmd/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= pyppmd >+PORTVERSION= 1.1.0 >+CATEGORIES= archivers python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= matthew@wener.org >+COMMENT= PPMd compression/decompression library >+WWW= https://pyppmd.readthedocs.io/en/latest/ >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist pep517 >+ >+.include <bsd.port.mk> >diff --git a/archivers/py-pyppmd/distinfo b/archivers/py-pyppmd/distinfo >new file mode 100644 >index 000000000..8d9d33d98 >--- /dev/null >+++ b/archivers/py-pyppmd/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1724809518 >+SHA256 (pyppmd-1.1.0.tar.gz) = 1d38ce2e4b7eb84b53bc8a52380b94f66ba6c39328b8800b30c2b5bf31693973 >+SIZE (pyppmd-1.1.0.tar.gz) = 1348949 >diff --git a/archivers/py-pyppmd/pkg-descr b/archivers/py-pyppmd/pkg-descr >new file mode 100644 >index 000000000..cd35014a6 >--- /dev/null >+++ b/archivers/py-pyppmd/pkg-descr >@@ -0,0 +1,5 @@ >+pyppmd module provides classes and functions for compressing >+and decompressing text data, using PPM (Prediction by partial >+matching) compression algorithm which has several variations >+of implementations. PPMd is the implementation by Dmitry >+Shkarin. PyPPMD use Igor Pavlov's range coder introduced in 7-zip.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282837
:
255263
|
255270
|
255345