pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
neatrefer: Add neatroff reference preprocessor
Module Name: pkgsrc-wip
Committed By: Malte Dehling <mdehling%gmail.com@localhost>
Pushed By: mdehling
Date: Tue May 14 15:38:25 2024 -0700
Changeset: 7233f1f6f84ff72ea735d5984e3d96f8b85b6abf
Modified Files:
Makefile
Added Files:
neatrefer/DESCR
neatrefer/Makefile
neatrefer/PLIST
neatrefer/distinfo
Log Message:
neatrefer: Add neatroff reference preprocessor
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7233f1f6f84ff72ea735d5984e3d96f8b85b6abf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
neatrefer/DESCR | 6 ++++++
neatrefer/Makefile | 30 ++++++++++++++++++++++++++++++
neatrefer/PLIST | 3 +++
neatrefer/distinfo | 8 ++++++++
5 files changed, 48 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 30f9ca39dc..e32cad6303 100644
--- a/Makefile
+++ b/Makefile
@@ -2411,6 +2411,7 @@ SUBDIR+= ncrack
SUBDIR+= neateqn
SUBDIR+= neatmkfn
SUBDIR+= neatpost
+SUBDIR+= neatrefer
SUBDIR+= neatroff
SUBDIR+= neb-cd512
SUBDIR+= neb-hdtoolbox
diff --git a/neatrefer/DESCR b/neatrefer/DESCR
new file mode 100644
index 0000000000..4edcf87f34
--- /dev/null
+++ b/neatrefer/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.
+
+Neatrefer is Neatroff's preprocessor for bibliographic references.
diff --git a/neatrefer/Makefile b/neatrefer/Makefile
new file mode 100644
index 0000000000..e46a68addf
--- /dev/null
+++ b/neatrefer/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME= aligrudi-neatroff_make
+PKGNAME= neatrefer-20220527
+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/neatrefer
+COMMENT= Neatroff preprocessor for bibliographic references
+LICENSE= isc
+
+GITHUB_SUBMODULES+= aligrudi neatrefer 0cc4ee1f7206ea0b9218d2ce798ea50344b537f4 neatrefer
+
+BUILD_DIRS= neatrefer
+
+MAKE_FLAGS+= FDIR=${PREFIX}/share/neatroff
+MAKE_FLAGS+= MDIR=${PREFIX}/share/neatroff/tmac
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/neatrefer/refer \
+ ${DESTDIR}${PREFIX}/bin/neatrefer
+ ${INSTALL_MAN} ${WRKSRC}/man/neatrefer.1 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/neatrefer/PLIST b/neatrefer/PLIST
new file mode 100644
index 0000000000..731934e494
--- /dev/null
+++ b/neatrefer/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/neatrefer
+man/man1/neatrefer.1
diff --git a/neatrefer/distinfo b/neatrefer/distinfo
new file mode 100644
index 0000000000..e79471d8a0
--- /dev/null
+++ b/neatrefer/distinfo
@@ -0,0 +1,8 @@
+$NetBSD$
+
+BLAKE2s (aligrudi-neatrefer-0cc4ee1f7206ea0b9218d2ce798ea50344b537f4.tar.gz) = 9e9a8c96b4628b2b463e735bc08fa0167d9b962cdabcf093c2bc5626502581a4
+SHA512 (aligrudi-neatrefer-0cc4ee1f7206ea0b9218d2ce798ea50344b537f4.tar.gz) = ca1b6173fd07131e2d05cb111ce28783743206f772c340d787ebbba4a49be525940a1820a34013d332991721fc98130130dd7e95223c37f8abafbae949c8c261
+Size (aligrudi-neatrefer-0cc4ee1f7206ea0b9218d2ce798ea50344b537f4.tar.gz) = 5084 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