summaryrefslogtreecommitdiff
path: root/sysutils/rdup/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/rdup: update to 1.1.15Ruslan Makhmatkhanov2016-04-172-31/+18
| | | | Notes: svn path=/head/; revision=413543
* - Unbreak parallel builds (-jX) by fixing targets' dependenciesAlexey Dokuchaev2013-07-271-0/+13
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=323798
* - do not treat warnings as erorrs to make it build against current versionRuslan Makhmatkhanov2013-03-231-2/+11
| | | | | | | | | | of libarchive - bump PORTREVISION (shared lib version chase) Submitted by: glewis (by mail) Notes: svn path=/head/; revision=315063
* - update to 1.1.14Ruslan Makhmatkhanov2013-01-221-10/+0
| | | | | | | | | - trim Makefile header - remove indefinite article from COMMENT - remove unneeded patch Notes: svn path=/head/; revision=310806
* - update to 1.1.12Ruslan Makhmatkhanov2012-01-311-2/+2
| | | | Notes: svn path=/head/; revision=290181
* - Fix clang build [1]Chris Rees2011-09-251-0/+10
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=282371
* - Update to 1.1.7Sylvio Cesar Teixeira2010-06-302-120/+31
| | | | | | | | | PR: ports/148198 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257202
* - Update to 1.1.4Dmitry Marakasov2010-04-144-13/+209
| | | | | | | | PR: 145588 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=252662
* - Update to 1.1.2Wen Heping2010-03-151-8/+0
| | | | | | | | PR: ports/144753 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=251061
* - Update to 1.1.1Dmitry Marakasov2010-03-042-27/+3
| | | | | | | | | PR: 144438 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250551
* - Update to 1.0.2Martin Wilke2009-12-024-33/+39
| | | | | | | | PR: 139485 Submitted by: Charlie Kester <corky1951@comcast.net> (Maintainer) Notes: svn path=/head/; revision=245108
* - Fix patchesMartin Wilke2009-07-052-20/+11
| | | | Notes: svn path=/head/; revision=237176
* rdup is a utility inspired by rsync and the Plan9 way of doing backups.Martin Wilke2009-06-192-0/+57
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 Notes: svn path=/head/; revision=236270