pkgsrc-WIP-changes archive

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

import of python (pygame) character sheets programs



Module Name:	pkgsrc-wip
Committed By:	goon <hacking.johan%yahoo.com@localhost>
Pushed By:	goon
Date:		Sun Jul 14 18:09:53 2024 +0000
Changeset:	12c970d6228b9a14628f1b25983e3922b6b6347f

Added Files:
	py-pcs/DESCR
	py-pcs/Makefile
	py-pcs/PLIST
	py-pcs/distinfo

Log Message:
import of python (pygame) character sheets programs

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

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

diffstat:
 py-pcs/DESCR    |  1 +
 py-pcs/Makefile | 20 ++++++++++++++++++++
 py-pcs/PLIST    |  1 +
 py-pcs/distinfo |  5 +++++
 4 files changed, 27 insertions(+)

diffs:
diff --git a/py-pcs/DESCR b/py-pcs/DESCR
new file mode 100644
index 0000000000..89d2889c63
--- /dev/null
+++ b/py-pcs/DESCR
@@ -0,0 +1 @@
+A Python (pygame) character sheet program
diff --git a/py-pcs/Makefile b/py-pcs/Makefile
new file mode 100644
index 0000000000..f6580a4921
--- /dev/null
+++ b/py-pcs/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	py-pcs-0.1.3	
+CATEGORIES=	games	
+MASTER_SITES=	https://sourceforge.net/projects/py-pcs/files/
+
+MAINTAINER=	winged.goon.mage%gmail.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/py-pcs/
+COMMENT=	Python - pygame (SDL 1.2) character sheets library 
+LICENSE=	PFL	
+
+WRKSRC=		${WRKDIR}/py-pcs
+USE_LANGUAGES= 	Python	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/py-pcs ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pcs/PLIST b/py-pcs/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/py-pcs/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-pcs/distinfo b/py-pcs/distinfo
new file mode 100644
index 0000000000..15c7922d57
--- /dev/null
+++ b/py-pcs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (py-pcs-0.1.3.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (py-pcs-0.1.3.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (py-pcs-0.1.3.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index