git: 8bba0376dee2 - main - mail/pikchr: new port
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 24 12:28:06 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8bba0376dee27b634f1583fa9aafaf7a2687caa5
commit 8bba0376dee27b634f1583fa9aafaf7a2687caa5
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-05-24 12:27:06 +0000
Commit: Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-05-24 12:28:03 +0000
mail/pikchr: new port
Pikchr (pronounced "picture") is a PIC-like markup language for diagrams
in technical documentation. Pikchr is designed to be embedded in fenced
code blocks of Markdown or similar mechanisms of other documentation
markup languages.
---
graphics/Makefile | 1 +
graphics/pikchr/Makefile | 21 +++++++++++++++++++++
graphics/pikchr/distinfo | 3 +++
graphics/pikchr/pkg-descr | 7 +++++++
4 files changed, 32 insertions(+)
diff --git a/graphics/Makefile b/graphics/Makefile
index 3766f53224d7..1b348882df2e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -756,6 +756,7 @@
SUBDIR += picpuz
SUBDIR += piddle
SUBDIR += piglit
+ SUBDIR += pikchr
SUBDIR += pikopixel
SUBDIR += pinpoint
SUBDIR += pinta
diff --git a/graphics/pikchr/Makefile b/graphics/pikchr/Makefile
new file mode 100644
index 000000000000..9d7a89df9f54
--- /dev/null
+++ b/graphics/pikchr/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= pikchr
+PORTVERSION= 0.0.s20210504
+CATEGORIES= graphics textproc
+MASTER_SITES= https://pikchr.org/home/tarball/${CHECKIN}/
+DISTNAME= ${PORTNAME}-${CHECKIN}${ARCHIVE_SUFX}
+
+MAINTAINER= bapt at FreeBSD.org
+COMMENT= PIC-like markup language for diagrams
+
+LICENSE= BSD0CLAUSE
+
+CHECKIN= 90b6d5b4a3
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
+
+PLIST_FILES= bin/${PORTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>
+
diff --git a/graphics/pikchr/distinfo b/graphics/pikchr/distinfo
new file mode 100644
index 000000000000..925c39246302
--- /dev/null
+++ b/graphics/pikchr/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1621859004
+SHA256 (pikchr-90b6d5b4a3.tar.gz) = 9187df1744f0bbbe36902965abf3899467ddd9fe1b5ba48030e0aac223e99619
+SIZE (pikchr-90b6d5b4a3.tar.gz) = 241456
diff --git a/graphics/pikchr/pkg-descr b/graphics/pikchr/pkg-descr
new file mode 100644
index 000000000000..a98452687347
--- /dev/null
+++ b/graphics/pikchr/pkg-descr
@@ -0,0 +1,7 @@
+Pikchr (pronounced "picture") is a PIC-like markup language for diagrams in
+technical documentation.
+
+Pikchr is designed to be embedded in fenced code blocks of Markdown or similar
+mechanisms of other documentation markup languages.
+
+WWW: https://pikchr.org
More information about the dev-commits-ports-all
mailing list