pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
catpoint: Import catpoint-0.2 as wip/catpoint
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Feb 8 11:27:22 2021 +0100
Changeset: 9ab53a3930d5fc5884409b639e82df32c43fd4c6
Modified Files:
Makefile
Added Files:
catpoint/DESCR
catpoint/Makefile
catpoint/PLIST
catpoint/distinfo
Log Message:
catpoint: Import catpoint-0.2 as wip/catpoint
Catpoint is a simple viewer of text files written in curses.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ab53a3930d5fc5884409b639e82df32c43fd4c6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
catpoint/DESCR | 1 +
catpoint/Makefile | 22 ++++++++++++++++++++++
catpoint/PLIST | 3 +++
catpoint/distinfo | 6 ++++++
5 files changed, 33 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 75b1966abd..aaa669ed08 100644
--- a/Makefile
+++ b/Makefile
@@ -376,6 +376,7 @@ SUBDIR+= cartago
SUBDIR+= casady-fonts
SUBDIR+= castget
SUBDIR+= catfish
+SUBDIR+= catpoint
SUBDIR+= catpoint-git
SUBDIR+= cb2bib
SUBDIR+= cblas
diff --git a/catpoint/DESCR b/catpoint/DESCR
new file mode 100644
index 0000000000..5d559b2823
--- /dev/null
+++ b/catpoint/DESCR
@@ -0,0 +1 @@
+Catpoint is a simple viewer of text files written in curses.
diff --git a/catpoint/Makefile b/catpoint/Makefile
new file mode 100644
index 0000000000..4d466e4630
--- /dev/null
+++ b/catpoint/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+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 point utilities to hold text presentations
+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 --git a/catpoint/PLIST b/catpoint/PLIST
new file mode 100644
index 0000000000..c6f5ab8806
--- /dev/null
+++ b/catpoint/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/catpoint
+man/man1/catpoint.1
diff --git a/catpoint/distinfo b/catpoint/distinfo
new file mode 100644
index 0000000000..4232d11ba0
--- /dev/null
+++ b/catpoint/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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