Port details |
- bogosort Sort (or not) stdin using the bogo-sort algorithm
- 0.4.2_3 misc
=3 0.4.2_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2000-09-16 02:15:36
- Last Update: 2024-02-24 19:54:29
- Commit Hash: 1014b03
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- License: not specified in port
- WWW:
- https://www.lysator.liu.se/~qha/bogosort/
- Description:
- Sort files or its standard input using the bogo-sort algorithm
described in the Jargon File <http://www.catb.org/~esr/jargon/>.
A quote from the Jargon File 'bogo-sort' entry:
...The archetypical perversely awful algorithm (as opposed to
_bubble sort_, which is merely the generic bad algorithm).
_Bogo-sort_ is equivalent to repeatedly throwing a deck of cards
in the air, picking them up at random, and then testing whether
they are in order. It serves as a sort of canonical example of
awfulness. Looking at a program and seeing a dumb algorithm, one
might say "Oh, I see, this program uses _bogo-sort_." Esp.
appropriate for algorithms with factorial or super-exponential
running time in the average case and probabilistically infinite
worst-case running time. Compare _bogus_, _brute force_,
_lasherism_...
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/bogosort/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/bogosort
- pkg install bogosort
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bogosort
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bogosort/0.4.2/bogosort.tar.gz) = bfd66ce866bb8935088873c52323a06997f627a209da1017491425d93e5510ef
SIZE (bogosort/0.4.2/bogosort.tar.gz) = 161628
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_bogosort
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.2_3 24 Feb 2024 19:54:29
![commit hash: 1014b03b75a38ab6f4eae7d7849746d2e1af1a75 commit hash: 1014b03b75a38ab6f4eae7d7849746d2e1af1a75](/images/git.png) ![commit hash: 1014b03b75a38ab6f4eae7d7849746d2e1af1a75 commit hash: 1014b03b75a38ab6f4eae7d7849746d2e1af1a75](/images/codeberg.svg) ![commit hash: 1014b03b75a38ab6f4eae7d7849746d2e1af1a75 commit hash: 1014b03b75a38ab6f4eae7d7849746d2e1af1a75](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
misc/bogosort: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.2_2 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.2_2 20 Jul 2022 14:22:28
![commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1](/images/git.png) ![commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1](/images/codeberg.svg) ![commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.4.2_2 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.4.2_2 10 Nov 2018 18:12:58
![Revision:484628 Revision:484628](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.4.2_1 11 May 2016 20:32:44
![Revision:415029 Revision:415029](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Prevent collision with getline(3) |
0.4.2_1 02 Mar 2015 23:36:36
![Revision:380307 Revision:380307](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove Author from pkg-descr and white space fixes |
0.4.2_1 17 Aug 2014 08:25:51
![Revision:365160 Revision:365160](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Return some ports I maintain to the pool. |
0.4.2_1 26 Sep 2013 03:18:22
![Revision:328332 Revision:328332](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove duplicate PLIST_FILES |
0.4.2_1 26 Sep 2013 03:17:37
![Revision:328331 Revision:328331](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Respect STAGEDIR |
20 Sep 2013 20:50:59
![Revision:327745 Revision:327745](/images/subversion.png)
|
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
0.4.2_1 16 Jul 2013 21:59:48
![Revision:323129 Revision:323129](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove now excess verbiage.
Reviewed by: bapt |
0.4.2_1 05 May 2013 02:01:00
![Revision:317392 Revision:317392](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove 'test' target which was a hand-written test, not running an upstream
vesion. |
0.4.2_1 24 Apr 2013 16:19:20
![Revision:316449 Revision:316449](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix formatting of WWW line for my ports |
0.4.2_1 08 Mar 2013 20:23:39
![Revision:313672 Revision:313672](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc) |
0.4.2_1 06 Oct 2012 14:35:46
![Revision:305369 Revision:305369](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Trim the headers in the ports I maintain. |
0.4.2_1 25 Feb 2012 14:42:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Take maintainership
Approved by: maintainer (implicit) |
0.4.2_1 19 Mar 2011 12:38:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get Rid MD5 support |
0.4.2_1 22 Jan 2006 12:59:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
0.4.2_1 01 Nov 2004 17:09:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu> |
0.4.2_1 11 Aug 2004 13:57:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
A whole lotta fixes:
- 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 :) |
0.4.2 31 Mar 2004 03:12:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify (maintainer timeout) |
0.4.2 14 Dec 2003 14:35:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.4.2. |
0.4.1 01 Mar 2003 13:04:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
sf ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
track ESR's page.
www.tuxedo.org -> www.catb.org |
0.4.1 19 Feb 2003 16:07:30
![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove pkg-comment files in my ports. |
0.4.1 06 Sep 2002 22:01:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to bogosort-0.4.1; Ulrik accepted my files/patch-bogosort.c fix,
thus rendering this patch superfluous. |
0.4.0 06 Sep 2002 09:08:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to bogosort-0.4.0, which includes fixes to the error handling and
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. |
0.3.3 24 Aug 2002 00:00:49
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Don't guess declarations for things in system headers. |
06 Aug 2001 21:33:44
![commit hash: fp1.16909@dev.null.freshports.org commit hash: fp1.16909@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.16909@dev.null.freshports.org commit hash: fp1.16909@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.16909@dev.null.freshports.org commit hash: fp1.16909@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.3. Remove the texinfo documentation patch - the author included
it in the official distribution. |
09 Jun 2001 13:26:50
![commit hash: fp1.14784@dev.null.freshports.org commit hash: fp1.14784@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.14784@dev.null.freshports.org commit hash: fp1.14784@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.14784@dev.null.freshports.org commit hash: fp1.14784@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.2. Although 0.3.2 contains part of my texinfo fixes, there's
still something to be desired - the author needs to re-read texinfo docs, and
note that menu entries start with a '*' character :) |
22 Nov 2000 10:20:14
![commit hash: fp1.6618@dev.null.freshports.org commit hash: fp1.6618@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.6618@dev.null.freshports.org commit hash: fp1.6618@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.6618@dev.null.freshports.org commit hash: fp1.6618@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
update my email address - roam@orbitel.bg -> roam@FreeBSD.org |
08 Oct 2000 05:01:16
![commit hash: fp1.4792@dev.null.freshports.org commit hash: fp1.4792@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4792@dev.null.freshports.org commit hash: fp1.4792@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4792@dev.null.freshports.org commit hash: fp1.4792@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
asami ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert category misc to new layout. |
16 Sep 2000 06:15:36
![commit hash: fp1.3922@dev.null.freshports.org commit hash: fp1.3922@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.3922@dev.null.freshports.org commit hash: fp1.3922@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.3922@dev.null.freshports.org commit hash: fp1.3922@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
will ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add bogosort 0.3.1, a program that sorts files (or stdin) using the bogo-sort
algorithm described in the Jargon File. |