git: 8068d196a430 - main - graphics/durdraw: New port: ASCII and ANSI Art text editor for drawing in the terminal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 08:28:12 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8068d196a430849a5ff64e5df161f584e1c12b93
commit 8068d196a430849a5ff64e5df161f584e1c12b93
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-12 08:27:19 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-12 08:28:09 +0000
graphics/durdraw: New port: ASCII and ANSI Art text editor for drawing in the terminal
---
graphics/Makefile | 1 +
graphics/durdraw/Makefile | 22 ++++++++++++++++++++++
graphics/durdraw/distinfo | 3 +++
graphics/durdraw/pkg-descr | 8 ++++++++
4 files changed, 34 insertions(+)
diff --git a/graphics/Makefile b/graphics/Makefile
index 4a3bb391f03a..3cd3a6c311ff 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -154,6 +154,7 @@
SUBDIR += dspdfviewer
SUBDIR += dssim
SUBDIR += duhdraw
+ SUBDIR += durdraw
SUBDIR += dust3d
SUBDIR += dynamechs
SUBDIR += ebsynth
diff --git a/graphics/durdraw/Makefile b/graphics/durdraw/Makefile
new file mode 100644
index 000000000000..129a41430ab2
--- /dev/null
+++ b/graphics/durdraw/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= durdraw
+DISTVERSION= 0.27.1
+CATEGORIES= graphics python
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= ASCII and ANSI Art text editor for drawing in the terminal
+WWW= https://durdraw.org/
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PY_PILLOW}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+USE_GITHUB= yes
+GH_ACCOUNT= cmang
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/durdraw/distinfo b/graphics/durdraw/distinfo
new file mode 100644
index 000000000000..29fdb8508996
--- /dev/null
+++ b/graphics/durdraw/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1718180296
+SHA256 (cmang-durdraw-0.27.1_GH0.tar.gz) = 809431fc3dded211a59b624397f6cd490aa0568a965808eed8dd76dbb92b5611
+SIZE (cmang-durdraw-0.27.1_GH0.tar.gz) = 196000
diff --git a/graphics/durdraw/pkg-descr b/graphics/durdraw/pkg-descr
new file mode 100644
index 000000000000..696d1b5afb27
--- /dev/null
+++ b/graphics/durdraw/pkg-descr
@@ -0,0 +1,8 @@
+Durdraw is an ASCII, Unicode and ANSI art editor for UNIX-like systems
+(Linux, macOS, etc). It runs in modern Utf-8 terminals and supports frame-based
+animation, custom themes, 256 and 16 color modes, terminal mouse input, DOS ANSI
+art viewing, CP437 and Unicode mixing and conversion, HTML output, mIRC color
+output, and other interesting features.
+
+Durdraw is heavily inspired by classic ANSI editing software for MS-DOS and
+Windows, such as TheDraw, Aciddraw and Pablodraw, but with a modern Unix twist.