Port details |
- rdup Tool to generate (incremental) backup file list
- 1.1.15_2 sysutils
=2 1.1.15_2Version of this port present on the latest quarterly branch. - Maintainer: rm@FreeBSD.org
 - Port Added: 2009-06-19 05:30:07
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: lsof, gitolite, bsdstats, nagios-check_email_delivery
- License: GPLv3
- Description:
- rdup is an utility inspired by rsync and the Plan9 way of doing backups.
rdup itself does not backup anything; it only prints a list of the names
of files that have changed since the last backup. It also handles files
that are removed, allowing for correct incremental backups.
An example script named rdup-simple is included to show how to implement
a simple snapshot-style backup strategy.
WWW: https://github.com/miekg/rdup
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/rdup/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rdup
- pkg install rdup
- PKGNAME: rdup
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1496752813
SHA256 (miekg-rdup-1.1.15_GH0.tar.gz) = 787b8c37e88be810a710210a9d9f6966b544b1389a738aadba3903c71e0c29cb
SIZE (miekg-rdup-1.1.15_GH0.tar.gz) = 333646
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Library dependencies:
-
- libpcre.so : devel/pcre
- libnettle.so : security/nettle
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libarchive.so.13 : archivers/libarchive
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_rdup
- USES:
- autoreconf gmake gnome libarchive pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.1.15_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 May 2020 10:51:33
1.1.15_2
|
sunpoet  |
Bump PORTREVISION for security/nettle shlib change |
08 Nov 2019 13:11:05
1.1.15_1
|
tobik  |
sysutils: Add missing USES={gnome,mate,php} |
09 Jul 2019 17:13:07
1.1.15_1
|
sunpoet  |
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1] |
06 Jun 2017 16:18:17
1.1.15
|
mat  |
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight |
07 Jan 2017 01:07:55
1.1.15
|
adamw  |
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow. |
18 Apr 2016 17:58:46
1.1.15
|
rm  |
sysutils/rdup: unbreak |
17 Apr 2016 21:48:22
1.1.15
|
rm  |
sysutils/rdup: update to 1.1.15 |
01 Apr 2016 14:25:18
1.1.14_3
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
19 Jul 2015 22:04:45
1.1.14_3
|
bapt  |
Enforce libarchive from ports
This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd |
22 Jun 2014 20:11:54
1.1.14_2
|
tijl  |
- Add USES=libtool to archivers/libarchive.
- Bump PORTREVISION on dependent ports. |
05 Apr 2014 14:49:14
1.1.14_1
|
rm  |
sysutils/rdup: update master site
- update master site
- use modern syntax in LIB_DEPENDS
- replace USE_BZIP2 with USES
- move package files to pkg-plist
- remove NO_STAGE
PR: 187698
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> |
20 Sep 2013 23:06:00
1.1.14_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
27 Jul 2013 17:08:56
1.1.14_1
|
danfe  |
- Unbreak parallel builds (-jX) by fixing targets' dependencies
- Define LICENSE (GPLv3), improve on COMMENT
- Convert USE_GMAKE to USES (gmake)
- Drop GNU_CONFIGURE, USE_AUTOTOOLS implies it
- Reformat port description (now perfectly aligned on both sides)
Reported by: pointyhat-west |
23 Apr 2013 14:20:28
1.1.14_1
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
23 Mar 2013 18:20:14
1.1.14_1
|
rm  |
- do not treat warnings as erorrs to make it build against current version
of libarchive
- bump PORTREVISION (shared lib version chase)
Submitted by: glewis (by mail) |
08 Mar 2013 10:51:36
1.1.14
|
kwm  |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
22 Jan 2013 07:09:46
1.1.14
|
rm  |
- update to 1.1.14
- trim Makefile header
- remove indefinite article from COMMENT
- remove unneeded patch |
10 Dec 2012 19:11:12
1.1.12_1 
|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
31 Jan 2012 16:25:20
1.1.12
|
rm  |
- update to 1.1.12 |
10 Nov 2011 22:20:18
1.1.11_1
|
rm  |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
25 Sep 2011 15:21:48
1.1.11_1
|
crees  |
Forced commit to note that although the referenced PR removed the CONFIGURE_ENV
line, amdmi3 had in fact got there first. All other changes in the PR were
committed, but didn't touch the Makefile.
PR: ports/161003 |
25 Sep 2011 15:17:18
1.1.11_1
|
crees  |
- Fix clang build [1]
- Break line at 80 chars in pkg-descr
- Remove LDFLAGS from CONFIGURE_ENV
PR: ports/161003
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), Michel
Talon <talon@lpthe.jussieu.fr> [1] |
23 Sep 2011 22:26:39
1.1.11_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
02 May 2011 20:12:44
1.1.11_1
|
glarkin  |
- Assign maintainership to new volunteer
Requested by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports ML) |
27 Apr 2011 19:02:44
1.1.11_1
|
johans  |
Bump PORTREVERSION to chase nettle shlib update |
27 Apr 2011 01:56:47
1.1.11
|
dougb  |
By Maintainer's request, toss these ports back into the pool |
26 Feb 2011 11:33:37
1.1.11
|
culot  |
- Update to 1.1.11
PR: ports/155043
Submitted by: Charlie Kester <corky1951 AT comcast.net> (maintainer) |
23 Dec 2010 16:12:23
1.1.10
|
wxs  |
Update to 1.1.10
PR: ports/153290
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
04 Dec 2010 07:34:27
1.1.8
|
ade  |
Sync to new bsd.autotools.mk |
25 Oct 2010 14:07:08
1.1.8
|
wen  |
- Update to 1.1.8
PR: ports/151702
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
16 Oct 2010 11:52:47
1.1.7_1
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
1.1.7_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
30 Jun 2010 11:42:35
1.1.7
|
sylvio  |
- Update to 1.1.7
PR: ports/148198
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Feature safe: yes |
14 Apr 2010 00:42:07
1.1.4
|
amdmi3  |
- Update to 1.1.4
PR: 145588
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
15 Mar 2010 07:10:46
1.1.2
|
wen  |
- Update to 1.1.2
PR: ports/144753
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
04 Mar 2010 12:20:09
1.1.1
|
amdmi3  |
- Update to 1.1.1
PR: 144438
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Feature safe: yes |
02 Dec 2009 13:48:23
1.0.2
|
miwi  |
- Update to 1.0.2
PR: 139485
Submitted by: Charlie Kester <corky1951@comcast.net> (Maintainer) |
22 Aug 2009 00:35:32
1.0.0 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
05 Jul 2009 15:59:04
1.0.0
|
miwi  |
- Fix patches |
04 Jul 2009 19:30:52
1.0.0
|
miwi  |
- Fix build with HEAD
- Makefile cleanup
PR: 136208
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
19 Jun 2009 05:29:46
1.0.0
|
miwi  |
rdup is a utility inspired by rsync and the Plan9 way of doing backups.
rdup itself does not backup anything; it only prints a list of the names of
files that have changed since the last backup. It also handles files that are
removed, allowing for correct incremental backups.
Example scripts that implement a backup strategy are included.
(These scripts require GNU date and cp, which are not installed by
this FreeBSD port.)
WWW: http://miek.nl/projects/rdup
PR: ports/135532
Submitted by: corky1951 at comcast.net |