[Midnightbsd-cvs] mports [24942] trunk/games: add qqwing
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 9 16:45:31 EST 2019
Revision: 24942
http://svnweb.midnightbsd.org/mports/?rev=24942
Author: laffer1
Date: 2019-02-09 16:45:31 -0500 (Sat, 09 Feb 2019)
Log Message:
-----------
add qqwing
Modified Paths:
--------------
trunk/games/Makefile
Added Paths:
-----------
trunk/games/qqwing/
trunk/games/qqwing/Makefile
trunk/games/qqwing/distinfo
trunk/games/qqwing/pkg-descr
trunk/games/qqwing/pkg-plist
Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile 2019-02-09 21:43:05 UTC (rev 24941)
+++ trunk/games/Makefile 2019-02-09 21:45:31 UTC (rev 24942)
@@ -65,6 +65,7 @@
SUBDIR += nextgo
SUBDIR += oolite
SUBDIR += pvpgn
+SUBDIR += qqwing
SUBDIR += qstat
SUBDIR += quadra
SUBDIR += quadrapassel
Added: trunk/games/qqwing/Makefile
===================================================================
--- trunk/games/qqwing/Makefile (rev 0)
+++ trunk/games/qqwing/Makefile 2019-02-09 21:45:31 UTC (rev 24942)
@@ -0,0 +1,30 @@
+# $MidnightBSD$
+
+PORTNAME= qqwing
+PORTVERSION= 1.3.4
+DISTVERSIONPREFIX= v
+PORTREVISION= 3
+CATEGORIES= games gnome
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Sudoku generating and solving software
+
+LICENSE= gpl2
+
+USES= autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= stephenostermiller
+
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CONFIGURE_OUTSOURCE= yes
+AUTORECONF_WRKSRC= ${WRKSRC}/build
+CONFIGURE_CMD= ${AUTORECONF_WRKSRC}/configure
+INSTALL_TARGET= install-strip
+
+pre-build:
+ @${LN} -sf ${WRKSRC}/doc/qqwing.man ${BUILD_WRKSRC}/qqwing.1
+ @${LN} -sf ${WRKSRC}/src/cpp/*.[ch]pp ${BUILD_WRKSRC}/
+
+.include <bsd.port.mk>
Property changes on: trunk/games/qqwing/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/qqwing/distinfo
===================================================================
--- trunk/games/qqwing/distinfo (rev 0)
+++ trunk/games/qqwing/distinfo 2019-02-09 21:45:31 UTC (rev 24942)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/stephenostermiller-qqwing-v1.3.4_GH0.tar.gz) = dc5d61b4470862b190d437f8143d4090639c164d34461c4caa5c081c5c91e6cc
+SIZE (gnome3/stephenostermiller-qqwing-v1.3.4_GH0.tar.gz) = 90200
Property changes on: trunk/games/qqwing/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/qqwing/pkg-descr
===================================================================
--- trunk/games/qqwing/pkg-descr (rev 0)
+++ trunk/games/qqwing/pkg-descr 2019-02-09 21:45:31 UTC (rev 24942)
@@ -0,0 +1,4 @@
+QQWing is Sudoku generating and solving software that. Various versions
+are available to run on different platforms and different environments.
+
+WWW: http://people.freedesktop.org/~hughsient/appdata/
Property changes on: trunk/games/qqwing/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/qqwing/pkg-plist
===================================================================
--- trunk/games/qqwing/pkg-plist (rev 0)
+++ trunk/games/qqwing/pkg-plist 2019-02-09 21:45:31 UTC (rev 24942)
@@ -0,0 +1,7 @@
+bin/qqwing
+include/qqwing.hpp
+lib/libqqwing.so
+lib/libqqwing.so.2
+lib/libqqwing.so.2.1.0
+libdata/pkgconfig/qqwing.pc
+man/man1/qqwing.1.gz
Property changes on: trunk/games/qqwing/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list