pkgsrc-WIP-changes archive

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

Initial push, splits into intermediate format



Module Name:	pkgsrc-wip
Committed By:	goon <hacking.johan%yahoo.com@localhost>
Pushed By:	goon
Date:		Sun Dec 31 09:23:43 2023 +0000
Changeset:	27cf3693ac02168b7c823706079e15d523143aae

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

Log Message:
Initial push, splits into intermediate format

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

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

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

diffs:
diff --git a/romblast/DESCR b/romblast/DESCR
new file mode 100644
index 0000000000..ea5b0532e2
--- /dev/null
+++ b/romblast/DESCR
@@ -0,0 +1 @@
+A ROM utility
diff --git a/romblast/Makefile b/romblast/Makefile
new file mode 100644
index 0000000000..2ffc51f2b0
--- /dev/null
+++ b/romblast/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	ROMBlast-0.1.9
+CATEGORIES=	devel	
+MASTER_SITES=	https://sourceforge.net/projects/romblast/files/
+
+MAINTAINER=	zara.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/romblast/
+COMMENT=	A ROM utility 
+LICENSE=	GPLv2	
+
+WRKSRC=		${WRKDIR}/ROMBlast
+USE_LANGUAGES= 	awk	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/romblast.awk ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/romblast/PLIST b/romblast/PLIST
new file mode 100644
index 0000000000..5eda0e88b0
--- /dev/null
+++ b/romblast/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/romblast.awk
diff --git a/romblast/distinfo b/romblast/distinfo
new file mode 100644
index 0000000000..5082bd3752
--- /dev/null
+++ b/romblast/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ROMBlast-0.1.9.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (ROMBlast-0.1.9.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (ROMBlast-0.1.9.tar.gz) = 8450 bytes


Home | Main Index | Thread Index | Old Index