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.
This commit is contained in:
Baptiste Daroussin 2021-05-24 14:27:06 +02:00
parent f73874281f
commit 8bba0376de
4 changed files with 32 additions and 0 deletions

View File

@ -756,6 +756,7 @@
SUBDIR += picpuz
SUBDIR += piddle
SUBDIR += piglit
SUBDIR += pikchr
SUBDIR += pikopixel
SUBDIR += pinpoint
SUBDIR += pinta

21
graphics/pikchr/Makefile Normal file
View File

@ -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>

3
graphics/pikchr/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1621859004
SHA256 (pikchr-90b6d5b4a3.tar.gz) = 9187df1744f0bbbe36902965abf3899467ddd9fe1b5ba48030e0aac223e99619
SIZE (pikchr-90b6d5b4a3.tar.gz) = 241456

View File

@ -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