mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to 1.2.0
- Re-order LICENSE/RUN_DEPENDS to make portlint happy - Remove useless CPPFLAGS from CONFIGURE_ENV - Add missing dependency to shells/bash (for grsync-batch) - Re-format pkg-descr
This commit is contained in:
parent
8cc9509252
commit
4eb8a4d319
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280514
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= grsync
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.opbyte.it/release/ \
|
||||
LOCAL/martymac
|
||||
@ -15,10 +14,11 @@ MASTER_SITES= http://www.opbyte.it/release/ \
|
||||
MAINTAINER= martymac@FreeBSD.org
|
||||
COMMENT= GTK frontend for rsync
|
||||
|
||||
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
|
||||
bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USE_GNOME= gtk20 desktopfileutils
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
@ -27,7 +27,7 @@ INSTALLS_ICONS= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
@ -39,6 +39,8 @@ PLIST_SUB+= NLS="@comment "
|
||||
MAN1= grsync.1 grsync-batch.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
||||
${WRKSRC}/src/grsync-batch
|
||||
.if defined(WITHOUT_NLS)
|
||||
@${REINPLACE_CMD} 's/^ALL_LINGUAS=.*/ALL_LINGUAS=""/' \
|
||||
${WRKSRC}/configure
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (grsync-1.1.1.tar.gz) = ea0d1cf4a25dc7d03f7d305cbab75757541f66b46844321a9630c32dcad30c39
|
||||
SIZE (grsync-1.1.1.tar.gz) = 283339
|
||||
SHA256 (grsync-1.2.0.tar.gz) = 91bf09fe7d217e7f138de89cdc3a8464766aa4ebdb7e32c5ac70fadefff28f1f
|
||||
SIZE (grsync-1.2.0.tar.gz) = 297433
|
||||
|
@ -1,9 +1,9 @@
|
||||
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.
|
||||
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.
|
||||
|
||||
WWW: http://www.opbyte.it/grsync
|
||||
|
@ -12,9 +12,11 @@ share/pixmaps/grsync.png
|
||||
%%NLS%%share/locale/es_ES/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/fr_FR/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/gl_ES/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/it_IT/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/nb_NO/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/nl_NL/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/ru_RU/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/sv_SE/LC_MESSAGES/grsync.mo
|
||||
%%NLS%%share/locale/tr_TR/LC_MESSAGES/grsync.mo
|
||||
@ -31,6 +33,8 @@ share/pixmaps/grsync.png
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO
|
||||
%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/it_IT
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
%%NLS%%@dirrmtry share/locale/gl_ES/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/gl_ES
|
||||
%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user