pkgsrc-WIP-changes archive

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

import of zephyr smalltalk



Module Name:	pkgsrc-wip
Committed By:	goon <hacking.johan%yahoo.com@localhost>
Pushed By:	goon
Date:		Sun Apr 28 07:48:44 2024 +0000
Changeset:	b45334fb9110a11ea83ae7bbb56d55f3babff7c2

Added Files:
	zephyr-smalltalk/DESCR
	zephyr-smalltalk/Makefile
	zephyr-smalltalk/PLIST
	zephyr-smalltalk/distinfo

Log Message:
import of zephyr smalltalk

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

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

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

diffs:
diff --git a/zephyr-smalltalk/DESCR b/zephyr-smalltalk/DESCR
new file mode 100644
index 0000000000..426e8b13e5
--- /dev/null
+++ b/zephyr-smalltalk/DESCR
@@ -0,0 +1,3 @@
+A smalltalk immplmentation coded in C
+
+Silverhawk's Software smalltalk
diff --git a/zephyr-smalltalk/Makefile b/zephyr-smalltalk/Makefile
new file mode 100644
index 0000000000..ae36524b85
--- /dev/null
+++ b/zephyr-smalltalk/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	zephyr-smalltalk-0.1.19
+CATEGORIES=	devel	
+MASTER_SITES=	https://sourceforge.net/projects/zephyr-smalltalk/files/
+
+MAINTAINER=	goon.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/zephyr-smalltalk/
+COMMENT=	A Silverhawk Software smalltalk implementation	
+LICENSE=	APSL2	
+
+WRKSRC=		${WRKDIR}/zephyr-smalltalk
+USE_LANGUAGES= 	C	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/zephyr-smalltalk ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/zephyr-smalltalk/PLIST b/zephyr-smalltalk/PLIST
new file mode 100644
index 0000000000..53a9af97d5
--- /dev/null
+++ b/zephyr-smalltalk/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/zephyr-smalltalk
diff --git a/zephyr-smalltalk/distinfo b/zephyr-smalltalk/distinfo
new file mode 100644
index 0000000000..10c86056b3
--- /dev/null
+++ b/zephyr-smalltalk/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (zephyr-smalltalk-0.1.19.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (zephyr-smalltalk-0.1.19.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (zephyr-smalltalk-0.1.19.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index