Bug 107939 - New port: sysutils/endian Report endianness of the system
Summary: New port: sysutils/endian Report endianness of the system
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 03:10 UTC by Jason Bacon
Modified: 2007-01-15 14:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.52 KB, text/plain)
2007-01-15 03:10 UTC, Jason Bacon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Bacon 2007-01-15 03:10:13 UTC
	Report the endianness of the system via standard output and exit
	value.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-15 08:10:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-15 14:34:53 UTC
miwi        2007-01-15 14:34:45 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/endian      Makefile distinfo pkg-descr 
  Log:
  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
  
  Revision  Changes    Path
  1.883     +1 -0      ports/sysutils/Makefile
  1.1       +27 -0     ports/sysutils/endian/Makefile (new)
  1.1       +3 -0      ports/sysutils/endian/distinfo (new)
  1.1       +5 -0      ports/sysutils/endian/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-15 14:35:27 UTC
State Changed
From-To: open->closed

New port added. Thanks!