pkgsrc-WIP-changes archive

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

tarsnap-gui: new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Mar 11 00:51:33 2016 +0100
Changeset:	894e163ff2dc62906531af9d190fdcb2a8fc6be5

Modified Files:
	Makefile
Added Files:
	tarsnap-gui/DESCR
	tarsnap-gui/Makefile
	tarsnap-gui/PLIST
	tarsnap-gui/distinfo

Log Message:
tarsnap-gui: new package

Seems to work fine, but is a beta release.

The Tarsnap graphical user interface desktop application is an open
source cross-platform frontend to the popular Tarsnap backup service.

The application uses the tarsnap command line client utilities to
communicate with the Tarsnap service.

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

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

diffstat:
 Makefile             | 10 +++++++++-
 tarsnap-gui/DESCR    |  5 +++++
 tarsnap-gui/Makefile | 27 +++++++++++++++++++++++++++
 tarsnap-gui/PLIST    |  2 ++
 tarsnap-gui/distinfo |  6 ++++++
 5 files changed, 49 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index a812dc4..262f34e 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,7 @@ SUBDIR+=	archimedes
 SUBDIR+=	ardour
 SUBDIR+=	argouml
 SUBDIR+=	argtable2
+SUBDIR+=	argyllcms
 SUBDIR+=	ariamaestosa
 SUBDIR+=	arista
 SUBDIR+=	arla-3.99.14
@@ -378,6 +379,7 @@ SUBDIR+=	cmetrics
 SUBDIR+=	cmusfm
 SUBDIR+=	codeblocks
 SUBDIR+=	coldfire
+SUBDIR+=	colord
 SUBDIR+=	colorfull
 SUBDIR+=	colorize
 SUBDIR+=	commandergenius
@@ -827,6 +829,7 @@ SUBDIR+=	geekcode
 SUBDIR+=	gemrb
 SUBDIR+=	geners
 SUBDIR+=	genus2reduction
+SUBDIR+=	geoclue
 SUBDIR+=	geocode-glib
 SUBDIR+=	geoloc
 SUBDIR+=	gerris
@@ -892,8 +895,8 @@ SUBDIR+=	gnome-applets
 SUBDIR+=	gnome-apps
 SUBDIR+=	gnome-backgrounds
 SUBDIR+=	gnome-bluetooth
-SUBDIR+=	gnome-control-center
 SUBDIR+=	gnome-clipboard-daemon
+SUBDIR+=	gnome-control-center
 SUBDIR+=	gnome-core
 SUBDIR+=	gnome-do
 SUBDIR+=	gnome-jabber
@@ -1461,6 +1464,7 @@ SUBDIR+=	kitemmodels
 SUBDIR+=	kitemviews
 SUBDIR+=	kjobwidgets
 SUBDIR+=	klamav
+SUBDIR+=	klayout
 SUBDIR+=	kmymoney-devel
 SUBDIR+=	kmymoney-svn
 SUBDIR+=	kmymoney4
@@ -2138,6 +2142,7 @@ SUBDIR+=	opennurbs
 SUBDIR+=	opensc
 SUBDIR+=	openscep
 SUBDIR+=	opensips
+SUBDIR+=	openssh
 SUBDIR+=	opentracker-current
 SUBDIR+=	openttd-opengfx
 SUBDIR+=	openttd-openmsx
@@ -3766,6 +3771,7 @@ SUBDIR+=	segvcatch
 SUBDIR+=	semanticscuttle
 SUBDIR+=	send-pr
 SUBDIR+=	sendmailX
+SUBDIR+=	sent
 SUBDIR+=	serendipity
 SUBDIR+=	serlook
 SUBDIR+=	service
@@ -3948,6 +3954,7 @@ SUBDIR+=	talksoup
 SUBDIR+=	tamago-anthy
 SUBDIR+=	tamago-tsunagi
 SUBDIR+=	tardy
+SUBDIR+=	tarsnap-gui
 SUBDIR+=	task
 SUBDIR+=	taskcoach
 SUBDIR+=	tasks
@@ -3994,6 +4001,7 @@ SUBDIR+=	thcrut
 SUBDIR+=	theama
 SUBDIR+=	thepeg
 SUBDIR+=	threadweaver
+SUBDIR+=	thrift
 SUBDIR+=	tidy
 SUBDIR+=	tigervnc
 SUBDIR+=	tilda
diff --git a/tarsnap-gui/DESCR b/tarsnap-gui/DESCR
new file mode 100644
index 0000000..f8b402e
--- /dev/null
+++ b/tarsnap-gui/DESCR
@@ -0,0 +1,5 @@
+The Tarsnap graphical user interface desktop application is an open
+source cross-platform frontend to the popular Tarsnap backup service.
+
+The application uses the tarsnap command line client utilities to
+communicate with the Tarsnap service.
diff --git a/tarsnap-gui/Makefile b/tarsnap-gui/Makefile
new file mode 100644
index 0000000..36561e4
--- /dev/null
+++ b/tarsnap-gui/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	tarsnap-gui-0.8
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=Tarsnap/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/Tarsnap/tarsnap-gui
+COMMENT=	Cross-platform GUI for the Tarsnap backup service
+LICENSE=	2-clause-bsd
+
+DEPENDS+=	tarsnap-[0-9]*:../../sysutils/tarsnap
+
+USE_LIBTOOL=	yes
+USE_LANGUAGES=	c++
+INSTALLATION_DIRS=	bin
+
+do-configure:
+	cd ${WRKSRC} && ${QTDIR}/bin/qmake
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/tarsnap-gui ${DESTDIR}${PREFIX}/bin
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tarsnap-gui/PLIST b/tarsnap-gui/PLIST
new file mode 100644
index 0000000..80f1a26
--- /dev/null
+++ b/tarsnap-gui/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/tarsnap-gui
diff --git a/tarsnap-gui/distinfo b/tarsnap-gui/distinfo
new file mode 100644
index 0000000..e15838a
--- /dev/null
+++ b/tarsnap-gui/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tarsnap-gui-0.8.tar.gz) = 85c4bb94fcbb1821136bb26feea68c582c386d35
+RMD160 (tarsnap-gui-0.8.tar.gz) = 0179694f8feb182793f071e09c2682052c35b9a8
+SHA512 (tarsnap-gui-0.8.tar.gz) = 8fc8afdd8a53efc843c2c82cc4872a7156fff8964793e3a5a80430380598f752a1ae488012c54809e345bda34a2c6a0afaca5504223effe2e332825cbea2b359
+Size (tarsnap-gui-0.8.tar.gz) = 544066 bytes


Home | Main Index | Thread Index | Old Index