pkgsrc-WIP-changes archive

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

openrw: Rename to openrw-git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Sep 22 23:32:55 2016 +0200
Changeset:	ab195afdfdbfc4f5a1f91f06151c9f819388d050

Modified Files:
	Makefile
Added Files:
	openrw-git/DESCR
	openrw-git/Makefile
	openrw-git/PLIST
	openrw-git/distinfo
Removed Files:
	openrw/DESCR
	openrw/Makefile
	openrw/PLIST
	openrw/distinfo

Log Message:
openrw: Rename to openrw-git

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

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

diffstat:
 Makefile            |  2 +-
 openrw-git/DESCR    |  5 +++++
 openrw-git/Makefile | 30 ++++++++++++++++++++++++++++++
 openrw-git/PLIST    |  2 ++
 openrw-git/distinfo |  2 ++
 openrw/DESCR        |  5 -----
 openrw/Makefile     | 30 ------------------------------
 openrw/PLIST        |  2 --
 openrw/distinfo     |  2 --
 9 files changed, 40 insertions(+), 40 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index c566c61..ebd0306 100644
--- a/Makefile
+++ b/Makefile
@@ -2096,7 +2096,7 @@ SUBDIR+=	openmpi
 SUBDIR+=	openmpi163
 SUBDIR+=	openmx-openmpi
 SUBDIR+=	opennurbs
-SUBDIR+=	openrw
+SUBDIR+=	openrw-git
 SUBDIR+=	opensc
 SUBDIR+=	openscep
 SUBDIR+=	opensips
diff --git a/openrw-git/DESCR b/openrw-git/DESCR
new file mode 100644
index 0000000..8d142cd
--- /dev/null
+++ b/openrw-git/DESCR
@@ -0,0 +1,5 @@
+OpenRW is an open source re-implementation of Rockstar Games'
+Grand Theft Auto III, a classic 3D action game first published in 2001.
+
+OpenRW requires a legitimate copy of the original PC game data in order to run.
+Without this data it will not be possible to run OpenRW.
diff --git a/openrw-git/Makefile b/openrw-git/Makefile
new file mode 100644
index 0000000..01c002e
--- /dev/null
+++ b/openrw-git/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+GIT_REPOSITORIES=	openrw
+GIT_REPO.openrw=	git%github.com@localhost:rwengine/openrw.git
+
+PKGNAME=	openrw-0
+CATEGORIES=	games
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://openrw.org
+COMMENT=	Open Source recreation of Grand Theft Auto III
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/openrw
+
+USE_CMAKE=	yes
+
+USE_LANGUAGES=	c c++
+
+.include "../../wip/mk/git-package.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/bullet/buildlink3.mk"
+.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/glm/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/openrw-git/PLIST b/openrw-git/PLIST
new file mode 100644
index 0000000..f7cf651
--- /dev/null
+++ b/openrw-git/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/rwgame
diff --git a/openrw-git/distinfo b/openrw-git/distinfo
new file mode 100644
index 0000000..afc7651
--- /dev/null
+++ b/openrw-git/distinfo
@@ -0,0 +1,2 @@
+$NetBSD$
+
diff --git a/openrw/DESCR b/openrw/DESCR
deleted file mode 100644
index 8d142cd..0000000
--- a/openrw/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenRW is an open source re-implementation of Rockstar Games'
-Grand Theft Auto III, a classic 3D action game first published in 2001.
-
-OpenRW requires a legitimate copy of the original PC game data in order to run.
-Without this data it will not be possible to run OpenRW.
diff --git a/openrw/Makefile b/openrw/Makefile
deleted file mode 100644
index 01c002e..0000000
--- a/openrw/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-GIT_REPOSITORIES=	openrw
-GIT_REPO.openrw=	git%github.com@localhost:rwengine/openrw.git
-
-PKGNAME=	openrw-0
-CATEGORIES=	games
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://openrw.org
-COMMENT=	Open Source recreation of Grand Theft Auto III
-LICENSE=	gnu-gpl-v3
-
-WRKSRC=		${WRKDIR}/openrw
-
-USE_CMAKE=	yes
-
-USE_LANGUAGES=	c c++
-
-.include "../../wip/mk/git-package.mk"
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../audio/openal-soft/buildlink3.mk"
-.include "../../devel/SDL2/buildlink3.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/bullet/buildlink3.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
-.include "../../graphics/glm/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/openrw/PLIST b/openrw/PLIST
deleted file mode 100644
index f7cf651..0000000
--- a/openrw/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/rwgame
diff --git a/openrw/distinfo b/openrw/distinfo
deleted file mode 100644
index afc7651..0000000
--- a/openrw/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-$NetBSD$
-


Home | Main Index | Thread Index | Old Index