pkgsrc-WIP-changes archive

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

Added start of SDL 1.2 and Curses bindings.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Thu Jun 5 09:40:09 2025 +0200
Changeset:	440d12ffcd503bf809a2e0a1d2b501f561484cf0

Modified Files:
	tpico2-experimental/DESCR
	tpico2-experimental/Makefile
	tpico2-experimental/distinfo

Log Message:
Added start of SDL 1.2 and Curses bindings.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=440d12ffcd503bf809a2e0a1d2b501f561484cf0

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

diffstat:
 tpico2-experimental/DESCR    | 5 ++++-
 tpico2-experimental/Makefile | 6 +++---
 tpico2-experimental/distinfo | 6 +++---
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs:
diff --git a/tpico2-experimental/DESCR b/tpico2-experimental/DESCR
index 825f78292c..5804da6bf4 100644
--- a/tpico2-experimental/DESCR
+++ b/tpico2-experimental/DESCR
@@ -1,2 +1,5 @@
 The Pico language interpreter, version 2 - with experimental extensions
-See http://pico.vub.ac.be for documentation, see also tpico2 for the base interpreter
+such as SDL 1.2 and Curses libraries.
+See http://pico.vub.ac.be for documentation, see also tpico2 for the base interpreter.
+
+NOTE : This is a BSD licensed Pico language interpreter/REPL.
diff --git a/tpico2-experimental/Makefile b/tpico2-experimental/Makefile
index 7a9286720f..3229fdf1bb 100644
--- a/tpico2-experimental/Makefile
+++ b/tpico2-experimental/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD$
 
-DISTNAME=  	tpico-2.0pl9.1
-CATEGORIES=	devel	
+DISTNAME=  	tpico-2.0pl9.2.9
+CATEGORIES=	lang	
 MASTER_SITES=	https://sourceforge.net/projects/tpico2-experimental/files/
 
 MAINTAINER=	goon.mage%yahoo.com@localhost
 HOMEPAGE=	https://sourceforge.net/projects/tpico2-experimental/
-COMMENT=	The Pico language interpreter with extensions, http://pico.vub.ac.be	
+COMMENT=	The Pico language interpreter with extensions such as SDL 1.2 and Curses libraries	
 LICENSE=	BSD	
 
 WRKSRC=		${WRKDIR}/tpico2-experimental
diff --git a/tpico2-experimental/distinfo b/tpico2-experimental/distinfo
index fcdd9a2872..ba6327d25f 100644
--- a/tpico2-experimental/distinfo
+++ b/tpico2-experimental/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (tpico-2.0pl9.1.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
-SHA512 (tpico-2.0pl9.1.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
-Size (tpico-2.0pl9.1.tar.gz) = 3860 bytes
+BLAKE2s (tpico-2.0pl9.2.9.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (tpico-2.0pl9.2.9.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (tpico-2.0pl9.2.9.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index