git: 15917e6cc978 - main - print/py-pydyf: New port, version 0.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Feb 2023 16:09:56 UTC
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=15917e6cc978992f55fef6f3889818ecdb52878a
commit 15917e6cc978992f55fef6f3889818ecdb52878a
Author: Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2023-02-06 16:03:45 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-02-06 16:08:52 +0000
print/py-pydyf: New port, version 0.5.0
A low-level PDF generator written in Python and based
on PDF specification 1.7.
---
print/Makefile | 1 +
print/py-pydyf/Makefile | 18 ++++++++++++++++++
print/py-pydyf/distinfo | 3 +++
print/py-pydyf/pkg-descr | 2 ++
4 files changed, 24 insertions(+)
diff --git a/print/Makefile b/print/Makefile
index 3e4db1f41e23..15355f006216 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -187,6 +187,7 @@
SUBDIR += py-preppy
SUBDIR += py-psautohint
SUBDIR += py-pycups
+ SUBDIR += py-pydyf
SUBDIR += py-pypdf
SUBDIR += py-pypdf2
SUBDIR += py-pypdf3
diff --git a/print/py-pydyf/Makefile b/print/py-pydyf/Makefile
new file mode 100644
index 000000000000..63f84cc46a70
--- /dev/null
+++ b/print/py-pydyf/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= pydyf
+PORTVERSION= 0.5.0
+CATEGORIES= print python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= pi@FreeBSD.org
+COMMENT= Low-level PDF generator based on PDF spec 1.7
+WWW= https://doc.courtbouillon.org/pydyf/
+
+LICENSE= BSD
+
+USES= python:3.6+
+USE_PYTHON= pep517 autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/print/py-pydyf/distinfo b/print/py-pydyf/distinfo
new file mode 100644
index 000000000000..b74fb379544b
--- /dev/null
+++ b/print/py-pydyf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1675690266
+SHA256 (pydyf-0.5.0.tar.gz) = 51e751ae1504037c1fc1f4815119137b011802cd5f6c3539db066c455b14a7e1
+SIZE (pydyf-0.5.0.tar.gz) = 15092
diff --git a/print/py-pydyf/pkg-descr b/print/py-pydyf/pkg-descr
new file mode 100644
index 000000000000..fa6c4008ad5c
--- /dev/null
+++ b/print/py-pydyf/pkg-descr
@@ -0,0 +1,2 @@
+A low-level PDF generator written in Python and based
+on PDF specification 1.7.