pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/catpoint misc/catpoint: import catpoint-0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/0da28b479e5d
branches: trunk
changeset: 447853:0da28b479e5d
user: leot <leot%pkgsrc.org@localhost>
date: Sat Feb 27 21:09:40 2021 +0000
description:
misc/catpoint: import catpoint-0.2
Catpoint is a simple viewer of text files written in curses.
diffstat:
misc/catpoint/DESCR | 1 +
misc/catpoint/Makefile | 22 ++++++++++++++++++++++
misc/catpoint/PLIST | 3 +++
misc/catpoint/distinfo | 6 ++++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r d57d422a9771 -r 0da28b479e5d misc/catpoint/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/catpoint/DESCR Sat Feb 27 21:09:40 2021 +0000
@@ -0,0 +1,1 @@
+Catpoint is a simple viewer of text files written in curses.
diff -r d57d422a9771 -r 0da28b479e5d misc/catpoint/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/catpoint/Makefile Sat Feb 27 21:09:40 2021 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2021/02/27 21:09:40 leot Exp $
+
+DISTNAME= catpoint-v0.2
+PKGNAME= ${DISTNAME:S/-v/-/}
+CATEGORIES= misc
+MASTER_SITES= ftp://bitreich.org/releases/catpoint/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= leot%NetBSD.org@localhost
+HOMEPAGE= gopher://bitreich.org/1/scm/catpoint
+COMMENT= Simple presentation software written in curses
+LICENSE= gnu-gpl-v3
+
+MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
+
+BUILDLINK_TRANSFORM+= l:ncursesw:${BUILDLINK_LIBNAME.curses}
+
+USE_LANGUAGES= c99
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d57d422a9771 -r 0da28b479e5d misc/catpoint/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/catpoint/PLIST Sat Feb 27 21:09:40 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/27 21:09:40 leot Exp $
+bin/catpoint
+man/man1/catpoint.1
diff -r d57d422a9771 -r 0da28b479e5d misc/catpoint/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/catpoint/distinfo Sat Feb 27 21:09:40 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/27 21:09:40 leot Exp $
+
+SHA1 (catpoint-v0.2.tgz) = a8917f73caac49811490ddd6905475546434ffcc
+RMD160 (catpoint-v0.2.tgz) = 759ee71649661bc5fa82be106c292d72ee1684bd
+SHA512 (catpoint-v0.2.tgz) = 9a3ce033dde8854ceaf6601ecb5258464001f125ee15c4efece97a1339e30f83b889d0195bc63be001050a98603c7f9f482b05f94d123fbfaa886b95d7619a74
+Size (catpoint-v0.2.tgz) = 16613 bytes
Home |
Main Index |
Thread Index |
Old Index