Received: by mail.netbsd.org (Postfix, from userid 605) id 367EB84DCB; Sat, 27 Feb 2021 21:09:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 700DB84D3D for ; Sat, 27 Feb 2021 21:09:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8M1Vj9dsIIQL for ; Sat, 27 Feb 2021 21:09:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E513B84C71 for ; Sat, 27 Feb 2021 21:09:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD7A1FA95; Sat, 27 Feb 2021 21:09:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614460180287420" MIME-Version: 1.0 Date: Sat, 27 Feb 2021 21:09:40 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/misc/catpoint To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20210227210940.DD7A1FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614460180287420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1614460180287420 Content-Disposition: inline Content-Length: 1969 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1614460180287420--