sysutils/moreutils is a suite of programs, one of which conflicts with sysutils/parallel. In order to allow users to install the remainder of the suite alongside sysutils/parallel, I'm moving the conflicting program to this new port. This one uses the same distfile as sysutils/moreutils.
I forgot to fix up the Makefile header comments after I copied it from the original moreutils port. Will the committer please make the appropriate changes?
Also, please change the COMMENT line in the Makefile to: COMMENT= Run programs in parallel
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I will take it.
sunpoet 2010-12-16 16:31:52 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/moreutils-parallel Makefile distinfo pkg-descr sysutils/moreutils-parallel/files parallel.1 patch-Makefile patch-parallel.c Log: - Add moreutils-parallel 0.43 which was split from sysutils/moreutils PR: ports/152973 Submitted by: Charlie Kester <corky1951@comcast.net> Revision Changes Path 1.1254 +1 -0 ports/sysutils/Makefile 1.1 +33 -0 ports/sysutils/moreutils-parallel/Makefile (new) 1.1 +2 -0 ports/sysutils/moreutils-parallel/distinfo (new) 1.1 +105 -0 ports/sysutils/moreutils-parallel/files/parallel.1 (new) 1.1 +63 -0 ports/sysutils/moreutils-parallel/files/patch-Makefile (new) 1.1 +29 -0 ports/sysutils/moreutils-parallel/files/patch-parallel.c (new) 1.1 +10 -0 ports/sysutils/moreutils-parallel/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!