or more machines. A job is typically a single command or a small
script that has to be run for each of the lines in the input. The
typical input is a list of files, a list of hosts, a list of users, or
a list of tables.
If you use xargs today you will find GNU Parallel very easy to use. If
you write loops in shell, you will find GNU Parallel may be able to
replace most of the loops and make them run faster by running jobs in
parallel. If you use ppss or pexec you will find GNU Parallel will
often make the command easier to read.
GNU Parallel also makes sure output from the commands is the same
output as you would get had you run the commands sequentially. This
makes it possible to use output from GNU Parallel as input for other
programs.
WWW: http://www.gnu.org/software/parallel/
PR: ports/150846
Submitted by: Chris Howey <howeyc at gmail.com>
WinXX and MacOSX PCs and laptops to a server's disk.
BackupPC is highly configurable and easy to install and maintain.
PR: ports/149907
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
- GCC 4.4+ build (#elif with no expression)
- use ENABLE_VGA16FB on amd64 (configure-script expects x86_64)
and
- move libiconv, libpng and gnu-unifont to respective options.
All ON by default. With all options unset = empty all-depends-list.
Requested by: paradox <ddkprog@yahoo.com>
[1] This should reduce build time and lessen dependencies with little
cost of maintaining more clear BSDmakefile and config.h that
were based on Makefile.am, configure.in and config.h.in.
Fix png14 regression
Use PREFIX in man pages, config, pkg-message
and drop redundant PKGMESSAGE assign as well
Re-adding ONLY_FOR_ARCHS that was removed by lippe@ in r1.5 because
while it builds fine the package may not work on archs without VESA support.
All options are ON in order for package to work with default configuration.
Tested building with BSDmakefile a bit on NetBSD and using
devel/bmake port. Perhaps, it can be included upstream.
PR: ports/139107 (bsdmake), ports/146230 (png14), ports/146271 (PREFIX)
ports/150759 [this pr]
Submitted by: Anonymous <swell.k@gmail.com>
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
- This version specifies the full path to the zfs binary (ie. /sbin/zfs)
PR: ports/150758
Submitted by: Aldis Berjoza <aldis at bsdroot.lv> (maintainer)
- Change default DVD device from cd0 to acd0 since this seems to be more
commonly used and the error I was getting earlier with acd0 was due to
wrong device permissions
- Remove pkg-message.in due to the above
- Bump PORTREVISION
environment as done by the release building scripts. The former causes
some targets in the Makefiles of the port to be overridden and the later
is added to the default COMPILE.c variable by gmake. Arguably the release
building scripts should be fixed to not set TARGET and TARGET_ARCH when
compiling the cdrtools port in case of a cross-release but for reasons
beyond me this just worked with cdrtools 2.01
Approved by: netchild
WXCONSOLE is no longer active maintained and has no concept of access
right management, bacula-bat it the replacement.
Approved by: Dan Langille (maintainer) glarkin (mentor)
Feature safe: yes
ftp://ftp.berlios.de/pub/cdrecord/AN-3.00
Note that this breaks and obsoletes sysutils/cdrtools-cjk as mkisofs now
employs iconv for character conversion. Consequently USE_CDRTOOLS=cjk and
USE_CDRTOOLS together with WITH_CJK are now defunct and bsd.port.mk is
expected to be updated by portmgr@ accordingly (PR 150362).
PR: 127608, 149644
Approved by: netchild