Bug 124100 - [NEW PORT] textproc/fileshuffle: A filter for shuffling lines in a text file into random order
Summary: [NEW PORT] textproc/fileshuffle: A filter for shuffling lines in a text file ...
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 15:40 UTC by Greg Larkin
Modified: 2008-06-20 19:00 UTC (History)
1 user (show)

See Also:


Attachments
fileshuffle-0.1.shar (1.79 KB, text/plain)
2008-05-29 15:40 UTC, Greg Larkin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin 2008-05-29 15:40:01 UTC
shuffle, as its name implies, shuffles the lines of its input (either
standard input, or the named files) into random order. It is in a
sense the very inverse of sort(1)).

WWW:    http://www.eskimo.com/~scs/src/#shuffle


NOTE: The actual name of this tool is shuffle, but I changed it to
      fileshuffle to avoid conflict with the misc/shuffle port. The
      binary and man page are installed with the new name.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-29 15:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-06-20 18:57:02 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-20 18:57:14 UTC
miwi        2008-06-20 17:57:09 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/fileshuffle Makefile distinfo pkg-descr 
  Log:
  shuffle, as its name implies, shuffles the lines of its input (either
  standard input, or the named files) into random order. It is in a
  sense the very inverse of sort(1)).
  
  WWW:    http://www.eskimo.com/~scs/src/#shuffle
  
  PR:             ports/124100
  Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
  
  Revision  Changes    Path
  1.1241    +1 -0      ports/textproc/Makefile
  1.1       +25 -0     ports/textproc/fileshuffle/Makefile (new)
  1.1       +3 -0      ports/textproc/fileshuffle/distinfo (new)
  1.1       +5 -0      ports/textproc/fileshuffle/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"