diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-24 12:27:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-24 12:28:03 +0000 |
commit | 8bba0376dee27b634f1583fa9aafaf7a2687caa5 (patch) | |
tree | 8173268ec0aff00967e3cb7c2e8b65a724e46637 | |
parent | f73874281f88b0d11f122f86899cba783fc76e6e (diff) |
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.
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/pikchr/Makefile | 21 | ||||
-rw-r--r-- | graphics/pikchr/distinfo | 3 | ||||
-rw-r--r-- | graphics/pikchr/pkg-descr | 7 |
4 files changed, 32 insertions, 0 deletions
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@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 |