Port details |
- endian Report endianness of a system
- 1.1_1 sysutils =2 1.1_1Version of this port present on the latest quarterly branch.
- Maintainer: jwb@FreeBSD.org
- Port Added: 2007-01-15 14:35:59
- Last Update: 2024-03-22 10:39:41
- Commit Hash: 2e3545e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- Description:
- Endian reports the endianness to the standard output as "little",
"big", or "mixed". As there is no standard terminology for the various
possible mixed modes, and very few such machines even exist, endian
does not distinguish between various mixed modes.
- ¦ ¦ ¦ ¦
- 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/sysutils/endian/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/endian
- pkg install endian
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: endian
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (endian-1.1.tar.xz) = 490183dc9466d97f8ca4a6b03c3823a73efbf8686c1c2023c7978ce5f2aa8603
SIZE (endian-1.1.tar.xz) = 2912
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- science/afni
Configuration Options:
- No options to configure
- Options name:
- sysutils_endian
- USES:
- tar:xz
- 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 |
1.1_1 22 Mar 2024 10:39:41 |
Nuno Teixeira (eduardo) |
sysutils/endian: Move man pages to share/man
Approved by: portmgr (blanket) |
1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 31 Jan 2018 01:07:08 |
jwb |
Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14128 |
1.1 11 Dec 2015 08:48:57 |
miwi |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
1.1 08 Oct 2015 15:12:22 |
olgeni |
Remove trailing whitespace from Makefiles, M-X. |
1.1 28 Jun 2014 04:15:58 |
danilo |
- Update from 1.0 to 1.1
- Update MASTER_SITES
- Add LICENSE
PR: ports/191438
Submitted by: jwbacon@tds.net |
1.0 26 Jun 2014 16:35:22 |
vanilla |
Stagify.
Approved by: portmgr@ (blanket approval) |
1.0 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.0 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0 19 Jun 2009 20:06:31 |
linimon |
Update maintainer's email address. Had already been done for his
other ports. |
1.0 18 Apr 2007 19:53:57 |
itetcu |
Remove 4.x support.
PR: ports/111769
Submitted by: Marcelo Araujo (araujo@bsdmail.org)
Approved by: maintainer |
1.0 15 Jan 2007 14:34:45 |
miwi |
Endian reports the endianness to the standard output as "little",
"big", or "mixed". As there is no standard terminology for the various
possible mixed modes, and very few such machines even exist, endian
does not distinguish between various mixed modes. Report endianness
of a system.
PR: ports/107939
Submitted by: bacon at smithers.neuro.mcw.edu |