aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tbku
Commit message (Collapse)AuthorAgeFilesLines
* Fix bunch of ports by TundraWare, which share a common set of problemsDmitry Marakasov2018-02-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | - Add LICENSE It explicitly requires user agreement (thus no-auto-accept) and forbids distribution for a fee `beyond reasonable duplication charges` which is too vague I don't think can be guaranteed in any case (thus no-*-sell) tdir port uses another variant of license, which also forbids modification, and since the port requires shebangfix and Makefile patching, also mark it no-pkg-mirror and BROKEN. - Don't install licenses with documentation, since our license framework already handles this - Fix python shebangs - Limit python version to 2.7, as no port is compatible with python3 - Add NO_ARCH - User options targets helpers - Simplify installation in a few cases Approved by: portmgr blanket Notes: svn path=/head/; revision=462320
* Update to 1.120Jason E. Hale2016-12-083-5/+6
| | | | | | | | | | | | While here: Remake patches with 'make makepatch" PR: 214324 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Approved by: <tbku@tundraware.com> (maintainer) Notes: svn path=/head/; revision=428161
* - Switch to options helpersDmitry Marakasov2015-09-031-6/+4
| | | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=395960
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* 1: Stagify.Vanilla I. Shu2014-06-292-4/+19
| | | | | | | | | 2: use options helper to handle PORTDOCS. Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=359774
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Update to 1.117.Raphael Kubo da Costa2013-05-042-3/+3
| | | | | | | | PR: ports/177567 Submitted by: Tim Daneliuk <tbku@tundraware.com> (maintainer) Notes: svn path=/head/; revision=317331
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* tbku is a utility script for producing "tarball" backups of some- orMartin Wilke2008-04-264-0/+65
all of your files. It is useful both for producing incremental backups or for systemwide images or "snapshots". The script can be run either from the command line or, more typically, as a cron job to automate system backup tasks. The central benefit of using 'tbku' over hand written tar commands is that 'tbku' is "table driven". You specify the set of files to back up in a table (a separate file). You can have as many of these "filesets" as you wish, corresponding to different kinds of backups you want done. 'tbku' will do backups automatically or manually, based on the name of the "fileset". This considerably simplifies automating backups, keeping backup logs, and generally maintaining an orderly backup environment. 'tbku' can also be used to capture system images which can then later be used to (re)provision other machines. PR: ports/121916 Submitted by: Tim Daneliuk <tbku@tundraware.com> Notes: svn path=/head/; revision=212040