pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

neateqn: Add neatroff equation preprocessor



Module Name:	pkgsrc-wip
Committed By:	Malte Dehling <mdehling%gmail.com@localhost>
Pushed By:	mdehling
Date:		Tue May 14 15:37:55 2024 -0700
Changeset:	a01326c50299ae69380bfe46551fd3b03e67b5cf

Modified Files:
	Makefile
Added Files:
	neateqn/DESCR
	neateqn/Makefile
	neateqn/PLIST
	neateqn/distinfo

Log Message:
neateqn: Add neatroff equation preprocessor

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a01326c50299ae69380bfe46551fd3b03e67b5cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 neateqn/DESCR    |  6 ++++++
 neateqn/Makefile | 30 ++++++++++++++++++++++++++++++
 neateqn/PLIST    |  3 +++
 neateqn/distinfo |  8 ++++++++
 5 files changed, 48 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a39a402c0c..30f9ca39dc 100644
--- a/Makefile
+++ b/Makefile
@@ -2408,6 +2408,7 @@ SUBDIR+=	ncbi-c++-lib
 SUBDIR+=	ncbi-lib
 SUBDIR+=	ncp
 SUBDIR+=	ncrack
+SUBDIR+=	neateqn
 SUBDIR+=	neatmkfn
 SUBDIR+=	neatpost
 SUBDIR+=	neatroff
diff --git a/neateqn/DESCR b/neateqn/DESCR
new file mode 100644
index 0000000000..d6ea957380
--- /dev/null
+++ b/neateqn/DESCR
@@ -0,0 +1,6 @@
+Neatroff is a new implementation of the Troff typesetting system written
+in C.  It tries to address, as neatly as possible, some of the
+shortcomings of the original Troff based on the ideas and features
+available in Plan 9 Troff, Heirloom Troff, and Groff.
+
+Neatpost is Neatroff's preprocessor for mathematical equations.
diff --git a/neateqn/Makefile b/neateqn/Makefile
new file mode 100644
index 0000000000..e8b03f205f
--- /dev/null
+++ b/neateqn/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	aligrudi-neatroff_make
+PKGNAME=	neateqn-20230825
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=aligrudi/}
+GITHUB_PROJECT=	neatroff_make
+GITHUB_TAG=	7cf23e411527a8e85c6fda689523f90b5f03a235
+
+MAINTAINER=	mdehling%gmail.com@localhost
+HOMEPAGE=	https://github.com/aligrudi/neateqn
+COMMENT=	Neatroff preprocessor for mathematical equations
+LICENSE=	isc
+
+GITHUB_SUBMODULES+=	aligrudi neateqn b03abd7bf2a4170070252898a600ea948fea39bb neateqn
+
+BUILD_DIRS=		neateqn
+
+MAKE_FLAGS+=		FDIR=${PREFIX}/share/neatroff
+MAKE_FLAGS+=		MDIR=${PREFIX}/share/neatroff/tmac
+
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/neateqn/eqn			\
+		${DESTDIR}${PREFIX}/bin/neateqn
+	${INSTALL_MAN} ${WRKSRC}/man/neateqn.1				\
+		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/neateqn/PLIST b/neateqn/PLIST
new file mode 100644
index 0000000000..d9c9910318
--- /dev/null
+++ b/neateqn/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/neateqn
+man/man1/neateqn.1
diff --git a/neateqn/distinfo b/neateqn/distinfo
new file mode 100644
index 0000000000..03e5c729d9
--- /dev/null
+++ b/neateqn/distinfo
@@ -0,0 +1,8 @@
+$NetBSD$
+
+BLAKE2s (aligrudi-neateqn-b03abd7bf2a4170070252898a600ea948fea39bb.tar.gz) = da60e9ba3fd5f68d82cff8121d1f3bc4ec02bda48b6e1897754696e665f17666
+SHA512 (aligrudi-neateqn-b03abd7bf2a4170070252898a600ea948fea39bb.tar.gz) = 2a5f583a93f54a2908aa7e3ff9e059088c263fafdb265c241d79af17724ce3ee725c79b0d0c9f49784662f8dd3e055a684cd26368326598555bdc5dfea7e7cb7
+Size (aligrudi-neateqn-b03abd7bf2a4170070252898a600ea948fea39bb.tar.gz) = 22424 bytes
+BLAKE2s (aligrudi-neatroff_make-7cf23e411527a8e85c6fda689523f90b5f03a235.tar.gz) = 5c15d1f9acc14c5d3e15cf1a32740facfba9dc70f3a092e5906bbc6c1e9a2d23
+SHA512 (aligrudi-neatroff_make-7cf23e411527a8e85c6fda689523f90b5f03a235.tar.gz) = 43b430e22f8f130ee70f54328e45b782568115a6366f3989a3bb9e8b7107af2e4c2df914b3a41f49bc4da6b53fe505e71c7604a2b57c870cfaf6820e4e3d927c
+Size (aligrudi-neatroff_make-7cf23e411527a8e85c6fda689523f90b5f03a235.tar.gz) = 77789 bytes


Home | Main Index | Thread Index | Old Index