Bug 152973 - [NEW PORT] sysutils/moreutils-parallel: split out from sysutils/moreutils
Summary: [NEW PORT] sysutils/moreutils-parallel: split out from sysutils/moreutils
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 23:00 UTC by Charlie Kester
Modified: 2010-12-16 16:40 UTC (History)
0 users

See Also:


Attachments
moreutils-parallel.shar (7.31 KB, text/plain)
2010-12-09 23:00 UTC, Charlie Kester
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kester 2010-12-09 23:00:24 UTC
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.
Comment 1 Charlie Kester 2010-12-09 23:10:19 UTC
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?
Comment 2 Charlie Kester 2010-12-09 23:48:45 UTC
Also, please change the COMMENT line in the Makefile to:

COMMENT=    Run programs in parallel
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-12-12 17:29:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I will take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-12-16 16:31:57 UTC
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"
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-12-16 16:35:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!