pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/catpoint



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Feb 27 21:09:40 UTC 2021

Added Files:
        pkgsrc/misc/catpoint: DESCR Makefile PLIST distinfo

Log Message:
misc/catpoint: import catpoint-0.2

Catpoint is a simple viewer of text files written in curses.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/catpoint/DESCR \
    pkgsrc/misc/catpoint/Makefile pkgsrc/misc/catpoint/PLIST \
    pkgsrc/misc/catpoint/distinfo

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

Added files:

Index: pkgsrc/misc/catpoint/DESCR
diff -u /dev/null pkgsrc/misc/catpoint/DESCR:1.1
--- /dev/null   Sat Feb 27 21:09:40 2021
+++ pkgsrc/misc/catpoint/DESCR  Sat Feb 27 21:09:40 2021
@@ -0,0 +1 @@
+Catpoint is a simple viewer of text files written in curses.
Index: pkgsrc/misc/catpoint/Makefile
diff -u /dev/null pkgsrc/misc/catpoint/Makefile:1.1
--- /dev/null   Sat Feb 27 21:09:40 2021
+++ pkgsrc/misc/catpoint/Makefile       Sat Feb 27 21:09:40 2021
@@ -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"
Index: pkgsrc/misc/catpoint/PLIST
diff -u /dev/null pkgsrc/misc/catpoint/PLIST:1.1
--- /dev/null   Sat Feb 27 21:09:40 2021
+++ pkgsrc/misc/catpoint/PLIST  Sat Feb 27 21:09:40 2021
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/27 21:09:40 leot Exp $
+bin/catpoint
+man/man1/catpoint.1
Index: pkgsrc/misc/catpoint/distinfo
diff -u /dev/null pkgsrc/misc/catpoint/distinfo:1.1
--- /dev/null   Sat Feb 27 21:09:40 2021
+++ pkgsrc/misc/catpoint/distinfo       Sat Feb 27 21:09:40 2021
@@ -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