summaryrefslogtreecommitdiff
path: root/sysutils/backuppc4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/backuppc4: Add CPE informationBernhard Froehlich2021-09-301-1/+3
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 4.4.0Li-Wen Hsu2020-06-273-8/+11
| | | | | PR: 247454 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* sysutils/backuppc4: Update to 4.3.2Alexandre C. Guimarães2020-02-242-4/+4
| | | | | | PR: 244208 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: tcberner (mentor, implicit)
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
|
* sysutils/backuppc4: update to 4.3.1Steve Wills2019-07-162-5/+4
| | | | | PR: 239221 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* Switch default version of samba from 4.7 to 4.8Antoine Brodin2019-06-041-0/+1
| | | | With hat: portmgr
* sysutils/backuppc4: Update to 4.3.0Steve Wills2018-11-302-7/+6
| | | | | PR: 233628 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* Switch default version of samba to 4.7Antoine Brodin2018-09-011-0/+1
| | | | | | | Samba 4.6 will be discontinued in a few weeks Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16904
* Update sysutils/backuppc4 to 4.2.1Fernando Apesteguía2018-05-102-4/+4
| | | | | | | PR: 228061 Reported by: moiseev@mezonplus.ru (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15382
* Update to 4.2.0Kirill Ponomarev2018-04-093-6/+7
| | | | | | | Reorder USES PR: 227385 Submitted by: maintainer
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | other miscellaneous files that are not actually manual pages (part 2).
* sysutils/backuppc4: Update to 4.1.5Danilo G. Baio2018-01-093-7/+6
| | | | | | | | | | | Update WWW [1]. Changes: https://github.com/backuppc/backuppc/releases/tag/4.1.5 PR: 224109 [1] PR: 224076 Reported by: Zane C. Bowers-Hadley <vvelox@vvelox.net> [1] Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* Change default version of samba from 4.4 to 4.6Antoine Brodin2017-12-231-0/+1
| | | | | | Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529
* sysutils/backuppc4: Update to 4.1.4Danilo G. Baio2017-11-262-5/+4
| | | | | | | Changes: https://github.com/backuppc/backuppc/releases/tag/4.1.4 PR: 223871 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* sysutils/backuppc4: Fix pkg-messageDanilo G. Baio2017-06-262-1/+2
| | | | | | | | | Fix deprecated periodic variable name in pkg-message PR: 219980 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11262
* sysutils/backuppc4: Update to 4.1.3Danilo G. Baio2017-06-072-5/+5
| | | | | | | | | | | While here, removing `-[0-9]*` from CONFLICTS Changes: https://github.com/backuppc/backuppc/releases/tag/4.1.3 PR: 219816 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11079
* sysutils/backuppc, sysutils/backuppc4: Add GitHub to MASTER_SITESDanilo G. Baio2017-06-061-1/+2
| | | | | | | | | | Not using the Github framework on purpose for getting the same release file hosted on Github and Sourceforge. PR: 219653 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11046
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-051-8/+3
| | | | With hat: perl
* sysutils/backuppc4: Update to 4.1.2Danilo G. Baio2017-05-312-6/+6
| | | | | | | | | Changes: https://github.com/backuppc/backuppc/releases/tag/4.1.2 PR: 219020 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10978
* - Add a port of the 4.x series of BackupPCVsevolod Stakhov2017-04-249-0/+370
BackupPC is a fast, enterprise-grade backup system. It provides a web-based user interface. It supports several platforms (Unix-like, Windows, MacOSX) to backup to a disk-based storage. No client-side software is necessary, as the BackupPC server uses several protocols (smb, rsync, tar and ftp) native to the client OS. File-level deduplication combined with optional compression minimizes the disk space needed to store the backups and disk I/O and enables synthetic backups to reduce network traffic. BackupPC is not a block-level backup system but performs file-based backup and restore. Thus it is not suitable for backup of disk images or raw disk partitions. BackupPC supports laptop environments with clients on dynamic IP addresses (DHCP) not always connected to the network. WWW: http://backuppc.sourceforge.net/ Users of the sysutils/backuppc port should read http://backuppc.sourceforge.net/BackupPC-4.0.0.html#BackupPC-4.0 PR: 217638 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru>