pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tack



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 27 19:27:16 UTC 2024

Added Files:
        pkgsrc/devel/tack: DESCR Makefile PLIST distinfo

Log Message:
devel/tack: import tack-1.09

The 'tack' program is a diagnostic that is designed to create and
verify the correctness of terminfo's.  This program can be used to
create new terminal descriptions that are not included in the standard
release.  Although 'tack' has been distributed with ncurses, it is not an
integral part of ncurses.  It may be removed from the release without
limiting the usefulness of ncurses on those terminals described in the
terminfo data base.  The best way to remove 'tack' from the build is
to delete or rename the 'tack' directory before running the configure
script.


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

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

Added files:

Index: pkgsrc/devel/tack/DESCR
diff -u /dev/null pkgsrc/devel/tack/DESCR:1.1
--- /dev/null   Sat Jan 27 19:27:16 2024
+++ pkgsrc/devel/tack/DESCR     Sat Jan 27 19:27:16 2024
@@ -0,0 +1,9 @@
+The 'tack' program is a diagnostic that is designed to create and
+verify the correctness of terminfo's.  This program can be used to
+create new terminal descriptions that are not included in the standard
+release.  Although 'tack' has been distributed with ncurses, it is not an
+integral part of ncurses.  It may be removed from the release without
+limiting the usefulness of ncurses on those terminals described in the
+terminfo data base.  The best way to remove 'tack' from the build is
+to delete or rename the 'tack' directory before running the configure
+script.
Index: pkgsrc/devel/tack/Makefile
diff -u /dev/null pkgsrc/devel/tack/Makefile:1.1
--- /dev/null   Sat Jan 27 19:27:16 2024
+++ pkgsrc/devel/tack/Makefile  Sat Jan 27 19:27:16 2024
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2024/01/27 19:27:16 wiz Exp $
+
+DISTNAME=      tack
+PKGNAME=       tack-1.09
+CATEGORIES=    devel
+MASTER_SITES=  https://invisible-island.net/datafiles/release/
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://invisible-island.net/ncurses/tack.html
+COMMENT=       Verify or refine a terminfo description of a terminal
+LICENSE=       gnu-gpl-v2
+
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
+GNU_CONFIGURE= yes
+
+# uses ncurses private symbols
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/tack/PLIST
diff -u /dev/null pkgsrc/devel/tack/PLIST:1.1
--- /dev/null   Sat Jan 27 19:27:16 2024
+++ pkgsrc/devel/tack/PLIST     Sat Jan 27 19:27:16 2024
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2024/01/27 19:27:16 wiz Exp $
+bin/tack
+man/man1/tack.1
Index: pkgsrc/devel/tack/distinfo
diff -u /dev/null pkgsrc/devel/tack/distinfo:1.1
--- /dev/null   Sat Jan 27 19:27:16 2024
+++ pkgsrc/devel/tack/distinfo  Sat Jan 27 19:27:16 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/27 19:27:16 wiz Exp $
+
+BLAKE2s (tack-1.09/tack.tar.gz) = 9f6f0e994d784fbedf1bec19e631378a594359775fa93d9cc871675f2a4fed78
+SHA512 (tack-1.09/tack.tar.gz) = 2e39d4cd5cb74250e473bbb9aabc2426bbe769eca10c20a1e2a7d710fc4c15d726ac0e7276cf9b0216dead8e474106e22f7572f52162a2cc6a5a5455d4471711
+Size (tack-1.09/tack.tar.gz) = 237926 bytes



Home | Main Index | Thread Index | Old Index