Revision: 60934 http://trac.macports.org/changeset/60934 Author: macsforever2000@macports.org Date: 2009-11-28 16:54:54 -0800 (Sat, 28 Nov 2009) Log Message: ----------- Added new port abgx360. (#21703) Added Paths: ----------- trunk/dports/games/abgx360/ trunk/dports/games/abgx360/Portfile trunk/dports/games/abgx360/files/ trunk/dports/games/abgx360/files/IOKit_scsi.diff Added: trunk/dports/games/abgx360/Portfile =================================================================== --- trunk/dports/games/abgx360/Portfile (rev 0) +++ trunk/dports/games/abgx360/Portfile 2009-11-29 00:54:54 UTC (rev 60934) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 + +name abgx360 +version 1.0.1 +categories games +description Xbox 360 disc checker +platforms darwin +maintainers gmail.com:r.goyet +homepage http://abgx360.net/ + +master_sites http://abgx360.x-scene.com/ + +checksums md5 1888c19f992bb4c47411b1edf7547940 \ + sha1 8327a6c3617a37213833f6b51f0ee7147f4e1121 \ + rmd160 8372b9859eee78818b9123e8e2a389a355601fc8 + +patchfiles IOKit_scsi.diff + +depends_lib port:curl port:zlib + +long_description \ +Abgx360 is the ultimate tool to check your Xbox 360 backups. \ +It is able to perform a very wide range of checks upon them, \ +such as checking for SS/PFI/DMI, checking for correct video \ +data (including SplitVid and 3rd wave). It is also able to \ +dynamically fetch missing pieces and patch your backups on\ +the fly. Property changes on: trunk/dports/games/abgx360/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/games/abgx360/files/IOKit_scsi.diff =================================================================== --- trunk/dports/games/abgx360/files/IOKit_scsi.diff (rev 0) +++ trunk/dports/games/abgx360/files/IOKit_scsi.diff 2009-11-29 00:54:54 UTC (rev 60934) @@ -0,0 +1,11 @@ +--- src/abgx360.c.orig 2009-09-29 20:49:18.000000000 +0200 ++++ src/abgx360.c 2009-09-29 00:06:02.000000000 +0200 +@@ -106,7 +106,7 @@ + // not sure if all of this is really needed + #include <CoreFoundation/CoreFoundation.h> + #include <IOKit/IOKitLib.h> +- #include <IOKit/scsi-commands/SCSITaskLib.h> ++ #include <IOKit/scsi/SCSITaskLib.h> + #include <IOKit/storage/IODVDTypes.h> + #include <mach/mach.h> + #define normal applesucks // avoid compiler error
participants (1)
-
macsforever2000@macports.org