From owner-svn-ports-all@freebsd.org Fri Oct 2 19:09:54 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1EE254345B5; Fri, 2 Oct 2020 19:09:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C301G01hQz4XxS; Fri, 2 Oct 2020 19:09:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D64ED26954; Fri, 2 Oct 2020 19:09:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 092J9rIK049671; Fri, 2 Oct 2020 19:09:53 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 092J9rXi049669; Fri, 2 Oct 2020 19:09:53 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202010021909.092J9rXi049669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 2 Oct 2020 19:09:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551225 - head/devel/termbox X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/termbox X-SVN-Commit-Revision: 551225 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2020 19:09:54 -0000 Author: swills Date: Fri Oct 2 19:09:52 2020 New Revision: 551225 URL: https://svnweb.freebsd.org/changeset/ports/551225 Log: devel/termbox: update to 1.1.3 PR: 249672 Submitted by: as@php.net (maintainer) Modified: head/devel/termbox/Makefile (contents, props changed) head/devel/termbox/distinfo (contents, props changed) head/devel/termbox/pkg-descr (contents, props changed) Modified: head/devel/termbox/Makefile ============================================================================== --- head/devel/termbox/Makefile Fri Oct 2 19:03:46 2020 (r551224) +++ head/devel/termbox/Makefile Fri Oct 2 19:09:52 2020 (r551225) @@ -3,7 +3,7 @@ PORTNAME= termbox DISTVERSIONPREFIX= v -DISTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= devel MAINTAINER= as@php.net @@ -12,9 +12,9 @@ COMMENT= Legacy-free alternative to ncurses LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:2.7,build waf +USES= gmake USE_GITHUB= yes -GH_ACCOUNT= nsf +GH_ACCOUNT= termbox USE_LDCONFIG= yes PLIST_FILES= include/termbox.h \ Modified: head/devel/termbox/distinfo ============================================================================== --- head/devel/termbox/distinfo Fri Oct 2 19:03:46 2020 (r551224) +++ head/devel/termbox/distinfo Fri Oct 2 19:09:52 2020 (r551225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568276632 -SHA256 (nsf-termbox-v1.1.2_GH0.tar.gz) = 61c9940b42b3ac44bf0cba67eacba75e3c02088b8c695149528c77def04d69b1 -SIZE (nsf-termbox-v1.1.2_GH0.tar.gz) = 119673 +TIMESTAMP = 1601141351 +SHA256 (termbox-termbox-v1.1.3_GH0.tar.gz) = 0dc0beb92ed1d32955d2ca35f367a3585e4c5211701064df58750625d3072a42 +SIZE (termbox-termbox-v1.1.3_GH0.tar.gz) = 22609 Modified: head/devel/termbox/pkg-descr ============================================================================== --- head/devel/termbox/pkg-descr Fri Oct 2 19:03:46 2020 (r551224) +++ head/devel/termbox/pkg-descr Fri Oct 2 19:09:52 2020 (r551225) @@ -1,20 +1,4 @@ -Termbox is a library that provides minimalistic API which allows the -programmer to write text-based user interfaces. +termbox is a minimal, legacy-free alternative to ncurses, suitable +for building text-based user interfaces. -It is based on a very simple abstraction. The main idea is viewing -terminals as a table of fixed-size cells and input being a stream of -structured messages. Would be fair to say that the model is inspired -by windows console API. The abstraction itself is not perfect and it -may create problems in certain areas. The most sensitive ones are -copy & pasting and wide characters (mostly Chinese, Japanese, Korean -(CJK) characters). When it comes to copy & pasting, the notion of -cells is not really compatible with the idea of text. And CJK runes -often require more than one cell to display them nicely. Despite the -mentioned flaws, using such a simple model brings benefits in a form -of simplicity. And KISS principle is important. - -At this point one should realize, that CLI (command-line interfaces) -aren't really a thing termbox is aimed at. But rather -pseudo-graphical user interfaces. - -WWW: https://github.com/nsf/termbox +WWW: https://github.com/termbox/termbox