pkgsrc-WIP-changes archive

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

initial commit, make landfall, build colony and arandom map



Module Name:	pkgsrc-wip
Committed By:	goon <hacking.johan%yahoo.com@localhost>
Pushed By:	goon
Date:		Wed Dec 6 21:59:50 2023 +0000
Changeset:	a7d99e39caeaf7594d9b36d258d0b41da2f2c135

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

Log Message:
initial commit, make landfall, build colony and arandom map

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

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

diffstat:
 fastcol/DESCR    |  1 +
 fastcol/Makefile | 21 +++++++++++++++++++++
 fastcol/PLIST    |  2 ++
 fastcol/distinfo |  5 +++++
 4 files changed, 29 insertions(+)

diffs:
diff --git a/fastcol/DESCR b/fastcol/DESCR
new file mode 100644
index 0000000000..f99e556851
--- /dev/null
+++ b/fastcol/DESCR
@@ -0,0 +1 @@
+A Colonization game coded in the Ruby language
diff --git a/fastcol/Makefile b/fastcol/Makefile
new file mode 100644
index 0000000000..e24450a61d
--- /dev/null
+++ b/fastcol/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=  	ruby-fast-colonization-0.3.22	
+CATEGORIES=	games	
+MASTER_SITES=	https://sourceforge.net/projects/ruby-fast-colonization/files/
+
+MAINTAINER=	zara.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/ruby-fast-colonization/
+COMMENT=	A Colonization game	
+LICENSE=	modified-bsd
+
+WRKSRC=		${WRKDIR}/ruby-fast-colonization
+USE_LANGUAGES= 	ruby	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/fastcol ${DESTDIR}${PREFIX}/bin
+
+.include "../../devel/ruby-SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fastcol/PLIST b/fastcol/PLIST
new file mode 100644
index 0000000000..20f8f75c3c
--- /dev/null
+++ b/fastcol/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/fastcol
diff --git a/fastcol/distinfo b/fastcol/distinfo
new file mode 100644
index 0000000000..3cd983b52d
--- /dev/null
+++ b/fastcol/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ruby-fast-colonization-0.3.22.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (ruby-fast-colonization-0.3.22.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (ruby-fast-colonization-0.3.22.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index