pkgsrc-WIP-changes archive

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

import of zaracc.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Sun Dec 14 04:12:28 2025 +0100
Changeset:	1155980f8157d24d4a611b41ebbce72937eaf2f6

Added Files:
	zaracc/DESCR
	zaracc/Makefile
	zaracc/PLIST
	zaracc/distinfo

Log Message:
import of zaracc.

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

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

diffstat:
 zaracc/DESCR    |  1 +
 zaracc/Makefile | 20 ++++++++++++++++++++
 zaracc/PLIST    |  2 ++
 zaracc/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/zaracc/DESCR b/zaracc/DESCR
new file mode 100644
index 0000000000..959011f609
--- /dev/null
+++ b/zaracc/DESCR
@@ -0,0 +1 @@
+A C Compiler for Classic Amigas.
diff --git a/zaracc/Makefile b/zaracc/Makefile
new file mode 100644
index 0000000000..4156cb29e4
--- /dev/null
+++ b/zaracc/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	zaracc-0.1.10
+CATEGORIES=	games	
+MASTER_SITES=	https://sourceforge.net/projects/zaracc/files/
+
+MAINTAINER=	goon.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/zaracc/
+COMMENT=	A C Compiler for Classic Amigas 
+LICENSE=	Freeware/Shareware	
+
+WRKSRC=		${WRKDIR}/zaracc
+USE_LANGUAGES= 	C	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/zaracc ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/zaracc/PLIST b/zaracc/PLIST
new file mode 100644
index 0000000000..ac8f374dbb
--- /dev/null
+++ b/zaracc/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/zcc
diff --git a/zaracc/distinfo b/zaracc/distinfo
new file mode 100644
index 0000000000..e6bbec117a
--- /dev/null
+++ b/zaracc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (zaracc-0.1.10.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (zaracc-0.1.10.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (zaracc-0.1.10.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index