aboutsummaryrefslogtreecommitdiff
path: root/games/fortune/tools
Commit message (Collapse)AuthorAgeFilesLines
* Final step of eliminating the "games" distribution: Merge src/gamesColin Percival2015-10-026-140/+0
| | | | | | | | | | | | (or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015 Notes: svn path=/head/; revision=288485
* fortune/tools/do_uniq.pyEitan Adler2015-04-021-27/+32
| | | | | | | | | | slight imporvements to do_uniq.py: - use with open() - don't depend on sys.argv directly - fix style Notes: svn path=/head/; revision=281007
* Make do_uniq work with python3Eitan Adler2012-10-221-6/+6
| | | | | | | | Approved by: cperciva MFC after: 3 days Notes: svn path=/head/; revision=241834
* An aggressive little script I used to trim out duplicate fortunes.Ruslan Ermilov2005-02-071-0/+63
| | | | Notes: svn path=/head/; revision=141477
* Fix bugs.Ruslan Ermilov2005-02-031-3/+5
| | | | | | | | | Due to one of the bugs (^C was the first character of each line when sorting), the -b option of sort(1) didn't take any effect, so stay bug-compatible, and remove the -b option. Notes: svn path=/head/; revision=141159
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-045-0/+70
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490