pkgsrc-WIP-changes archive

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

ballerburg: fudged the last commit



Module Name:	pkgsrc-wip
Committed By:	i3enedek <git%xn--rvztrtkrfrgp-bbb7j2b8f0b9d7a21oft.com@localhost>
Pushed By:	i3enedek
Date:		Sun Dec 11 16:07:51 2016 +0000
Changeset:	9edd4340fe98055a0095a6bb272f0f092da1df11

Added Files:
	ballerburg/DESCR
	ballerburg/Makefile
	ballerburg/PLIST
	ballerburg/TODO
	ballerburg/distinfo

Log Message:
ballerburg: fudged the last commit

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

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

diffstat:
 ballerburg/DESCR    |  5 +++++
 ballerburg/Makefile | 22 ++++++++++++++++++++++
 ballerburg/PLIST    | 11 +++++++++++
 ballerburg/TODO     |  2 ++
 ballerburg/distinfo |  7 +++++++
 5 files changed, 47 insertions(+)

diffs:
diff --git a/ballerburg/DESCR b/ballerburg/DESCR
new file mode 100644
index 0000000..a30461b
--- /dev/null
+++ b/ballerburg/DESCR
@@ -0,0 +1,5 @@
+Ballerburg SDL is a classical castle combat game for GNU/Linux and other
+systems that are supported by the SDL library. Two castles, separated by
+a mountain, try to defeat each other with their cannonballs, either by
+killing the opponent's king or by weakening the opponent enough so that
+the king capitulates.
diff --git a/ballerburg/Makefile b/ballerburg/Makefile
new file mode 100644
index 0000000..c1bde67
--- /dev/null
+++ b/ballerburg/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	ballerburg-1.2.0
+CATEGORIES=	games
+MASTER_SITES=	http://download.tuxfamily.org/baller/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://baller.tuxfamily.org/
+COMMENT=	Classical castle combat game
+LICENSE=	gnu-gpl-v3
+
+#USE_TOOLS+=     intltool gmake cmake pkg-config msgfmt msgmerge xgettext
+USE_LANGUAGES=	c c++
+
+USE_CMAKE=	yes
+
+LDFLAGS+=	${BUILDLINK_LDADD.gettext}
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ballerburg/PLIST b/ballerburg/PLIST
new file mode 100644
index 0000000..8dba6f0
--- /dev/null
+++ b/ballerburg/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/ballerburg
+share/ballerburg/baller.dat
+share/ballerburg/baller.mus
+share/doc/ballerburg/anleitung.html
+share/doc/ballerburg/manual.html
+share/locale/de/LC_MESSAGES/ballerburg.mo
+share/locale/fi/LC_MESSAGES/ballerburg.mo
+share/locale/it/LC_MESSAGES/ballerburg.mo
+share/locale/nl/LC_MESSAGES/ballerburg.mo
+share/man/man6/ballerburg.6.gz
diff --git a/ballerburg/TODO b/ballerburg/TODO
new file mode 100644
index 0000000..dbbed23
--- /dev/null
+++ b/ballerburg/TODO
@@ -0,0 +1,2 @@
+Put the man page in the PKGMANDIR when the urge to
+burn CMake to the ground subsides.
diff --git a/ballerburg/distinfo b/ballerburg/distinfo
new file mode 100644
index 0000000..26302ff
--- /dev/null
+++ b/ballerburg/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (ballerburg-1.2.0.tar.gz) = d72a04f1e0058db4c746858db3446b5b62e54aa7
+RMD160 (ballerburg-1.2.0.tar.gz) = 9d5947c8ad4adc2a3de6c1fa8e80ab2d42fbb4a3
+SHA512 (ballerburg-1.2.0.tar.gz) = d9a911e811871604650df0224633c5338570ed5eee9a2f3eecb35bc012388b9296878b62b2459965c0766dd7e7cded9a23168f39346a2300aac9e9fe4f478760
+Size (ballerburg-1.2.0.tar.gz) = 99910 bytes
+SHA1 (patch-po_CMakeLists.txt) = 7f9a3d41e1d538398a49ef7e0cb4e85a9850f64a


Home | Main Index | Thread Index | Old Index