aboutsummaryrefslogtreecommitdiff
path: root/misc/bogosort
Commit message (Collapse)AuthorAgeFilesLines
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380307
* Return some ports I maintain to the pool.Eitan Adler2014-08-171-1/+1
| | | | Notes: svn path=/head/; revision=365160
* Remove duplicate PLIST_FILESEitan Adler2013-09-261-1/+1
| | | | Notes: svn path=/head/; revision=328332
* Respect STAGEDIREitan Adler2013-09-261-3/+1
| | | | Notes: svn path=/head/; revision=328331
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=323129
* Remove 'test' target which was a hand-written test, not running an upstream ↵Eitan Adler2013-05-051-15/+0
| | | | | | | vesion. Notes: svn path=/head/; revision=317392
* Fix formatting of WWW line for my portsEitan Adler2013-04-241-1/+1
| | | | Notes: svn path=/head/; revision=316449
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-0/+2
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Trim the headers in the ports I maintain.Eitan Adler2012-10-061-5/+1
| | | | Notes: svn path=/head/; revision=305369
* Take maintainershipEitan Adler2012-02-251-1/+1
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=292218
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,Peter Pentchev2004-11-011-1/+1
| | | | | | | | | like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu> Notes: svn path=/head/; revision=120589
* A whole lotta fixes:Peter Pentchev2004-08-115-4/+60
| | | | | | | | | | | | | | - fix build with gcc-3.4; - fix sortedp.c and zbogotest to handle empty files properly; - add a 'test' target; - use INFO and PLIST_FILES and nuke pkg-plist. And yes, I know that adding HAVE_STRING_H to config.h.in is somewhat hackish; the proper fix - a string.h check in configure.in - is on its way to the bogosort developers :) Notes: svn path=/head/; revision=115921
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 0.4.2.Peter Pentchev2003-12-142-2/+2
| | | | Notes: svn path=/head/; revision=95786
* track ESR's page.FUJISHIMA Satsuki2003-03-011-1/+1
| | | | | | | www.tuxedo.org -> www.catb.org Notes: svn path=/head/; revision=76699
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* Update to bogosort-0.4.1; Ulrik accepted my files/patch-bogosort.c fix,Peter Pentchev2002-09-063-19/+2
| | | | | | | thus rendering this patch superfluous. Notes: svn path=/head/; revision=65744
* Update to bogosort-0.4.0, which includes fixes to the error handling andPeter Pentchev2002-09-064-20/+19
| | | | | | | | | printing routines, the problem originally found by Kris Kennaway. Unfortunately, the bogosort author did not quite apply the patch I sent, hence the need for the new files/patch-bogosort.c. Notes: svn path=/head/; revision=65720
* Don't guess declarations for things in system headers.Kris Kennaway2002-08-241-0/+18
| | | | Notes: svn path=/head/; revision=64929
* Update to 0.3.3.Peter Pentchev2001-08-063-15/+2
| | | | | | | | Remove the texinfo documentation patch - the author included it in the official distribution. Notes: svn path=/head/; revision=45899
* Update to 0.3.2. Although 0.3.2 contains part of my texinfo fixes,Peter Pentchev2001-06-093-11/+10
| | | | | | | | | | | there's still something to be desired - the author needs to re-read texinfo docs, and note that menu entries start with a '*' character :) PR: 27977 Submitted by: Patrick Li <pat@databits.net>, kris Notes: svn path=/head/; revision=43701
* update my email address - roam@orbitel.bg -> roam@FreeBSD.orgPeter Pentchev2000-11-221-1/+1
| | | | Notes: svn path=/head/; revision=35336
* Add bogosort 0.3.1, a program that sorts files (or stdin) using theWill Andrews2000-09-166-0/+63
bogo-sort algorithm described in the Jargon File. PR: 21290 Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=32676