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:
parent
f73874281f
commit
8bba0376de
@ -756,6 +756,7 @@
|
||||
SUBDIR += picpuz
|
||||
SUBDIR += piddle
|
||||
SUBDIR += piglit
|
||||
SUBDIR += pikchr
|
||||
SUBDIR += pikopixel
|
||||
SUBDIR += pinpoint
|
||||
SUBDIR += pinta
|
||||
|
21
graphics/pikchr/Makefile
Normal file
21
graphics/pikchr/Makefile
Normal 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
3
graphics/pikchr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1621859004
|
||||
SHA256 (pikchr-90b6d5b4a3.tar.gz) = 9187df1744f0bbbe36902965abf3899467ddd9fe1b5ba48030e0aac223e99619
|
||||
SIZE (pikchr-90b6d5b4a3.tar.gz) = 241456
|
7
graphics/pikchr/pkg-descr
Normal file
7
graphics/pikchr/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user