mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
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
This commit is contained in:
parent
f5c3524f04
commit
86455d5a2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182419
@ -156,6 +156,7 @@
|
||||
SUBDIR += eiciel
|
||||
SUBDIR += eject
|
||||
SUBDIR += empower
|
||||
SUBDIR += endian
|
||||
SUBDIR += enteruser
|
||||
SUBDIR += env4801
|
||||
SUBDIR += epylog
|
||||
|
27
sysutils/endian/Makefile
Normal file
27
sysutils/endian/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: endian
|
||||
# Date created: 3 Jan 2006
|
||||
# Whom: bacon@smithers.neuro.mcw.edu
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= endian
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/ \
|
||||
http://bacon.is-a-geek.org/~bacon/Ports/distfiles/
|
||||
|
||||
MAINTAINER= bacon@smithers.neuro.mcw.edu
|
||||
COMMENT= Report endianness of a system
|
||||
|
||||
MAN1= endian.1
|
||||
|
||||
PLIST_FILES= bin/endian
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
sysutils/endian/distinfo
Normal file
3
sysutils/endian/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (endian-1.0.tar.gz) = 83407de0ce534c2be774caca4ae9230c
|
||||
SHA256 (endian-1.0.tar.gz) = ec0e3b8f7bb1920a0d4f24223d613acecdc4c1cb9d69e930b794d19b54135e41
|
||||
SIZE (endian-1.0.tar.gz) = 2942
|
5
sysutils/endian/pkg-descr
Normal file
5
sysutils/endian/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user