svn commit: r396905 - in head/sysutils: . tarsnap-gui

Steve Wills swills at FreeBSD.org
Mon Sep 14 16:17:25 UTC 2015


Author: swills
Date: Mon Sep 14 16:17:23 2015
New Revision: 396905
URL: https://svnweb.freebsd.org/changeset/ports/396905

Log:
  sysutils/tarsnap-gui: create port

Added:
  head/sysutils/tarsnap-gui/
  head/sysutils/tarsnap-gui/Makefile   (contents, props changed)
  head/sysutils/tarsnap-gui/distinfo   (contents, props changed)
  head/sysutils/tarsnap-gui/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Sep 14 15:45:58 2015	(r396904)
+++ head/sysutils/Makefile	Mon Sep 14 16:17:23 2015	(r396905)
@@ -981,6 +981,7 @@
     SUBDIR += sysvbanner
     SUBDIR += tai64nfrac
     SUBDIR += tarsnap
+    SUBDIR += tarsnap-gui
     SUBDIR += tartarus
     SUBDIR += tbku
     SUBDIR += tclsyslog

Added: head/sysutils/tarsnap-gui/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/tarsnap-gui/Makefile	Mon Sep 14 16:17:23 2015	(r396905)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	tarsnap-gui
+PORTVERSION=	0.6
+DISTVERSIONPREFIX=	v
+CATEGORIES=	sysutils
+
+MAINTAINER=	swills at FreeBSD.org
+COMMENT=	Cross platform GUI for the Tarsnap command line client
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	Tarsnap
+
+USES=		qmake
+USE_QT5=	qmake_build widgets network buildtools_build sql-sqlite3
+
+PLIST_FILES=	bin/tarsnap-gui
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/tarsnap-gui ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: head/sysutils/tarsnap-gui/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/tarsnap-gui/distinfo	Mon Sep 14 16:17:23 2015	(r396905)
@@ -0,0 +1,2 @@
+SHA256 (Tarsnap-tarsnap-gui-v0.6_GH0.tar.gz) = d378700950bdd0cf6a46be6b3819d2b7c250343dd41067197d37c35b227caee3
+SIZE (Tarsnap-tarsnap-gui-v0.6_GH0.tar.gz) = 498174

Added: head/sysutils/tarsnap-gui/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/tarsnap-gui/pkg-descr	Mon Sep 14 16:17:23 2015	(r396905)
@@ -0,0 +1,4 @@
+The Tarsnap Graphical User Interface application is an open source
+cross-platform frontend to the popular Tarsnap backup service.
+
+WWW: https://github.com/Tarsnap/tarsnap-gui/wiki/Tarsnap


More information about the svn-ports-all mailing list