write thirty years ago.
So far, it includes the following utilities:
- sponge: soak up standard input and write to a file
- ifne: run a program if the standard input is not empty
- vidir: edit a directory in your text editor
- vipe: insert a text editor into a pipe
- ts: timestamp standard input
- combine: combine the lines in two files using boolean operations
- pee: tee standard input to pipes
- zrun: automatically uncompress arguments to command
- mispipe: pipe two commands, returning the exit status of the first
- isutf8: check if a file or standard input is utf-8
- lckdo: execute a program with a lock held
WWW: http://kitenet.net/~joey/code/moreutils/
PR: ports/135869
Submitted by: Charlie Kester <corky1951@comcast.net>
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
Apparently the whole tarball was re-rolled to add a check for Solaris 11 and above.
webmin-1.480/web-lib-funcs.pl:
< $gconfig{'os_type'} eq 'solaris' ||
---
> $gconfig{'os_type'} eq 'solaris' &&
> $gconfig{'os_version'} >= 11 ||
PR: ports/135635
Submitted by: Jim <jwagner at graffadmin.com>
has a patch but that causes coredumps. The second (ports/135621) has not
been tested yet but the port should still be marked as broken until a
proper fix is put in place.
PR: ports/135285
Submitted by: David Naylor <naylor.b.david@gmail.com>
Approved by: maintainer timeout
- The 3.x line of bacula does not work with 2.x so these ports exist for
those who can not upgrade to 3.x. Besides security/infrastructure fixes
this port is not likely to see any functional upgrades.
- The bacula-*-devel ports will be updated to a 3.1 release when it
is available.
PR: ports/135580
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by: dvl (old maintainer)
Thanks to: miwi for build-testing
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
avoid a assigning endp to the end of the buffer then realloc()ing
the buffer to a different location. 'cmdwatch ps ruaxww' failed
consistently due to this bug.
- Bump PORTREVISION.
Submitted by: brian@ (via private mail)
Approved by: miwi (mentor, implicit)