pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
twintk: Update to 0.9.4.31
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Wed Sep 6 12:04:09 2023 -0500
Changeset: 0a6f527d4c02b9a1663a5bd469cc1fb0d6f6d125
Modified Files:
twintk/DESCR
twintk/Makefile
twintk/buildlink3.mk
twintk/distinfo
Log Message:
twintk: Update to 0.9.4.31
Update for libxtend API change (standardize on xt_ prefix)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0a6f527d4c02b9a1663a5bd469cc1fb0d6f6d125
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
twintk/DESCR | 16 +++++++++-------
twintk/Makefile | 4 ++--
twintk/buildlink3.mk | 2 +-
twintk/distinfo | 6 +++---
4 files changed, 15 insertions(+), 13 deletions(-)
diffs:
diff --git a/twintk/DESCR b/twintk/DESCR
index 2a04df1743..40ac422e0f 100644
--- a/twintk/DESCR
+++ b/twintk/DESCR
@@ -1,15 +1,17 @@
-Twintk, the Terminal Windows Toolkit, is a library for developing intuitive
-terminal-based applications utilizing menus, color, dialogs, etc.
+Twintk, the Terminal Windows Toolkit, is a library for developing
+intuitive terminal-based applications utilizing menus, color,
+dialogs, etc.
It utilizes 3 separate layers:
Image: A buffer containing the current window or terminal content
-Terminal: A structure representing a terminal screen, including its image
+Terminal: A structure representing a terminal screen, including
+its image
Window: A structire representing a window, including its image
-A window or terminal can be updated immediately via functions like wputc() or
-a curses-like strategy can be used by updating the image only and then
-redrawing the window or terminal. The developer can choose which approach is
-best for each situation.
+A window or terminal can be updated immediately via functions like
+wputc() or a curses-like strategy can be used by updating the image
+only and then redrawing the window or terminal. The developer can
+choose which approach is best for each situation.
diff --git a/twintk/Makefile b/twintk/Makefile
index a0abc40c18..eb19447574 100644
--- a/twintk/Makefile
+++ b/twintk/Makefile
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.4 2014/01/15 02:33:47 outpaddling Exp $
#
-DISTNAME= twintk-0.9.4.30
+DISTNAME= twintk-0.9.4.31
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG= 70eb58034893484e25270f87ccdbce3b7c1dbc84
+GITHUB_TAG= da7813f93c7ba9c750490860d077f1ccad0e19dd
OWNER= bacon%NetBSD.org@localhost
HOMEPAGE= https://github.com/outpaddling/twintk
diff --git a/twintk/buildlink3.mk b/twintk/buildlink3.mk
index db0bd145ce..5c24ebfddb 100644
--- a/twintk/buildlink3.mk
+++ b/twintk/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+= twintk
.if !defined(TWINTK_BUILDLINK3_MK)
TWINTK_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.twintk+= twintk>=0.9.4.30
+BUILDLINK_API_DEPENDS.twintk+= twintk>=0.9.4.31
BUILDLINK_PKGSRCDIR.twintk?= ../../wip/twintk
.endif # TWINTK_BUILDLINK3_MK
diff --git a/twintk/distinfo b/twintk/distinfo
index 716b858c68..8152f3bb81 100644
--- a/twintk/distinfo
+++ b/twintk/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (twintk-0.9.4.30-70eb58034893484e25270f87ccdbce3b7c1dbc84.tar.gz) = 67074ef21bbfd036a979fedf074c9a257f2edb177ae624af23159584b321f7f6
-SHA512 (twintk-0.9.4.30-70eb58034893484e25270f87ccdbce3b7c1dbc84.tar.gz) = 0a9401f6784bc1011aee4281ed27aed049fb3bb5c2a92ebc8bfe4c9efeca8f2dddbac84f44d4d6f73ea72c38dfd3cf0ec87d0ff14dd6b8e902dd58cc555e9d92
-Size (twintk-0.9.4.30-70eb58034893484e25270f87ccdbce3b7c1dbc84.tar.gz) = 718637 bytes
+BLAKE2s (twintk-0.9.4.31-da7813f93c7ba9c750490860d077f1ccad0e19dd.tar.gz) = 71b6d5b3b79c36b5aacd35565bc16d13a78a237d44c95a47236790fc8638c839
+SHA512 (twintk-0.9.4.31-da7813f93c7ba9c750490860d077f1ccad0e19dd.tar.gz) = 244b0556c2bb9ad4fb2434f8e69ee222219dc36eb33bf62219b6c87e8cc41736bff1eda3505221e6b49c6e646f0ff29fd4c291edeecbd5efab793a9e73b1fe78
+Size (twintk-0.9.4.31-da7813f93c7ba9c750490860d077f1ccad0e19dd.tar.gz) = 718663 bytes
Home |
Main Index |
Thread Index |
Old Index