pkgsrc-WIP-changes archive

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

import of tpico2 experimentals



Module Name:	pkgsrc-wip
Committed By:	goon <hacking.johan%yahoo.com@localhost>
Pushed By:	goon
Date:		Thu Jun 27 08:13:42 2024 +0000
Changeset:	483b2f8f01b9ed9bfdca3eb0ebbae82328d111f8

Added Files:
	tpico2-experimental/DESCR
	tpico2-experimental/Makefile
	tpico2-experimental/PLIST
	tpico2-experimental/distinfo

Log Message:
import of tpico2 experimentals

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

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

diffstat:
 tpico2-experimental/DESCR    |  2 ++
 tpico2-experimental/Makefile | 20 ++++++++++++++++++++
 tpico2-experimental/PLIST    |  3 +++
 tpico2-experimental/distinfo |  5 +++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/tpico2-experimental/DESCR b/tpico2-experimental/DESCR
new file mode 100644
index 0000000000..825f78292c
--- /dev/null
+++ b/tpico2-experimental/DESCR
@@ -0,0 +1,2 @@
+The Pico language interpreter, version 2 - with experimental extensions
+See http://pico.vub.ac.be for documentation, see also tpico2 for the base interpreter
diff --git a/tpico2-experimental/Makefile b/tpico2-experimental/Makefile
new file mode 100644
index 0000000000..99012479cc
--- /dev/null
+++ b/tpico2-experimental/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	tpico-2.0pl9
+CATEGORIES=	devel	
+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	
+LICENSE=	BSD	
+
+WRKSRC=		${WRKDIR}/tpico2-experimental
+USE_LANGUAGES= 	C
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/tpico2-experimental ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/tpico2-experimental/PLIST b/tpico2-experimental/PLIST
new file mode 100644
index 0000000000..a574ba71ef
--- /dev/null
+++ b/tpico2-experimental/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/tpico
+bin/tpico-2
diff --git a/tpico2-experimental/distinfo b/tpico2-experimental/distinfo
new file mode 100644
index 0000000000..326b149506
--- /dev/null
+++ b/tpico2-experimental/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tpico-2.0pl9.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (tpico-2.0pl9.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (tpico-2.0pl9.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index