[37053] trunk/dports/sysutils

ram at macports.org ram at macports.org
Sat May 24 13:08:58 PDT 2008


Revision: 37053
          http://trac.macosforge.org/projects/macports/changeset/37053
Author:   ram at macports.org
Date:     2008-05-24 13:08:56 -0700 (Sat, 24 May 2008)

Log Message:
-----------
sysutils/endian: new port, closes #15422

Added Paths:
-----------
    trunk/dports/sysutils/endian/
    trunk/dports/sysutils/endian/Portfile

Added: trunk/dports/sysutils/endian/Portfile
===================================================================
--- trunk/dports/sysutils/endian/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/endian/Portfile	2008-05-24 20:08:56 UTC (rev 37053)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem	1.0
+
+name		endian
+version		1.0
+categories	sysutils
+maintainers	tds.net:jwbacon
+platforms	darwin
+description	Report endianness of a system.
+long_description	Accurately determine the endianness of a system by placing a longword into memory and checking the order of the bytes at that address.
+homepage	http://personalpages.tds.net/~jwbacon/Ports/
+master_sites	${homepage}/distfiles/ \
+		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
+use_configure	no
+destroot	{
+	xinstall -d -m 0755 ${destroot}${prefix}/bin
+	xinstall -d -m 0755 ${destroot}${prefix}/share/man/man1
+	xinstall -m 0555 ${worksrcpath}/endian ${destroot}${prefix}/bin
+	xinstall -m 0444 ${worksrcpath}/endian.1 ${destroot}${prefix}/share/man/man1
+}
+checksums	md5 83407de0ce534c2be774caca4ae9230c \
+		sha1 e983fba4bb564d834d0147d08e439eacdb5a3fa5 \
+		rmd160 275bfdad00049030016c4828b121acfecd935ae1


Property changes on: trunk/dports/sysutils/endian/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080524/cedce56f/attachment-0001.htm 


More information about the macports-changes mailing list