From owner-dev-commits-ports-all@freebsd.org Mon May 24 12:28:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 572026340DA; Mon, 24 May 2021 12:28:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fpc1f1JVvz4qCB; Mon, 24 May 2021 12:28:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0827520A9; Mon, 24 May 2021 12:28:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14OCS52I060787; Mon, 24 May 2021 12:28:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14OCS5ul060786; Mon, 24 May 2021 12:28:05 GMT (envelope-from git) Date: Mon, 24 May 2021 12:28:05 GMT Message-Id: <202105241228.14OCS5ul060786@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: 8bba0376dee2 - main - mail/pikchr: new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8bba0376dee27b634f1583fa9aafaf7a2687caa5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2021 12:28:06 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bba0376dee27b634f1583fa9aafaf7a2687caa5 commit 8bba0376dee27b634f1583fa9aafaf7a2687caa5 Author: Baptiste Daroussin AuthorDate: 2021-05-24 12:27:06 +0000 Commit: Baptiste Daroussin 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@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 + 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