pkgsrc-WIP-changes archive

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

gat: Added package



Module Name:	pkgsrc-wip
Committed By:	Daniel Loffgren <daniel+netbsd%loffgren.org@localhost>
Pushed By:	kojiro
Date:		Sun Apr 16 18:04:09 2017 -0700
Changeset:	1362b1c6d3af065e88bdbd83a64f4b601e4cbed3

Added Files:
	gat/DESCR
	gat/Makefile
	gat/PLIST
	gat/distinfo

Log Message:
gat: Added package

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

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

diffstat:
 gat/DESCR    |  1 +
 gat/Makefile | 23 +++++++++++++++++++++++
 gat/PLIST    |  3 +++
 gat/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/gat/DESCR b/gat/DESCR
new file mode 100644
index 0000000000..c9125d3d7c
--- /dev/null
+++ b/gat/DESCR
@@ -0,0 +1 @@
+gat is a GTK tray application that displays an up-to-date battery status, using NetBSD's envsys interface.
diff --git a/gat/Makefile b/gat/Makefile
new file mode 100644
index 0000000000..0b028feb72
--- /dev/null
+++ b/gat/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+GITHUB_PROJECT=    gat
+DISTNAME=          1.0
+PKGNAME=           ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=        sysutils
+MASTER_SITES=      ${MASTER_SITE_GITHUB:=RyuKojiro/}
+DIST_SUBDIR=       ${GITHUB_PROJECT}
+
+MAINTAINER=        daniel+netbsd%loffgren.org@localhost
+HOMEPAGE=          ${MASTER_SITE_GITHUB:=RyuKojiro/gat/}
+COMMENT=           GTK ACPI Tray Battery Monitor
+LICENSE=           mit
+ONLY_FOR_PLATFORM= NetBSD-*-*
+
+WRKSRC=            ${WRKDIR}/gat-1.0
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+DEPENDS+=          gtk3+-[0-9]*:../../x11/gtk3
+
+USE_TOOLS+=        pkg-config
+
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gat/PLIST b/gat/PLIST
new file mode 100644
index 0000000000..02a8df328f
--- /dev/null
+++ b/gat/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/gat
+man/man1/gat.1
diff --git a/gat/distinfo b/gat/distinfo
new file mode 100644
index 0000000000..eeac566526
--- /dev/null
+++ b/gat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gat/1.0.tar.gz) = 53cb800fe8ab82ccf2f1c9e01890a6d80dcb3c2c
+RMD160 (gat/1.0.tar.gz) = 566435796dde497649fa1b260db824bb9872d468
+SHA512 (gat/1.0.tar.gz) = 8232e8f5ac3567c8e5254cf9394e5b183fb70a74a8f06baa31b67e796fe9aac6aa0bc72c211eb2658e31d550f2ef348259496fb51214d80d100c026f517cdfaa
+Size (gat/1.0.tar.gz) = 4800 bytes


Home | Main Index | Thread Index | Old Index