aboutsummaryrefslogtreecommitdiff
path: root/sysutils/burp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some FreeBSD.org case of bad case.Mathieu Arnold2017-05-041-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440110
* Maintainer no longer wishes to maintain.Larry Rosenman2017-04-151-1/+1
| | | | | | | | | | | | Thanks to Loic for adding this port, and maintaining it for 2+ years. PR: 218676 Submitted by: loic-freebsd@loicp.eu Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10404 Notes: svn path=/head/; revision=438596
* - Update librsync to 2.0.0 and move to net/librsync2.Bryan Drewery2017-01-241-1/+1
| | | | | | | | | | | | This is ABI-compatible with 1.0.0, but due to an accident upstream with releasing 1.0.1 with a reversed shlib version, they released 2.0.0 with only a restoration of the shlib version of 2. Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> Notes: svn path=/head/; revision=432379
* sysutils/burp: document SSL requirementJohn Marino2016-09-101-1/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421662
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* sysutils/burp: add port options and update rc scriptBartek Rutkowski2016-05-122-14/+45
| | | | | | | | | | | - Add IPv6 port option - Replace rc script with upstream one PR: 208861 Submitted by: Loic Pefferkorn <loic-freebsd@loicp.eu> (maintainer) Notes: svn path=/head/; revision=415055
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Configure PORTSCOUT to only look for stable versions.Raphael Kubo da Costa2016-02-281-0/+2
| | | | | | | | PR: 206827 Submitted by: loic-freebsd@loicp.eu (maintainer) Notes: svn path=/head/; revision=409787
* sysutils/burp: document ncurses requirement (USES+=ncurses)John Marino2016-02-031-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408001
* Burp is a backup and restore program.Dmitry Marakasov2015-12-295-0/+106
It uses librsync in order to save on the amount of space that is used by each backup. It also uses VSS (Volume Shadow Copy Service) to make snapshots when backing up Windows computers. WWW: http://burp.grke.org/ PR: 204267 Submitted by: loic-freebsd@loicp.eu Notes: svn path=/head/; revision=404773