Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2007 14:44:15 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115785: [New port] net/grsync - A GTK frontend for rsync(1)
Message-ID:  <200708241444.l7OEiFNO020366@www.freebsd.org>
Resent-Message-ID: <200708241450.l7OEo13L083195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115785
>Category:       ports
>Synopsis:       [New port] net/grsync - A GTK frontend for rsync(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 14:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        6.2-STABLE
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 6.2-STABLE FreeBSD 6.2-STABLE #2: Thu Aug  9 18:57:31 CEST 2007     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
>From the author's website:

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 doesn't support all of rsync features, but can be
effectively used to synchronize local directories and supports
remote targets in a limited way (read: manual). For example some
people use grsync to synchronize their music collection with
removable devices or to backup personal files to a networked drive.

Author: info@opbyte.it
WWW: http://www.opbyte.it/grsync
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	grsync
#	grsync/files
#	grsync/files/patch-gmsgfmt
#	grsync/Makefile
#	grsync/distinfo
#	grsync/pkg-descr
#	grsync/pkg-plist
#
echo c - grsync
mkdir -p grsync > /dev/null 2>&1
echo c - grsync/files
mkdir -p grsync/files > /dev/null 2>&1
echo x - grsync/files/patch-gmsgfmt
sed 's/^X//' >grsync/files/patch-gmsgfmt << 'END-of-grsync/files/patch-gmsgfmt'
X--- po/Makefile.in.in.orig	2007-08-24 08:59:20.000000000 +0200
X+++ po/Makefile.in.in	2007-08-24 09:00:18.000000000 +0200
X@@ -34,7 +34,7 @@
X datarootdir = @datarootdir@
X libdir = @libdir@
X DATADIRNAME = @DATADIRNAME@
X-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
X+itlocaledir = $(prefix)/share/locale
X subdir = po
X install_sh = @install_sh@
X # Automake >= 1.8 provides @mkdir_p@.
X@@ -44,7 +44,7 @@
X INSTALL = @INSTALL@
X INSTALL_DATA = @INSTALL_DATA@
X 
X-GMSGFMT = @GMSGFMT@
X+GMSGFMT = @INTLTOOL_MSGFMT@
X MSGFMT = @MSGFMT@
X XGETTEXT = @XGETTEXT@
X INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
END-of-grsync/files/patch-gmsgfmt
echo x - grsync/Makefile
sed 's/^X//' >grsync/Makefile << 'END-of-grsync/Makefile'
X# New ports collection makefile for:	grsync
X# Date created:		24 August 2007
X# Whom:			Ganael Laplanche <ganael.laplanche@martymac.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	grsync
XPORTVERSION=	0.6
XCATEGORIES=	net
XMASTER_SITES=	http://www.opbyte.it/release/ \
X				${MASTER_SITE_LOCAL}
X
XMAINTAINER=	ganael.laplanche@martymac.com
XCOMMENT=	GTK frontend for rsync(1)
X
XRUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
X
XMANLANG=		""
XMANCOMPRESSED=	no
XMAN1=	grsync.1 grsync-batch.1
X
XUSE_GNOME=	gtk20
XUSE_GETTEXT=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
X.include <bsd.port.mk>
END-of-grsync/Makefile
echo x - grsync/distinfo
sed 's/^X//' >grsync/distinfo << 'END-of-grsync/distinfo'
XMD5 (grsync-0.6.tar.gz) = 1d5fa63fe80e4af893b7594ff55c6003
XSHA256 (grsync-0.6.tar.gz) = 7919602773c04c13b790713f1db04883138f7179b18b44068a3443f0ffac1c43
XSIZE (grsync-0.6.tar.gz) = 204566
END-of-grsync/distinfo
echo x - grsync/pkg-descr
sed 's/^X//' >grsync/pkg-descr << 'END-of-grsync/pkg-descr'
XFrom the author's website:
X
XGrsync is a GUI (Graphical User Interface) for rsync, the
Xcommandline directory synchronization tool. It makes use of the
XGTK libraries and is released under the GPL license, so it is 
Xopensource. It doesn't support all of rsync features, but can be
Xeffectively used to synchronize local directories and supports
Xremote targets in a limited way (read: manual). For example some
Xpeople use grsync to synchronize their music collection with
Xremovable devices or to backup personal files to a networked drive.
X
XAuthor: info@opbyte.it
XWWW: http://www.opbyte.it/grsync
END-of-grsync/pkg-descr
echo x - grsync/pkg-plist
sed 's/^X//' >grsync/pkg-plist << 'END-of-grsync/pkg-plist'
Xbin/grsync
Xbin/grsync-batch
Xshare/locale/nl_NL/LC_MESSAGES/grsync.mo
Xshare/locale/it_IT/LC_MESSAGES/grsync.mo
Xshare/locale/zh_CN/LC_MESSAGES/grsync.mo
Xshare/locale/fr_FR/LC_MESSAGES/grsync.mo
Xshare/locale/sv_SE/LC_MESSAGES/grsync.mo
Xshare/locale/nb_NO/LC_MESSAGES/grsync.mo
Xshare/locale/tr_TR/LC_MESSAGES/grsync.mo
Xshare/locale/ru_RU/LC_MESSAGES/grsync.mo
Xshare/applications/grsync.desktop
Xshare/pixmaps/grsync.png
END-of-grsync/pkg-plist
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708241444.l7OEiFNO020366>