Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>