pkgsrc-WIP-changes archive

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

Import qlcplus-4.10.4 as wip/qlcplus.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 21:31:41 2016 +0200
Changeset:	2e98742acff7c72c02ca15a9dedcf3c3d2a77245

Added Files:
	qlcplus/DESCR
	qlcplus/Makefile
	qlcplus/PLIST
	qlcplus/distinfo
	qlcplus/patches/patch-create-rpm.sh

Log Message:
Import qlcplus-4.10.4 as wip/qlcplus.

Q Light Controller Plus - The open DMX lighting desk software for controlling
professional lighting fixtures.

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

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

diffstat:
 qlcplus/DESCR                       |  2 ++
 qlcplus/Makefile                    | 24 ++++++++++++++++++++++++
 qlcplus/PLIST                       |  1 +
 qlcplus/distinfo                    |  7 +++++++
 qlcplus/patches/patch-create-rpm.sh | 12 ++++++++++++
 5 files changed, 46 insertions(+)

diffs:
diff --git a/qlcplus/DESCR b/qlcplus/DESCR
new file mode 100644
index 0000000..c1a840a
--- /dev/null
+++ b/qlcplus/DESCR
@@ -0,0 +1,2 @@
+Q Light Controller Plus - The open DMX lighting desk software for controlling
+professional lighting fixtures.
diff --git a/qlcplus/Makefile b/qlcplus/Makefile
new file mode 100644
index 0000000..1a0b9d1
--- /dev/null
+++ b/qlcplus/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	QLC+-4.10.4
+PKGNAME=	${DISTNAME:S/QLC+/qlcplus/}
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=mcallegari/}
+GITHUB_TAG=	${DISTNAME:S/-/_/}
+
+WRKSRC=		${WRKDIR}/qlcplus-QLC-_${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://qlcplus.org/
+COMMENT=	Q Light Controller Plus
+LICENSE=	apache-2.0
+
+USE_LANGUAGES=	c c++
+
+do-configure:
+	${RUN} cd ${WRKSRC} && \
+		${PKGSRC_SETENV} ${CONFIGURE_ENV} \
+		${QTDIR}/bin/qmake
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qlcplus/PLIST b/qlcplus/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/qlcplus/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/qlcplus/distinfo b/qlcplus/distinfo
new file mode 100644
index 0000000..a4e03e6
--- /dev/null
+++ b/qlcplus/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (QLC+-4.10.4.tar.gz) = 9d574cb2693da3b45bec4be4b4d3c9360473cc67
+RMD160 (QLC+-4.10.4.tar.gz) = d5167862f0b5506a6f5abbb8acf7eeb9815c262e
+SHA512 (QLC+-4.10.4.tar.gz) = 1420402cff1101f70fe6a325a3903ea5e383996e0ca3f1817e163fb6cdb6e804f8f17e1667d0aaea916313047052c1b7d61ed7b47309b761f42d57632b85c35d
+Size (QLC+-4.10.4.tar.gz) = 9208262 bytes
+SHA1 (patch-create-rpm.sh) = 533adbab9d5691e4b2d3ed72a5cbf908a7da889b
diff --git a/qlcplus/patches/patch-create-rpm.sh b/qlcplus/patches/patch-create-rpm.sh
new file mode 100644
index 0000000..2de705d
--- /dev/null
+++ b/qlcplus/patches/patch-create-rpm.sh
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- create-rpm.sh.orig	2016-05-29 13:40:10.000000000 +0000
++++ create-rpm.sh
+@@ -40,6 +40,6 @@ mv /tmp/qlcplus-$VERSION.tar.gz $RPMBUIL
+ 
+ cd $RPMBUILD/SPECS
+ QLCPLUS_VERSION=$VERSION rpmbuild -bb qlcplus.spec
+-if [ $? == 0 ]; then
++if [ $? = 0 ]; then
+ 	echo Packages created in $RPMBUILD/RPMS
+ fi


Home | Main Index | Thread Index | Old Index