aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rl
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-1/+0
|
* - Update website locationspav2011-01-162-2/+2
| | | | Feature safe: yes
* - Update to 0.2.7pav2008-07-272-4/+4
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 0.2.6pav2007-06-172-4/+4
|
* - Update to 0.2.5pav2006-11-012-4/+5
|
* - Add some SHA256spav2005-11-241-0/+1
|
* - Update MASTER_SITES, WWWpav2005-10-042-2/+2
| | | | Reported by: fenner's survey
* - Update to 0.2.4pav2005-06-062-4/+4
| | | | - Take maintainership, I just love this app
* Add rl, a command-line tool that reads lines from an input file or stdin,pav2004-06-233-0/+29
randomizes the lines and outputs a specified number of lines. It does this with only a single pass over the input while trying to use as little memory as possible. PR: ports/68182 Submitted by: David Sze <dsze@alumni.uwaterloo.ca>