| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395960
|
|
|
|
| |
Notes:
svn path=/head/; revision=373038
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
2: use options helper to handle PORTDOCS.
Approved by: portmgr@ (blanket approval)
Notes:
svn path=/head/; revision=359774
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
|
| |
PR: ports/177567
Submitted by: Tim Daneliuk <tbku@tundraware.com> (maintainer)
Notes:
svn path=/head/; revision=317331
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
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
|