Grsync is a GUI (Graphical User Interface) for rsync, the commandline
directory synchronization tool. It makes use of the GTK libraries and is released under the GPL license, so it is opensource. It is in beta stage and doesn't support all of rsync features, but can be effectively used to synchronize local directories. For example some people use grsync to synchronize their music collection with removable devices or to backup personal files to a networked drive.
This commit is contained in:
parent
5cfed872af
commit
ac4a1fd415
4 changed files with 41 additions and 0 deletions
7
grsync/DESCR
Normal file
7
grsync/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Grsync is a GUI (Graphical User Interface) for rsync, the commandline
|
||||
directory synchronization tool. It makes use of the GTK libraries and
|
||||
is released under the GPL license, so it is opensource. It is in beta
|
||||
stage and doesn't support all of rsync features, but can be effectively
|
||||
used to synchronize local directories. For example some people use grsync
|
||||
to synchronize their music collection with removable devices or to backup
|
||||
personal files to a networked drive.
|
18
grsync/Makefile
Normal file
18
grsync/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/10/04 10:09:40 ondratu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= grsync-0.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.opbyte.it/release/
|
||||
|
||||
MAINTAINER= pkgsrc@blackmouse.biz
|
||||
HOMEPAGE= http://www.opbyte.it/grsync/
|
||||
COMMENT= Grsync is a GUI (Graphical User Interface) for rsync
|
||||
|
||||
USE_TOOLS+= msgfmt pkg-config
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
grsync/PLIST
Normal file
11
grsync/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/04 10:09:40 ondratu Exp $
|
||||
bin/grsync
|
||||
man/man1/grsync.1
|
||||
share/applications/grsync.desktop
|
||||
share/locale/fr_FR/LC_MESSAGES/grsync.mo
|
||||
share/locale/it_IT/LC_MESSAGES/grsync.mo
|
||||
share/locale/nb_NO/LC_MESSAGES/grsync.mo
|
||||
share/locale/nl_NL/LC_MESSAGES/grsync.mo
|
||||
share/locale/sv_SE/LC_MESSAGES/grsync.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/grsync.mo
|
||||
share/pixmaps/grsync.png
|
5
grsync/distinfo
Normal file
5
grsync/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/10/04 10:09:40 ondratu Exp $
|
||||
|
||||
SHA1 (grsync-0.5.tar.gz) = 0f9d3813c3dab22be1679ad215464bd682b97bfa
|
||||
RMD160 (grsync-0.5.tar.gz) = 8b6adf808c5fc6a21cdcddff6148dca99e2ee092
|
||||
Size (grsync-0.5.tar.gz) = 153560 bytes
|
Loading…
Reference in a new issue