From source_changes at macosforge.org Thu Mar 1 00:00:52 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:52 2007 Subject: [22443] trunk/dports/sysutils/bool/Portfile Message-ID: <20070301080052.C610B4BF5FE@cvs.opensource.apple.com> Revision: 22443 http://trac.macosforge.org/projects/macports/changeset/22443 Author: pipping@macports.org Date: 2007-03-01 00:00:52 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * cleanup Modified Paths: -------------- trunk/dports/sysutils/bool/Portfile Modified: trunk/dports/sysutils/bool/Portfile =================================================================== --- trunk/dports/sysutils/bool/Portfile 2007-03-01 07:31:58 UTC (rev 22442) +++ trunk/dports/sysutils/bool/Portfile 2007-03-01 08:00:52 UTC (rev 22443) @@ -1,22 +1,23 @@ # $Id$ PortSystem 1.0 -name bool -version 0.2.1 -categories sysutils -maintainers toby@opendarwin.org -description find files that match a boolean expression +name bool +version 0.2.1 +categories sysutils +maintainers toby@opendarwin.org +description find files that match a boolean expression long_description \ - GNU Bool is a utility for finding files that match a boolean \ - expression. The boolean operators supported are AND, OR and \ - NOT. Also supported is the NEAR operator for locating two \ - expressions within a short distance from each other. -homepage http://www.gnu.org/software/bool/ -platforms darwin -master_sites gnu -checksums md5 5e6eb8893121524b6a1146034ff1f9aa + GNU Bool is a utility for finding files that match a boolean \ + expression. The boolean operators supported are AND, OR and NOT. \ + Also supported is the NEAR operator for locating two expressions \ + within a short distance from each other. -configure.args --mandir=${prefix}/share/man +homepage http://www.gnu.org/software/bool/ +platforms darwin +master_sites gnu +checksums md5 5e6eb8893121524b6a1146034ff1f9aa -test.run yes -test.target check +configure.args --mandir=${prefix}/share/man + +test.run yes +test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/56033da9/attachment.html From source_changes at macosforge.org Thu Mar 1 00:10:59 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:52 2007 Subject: [22444] trunk/dports/sysutils/bdump/Portfile Message-ID: <20070301081059.016824BF638@cvs.opensource.apple.com> Revision: 22444 http://trac.macosforge.org/projects/macports/changeset/22444 Author: pipping@macports.org Date: 2007-03-01 00:10:59 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * cleanup Modified Paths: -------------- trunk/dports/sysutils/bdump/Portfile Modified: trunk/dports/sysutils/bdump/Portfile =================================================================== --- trunk/dports/sysutils/bdump/Portfile 2007-03-01 08:00:52 UTC (rev 22443) +++ trunk/dports/sysutils/bdump/Portfile 2007-03-01 08:10:59 UTC (rev 22444) @@ -2,31 +2,32 @@ PortSystem 1.0 -name bdump -version 3.4 -categories sysutils -platforms darwin -maintainers mww@opendarwin.org -description allows viwing hex and ASCII formats side by side -long_description A replacement for od for viewing binary files. Allows \ - viewing hex and ASCII formats side by side. +name bdump +version 3.4 +categories sysutils +platforms darwin +maintainers mww@opendarwin.org +description allows viwing hex and ASCII formats side by side +long_description \ + A replacement for od for viewing binary files. Allows viewing hex \ + and ASCII formats side by side. -homepage http://www.braham.net/Phil/linux_utils.html -master_sites http://www.braham.net/Phil/Linux_utils/bdump/ -distname ${name} -checksums md5 8a95f50375fe9b70772b1769945e374e -use_zip yes +homepage http://www.braham.net/Phil/linux_utils.html +master_sites http://www.braham.net/Phil/Linux_utils/bdump/ +distname ${name} +checksums md5 8a95f50375fe9b70772b1769945e374e +use_zip yes -worksrcdir +worksrcdir -use_configure no +use_configure no -build { - system "cd ${worksrcpath} && cc bdump.c -o bdump" +build { + system "cd ${worksrcpath} && cc bdump.c -o bdump" } -destroot { - xinstall -m 755 ${worksrcpath}/bdump ${destroot}${prefix}/bin - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name} +destroot { + xinstall -m 755 ${worksrcpath}/bdump ${destroot}${prefix}/bin + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name} } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/e682b316/attachment.html From source_changes at macosforge.org Thu Mar 1 00:11:24 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:52 2007 Subject: [22445] trunk/dports/sysutils/bdump/Portfile Message-ID: <20070301081124.358134BF643@cvs.opensource.apple.com> Revision: 22445 http://trac.macosforge.org/projects/macports/changeset/22445 Author: pipping@macports.org Date: 2007-03-01 00:11:23 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * bump to version 3.5 Modified Paths: -------------- trunk/dports/sysutils/bdump/Portfile Modified: trunk/dports/sysutils/bdump/Portfile =================================================================== --- trunk/dports/sysutils/bdump/Portfile 2007-03-01 08:10:59 UTC (rev 22444) +++ trunk/dports/sysutils/bdump/Portfile 2007-03-01 08:11:23 UTC (rev 22445) @@ -3,7 +3,7 @@ PortSystem 1.0 name bdump -version 3.4 +version 3.5 categories sysutils platforms darwin maintainers mww@opendarwin.org @@ -15,7 +15,7 @@ homepage http://www.braham.net/Phil/linux_utils.html master_sites http://www.braham.net/Phil/Linux_utils/bdump/ distname ${name} -checksums md5 8a95f50375fe9b70772b1769945e374e +checksums md5 df6d2abbd7179fddef660f1b85ff4a7d use_zip yes worksrcdir -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/df9c9c79/attachment.html From source_changes at macosforge.org Thu Mar 1 00:19:46 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:52 2007 Subject: [22446] trunk/dports/sysutils/anno/Portfile Message-ID: <20070301081946.15FA84BF65F@cvs.opensource.apple.com> Revision: 22446 http://trac.macosforge.org/projects/macports/changeset/22446 Author: pipping@macports.org Date: 2007-03-01 00:19:45 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * repend on ncurses Modified Paths: -------------- trunk/dports/sysutils/anno/Portfile Modified: trunk/dports/sysutils/anno/Portfile =================================================================== --- trunk/dports/sysutils/anno/Portfile 2007-03-01 08:11:23 UTC (rev 22445) +++ trunk/dports/sysutils/anno/Portfile 2007-03-01 08:19:45 UTC (rev 22446) @@ -17,4 +17,7 @@ checksums md5 4d7176ac6255a401820eddfdce3a0db8 \ sha1 05664fedd0667c447adbf9ab9e4591ada9362874 configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man +configure.env CPPFLAGS="-I${prefix}/include" \ + LDFLAGS="-L${prefix}/lib" +depends_lib port:ncurses -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/9500705a/attachment.html From source_changes at macosforge.org Thu Mar 1 00:38:36 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:52 2007 Subject: [22447] trunk/dports/PortIndex Message-ID: <20070301083836.3DA4C4BF6B8@cvs.opensource.apple.com> Revision: 22447 http://trac.macosforge.org/projects/macports/changeset/22447 Author: dluke@macports.org Date: 2007-03-01 00:38:35 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Total number of ports parsed: 3789 Ports successfully parsed: 3789 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2007-03-01 08:19:45 UTC (rev 22446) +++ trunk/dports/PortIndex 2007-03-01 08:38:35 UTC (rev 22447) @@ -1140,8 +1140,8 @@ variants universal description {library for manipulating POSIX tar files} portdir devel/libtar homepage http://www.feep.net/libtar/ epoch 0 platforms darwin name libtar long_description {libtar is a C library for manipulating POSIX tar files. It handles adding and extracting files to/from a tar archive.} maintainers toby@opendarwin.org categories devel version 1.2.11 revision 1 libtasn1 317 portdir devel/libtasn1 variants universal description {ASN.1 structure parser library} platforms darwin name libtasn1 version 0.3.4 categories devel revision 0 epoch 0 maintainers mij@macports.org long_description {The libtasn1 library was developed for ASN1 (Abstract Syntax Notifcation One) structures management.} -libtool 464 -variants {universal darwin_6} description {GNU Libtool - The GNU Portable Library Tool} portdir devel/libtool homepage http://www.gnu.org/software/libtool/libtool.html epoch 0 platforms {darwin freebsd} name libtool long_description {GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.} maintainers bchesneau@mac.com categories {devel sysutils} version 1.5.22 revision 0 +libtool 474 +variants {universal darwin_6 universal} description {GNU Libtool - The GNU Portable Library Tool} portdir devel/libtool homepage http://www.gnu.org/software/libtool/libtool.html epoch 0 platforms {darwin freebsd} name libtool long_description {GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.} maintainers bchesneau@mac.com categories {devel sysutils} version 1.5.22 revision 0 libtool-devel 418 variants universal description {The GNU Portable Library Tool} portdir devel/libtool-devel homepage http://www.gnu.org/software/libtool/ epoch 0 platforms darwin name libtool-devel long_description {GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.} maintainers toby@opendarwin.org categories devel version 1.9f revision 0 libtre 427 @@ -2924,8 +2924,8 @@ variants universal depends_build port:nant portdir lang/boo description {object oriented statically typed programming language for CLI} homepage http://boo.sourceforge.net/ epoch 0 platforms darwin name boo depends_lib port:mono maintainers mww@opendarwin.org long_description {Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility.} version 0.7.0.1921 categories {lang mono} revision 0 cc65 181 portdir lang/cc65 variants universal description {6502 C compiler} platforms darwin name cc65 version 2.9.3 categories lang revision 0 epoch 0 maintainers nomaintainer@macports.org -cccc 321 -variants universal description {tool for measurement of source code related metrics} portdir lang/cccc homepage http://cccc.sourceforge.net/ epoch 0 platforms darwin name cccc long_description {{tool for measurement of source code related metrics}} maintainers mww@opendarwin.org categories lang version 3.1.4 revision 0 +cccc 319 +variants universal description {tool for measurement of source code related metrics} portdir lang/cccc homepage http://cccc.sourceforge.net/ epoch 0 platforms darwin name cccc long_description {{tool for measurement of source code related metrics}} maintainers mww@macports.org categories lang version 3.1.4 revision 0 chicken 568 variants {universal darwin_8 no-hooks no-symslot no-symgc} description {Compiler for the Scheme programming language} portdir lang/chicken homepage http://www.call-with-current-continuation.org/ epoch 0 platforms darwin name chicken long_description {Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, the Revised5 Report on the Algorithmic Language Scheme (R5RS ), and includes many enhancements and extensions.} maintainers {tristan@opendarwin.org waqar@macports.org} categories {lang scheme} version 2.5 revision 0 cid 386 @@ -3106,8 +3106,8 @@ portdir lang/python22 variants {universal nothreads puredarwin {darwin x86} tk} description {An interpreted, object-oriented programming language} platforms darwin name python22 version 2.2.3 categories lang revision 2 epoch 0 maintainers pat@ekman.cx python23 435 variants {universal nothreads puredarwin x86 darwin_8 pydebug readline darwin tk} depends_build bin:gnutar:gnutar portdir lang/python23 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms {darwin freebsd sunos} name python23 maintainers mwdiers@gmail.com long_description {{An interpreted, object-oriented programming language}} version 2.3.6 categories lang revision 0 -python24 369 -variants {universal puredarwin darwin_8} description {An interpreted, object-oriented programming language} portdir lang/python24 homepage http://www.python.org/ epoch 0 platforms darwin name python24 long_description {Python is an interpreted, interactive, object-oriented programming language.} maintainers mww@opendarwin.org categories lang version 2.4.3 revision 1 +python24 367 +variants {universal puredarwin darwin_8} description {An interpreted, object-oriented programming language} portdir lang/python24 homepage http://www.python.org/ epoch 0 platforms darwin name python24 long_description {Python is an interpreted, interactive, object-oriented programming language.} maintainers mww@macports.org categories lang version 2.4.3 revision 1 python25 373 variants {universal darwin_8} description {An interpreted, object-oriented programming language} portdir lang/python25 homepage http://www.python.org/ epoch 0 platforms darwin name python25 long_description {Python is an interpreted, interactive, object-oriented programming language.} maintainers {mww@macports.org pmq@macports.org} categories lang version 2.5 revision 1 q 822 @@ -5004,8 +5004,8 @@ variants {universal darwin} depends_build bin:psnup:psutils portdir print/a2ps description {an Any to PostScript filter.} homepage http://www.gnu.org/software/a2ps/ epoch 0 platforms darwin name a2ps maintainers nomaintainer@macports.org long_description {a2ps is a utilty that allows the user to do PostScript manipulations. It is able to pass on processing to other filters, such as gzip and dvips.} version 4.13b categories print revision 2 a2ps-j 491 variants universal portdir print/a2ps-j description {Text file to postscript converter (with Japanese support)} homepage {} epoch 0 depends_run {bin:perl:perl5.8 port:nkf} platforms darwin name a2ps-j maintainers takanori@macports.org long_description {This program is perl version of Miguel Santana's a2ps. a2ps-j converts plain text to PostScript for printing on a PS printer. If no file is given, a2ps-j reads from the standard input.} version 1.45 categories {print textproc} revision 1 -abcm2ps 455 -variants {universal darwin_8} description {abcm2ps converts abc music tunes to postscript} portdir print/abcm2ps homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} maintainers mww@opendarwin.org categories {print audio} version 5.2.3 revision 0 +abcm2ps 453 +variants {universal darwin_8} description {abcm2ps converts abc music tunes to postscript} portdir print/abcm2ps homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} maintainers mww@macports.org categories {print audio} version 5.2.3 revision 0 denemo 644 variants {universal with_csound} portdir print/denemo description {Denemo is a unique score editor} homepage http://denemo.sourceforge.net/ depends_run port:qtplay epoch 0 platforms darwin name denemo depends_lib port:librsvg maintainers yves@macports.org long_description {Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. It also acts as a frontend for Csound score files. Denemo is different from most graphic music editors, this is partly because it was created to help edit Lilypond notation and partly because of its unique design philosophy.} version 0.7.6 categories {print audio x11} revision 2 dvipdfmx 936 @@ -6280,8 +6280,8 @@ variants universal description {The Berkeley Automounter Suite of Utilities} portdir sysutils/am-utils homepage http://www.am-utils.org/ epoch 0 platforms darwin name am-utils long_description {the {next generation} of the popular BSD Automounter, Amd. Am-utils includes many additional updates, ports, programs, features (such as Autofs support, NFS V.3 support, and shared libraries), bug fixes, and more.} maintainers nomaintainer@macports.org categories sysutils version 6.1.3 revision 0 anacron 484 variants {universal darwin} description {Schedules periodic jobs on systems that are not permanently up} portdir sysutils/anacron homepage http://sourceforge.net/projects/anacron epoch 0 platforms darwin name anacron long_description {Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously.} maintainers nomaintainer@macports.org categories sysutils version 2.3 revision 3 -anno 458 -variants universal description {ncurses based calendar} portdir sysutils/anno homepage http://people.freenet.de/resurrection/anno.htm epoch 0 platforms darwin name anno long_description {anno is an ncurses based calendar with the ability to move to the future and past. Anno currently supports the Gregorian and Persian calendars. Support for the Islamic calendar is now included.} maintainers waqar@macports.org categories sysutils version 0.3.0 revision 0 +anno 483 +variants universal portdir sysutils/anno description {ncurses based calendar} homepage http://people.freenet.de/resurrection/anno.htm epoch 0 platforms darwin name anno depends_lib port:ncurses maintainers waqar@macports.org long_description {anno is an ncurses based calendar with the ability to move to the future and past. Anno currently supports the Gregorian and Persian calendars. Support for the Islamic calendar is now included.} version 0.3.0 categories sysutils revision 0 apachetop 492 variants universal portdir sysutils/apachetop description {Top-like display of Apache logs} homepage http://spork.qfe3.net/apachetop/ epoch 0 platforms {darwin freebsd} name apachetop depends_lib {lib:libreadline:readline lib:libpcre:pcre lib:libadns:adns} long_description {ApacheTop watches a logfile generated by Apache (in standard common or combined logformat, and generates human-parsable output in realtime.} maintainers dre@mac.com version 0.12.5 categories {sysutils www} revision 0 apt 529 @@ -6299,7 +6299,7 @@ bdes 242 portdir sysutils/bdes variants universal description {Block-based DES cipher utility} platforms darwin name bdes depends_lib lib:libcipher.1:libcipher version 4.7-RELEASE categories sysutils revision 1 epoch 0 maintainers eric@opendarwin.org bdump 385 -variants universal description {allows viwing hex and ASCII formats side by side} portdir sysutils/bdump homepage http://www.braham.net/Phil/linux_utils.html epoch 0 platforms darwin name bdump long_description {A replacement for od for viewing binary files. Allows viewing hex and ASCII formats side by side.} maintainers mww@opendarwin.org categories sysutils version 3.4 revision 0 +variants universal description {allows viwing hex and ASCII formats side by side} portdir sysutils/bdump homepage http://www.braham.net/Phil/linux_utils.html epoch 0 platforms darwin name bdump long_description {A replacement for od for viewing binary files. Allows viewing hex and ASCII formats side by side.} maintainers mww@opendarwin.org categories sysutils version 3.5 revision 0 bool 504 variants universal description {find files that match a boolean expression} portdir sysutils/bool homepage http://www.gnu.org/software/bool/ epoch 0 platforms darwin name bool long_description {GNU Bool is a utility for finding files that match a boolean expression. The boolean operators supported are AND, OR and NOT. Also supported is the NEAR operator for locating two expressions within a short distance from each other.} maintainers toby@opendarwin.org categories sysutils version 0.2.1 revision 0 boxbackup 817 @@ -6395,7 +6395,7 @@ file 529 variants {universal with_default_names} portdir sysutils/file description {File - determine file type} homepage ftp://ftp.astron.com/pub/file/ epoch 0 platforms darwin name file depends_lib port:zlib maintainers toby@opendarwin.org long_description {File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed.} version 4.19 categories sysutils revision 1 findutils 386 -variants {universal with_default_names} portdir sysutils/findutils description {findutils contains GNU find, xargs, and locate} homepage http://www.gnu.org/software/findutils/ epoch 0 platforms darwin name findutils depends_lib port:gettext maintainers mww@opendarwin.org long_description {{findutils contains GNU find, xargs, and locate}} version 4.2.25 categories sysutils revision 2 +variants {universal with_default_names} portdir sysutils/findutils description {findutils contains GNU find, xargs, and locate} homepage http://www.gnu.org/software/findutils/ epoch 0 platforms darwin name findutils depends_lib port:gettext maintainers mww@opendarwin.org long_description {{findutils contains GNU find, xargs, and locate}} version 4.2.30 categories sysutils revision 0 foremost 629 variants {universal darwin} description {a console program to recover files based on their headers and footers.} portdir sysutils/foremost homepage http://foremost.sourceforge.net/ epoch 0 platforms darwin name foremost long_description {Foremost is a console program to recover files based on their headers and footers. Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on a drive. The headers and footers are specified by a configuration file, so you can pick and choose which headers you want to look for.} maintainers md@hudora.de categories sysutils version 0.69 revision 0 freeradius 544 @@ -6418,10 +6418,10 @@ variants universal description {GNU implementation of time(1)} portdir sysutils/gtime homepage http://www.gnu.org/software/time/ epoch 0 platforms darwin name gtime long_description {The `time' command runs another program, then displays information about the resources used by that program, collected by the system while the program was running. You can select which information is reported and the format in which it is shown, or have `time' save the information in a file instead of displaying it on the screen.} maintainers toby@opendarwin.org categories sysutils version 1.7 revision 1 gwhich 695 variants universal description {GNU Which - Everything you never wanted in a which} portdir sysutils/gwhich homepage http://www.xs4all.nl/~carlo17/which/ epoch 0 platforms darwin name gwhich long_description {Which is a utility that prints out the full path of the executables that bash would execute when the passed program names would have been entered on the shell prompt. It does this by using the exact same algorithm as bash. Tildes and a dot in the PATH are now expanded to the full path by default. Options allow to rather print '~/*' or './*' and/or to print all executables that match any directory in PATH.} maintainers toby@opendarwin.org categories sysutils version 2.16 revision 1 -hexedit 629 -variants universal description {A hexeditor for the console.} portdir sysutils/hexedit homepage http://merd.sourceforge.net/pixel/hexedit.html epoch 0 platforms {darwin linux sunos} name hexedit maintainers kristian.peters@korseby.net long_description {view and edit files in hexadecimal or in ASCII. hexedit shows a file both in ASCII and in hexadecimal. The file can be a device as the file is not whole read. You can modify the file and search through it. You have also copy&paste and save to file functions. Truncating or appending to the file. Modifications are shown in bold.} categories sysutils version 1.2.10 revision 0 -highlnk 407 -variants universal description {searches identical files to hardlink them to save space} portdir sysutils/highlnk homepage http://www.thpinfo.com/highlnk/ epoch 0 platforms darwin name highlnk long_description {The HighLnk projects aims to save space on read-only partitions and on CDs/DVDs by hard-linking files that are the same.} maintainers mww@opendarwin.org categories sysutils version 0.2 revision 0 +hexedit 654 +variants universal portdir sysutils/hexedit description {A hexeditor for the console.} homepage http://merd.sourceforge.net/pixel/hexedit.html epoch 0 platforms {darwin linux sunos} name hexedit depends_lib port:ncurses long_description {view and edit files in hexadecimal or in ASCII. hexedit shows a file both in ASCII and in hexadecimal. The file can be a device as the file is not whole read. You can modify the file and search through it. You have also copy&paste and save to file functions. Truncating or appending to the file. Modifications are shown in bold.} maintainers kristian.peters@korseby.net version 1.2.10 categories sysutils revision 0 +highlnk 408 +variants universal description {searches identical files to hardlink them to save space} portdir sysutils/highlnk homepage http://thpinfo.com/2004/highlnk/ epoch 0 platforms darwin name highlnk long_description {The HighLnk projects aims to save space on read-only partitions and on CDs/DVDs by hard-linking files that are the same.} maintainers mww@opendarwin.org categories sysutils version 0.2 revision 0 ifstat 520 variants {universal snmp} description {iftat is a tool to report network interfaces bandwith.} portdir sysutils/ifstat homepage http://gael.roualland.free.fr/ifstat/ epoch 0 platforms darwin name ifstat maintainers yeled@macports.org long_description {ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters. ifstat gathers these statistics from the kernel internal counters, which is highly operating system dependen} categories {sysutils net} version 1.1 revision 1 interceptty 601 @@ -6432,8 +6432,8 @@ variants {universal powerpc i386 altivec} description {Featureful Unix password cracker} portdir sysutils/john homepage http://www.openwall.com/john/ epoch 0 platforms darwin name john long_description {John the Ripper is a UNIX password cracker, currently available for UNIX (tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 Alpha), DOS, WinNT/Win95.} maintainers yeled@macports.org categories {sysutils security} version 1.7.0.2 revision 0 john-devel 464 variants {universal powerpc i386 altivec} description {Featureful Unix password cracker} portdir sysutils/john-devel homepage http://www.openwall.com/john/ epoch 0 platforms darwin name john-devel long_description {John the Ripper is a UNIX password cracker, currently available for UNIX (tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 Alpha), DOS, WinNT/Win95.} maintainers yeled@macports.org categories {sysutils security} version 1.7.2 revision 0 -kcd 513 -variants universal portdir sysutils/kcd description {kcd is a directory change utility similar to NCD} homepage http://kcd.sourceforge.net/ epoch 0 platforms darwin name kcd depends_lib {lib:libz:zlib lib:libintl:gettext} maintainers mww@opendarwin.org long_description {kcd is a directory change utility similar to NCD. It helps you navigate the directory tree. You can also supply part of the desired directory name in the command line and let kcd find it for you.} version 7.6.1 categories sysutils revision 0 +kcd 515 +variants universal portdir sysutils/kcd description {kcd is a directory change utility similar to NCD} homepage http://kcd.sourceforge.net/ epoch 0 platforms darwin name kcd depends_lib {port:gettext port:ncurses port:zlib} maintainers mww@opendarwin.org long_description {kcd is a directory change utility similar to NCD. It helps you navigate the directory tree. You can also supply part of the desired directory name in the command line and let kcd find it for you.} version 7.6.1 categories sysutils revision 0 keep 581 variants universal portdir sysutils/keep description {tool that deletes everything in a directory but a selection} homepage http://keep.sourceforge.net/ epoch 0 platforms darwin name keep depends_lib {{path:${prefix}/bin/perl:perl5.8}} maintainers mww@opendarwin.org long_description {keep is a program which deletes everything in a directory except for the files that you tell it to keep. It is useful in the situation where the list of files in a directory that you want to keep is shorter than the list of files you want to delete.} version 0.5.1 categories sysutils revision 0 keychain 487 @@ -6446,8 +6446,8 @@ variants universal description {library for a GUI firewall builder} portdir sysutils/libfwbuilder homepage http://www.fwbuilder.org/ epoch 0 depends_lib {lib:libxml2:libxml2 lib:libxslt:libxslt lib:libglib.1:glib1} name libfwbuilder long_description {fwbuilder is a GTK+ GUI for building firewall rulesets, using xml files as intermediary storage between firewall construction and compilation/deployment.} maintainers gongloo@charlies-server.no-ip.com categories {sysutils net security} version 1.0.2 revision 0 logrotate 460 variants universal depends_build port:popt portdir sysutils/logrotate description {Rotates, compresses, and mails system logs} homepage http://packages.debian.org/stable/admin/logrotate epoch 0 platforms darwin name logrotate maintainers markd@macports.org long_description {The logrotate utility simplifies the administration of log files. It provides automatic logfile rotation, compression, removal, and mailing.} version 3.7 categories sysutils revision 0 -lookat 342 -variants universal description {A program to view textfiles and man-pages.} portdir sysutils/lookat homepage http://www.wagemakers.be/english/programs/lookat epoch 0 platforms darwin name lookat maintainers nomaintainer@macports.org long_description {{A program to view textfiles and man-pages.}} categories sysutils version 1.4.0 revision 0 +lookat 367 +variants universal portdir sysutils/lookat description {A program to view textfiles and man-pages.} homepage http://www.wagemakers.be/english/programs/lookat epoch 0 platforms darwin name lookat depends_lib port:ncurses long_description {{A program to view textfiles and man-pages.}} maintainers nomaintainer@macports.org version 1.4.0 categories sysutils revision 0 lsof 394 portdir sysutils/lsof variants {universal darwin darwin_6 darwin_7 sunos} description {LiSt Open Files} platforms {darwin sunos} name lsof version 4.70 categories sysutils revision 0 epoch 0 maintainers nomaintainer@macports.org long_description {lsof stands for LiSt Open Files, and it does just that. It lists information about files that are open by the processes running on a UNIX system.} lzop 417 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/a1ff68d1/attachment.html From source_changes at macosforge.org Thu Mar 1 01:42:42 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:52 2007 Subject: [22448] trunk/dports/sysutils/am-utils/Portfile Message-ID: <20070301094242.F27754BF770@cvs.opensource.apple.com> Revision: 22448 http://trac.macosforge.org/projects/macports/changeset/22448 Author: pipping@macports.org Date: 2007-03-01 01:42:42 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * cleanup Modified Paths: -------------- trunk/dports/sysutils/am-utils/Portfile Modified: trunk/dports/sysutils/am-utils/Portfile =================================================================== --- trunk/dports/sysutils/am-utils/Portfile 2007-03-01 08:38:35 UTC (rev 22447) +++ trunk/dports/sysutils/am-utils/Portfile 2007-03-01 09:42:42 UTC (rev 22448) @@ -2,17 +2,18 @@ PortSystem 1.0 -name am-utils -version 6.1.3 -categories sysutils -platforms darwin -maintainers nomaintainer@macports.org -description The Berkeley Automounter Suite of Utilities -long_description the "next generation" of the popular BSD Automounter, \ - Amd. Am-utils includes many additional updates, ports, \ - programs, features (such as Autofs support, NFS V.3 \ - support, and shared libraries), bug fixes, and more. -homepage http://www.am-utils.org/ -master_sites ftp://ftp.am-utils.org/pub/am-utils/ -checksums md5 6b023c3d5270429f4ce54ee1edea4f8f +name am-utils +version 6.1.3 +categories sysutils +platforms darwin +maintainers nomaintainer@macports.org +description The Berkeley Automounter Suite of Utilities +long_description \ + the "next generation" of the popular BSD Automounter, Amd. Am-utils \ + includes many additional updates, ports, programs, features (such as\ + Autofs support, NFS V.3 support, and shared libraries), bug fixes, \ + and more. +homepage http://www.am-utils.org/ +master_sites ftp://ftp.am-utils.org/pub/am-utils/ +checksums md5 6b023c3d5270429f4ce54ee1edea4f8f -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/d52b1904/attachment.html From source_changes at macosforge.org Thu Mar 1 01:43:03 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:52 2007 Subject: [22449] trunk/dports/sysutils/am-utils/Portfile Message-ID: <20070301094303.F411E4BF778@cvs.opensource.apple.com> Revision: 22449 http://trac.macosforge.org/projects/macports/changeset/22449 Author: pipping@macports.org Date: 2007-03-01 01:43:03 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * add testsuite Modified Paths: -------------- trunk/dports/sysutils/am-utils/Portfile Modified: trunk/dports/sysutils/am-utils/Portfile =================================================================== --- trunk/dports/sysutils/am-utils/Portfile 2007-03-01 09:42:42 UTC (rev 22448) +++ trunk/dports/sysutils/am-utils/Portfile 2007-03-01 09:43:03 UTC (rev 22449) @@ -17,3 +17,5 @@ homepage http://www.am-utils.org/ master_sites ftp://ftp.am-utils.org/pub/am-utils/ checksums md5 6b023c3d5270429f4ce54ee1edea4f8f +test.run yes +test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/b30019f8/attachment.html From source_changes at macosforge.org Thu Mar 1 02:01:34 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:52 2007 Subject: [22450] trunk/dports/devel/ncurses/Portfile Message-ID: <20070301100134.2E8494BF7D2@cvs.opensource.apple.com> Revision: 22450 http://trac.macosforge.org/projects/macports/changeset/22450 Author: pipping@macports.org Date: 2007-03-01 02:01:33 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * configure with '--without-progs to configure.args' instead of \ removing the binaries by hand as suggested by master@iaas.msu.ru Modified Paths: -------------- trunk/dports/devel/ncurses/Portfile Modified: trunk/dports/devel/ncurses/Portfile =================================================================== --- trunk/dports/devel/ncurses/Portfile 2007-03-01 09:43:03 UTC (rev 22449) +++ trunk/dports/devel/ncurses/Portfile 2007-03-01 10:01:33 UTC (rev 22450) @@ -28,11 +28,10 @@ --without-ada \ --enable-safe-sprintf \ --enable-sigwinch \ + --without-progs \ --mandir=${prefix}/share/delete-me post-destroot { - # binaries come with ncursesw - delete ${destroot}${prefix}/bin # terminfo & manpages also do come with ncursesw delete ${destroot}${prefix}/share ${destroot}${prefix}/lib/terminfo } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/ac6a558a/attachment.html From source_changes at macosforge.org Thu Mar 1 02:18:09 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22451] trunk/dports/sysutils/cksfv/Portfile Message-ID: <20070301101809.2784E4BF7FE@cvs.opensource.apple.com> Revision: 22451 http://trac.macosforge.org/projects/macports/changeset/22451 Author: pipping@macports.org Date: 2007-03-01 02:18:08 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * add testsuite Modified Paths: -------------- trunk/dports/sysutils/cksfv/Portfile Modified: trunk/dports/sysutils/cksfv/Portfile =================================================================== --- trunk/dports/sysutils/cksfv/Portfile 2007-03-01 10:01:33 UTC (rev 22450) +++ trunk/dports/sysutils/cksfv/Portfile 2007-03-01 10:18:08 UTC (rev 22451) @@ -16,3 +16,6 @@ rmd160 e165dadb1f745da7ea6e3f7372bc69c7905929a1 patchfiles patch-Makefile.in + +test.run yes +test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/710d7dc8/attachment.html From source_changes at macosforge.org Thu Mar 1 02:26:49 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22452] trunk/dports/sysutils/clex/Portfile Message-ID: <20070301102649.249654BF827@cvs.opensource.apple.com> Revision: 22452 http://trac.macosforge.org/projects/macports/changeset/22452 Author: pipping@macports.org Date: 2007-03-01 02:26:48 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * cleanup Modified Paths: -------------- trunk/dports/sysutils/clex/Portfile Modified: trunk/dports/sysutils/clex/Portfile =================================================================== --- trunk/dports/sysutils/clex/Portfile 2007-03-01 10:18:08 UTC (rev 22451) +++ trunk/dports/sysutils/clex/Portfile 2007-03-01 10:26:48 UTC (rev 22452) @@ -2,22 +2,21 @@ PortSystem 1.0 -name clex -version 3.14 -categories sysutils -platforms darwin -maintainers mww@opendarwin.org -description file manager with curses interface -long_description CLEX is a file manager with a full-screen user \ - interface. It displays directory contents including \ - the file status details and provides features like \ - command history, filename insertion, or name \ - completion in order to help users to create commands \ - to be executed by the shell. +name clex +version 3.14 +categories sysutils +platforms darwin +maintainers mww@opendarwin.org +description file manager with curses interface +long_description \ + CLEX is a file manager with a full-screen user interface. It \ + displays directory contents including the file status details and \ + provides features like command history, filename insertion, or name \ + completion in order to help users to create commands to be executed \ + by the shell. -homepage http://www.clex.sk/ -master_sites ${homepage}/download/ -checksums md5 8ed86b6e50266a3b2c7419e369e3ec03 +homepage http://www.clex.sk/ +master_sites ${homepage}/download/ +checksums md5 8ed86b6e50266a3b2c7419e369e3ec03 +configure.args --mandir=${prefix}/share/man -configure.args --mandir=${prefix}/share/man - -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/d997c4cc/attachment.html From source_changes at macosforge.org Thu Mar 1 02:27:24 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22453] trunk/dports/sysutils/clex/Portfile Message-ID: <20070301102724.786744BF831@cvs.opensource.apple.com> Revision: 22453 http://trac.macosforge.org/projects/macports/changeset/22453 Author: pipping@macports.org Date: 2007-03-01 02:27:24 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * bump to version 3.15 * add testsuite * depend on ncurses Modified Paths: -------------- trunk/dports/sysutils/clex/Portfile Modified: trunk/dports/sysutils/clex/Portfile =================================================================== --- trunk/dports/sysutils/clex/Portfile 2007-03-01 10:26:48 UTC (rev 22452) +++ trunk/dports/sysutils/clex/Portfile 2007-03-01 10:27:24 UTC (rev 22453) @@ -3,7 +3,7 @@ PortSystem 1.0 name clex -version 3.14 +version 3.15 categories sysutils platforms darwin maintainers mww@opendarwin.org @@ -17,6 +17,9 @@ homepage http://www.clex.sk/ master_sites ${homepage}/download/ -checksums md5 8ed86b6e50266a3b2c7419e369e3ec03 +checksums md5 3de41cef34d45a0496672263f28f55f7 configure.args --mandir=${prefix}/share/man - +configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" +depends_lib port:ncurses +test.run yes +test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/5b2e5b5f/attachment.html From source_changes at macosforge.org Thu Mar 1 02:32:28 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22454] trunk/dports/audio/libsdl_mixer-framework Message-ID: <20070301103228.854BB4BF854@cvs.opensource.apple.com> Revision: 22454 http://trac.macosforge.org/projects/macports/changeset/22454 Author: pipping@macports.org Date: 2007-03-01 02:32:28 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * apply patch submitted by sethk@magnesium.net (#8771) * add testsuite Modified Paths: -------------- trunk/dports/audio/libsdl_mixer-framework/Portfile Added Paths: ----------- trunk/dports/audio/libsdl_mixer-framework/files/PBProjects-SDL_mixer.xcodeproj-project.pbxproj.patch Modified: trunk/dports/audio/libsdl_mixer-framework/Portfile =================================================================== --- trunk/dports/audio/libsdl_mixer-framework/Portfile 2007-03-01 10:27:24 UTC (rev 22453) +++ trunk/dports/audio/libsdl_mixer-framework/Portfile 2007-03-01 10:32:28 UTC (rev 22454) @@ -21,8 +21,10 @@ depends_lib port:libsdl-framework \ port:libsdl_mixer +patchfiles PBProjects-SDL_mixer.xcodeproj-project.pbxproj.patch + variant macosx i386 { - patchfiles native_midi_mac.c.patch + patchfiles-append native_midi_mac.c.patch } configure.env CPPFLAGS="-no-cpp-precomp -I${prefix}/include" \ @@ -49,6 +51,7 @@ reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbx} reinplace "s|\$HOME/Library/Frameworks|/Library/Frameworks|g" ${pbx} reinplace "s|build/SDL_mixer.framework|${buildindir}/SDL_mixer.framework|g" ${pbx} + file mkdir "${worksrcpath}/PBProjects/SDL_mixer.xcodeproj" } build.dir "${worksrcpath}/PBProjects" @@ -61,6 +64,11 @@ build/Frameworks/SDL_mixer.framework/SDL_mixer" } +test.cmd make +test.dir ${worksrcpath} +test.run yes +test.target check + destroot.cmd {} destroot.target {} Added: trunk/dports/audio/libsdl_mixer-framework/files/PBProjects-SDL_mixer.xcodeproj-project.pbxproj.patch =================================================================== --- trunk/dports/audio/libsdl_mixer-framework/files/PBProjects-SDL_mixer.xcodeproj-project.pbxproj.patch (rev 0) +++ trunk/dports/audio/libsdl_mixer-framework/files/PBProjects-SDL_mixer.xcodeproj-project.pbxproj.patch 2007-03-01 10:32:28 UTC (rev 22454) @@ -0,0 +1,1347 @@ +--- /dev/null 2006-12-03 21:19:03.000000000 -0800 ++++ PBProjects/SDL_mixer.xcodeproj/project.pbxproj 2006-12-03 21:14:11.000000000 -0800 +@@ -0,0 +1,1344 @@ ++// !$*UTF8*$! ++{ ++ archiveVersion = 1; ++ classes = { ++ }; ++ objectVersion = 42; ++ objects = { ++ ++/* Begin PBXBuildFile section */ ++ 5CC1B89D012FB8CD7F000001 /* mikmod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B868012FB8CD7F000001 /* mikmod.h */; }; ++ 5CC1B89E012FB8CD7F000001 /* mikmod_build.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B869012FB8CD7F000001 /* mikmod_build.h */; }; ++ 5CC1B89F012FB8CD7F000001 /* mikmod_internals.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B86A012FB8CD7F000001 /* mikmod_internals.h */; }; ++ 5CC1B8A0012FB8CD7F000001 /* music_cmd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B87B012FB8CD7F000001 /* music_cmd.h */; }; ++ 5CC1B8A1012FB8CD7F000001 /* music_ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B87D012FB8CD7F000001 /* music_ogg.h */; }; ++ 5CC1B8A2012FB8CD7F000001 /* common.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B881012FB8CD7F000001 /* common.h */; }; ++ 5CC1B8A3012FB8CD7F000001 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B882012FB8CD7F000001 /* config.h */; }; ++ 5CC1B8A4012FB8CD7F000001 /* controls.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B884012FB8CD7F000001 /* controls.h */; }; ++ 5CC1B8A5012FB8CD7F000001 /* filter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B886012FB8CD7F000001 /* filter.h */; }; ++ 5CC1B8A6012FB8CD7F000001 /* instrum.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B888012FB8CD7F000001 /* instrum.h */; }; ++ 5CC1B8A7012FB8CD7F000001 /* mix.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B88A012FB8CD7F000001 /* mix.h */; }; ++ 5CC1B8A8012FB8CD7F000001 /* output.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B88C012FB8CD7F000001 /* output.h */; }; ++ 5CC1B8A9012FB8CD7F000001 /* playmidi.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B88E012FB8CD7F000001 /* playmidi.h */; }; ++ 5CC1B8AA012FB8CD7F000001 /* readmidi.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B890012FB8CD7F000001 /* readmidi.h */; }; ++ 5CC1B8AB012FB8CD7F000001 /* resample.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B892012FB8CD7F000001 /* resample.h */; }; ++ 5CC1B8AC012FB8CD7F000001 /* tables.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B896012FB8CD7F000001 /* tables.h */; }; ++ 5CC1B8AD012FB8CD7F000001 /* timidity.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B898012FB8CD7F000001 /* timidity.h */; }; ++ 5CC1B8AF012FB8CD7F000001 /* wavestream.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B89C012FB8CD7F000001 /* wavestream.h */; }; ++ 5CC1B8B0012FB8CD7F000001 /* drv_nos.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B860012FB8CD7F000001 /* drv_nos.c */; }; ++ 5CC1B8B1012FB8CD7F000001 /* drv_sdl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B861012FB8CD7F000001 /* drv_sdl.c */; }; ++ 5CC1B8B2012FB8CD7F000001 /* load_it.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B862012FB8CD7F000001 /* load_it.c */; }; ++ 5CC1B8B3012FB8CD7F000001 /* load_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B863012FB8CD7F000001 /* load_mod.c */; }; ++ 5CC1B8B4012FB8CD7F000001 /* load_s3m.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B864012FB8CD7F000001 /* load_s3m.c */; }; ++ 5CC1B8B5012FB8CD7F000001 /* load_xm.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B865012FB8CD7F000001 /* load_xm.c */; }; ++ 5CC1B8B6012FB8CD7F000001 /* mdreg.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B866012FB8CD7F000001 /* mdreg.c */; }; ++ 5CC1B8B7012FB8CD7F000001 /* mdriver.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B867012FB8CD7F000001 /* mdriver.c */; }; ++ 5CC1B8B8012FB8CD7F000001 /* mloader.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86B012FB8CD7F000001 /* mloader.c */; }; ++ 5CC1B8B9012FB8CD7F000001 /* mlreg.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86C012FB8CD7F000001 /* mlreg.c */; }; ++ 5CC1B8BA012FB8CD7F000001 /* mlutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86D012FB8CD7F000001 /* mlutil.c */; }; ++ 5CC1B8BB012FB8CD7F000001 /* mmalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86E012FB8CD7F000001 /* mmalloc.c */; }; ++ 5CC1B8BC012FB8CD7F000001 /* mmerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86F012FB8CD7F000001 /* mmerror.c */; }; ++ 5CC1B8BD012FB8CD7F000001 /* mmio.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B870012FB8CD7F000001 /* mmio.c */; }; ++ 5CC1B8BE012FB8CD7F000001 /* mplayer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B871012FB8CD7F000001 /* mplayer.c */; }; ++ 5CC1B8BF012FB8CD7F000001 /* munitrk.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B872012FB8CD7F000001 /* munitrk.c */; }; ++ 5CC1B8C0012FB8CD7F000001 /* mwav.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B873012FB8CD7F000001 /* mwav.c */; }; ++ 5CC1B8C1012FB8CD7F000001 /* npertab.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B874012FB8CD7F000001 /* npertab.c */; }; ++ 5CC1B8C2012FB8CD7F000001 /* sloader.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B875012FB8CD7F000001 /* sloader.c */; }; ++ 5CC1B8C3012FB8CD7F000001 /* virtch.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B876012FB8CD7F000001 /* virtch.c */; }; ++ 5CC1B8C4012FB8CD7F000001 /* virtch2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B877012FB8CD7F000001 /* virtch2.c */; }; ++ 5CC1B8C5012FB8CD7F000001 /* virtch_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B878012FB8CD7F000001 /* virtch_common.c */; }; ++ 5CC1B8C6012FB8CD7F000001 /* mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B879012FB8CD7F000001 /* mixer.c */; }; ++ 5CC1B8C7012FB8CD7F000001 /* music_cmd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B87A012FB8CD7F000001 /* music_cmd.c */; }; ++ 5CC1B8C8012FB8CD7F000001 /* music_ogg.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B87C012FB8CD7F000001 /* music_ogg.c */; }; ++ 5CC1B8C9012FB8CD7F000001 /* music.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B87E012FB8CD7F000001 /* music.c */; }; ++ 5CC1B8CA012FB8CD7F000001 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B880012FB8CD7F000001 /* common.c */; }; ++ 5CC1B8CB012FB8CD7F000001 /* controls.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B883012FB8CD7F000001 /* controls.c */; }; ++ 5CC1B8CC012FB8CD7F000001 /* filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B885012FB8CD7F000001 /* filter.c */; }; ++ 5CC1B8CD012FB8CD7F000001 /* instrum.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B887012FB8CD7F000001 /* instrum.c */; }; ++ 5CC1B8CE012FB8CD7F000001 /* mix.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B889012FB8CD7F000001 /* mix.c */; }; ++ 5CC1B8CF012FB8CD7F000001 /* output.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B88B012FB8CD7F000001 /* output.c */; }; ++ 5CC1B8D0012FB8CD7F000001 /* playmidi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B88D012FB8CD7F000001 /* playmidi.c */; }; ++ 5CC1B8D1012FB8CD7F000001 /* readmidi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B88F012FB8CD7F000001 /* readmidi.c */; }; ++ 5CC1B8D2012FB8CD7F000001 /* resample.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B891012FB8CD7F000001 /* resample.c */; }; ++ 5CC1B8D3012FB8CD7F000001 /* sdl_a.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B893012FB8CD7F000001 /* sdl_a.c */; }; ++ 5CC1B8D4012FB8CD7F000001 /* sdl_c.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B894012FB8CD7F000001 /* sdl_c.c */; }; ++ 5CC1B8D5012FB8CD7F000001 /* tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B895012FB8CD7F000001 /* tables.c */; }; ++ 5CC1B8D6012FB8CD7F000001 /* timidity.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B897012FB8CD7F000001 /* timidity.c */; }; ++ 5CC1B8D8012FB8CD7F000001 /* wavestream.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B89B012FB8CD7F000001 /* wavestream.c */; }; ++ 5CC1B8D9012FB8CD7F000001 /* mikmod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B868012FB8CD7F000001 /* mikmod.h */; }; ++ 5CC1B8DA012FB8CD7F000001 /* mikmod_build.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B869012FB8CD7F000001 /* mikmod_build.h */; }; ++ 5CC1B8DB012FB8CD7F000001 /* mikmod_internals.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B86A012FB8CD7F000001 /* mikmod_internals.h */; }; ++ 5CC1B8DC012FB8CD7F000001 /* music_cmd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B87B012FB8CD7F000001 /* music_cmd.h */; }; ++ 5CC1B8DD012FB8CD7F000001 /* music_ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B87D012FB8CD7F000001 /* music_ogg.h */; }; ++ 5CC1B8DE012FB8CD7F000001 /* common.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B881012FB8CD7F000001 /* common.h */; }; ++ 5CC1B8DF012FB8CD7F000001 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B882012FB8CD7F000001 /* config.h */; }; ++ 5CC1B8E0012FB8CD7F000001 /* controls.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B884012FB8CD7F000001 /* controls.h */; }; ++ 5CC1B8E1012FB8CD7F000001 /* filter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B886012FB8CD7F000001 /* filter.h */; }; ++ 5CC1B8E2012FB8CD7F000001 /* instrum.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B888012FB8CD7F000001 /* instrum.h */; }; ++ 5CC1B8E3012FB8CD7F000001 /* mix.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B88A012FB8CD7F000001 /* mix.h */; }; ++ 5CC1B8E4012FB8CD7F000001 /* output.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B88C012FB8CD7F000001 /* output.h */; }; ++ 5CC1B8E5012FB8CD7F000001 /* playmidi.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B88E012FB8CD7F000001 /* playmidi.h */; }; ++ 5CC1B8E6012FB8CD7F000001 /* readmidi.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B890012FB8CD7F000001 /* readmidi.h */; }; ++ 5CC1B8E7012FB8CD7F000001 /* resample.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B892012FB8CD7F000001 /* resample.h */; }; ++ 5CC1B8E8012FB8CD7F000001 /* tables.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B896012FB8CD7F000001 /* tables.h */; }; ++ 5CC1B8E9012FB8CD7F000001 /* timidity.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B898012FB8CD7F000001 /* timidity.h */; }; ++ 5CC1B8EB012FB8CD7F000001 /* wavestream.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC1B89C012FB8CD7F000001 /* wavestream.h */; }; ++ 5CC1B8EC012FB8CD7F000001 /* drv_nos.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B860012FB8CD7F000001 /* drv_nos.c */; }; ++ 5CC1B8ED012FB8CD7F000001 /* drv_sdl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B861012FB8CD7F000001 /* drv_sdl.c */; }; ++ 5CC1B8EE012FB8CD7F000001 /* load_it.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B862012FB8CD7F000001 /* load_it.c */; }; ++ 5CC1B8EF012FB8CD7F000001 /* load_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B863012FB8CD7F000001 /* load_mod.c */; }; ++ 5CC1B8F0012FB8CD7F000001 /* load_s3m.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B864012FB8CD7F000001 /* load_s3m.c */; }; ++ 5CC1B8F1012FB8CD7F000001 /* load_xm.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B865012FB8CD7F000001 /* load_xm.c */; }; ++ 5CC1B8F2012FB8CD7F000001 /* mdreg.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B866012FB8CD7F000001 /* mdreg.c */; }; ++ 5CC1B8F3012FB8CD7F000001 /* mdriver.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B867012FB8CD7F000001 /* mdriver.c */; }; ++ 5CC1B8F4012FB8CD7F000001 /* mloader.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86B012FB8CD7F000001 /* mloader.c */; }; ++ 5CC1B8F5012FB8CD7F000001 /* mlreg.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86C012FB8CD7F000001 /* mlreg.c */; }; ++ 5CC1B8F6012FB8CD7F000001 /* mlutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86D012FB8CD7F000001 /* mlutil.c */; }; ++ 5CC1B8F7012FB8CD7F000001 /* mmalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86E012FB8CD7F000001 /* mmalloc.c */; }; ++ 5CC1B8F8012FB8CD7F000001 /* mmerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B86F012FB8CD7F000001 /* mmerror.c */; }; ++ 5CC1B8F9012FB8CD7F000001 /* mmio.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B870012FB8CD7F000001 /* mmio.c */; }; ++ 5CC1B8FA012FB8CD7F000001 /* mplayer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B871012FB8CD7F000001 /* mplayer.c */; }; ++ 5CC1B8FB012FB8CD7F000001 /* munitrk.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B872012FB8CD7F000001 /* munitrk.c */; }; ++ 5CC1B8FC012FB8CD7F000001 /* mwav.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B873012FB8CD7F000001 /* mwav.c */; }; ++ 5CC1B8FD012FB8CD7F000001 /* npertab.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B874012FB8CD7F000001 /* npertab.c */; }; ++ 5CC1B8FE012FB8CD7F000001 /* sloader.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B875012FB8CD7F000001 /* sloader.c */; }; ++ 5CC1B8FF012FB8CD7F000001 /* virtch.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B876012FB8CD7F000001 /* virtch.c */; }; ++ 5CC1B900012FB8CD7F000001 /* virtch2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B877012FB8CD7F000001 /* virtch2.c */; }; ++ 5CC1B901012FB8CD7F000001 /* virtch_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B878012FB8CD7F000001 /* virtch_common.c */; }; ++ 5CC1B902012FB8CD7F000001 /* mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B879012FB8CD7F000001 /* mixer.c */; }; ++ 5CC1B903012FB8CD7F000001 /* music_cmd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B87A012FB8CD7F000001 /* music_cmd.c */; }; ++ 5CC1B904012FB8CD7F000001 /* music_ogg.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B87C012FB8CD7F000001 /* music_ogg.c */; }; ++ 5CC1B905012FB8CD7F000001 /* music.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B87E012FB8CD7F000001 /* music.c */; }; ++ 5CC1B906012FB8CD7F000001 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B880012FB8CD7F000001 /* common.c */; }; ++ 5CC1B907012FB8CD7F000001 /* controls.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B883012FB8CD7F000001 /* controls.c */; }; ++ 5CC1B908012FB8CD7F000001 /* filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B885012FB8CD7F000001 /* filter.c */; }; ++ 5CC1B909012FB8CD7F000001 /* instrum.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B887012FB8CD7F000001 /* instrum.c */; }; ++ 5CC1B90A012FB8CD7F000001 /* mix.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B889012FB8CD7F000001 /* mix.c */; }; ++ 5CC1B90B012FB8CD7F000001 /* output.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B88B012FB8CD7F000001 /* output.c */; }; ++ 5CC1B90C012FB8CD7F000001 /* playmidi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B88D012FB8CD7F000001 /* playmidi.c */; }; ++ 5CC1B90D012FB8CD7F000001 /* readmidi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B88F012FB8CD7F000001 /* readmidi.c */; }; ++ 5CC1B90E012FB8CD7F000001 /* resample.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B891012FB8CD7F000001 /* resample.c */; }; ++ 5CC1B90F012FB8CD7F000001 /* sdl_a.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B893012FB8CD7F000001 /* sdl_a.c */; }; ++ 5CC1B910012FB8CD7F000001 /* sdl_c.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B894012FB8CD7F000001 /* sdl_c.c */; }; ++ 5CC1B911012FB8CD7F000001 /* tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B895012FB8CD7F000001 /* tables.c */; }; ++ 5CC1B912012FB8CD7F000001 /* timidity.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B897012FB8CD7F000001 /* timidity.c */; }; ++ 5CC1B914012FB8CD7F000001 /* wavestream.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CC1B89B012FB8CD7F000001 /* wavestream.c */; }; ++ B2A42D1003FAC6A400A8000A /* load_ogg.c in Sources */ = {isa = PBXBuildFile; fileRef = B2A42D0E03FAC6A400A8000A /* load_ogg.c */; }; ++ B2A42D1103FAC6A400A8000A /* load_ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = B2A42D0F03FAC6A400A8000A /* load_ogg.h */; }; ++ B2A42D1203FAC6A400A8000A /* load_ogg.c in Sources */ = {isa = PBXBuildFile; fileRef = B2A42D0E03FAC6A400A8000A /* load_ogg.c */; }; ++ B2A42D1303FAC6A400A8000A /* load_ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = B2A42D0F03FAC6A400A8000A /* load_ogg.h */; }; ++ B2A42D1403FAC72300A8000A /* native_midi_common.c in Sources */ = {isa = PBXBuildFile; fileRef = F51BFB0201F724BE01D3D55B /* native_midi_common.c */; }; ++ B2A42D1503FAC72300A8000A /* native_midi_common.h in Headers */ = {isa = PBXBuildFile; fileRef = F51BFB0301F724BE01D3D55B /* native_midi_common.h */; }; ++ B2A42D1603FAC72500A8000A /* native_midi_mac.c in Sources */ = {isa = PBXBuildFile; fileRef = F51BFB0401F724BE01D3D55B /* native_midi_mac.c */; }; ++ B2A42D1703FAC72500A8000A /* native_midi.h in Headers */ = {isa = PBXBuildFile; fileRef = F51BFB0101F724BE01D3D55B /* native_midi.h */; }; ++ F51BFB0601F724BE01D3D55B /* native_midi.h in Headers */ = {isa = PBXBuildFile; fileRef = F51BFB0101F724BE01D3D55B /* native_midi.h */; }; ++ F51BFB0701F724BE01D3D55B /* native_midi_common.h in Headers */ = {isa = PBXBuildFile; fileRef = F51BFB0301F724BE01D3D55B /* native_midi_common.h */; }; ++ F51BFB0B01F724BF01D3D55B /* native_midi_common.c in Sources */ = {isa = PBXBuildFile; fileRef = F51BFB0201F724BE01D3D55B /* native_midi_common.c */; }; ++ F51BFB0C01F724BF01D3D55B /* native_midi_mac.c in Sources */ = {isa = PBXBuildFile; fileRef = F51BFB0401F724BE01D3D55B /* native_midi_mac.c */; }; ++ F567D63F01CD881401F3E8B9 /* effects_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F567D63E01CD881401F3E8B9 /* effects_internal.h */; }; ++ F567D64001CD881401F3E8B9 /* effect_position.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D63B01CD881401F3E8B9 /* effect_position.c */; }; ++ F567D64101CD881401F3E8B9 /* effect_stereoreverse.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D63C01CD881401F3E8B9 /* effect_stereoreverse.c */; }; ++ F567D64201CD881401F3E8B9 /* effects_internal.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D63D01CD881401F3E8B9 /* effects_internal.c */; }; ++ F567D64301CD881401F3E8B9 /* effects_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F567D63E01CD881401F3E8B9 /* effects_internal.h */; }; ++ F567D64401CD881401F3E8B9 /* effect_position.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D63B01CD881401F3E8B9 /* effect_position.c */; }; ++ F567D64501CD881401F3E8B9 /* effect_stereoreverse.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D63C01CD881401F3E8B9 /* effect_stereoreverse.c */; }; ++ F567D64601CD881401F3E8B9 /* effects_internal.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D63D01CD881401F3E8B9 /* effects_internal.c */; }; ++ F567D64C01CD88A701F3E8B9 /* load_aiff.h in Headers */ = {isa = PBXBuildFile; fileRef = F567D64801CD88A701F3E8B9 /* load_aiff.h */; }; ++ F567D64D01CD88A701F3E8B9 /* load_voc.h in Headers */ = {isa = PBXBuildFile; fileRef = F567D64A01CD88A701F3E8B9 /* load_voc.h */; }; ++ F567D64E01CD88A701F3E8B9 /* load_aiff.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D64701CD88A701F3E8B9 /* load_aiff.c */; }; ++ F567D64F01CD88A701F3E8B9 /* load_voc.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D64901CD88A701F3E8B9 /* load_voc.c */; }; ++ F567D65001CD88A701F3E8B9 /* load_aiff.h in Headers */ = {isa = PBXBuildFile; fileRef = F567D64801CD88A701F3E8B9 /* load_aiff.h */; }; ++ F567D65101CD88A701F3E8B9 /* load_voc.h in Headers */ = {isa = PBXBuildFile; fileRef = F567D64A01CD88A701F3E8B9 /* load_voc.h */; }; ++ F567D65201CD88A701F3E8B9 /* load_aiff.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D64701CD88A701F3E8B9 /* load_aiff.c */; }; ++ F567D65301CD88A701F3E8B9 /* load_voc.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D64901CD88A701F3E8B9 /* load_voc.c */; }; ++ F5FC1EC801FE3A8201D3D55B /* SDL_mixer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1014BAEA010A4B677F000001 /* SDL_mixer.h */; settings = {ATTRIBUTES = (Public, ); }; }; ++ FD09CE6D0B23E623002864F3 /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD09CE6C0B23E623002864F3 /* libvorbisfile.a */; }; ++/* End PBXBuildFile section */ ++ ++/* Begin PBXContainerItemProxy section */ ++ FD33E0650B23DF29004049CF /* PBXContainerItemProxy */ = { ++ isa = PBXContainerItemProxy; ++ containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; ++ proxyType = 1; ++ remoteGlobalIDString = 0867D69CFE84028FC02AAC07; ++ remoteInfo = Framework; ++ }; ++ FD33E0680B23DF29004049CF /* PBXContainerItemProxy */ = { ++ isa = PBXContainerItemProxy; ++ containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; ++ proxyType = 1; ++ remoteGlobalIDString = 0867D69CFE84028FC02AAC07; ++ remoteInfo = Framework; ++ }; ++/* End PBXContainerItemProxy section */ ++ ++/* Begin PBXFileReference section */ ++ 034768DEFF38A45A11DB9C8B /* SDL_mixer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SDL_mixer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; ++ 0E06A27A0119C7B67F000001 /* libSDL_mixer.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libSDL_mixer.a; sourceTree = BUILT_PRODUCTS_DIR; }; ++ 1014BAEA010A4B677F000001 /* SDL_mixer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_mixer.h; path = ../SDL_mixer.h; sourceTree = SOURCE_ROOT; }; ++ 5CC1B860012FB8CD7F000001 /* drv_nos.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = drv_nos.c; sourceTree = ""; }; ++ 5CC1B861012FB8CD7F000001 /* drv_sdl.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = drv_sdl.c; sourceTree = ""; }; ++ 5CC1B862012FB8CD7F000001 /* load_it.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = load_it.c; sourceTree = ""; }; ++ 5CC1B863012FB8CD7F000001 /* load_mod.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = load_mod.c; sourceTree = ""; }; ++ 5CC1B864012FB8CD7F000001 /* load_s3m.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = load_s3m.c; sourceTree = ""; }; ++ 5CC1B865012FB8CD7F000001 /* load_xm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = load_xm.c; sourceTree = ""; }; ++ 5CC1B866012FB8CD7F000001 /* mdreg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mdreg.c; sourceTree = ""; }; ++ 5CC1B867012FB8CD7F000001 /* mdriver.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mdriver.c; sourceTree = ""; }; ++ 5CC1B868012FB8CD7F000001 /* mikmod.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mikmod.h; sourceTree = ""; }; ++ 5CC1B869012FB8CD7F000001 /* mikmod_build.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mikmod_build.h; sourceTree = ""; }; ++ 5CC1B86A012FB8CD7F000001 /* mikmod_internals.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mikmod_internals.h; sourceTree = ""; }; ++ 5CC1B86B012FB8CD7F000001 /* mloader.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mloader.c; sourceTree = ""; }; ++ 5CC1B86C012FB8CD7F000001 /* mlreg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mlreg.c; sourceTree = ""; }; ++ 5CC1B86D012FB8CD7F000001 /* mlutil.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mlutil.c; sourceTree = ""; }; ++ 5CC1B86E012FB8CD7F000001 /* mmalloc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mmalloc.c; sourceTree = ""; }; ++ 5CC1B86F012FB8CD7F000001 /* mmerror.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mmerror.c; sourceTree = ""; }; ++ 5CC1B870012FB8CD7F000001 /* mmio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mmio.c; sourceTree = ""; }; ++ 5CC1B871012FB8CD7F000001 /* mplayer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mplayer.c; sourceTree = ""; }; ++ 5CC1B872012FB8CD7F000001 /* munitrk.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = munitrk.c; sourceTree = ""; }; ++ 5CC1B873012FB8CD7F000001 /* mwav.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mwav.c; sourceTree = ""; }; ++ 5CC1B874012FB8CD7F000001 /* npertab.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = npertab.c; sourceTree = ""; }; ++ 5CC1B875012FB8CD7F000001 /* sloader.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sloader.c; sourceTree = ""; }; ++ 5CC1B876012FB8CD7F000001 /* virtch.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = virtch.c; sourceTree = ""; }; ++ 5CC1B877012FB8CD7F000001 /* virtch2.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = virtch2.c; sourceTree = ""; }; ++ 5CC1B878012FB8CD7F000001 /* virtch_common.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = virtch_common.c; sourceTree = ""; }; ++ 5CC1B879012FB8CD7F000001 /* mixer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mixer.c; path = ../mixer.c; sourceTree = ""; }; ++ 5CC1B87A012FB8CD7F000001 /* music_cmd.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = music_cmd.c; path = ../music_cmd.c; sourceTree = ""; }; ++ 5CC1B87B012FB8CD7F000001 /* music_cmd.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = music_cmd.h; path = ../music_cmd.h; sourceTree = ""; }; ++ 5CC1B87C012FB8CD7F000001 /* music_ogg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = music_ogg.c; path = ../music_ogg.c; sourceTree = ""; }; ++ 5CC1B87D012FB8CD7F000001 /* music_ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = music_ogg.h; path = ../music_ogg.h; sourceTree = ""; }; ++ 5CC1B87E012FB8CD7F000001 /* music.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = music.c; path = ../music.c; sourceTree = ""; }; ++ 5CC1B880012FB8CD7F000001 /* common.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = common.c; sourceTree = ""; }; ++ 5CC1B881012FB8CD7F000001 /* common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = ""; }; ++ 5CC1B882012FB8CD7F000001 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; ++ 5CC1B883012FB8CD7F000001 /* controls.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = controls.c; sourceTree = ""; }; ++ 5CC1B884012FB8CD7F000001 /* controls.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = controls.h; sourceTree = ""; }; ++ 5CC1B885012FB8CD7F000001 /* filter.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = filter.c; sourceTree = ""; }; ++ 5CC1B886012FB8CD7F000001 /* filter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = filter.h; sourceTree = ""; }; ++ 5CC1B887012FB8CD7F000001 /* instrum.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = instrum.c; sourceTree = ""; }; ++ 5CC1B888012FB8CD7F000001 /* instrum.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = instrum.h; sourceTree = ""; }; ++ 5CC1B889012FB8CD7F000001 /* mix.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mix.c; sourceTree = ""; }; ++ 5CC1B88A012FB8CD7F000001 /* mix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mix.h; sourceTree = ""; }; ++ 5CC1B88B012FB8CD7F000001 /* output.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = output.c; sourceTree = ""; }; ++ 5CC1B88C012FB8CD7F000001 /* output.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = output.h; sourceTree = ""; }; ++ 5CC1B88D012FB8CD7F000001 /* playmidi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = playmidi.c; sourceTree = ""; }; ++ 5CC1B88E012FB8CD7F000001 /* playmidi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = playmidi.h; sourceTree = ""; }; ++ 5CC1B88F012FB8CD7F000001 /* readmidi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = readmidi.c; sourceTree = ""; }; ++ 5CC1B890012FB8CD7F000001 /* readmidi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = readmidi.h; sourceTree = ""; }; ++ 5CC1B891012FB8CD7F000001 /* resample.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = resample.c; sourceTree = ""; }; ++ 5CC1B892012FB8CD7F000001 /* resample.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = resample.h; sourceTree = ""; }; ++ 5CC1B893012FB8CD7F000001 /* sdl_a.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdl_a.c; sourceTree = ""; }; ++ 5CC1B894012FB8CD7F000001 /* sdl_c.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdl_c.c; sourceTree = ""; }; ++ 5CC1B895012FB8CD7F000001 /* tables.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = tables.c; sourceTree = ""; }; ++ 5CC1B896012FB8CD7F000001 /* tables.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = tables.h; sourceTree = ""; }; ++ 5CC1B897012FB8CD7F000001 /* timidity.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = timidity.c; sourceTree = ""; }; ++ 5CC1B898012FB8CD7F000001 /* timidity.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = timidity.h; sourceTree = ""; }; ++ 5CC1B89B012FB8CD7F000001 /* wavestream.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = wavestream.c; path = ../wavestream.c; sourceTree = ""; }; ++ 5CC1B89C012FB8CD7F000001 /* wavestream.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = wavestream.h; path = ../wavestream.h; sourceTree = ""; }; ++ B2A42D0E03FAC6A400A8000A /* load_ogg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = load_ogg.c; path = ../load_ogg.c; sourceTree = SOURCE_ROOT; }; ++ B2A42D0F03FAC6A400A8000A /* load_ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = load_ogg.h; path = ../load_ogg.h; sourceTree = SOURCE_ROOT; }; ++ F51BFB0101F724BE01D3D55B /* native_midi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = native_midi.h; sourceTree = ""; }; ++ F51BFB0201F724BE01D3D55B /* native_midi_common.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = native_midi_common.c; sourceTree = ""; }; ++ F51BFB0301F724BE01D3D55B /* native_midi_common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = native_midi_common.h; sourceTree = ""; }; ++ F51BFB0401F724BE01D3D55B /* native_midi_mac.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = native_midi_mac.c; sourceTree = ""; }; ++ F567D63B01CD881401F3E8B9 /* effect_position.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = effect_position.c; path = ../effect_position.c; sourceTree = SOURCE_ROOT; }; ++ F567D63C01CD881401F3E8B9 /* effect_stereoreverse.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = effect_stereoreverse.c; path = ../effect_stereoreverse.c; sourceTree = SOURCE_ROOT; }; ++ F567D63D01CD881401F3E8B9 /* effects_internal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = effects_internal.c; path = ../effects_internal.c; sourceTree = SOURCE_ROOT; }; ++ F567D63E01CD881401F3E8B9 /* effects_internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = effects_internal.h; path = ../effects_internal.h; sourceTree = SOURCE_ROOT; }; ++ F567D64701CD88A701F3E8B9 /* load_aiff.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = load_aiff.c; path = ../load_aiff.c; sourceTree = SOURCE_ROOT; }; ++ F567D64801CD88A701F3E8B9 /* load_aiff.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = load_aiff.h; path = ../load_aiff.h; sourceTree = SOURCE_ROOT; }; ++ F567D64901CD88A701F3E8B9 /* load_voc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = load_voc.c; path = ../load_voc.c; sourceTree = SOURCE_ROOT; }; ++ F567D64A01CD88A701F3E8B9 /* load_voc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = load_voc.h; path = ../load_voc.h; sourceTree = SOURCE_ROOT; }; ++ F59C70E600D5BACC01000001 /* Standard Package */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = "Standard Package"; sourceTree = BUILT_PRODUCTS_DIR; }; ++ F59C70F200D5C09F01000001 /* Devel Package */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "Devel Package"; sourceTree = BUILT_PRODUCTS_DIR; }; ++ F59C70FF00D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; ++ F59C710000D5CB5801000001 /* Welcome.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Welcome.txt; sourceTree = ""; }; ++ F59C710300D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; ++ F59C710400D5CB5801000001 /* Welcome.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Welcome.txt; sourceTree = ""; }; ++ F59C710500D5CB5801000001 /* SDL_mixer-devel.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "SDL_mixer-devel.info"; sourceTree = ""; }; ++ F59C710600D5CB5801000001 /* SDL_mixer.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SDL_mixer.info; sourceTree = ""; }; ++ F5FC1ECE01FE64FA01D3D55B /* install.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; name = install.sh; path = "pkg-support/devel-resources/install.sh"; sourceTree = SOURCE_ROOT; }; ++ FD09CE6C0B23E623002864F3 /* libvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisfile.a; path = vorbis/lib/libvorbisfile.a; sourceTree = ""; }; ++/* End PBXFileReference section */ ++ ++/* Begin PBXFrameworkTarget section */ ++ 0867D69CFE84028FC02AAC07 /* Framework */ = { ++ isa = PBXFrameworkTarget; ++ buildConfigurationList = FD33E07C0B23DF49004049CF /* Build configuration list for PBXFrameworkTarget "Framework" */; ++ buildPhases = ( ++ 0867D69DFE84028FC02AAC07 /* Headers */, ++ 0867D69EFE84028FC02AAC07 /* Resources */, ++ 0867D69FFE84028FC02AAC07 /* Sources */, ++ 0867D6A0FE84028FC02AAC07 /* Frameworks */, ++ 0867D6A2FE84028FC02AAC07 /* Rez */, ++ 0108F496007D288D7F000001 /* ShellScript */, ++ ); ++ comments = "Installed into ./build/Frameworks/SDL_mixer.framework\n\nAdd -framework SDL_mixer to your linker flags\nAdd ./build/Frameworks/SDL_mixer.framework/Headers to your header search path\nAdd ./build/Frameworks to your library search path"; ++ dependencies = ( ++ ); ++ name = Framework; ++ productInstallPath = "@executable_path/../Frameworks"; ++ productName = SDL_mixer; ++ productReference = 034768DEFF38A45A11DB9C8B /* SDL_mixer.framework */; ++ productSettingsXML = " ++ ++ ++ ++ CFBundleDevelopmentRegion ++ English ++ CFBundleExecutable ++ SDL_mixer ++ CFBundleGetInfoString ++ http://www.libsdl.org ++ CFBundleIconFile ++ ++ CFBundleIdentifier ++ SDL_mixer ++ CFBundleInfoDictionaryVersion ++ 6.0 ++ CFBundleName ++ Simple DirectMedia Layer ++ CFBundlePackageType ++ FMWK ++ CFBundleShortVersionString ++ 1.2.5 ++ CFBundleSignature ++ SDL_mixerX ++ CFBundleVersion ++ 1.2.5 ++ ++ ++"; ++ }; ++/* End PBXFrameworkTarget section */ ++ ++/* Begin PBXFrameworksBuildPhase section */ ++ 0867D6A0FE84028FC02AAC07 /* Frameworks */ = { ++ isa = PBXFrameworksBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ FD09CE6D0B23E623002864F3 /* libvorbisfile.a in Frameworks */, ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++ 0E06A27E0119C7B67F000001 /* Frameworks */ = { ++ isa = PBXFrameworksBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++/* End PBXFrameworksBuildPhase section */ ++ ++/* Begin PBXGroup section */ ++ 0153844A006D81B07F000001 /* Public Headers */ = { ++ isa = PBXGroup; ++ children = ( ++ 1014BAEA010A4B677F000001 /* SDL_mixer.h */, ++ ); ++ name = "Public Headers"; ++ sourceTree = ""; ++ }; ++ 034768DDFF38A45A11DB9C8B /* Products */ = { ++ isa = PBXGroup; ++ children = ( ++ 089C1665FE841158C02AAC07 /* Resources */, ++ 034768DEFF38A45A11DB9C8B /* SDL_mixer.framework */, ++ F59C70E600D5BACC01000001 /* Standard Package */, ++ F59C70F200D5C09F01000001 /* Devel Package */, ++ 0E06A27A0119C7B67F000001 /* libSDL_mixer.a */, ++ ); ++ name = Products; ++ sourceTree = ""; ++ }; ++ 0867D691FE84028FC02AAC07 /* SDL_mixerFramework */ = { ++ isa = PBXGroup; ++ children = ( ++ FD09CE6C0B23E623002864F3 /* libvorbisfile.a */, ++ F59C70FC00D5CB5801000001 /* pkg-support */, ++ 0153844A006D81B07F000001 /* Public Headers */, ++ 08FB77ACFE841707C02AAC07 /* Library Source */, ++ 034768DDFF38A45A11DB9C8B /* Products */, ++ ); ++ name = SDL_mixerFramework; ++ sourceTree = ""; ++ }; ++ 089C1665FE841158C02AAC07 /* Resources */ = { ++ isa = PBXGroup; ++ children = ( ++ ); ++ name = Resources; ++ sourceTree = ""; ++ }; ++ 08FB77ACFE841707C02AAC07 /* Library Source */ = { ++ isa = PBXGroup; ++ children = ( ++ F567D64701CD88A701F3E8B9 /* load_aiff.c */, ++ F567D64801CD88A701F3E8B9 /* load_aiff.h */, ++ B2A42D0E03FAC6A400A8000A /* load_ogg.c */, ++ B2A42D0F03FAC6A400A8000A /* load_ogg.h */, ++ F567D64901CD88A701F3E8B9 /* load_voc.c */, ++ F567D64A01CD88A701F3E8B9 /* load_voc.h */, ++ 5CC1B879012FB8CD7F000001 /* mixer.c */, ++ 5CC1B87E012FB8CD7F000001 /* music.c */, ++ 5CC1B87A012FB8CD7F000001 /* music_cmd.c */, ++ 5CC1B87B012FB8CD7F000001 /* music_cmd.h */, ++ 5CC1B87C012FB8CD7F000001 /* music_ogg.c */, ++ 5CC1B87D012FB8CD7F000001 /* music_ogg.h */, ++ 5CC1B89B012FB8CD7F000001 /* wavestream.c */, ++ 5CC1B89C012FB8CD7F000001 /* wavestream.h */, ++ F567D63B01CD881401F3E8B9 /* effect_position.c */, ++ F567D63C01CD881401F3E8B9 /* effect_stereoreverse.c */, ++ F567D63D01CD881401F3E8B9 /* effects_internal.c */, ++ F567D63E01CD881401F3E8B9 /* effects_internal.h */, ++ 5CC1B85F012FB8CD7F000001 /* mikmod */, ++ 5CC1B87F012FB8CD7F000001 /* timidity */, ++ F51BFAFD01F724BE01D3D55B /* native_midi */, ++ ); ++ name = "Library Source"; ++ sourceTree = ""; ++ }; ++ 5CC1B85F012FB8CD7F000001 /* mikmod */ = { ++ isa = PBXGroup; ++ children = ( ++ 5CC1B860012FB8CD7F000001 /* drv_nos.c */, ++ 5CC1B861012FB8CD7F000001 /* drv_sdl.c */, ++ 5CC1B862012FB8CD7F000001 /* load_it.c */, ++ 5CC1B863012FB8CD7F000001 /* load_mod.c */, ++ 5CC1B864012FB8CD7F000001 /* load_s3m.c */, ++ 5CC1B865012FB8CD7F000001 /* load_xm.c */, ++ 5CC1B866012FB8CD7F000001 /* mdreg.c */, ++ 5CC1B867012FB8CD7F000001 /* mdriver.c */, ++ 5CC1B868012FB8CD7F000001 /* mikmod.h */, ++ 5CC1B869012FB8CD7F000001 /* mikmod_build.h */, ++ 5CC1B86A012FB8CD7F000001 /* mikmod_internals.h */, ++ 5CC1B86B012FB8CD7F000001 /* mloader.c */, ++ 5CC1B86C012FB8CD7F000001 /* mlreg.c */, ++ 5CC1B86D012FB8CD7F000001 /* mlutil.c */, ++ 5CC1B86E012FB8CD7F000001 /* mmalloc.c */, ++ 5CC1B86F012FB8CD7F000001 /* mmerror.c */, ++ 5CC1B870012FB8CD7F000001 /* mmio.c */, ++ 5CC1B871012FB8CD7F000001 /* mplayer.c */, ++ 5CC1B872012FB8CD7F000001 /* munitrk.c */, ++ 5CC1B873012FB8CD7F000001 /* mwav.c */, ++ 5CC1B874012FB8CD7F000001 /* npertab.c */, ++ 5CC1B875012FB8CD7F000001 /* sloader.c */, ++ 5CC1B876012FB8CD7F000001 /* virtch.c */, ++ 5CC1B877012FB8CD7F000001 /* virtch2.c */, ++ 5CC1B878012FB8CD7F000001 /* virtch_common.c */, ++ ); ++ name = mikmod; ++ path = ../mikmod; ++ sourceTree = ""; ++ }; ++ 5CC1B87F012FB8CD7F000001 /* timidity */ = { ++ isa = PBXGroup; ++ children = ( ++ 5CC1B880012FB8CD7F000001 /* common.c */, ++ 5CC1B881012FB8CD7F000001 /* common.h */, ++ 5CC1B882012FB8CD7F000001 /* config.h */, ++ 5CC1B883012FB8CD7F000001 /* controls.c */, ++ 5CC1B884012FB8CD7F000001 /* controls.h */, ++ 5CC1B885012FB8CD7F000001 /* filter.c */, ++ 5CC1B886012FB8CD7F000001 /* filter.h */, ++ 5CC1B887012FB8CD7F000001 /* instrum.c */, ++ 5CC1B888012FB8CD7F000001 /* instrum.h */, ++ 5CC1B889012FB8CD7F000001 /* mix.c */, ++ 5CC1B88A012FB8CD7F000001 /* mix.h */, ++ 5CC1B88B012FB8CD7F000001 /* output.c */, ++ 5CC1B88C012FB8CD7F000001 /* output.h */, ++ 5CC1B88D012FB8CD7F000001 /* playmidi.c */, ++ 5CC1B88E012FB8CD7F000001 /* playmidi.h */, ++ 5CC1B88F012FB8CD7F000001 /* readmidi.c */, ++ 5CC1B890012FB8CD7F000001 /* readmidi.h */, ++ 5CC1B891012FB8CD7F000001 /* resample.c */, ++ 5CC1B892012FB8CD7F000001 /* resample.h */, ++ 5CC1B893012FB8CD7F000001 /* sdl_a.c */, ++ 5CC1B894012FB8CD7F000001 /* sdl_c.c */, ++ 5CC1B895012FB8CD7F000001 /* tables.c */, ++ 5CC1B896012FB8CD7F000001 /* tables.h */, ++ 5CC1B897012FB8CD7F000001 /* timidity.c */, ++ 5CC1B898012FB8CD7F000001 /* timidity.h */, ++ ); ++ name = timidity; ++ path = ../timidity; ++ sourceTree = ""; ++ }; ++ F51BFAFD01F724BE01D3D55B /* native_midi */ = { ++ isa = PBXGroup; ++ children = ( ++ F51BFB0101F724BE01D3D55B /* native_midi.h */, ++ F51BFB0201F724BE01D3D55B /* native_midi_common.c */, ++ F51BFB0301F724BE01D3D55B /* native_midi_common.h */, ++ F51BFB0401F724BE01D3D55B /* native_midi_mac.c */, ++ ); ++ name = native_midi; ++ path = ../native_midi; ++ sourceTree = SOURCE_ROOT; ++ }; ++ F59C70FC00D5CB5801000001 /* pkg-support */ = { ++ isa = PBXGroup; ++ children = ( ++ F59C70FE00D5CB5801000001 /* devel-resources */, ++ F59C710100D5CB5801000001 /* resources */, ++ F59C710500D5CB5801000001 /* SDL_mixer-devel.info */, ++ F59C710600D5CB5801000001 /* SDL_mixer.info */, ++ ); ++ path = "pkg-support"; ++ sourceTree = SOURCE_ROOT; ++ }; ++ F59C70FE00D5CB5801000001 /* devel-resources */ = { ++ isa = PBXGroup; ++ children = ( ++ F5FC1ECE01FE64FA01D3D55B /* install.sh */, ++ F59C70FF00D5CB5801000001 /* ReadMe.txt */, ++ F59C710000D5CB5801000001 /* Welcome.txt */, ++ ); ++ path = "devel-resources"; ++ sourceTree = ""; ++ }; ++ F59C710100D5CB5801000001 /* resources */ = { ++ isa = PBXGroup; ++ children = ( ++ F59C710300D5CB5801000001 /* ReadMe.txt */, ++ F59C710400D5CB5801000001 /* Welcome.txt */, ++ ); ++ path = resources; ++ sourceTree = ""; ++ }; ++/* End PBXGroup section */ ++ ++/* Begin PBXHeadersBuildPhase section */ ++ 0867D69DFE84028FC02AAC07 /* Headers */ = { ++ isa = PBXHeadersBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ 5CC1B89D012FB8CD7F000001 /* mikmod.h in Headers */, ++ 5CC1B89E012FB8CD7F000001 /* mikmod_build.h in Headers */, ++ 5CC1B89F012FB8CD7F000001 /* mikmod_internals.h in Headers */, ++ 5CC1B8A0012FB8CD7F000001 /* music_cmd.h in Headers */, ++ 5CC1B8A1012FB8CD7F000001 /* music_ogg.h in Headers */, ++ 5CC1B8A2012FB8CD7F000001 /* common.h in Headers */, ++ 5CC1B8A3012FB8CD7F000001 /* config.h in Headers */, ++ 5CC1B8A4012FB8CD7F000001 /* controls.h in Headers */, ++ 5CC1B8A5012FB8CD7F000001 /* filter.h in Headers */, ++ 5CC1B8A6012FB8CD7F000001 /* instrum.h in Headers */, ++ 5CC1B8A7012FB8CD7F000001 /* mix.h in Headers */, ++ 5CC1B8A8012FB8CD7F000001 /* output.h in Headers */, ++ 5CC1B8A9012FB8CD7F000001 /* playmidi.h in Headers */, ++ 5CC1B8AA012FB8CD7F000001 /* readmidi.h in Headers */, ++ 5CC1B8AB012FB8CD7F000001 /* resample.h in Headers */, ++ 5CC1B8AC012FB8CD7F000001 /* tables.h in Headers */, ++ 5CC1B8AD012FB8CD7F000001 /* timidity.h in Headers */, ++ 5CC1B8AF012FB8CD7F000001 /* wavestream.h in Headers */, ++ F567D63F01CD881401F3E8B9 /* effects_internal.h in Headers */, ++ F567D64C01CD88A701F3E8B9 /* load_aiff.h in Headers */, ++ F567D64D01CD88A701F3E8B9 /* load_voc.h in Headers */, ++ F51BFB0601F724BE01D3D55B /* native_midi.h in Headers */, ++ F51BFB0701F724BE01D3D55B /* native_midi_common.h in Headers */, ++ F5FC1EC801FE3A8201D3D55B /* SDL_mixer.h in Headers */, ++ B2A42D1103FAC6A400A8000A /* load_ogg.h in Headers */, ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++ 0E06A27C0119C7B67F000001 /* Headers */ = { ++ isa = PBXHeadersBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ 5CC1B8D9012FB8CD7F000001 /* mikmod.h in Headers */, ++ 5CC1B8DA012FB8CD7F000001 /* mikmod_build.h in Headers */, ++ 5CC1B8DB012FB8CD7F000001 /* mikmod_internals.h in Headers */, ++ 5CC1B8DC012FB8CD7F000001 /* music_cmd.h in Headers */, ++ 5CC1B8DD012FB8CD7F000001 /* music_ogg.h in Headers */, ++ 5CC1B8DE012FB8CD7F000001 /* common.h in Headers */, ++ 5CC1B8DF012FB8CD7F000001 /* config.h in Headers */, ++ 5CC1B8E0012FB8CD7F000001 /* controls.h in Headers */, ++ 5CC1B8E1012FB8CD7F000001 /* filter.h in Headers */, ++ 5CC1B8E2012FB8CD7F000001 /* instrum.h in Headers */, ++ 5CC1B8E3012FB8CD7F000001 /* mix.h in Headers */, ++ 5CC1B8E4012FB8CD7F000001 /* output.h in Headers */, ++ 5CC1B8E5012FB8CD7F000001 /* playmidi.h in Headers */, ++ 5CC1B8E6012FB8CD7F000001 /* readmidi.h in Headers */, ++ 5CC1B8E7012FB8CD7F000001 /* resample.h in Headers */, ++ 5CC1B8E8012FB8CD7F000001 /* tables.h in Headers */, ++ 5CC1B8E9012FB8CD7F000001 /* timidity.h in Headers */, ++ 5CC1B8EB012FB8CD7F000001 /* wavestream.h in Headers */, ++ F567D64301CD881401F3E8B9 /* effects_internal.h in Headers */, ++ F567D65001CD88A701F3E8B9 /* load_aiff.h in Headers */, ++ F567D65101CD88A701F3E8B9 /* load_voc.h in Headers */, ++ B2A42D1303FAC6A400A8000A /* load_ogg.h in Headers */, ++ B2A42D1503FAC72300A8000A /* native_midi_common.h in Headers */, ++ B2A42D1703FAC72500A8000A /* native_midi.h in Headers */, ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++/* End PBXHeadersBuildPhase section */ ++ ++/* Begin PBXLibraryTarget section */ ++ 0E06A27B0119C7B67F000001 /* Static Library */ = { ++ isa = PBXLibraryTarget; ++ buildConfigurationList = FD33E0800B23DF4A004049CF /* Build configuration list for PBXLibraryTarget "Static Library" */; ++ buildPhases = ( ++ 0E06A27C0119C7B67F000001 /* Headers */, ++ 0E06A27D0119C7B67F000001 /* Sources */, ++ 0E06A27E0119C7B67F000001 /* Frameworks */, ++ 0E06A27F0119C7B67F000001 /* Rez */, ++ ); ++ dependencies = ( ++ ); ++ name = "Static Library"; ++ productInstallPath = /usr/local/lib; ++ productName = "Static Library"; ++ productReference = 0E06A27A0119C7B67F000001 /* libSDL_mixer.a */; ++ }; ++/* End PBXLibraryTarget section */ ++ ++/* Begin PBXProject section */ ++ 0867D690FE84028FC02AAC07 /* Project object */ = { ++ isa = PBXProject; ++ buildConfigurationList = FD33E08C0B23DF4A004049CF /* Build configuration list for PBXProject "SDL_mixer" */; ++ hasScannedForEncodings = 1; ++ mainGroup = 0867D691FE84028FC02AAC07 /* SDL_mixerFramework */; ++ productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; ++ projectDirPath = ""; ++ targets = ( ++ 0867D69CFE84028FC02AAC07 /* Framework */, ++ 0E06A27B0119C7B67F000001 /* Static Library */, ++ F59C70E700D5BACC01000001 /* Standard Package */, ++ F59C70F300D5C0A001000001 /* Devel Package */, ++ ); ++ }; ++/* End PBXProject section */ ++ ++/* Begin PBXResourcesBuildPhase section */ ++ 0867D69EFE84028FC02AAC07 /* Resources */ = { ++ isa = PBXResourcesBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++/* End PBXResourcesBuildPhase section */ ++ ++/* Begin PBXRezBuildPhase section */ ++ 0867D6A2FE84028FC02AAC07 /* Rez */ = { ++ isa = PBXRezBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++ 0E06A27F0119C7B67F000001 /* Rez */ = { ++ isa = PBXRezBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++/* End PBXRezBuildPhase section */ ++ ++/* Begin PBXShellScriptBuildPhase section */ ++ 0108F496007D288D7F000001 /* ShellScript */ = { ++ isa = PBXShellScriptBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ shellPath = /bin/sh; ++ shellScript = "# make frameworks directory if it doesn't already exist\nmkdir -p ./build/Frameworks\n# delete the old framework\nrm -rf ./build/Frameworks/SDL_mixer.framework\n# copy framework to its home\n/Developer/Tools/CpMac -r build/Deployment/SDL_mixer.framework ./build/Frameworks/SDL_mixer.framework\n# precompile header for speedier compiles\n/usr/bin/cc -I /Library/Frameworks/SDL.framework/Headers -precomp ./build/Frameworks/SDL_mixer.framework/Headers/SDL_mixer.h -o ./build/Frameworks/SDL_mixer.framework/Headers/SDL_mixer.p"; ++ }; ++ F59C70ED00D5BB0901000001 /* ShellScript */ = { ++ isa = PBXShellScriptBuildPhase; ++ buildActionMask = 12; ++ files = ( ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ shellPath = /bin/sh; ++ shellScript = "exec ./pkg-support/mkpackage.sh \"SDL_mixer\" \"standard\""; ++ }; ++ F59C70F500D5C0A001000001 /* ShellScript */ = { ++ isa = PBXShellScriptBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ shellPath = /bin/sh; ++ shellScript = "exec ./pkg-support/mkpackage.sh \"SDL_mixer\" \"devel\""; ++ }; ++/* End PBXShellScriptBuildPhase section */ ++ ++/* Begin PBXSourcesBuildPhase section */ ++ 0867D69FFE84028FC02AAC07 /* Sources */ = { ++ isa = PBXSourcesBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ 5CC1B8B0012FB8CD7F000001 /* drv_nos.c in Sources */, ++ 5CC1B8B1012FB8CD7F000001 /* drv_sdl.c in Sources */, ++ 5CC1B8B2012FB8CD7F000001 /* load_it.c in Sources */, ++ 5CC1B8B3012FB8CD7F000001 /* load_mod.c in Sources */, ++ 5CC1B8B4012FB8CD7F000001 /* load_s3m.c in Sources */, ++ 5CC1B8B5012FB8CD7F000001 /* load_xm.c in Sources */, ++ 5CC1B8B6012FB8CD7F000001 /* mdreg.c in Sources */, ++ 5CC1B8B7012FB8CD7F000001 /* mdriver.c in Sources */, ++ 5CC1B8B8012FB8CD7F000001 /* mloader.c in Sources */, ++ 5CC1B8B9012FB8CD7F000001 /* mlreg.c in Sources */, ++ 5CC1B8BA012FB8CD7F000001 /* mlutil.c in Sources */, ++ 5CC1B8BB012FB8CD7F000001 /* mmalloc.c in Sources */, ++ 5CC1B8BC012FB8CD7F000001 /* mmerror.c in Sources */, ++ 5CC1B8BD012FB8CD7F000001 /* mmio.c in Sources */, ++ 5CC1B8BE012FB8CD7F000001 /* mplayer.c in Sources */, ++ 5CC1B8BF012FB8CD7F000001 /* munitrk.c in Sources */, ++ 5CC1B8C0012FB8CD7F000001 /* mwav.c in Sources */, ++ 5CC1B8C1012FB8CD7F000001 /* npertab.c in Sources */, ++ 5CC1B8C2012FB8CD7F000001 /* sloader.c in Sources */, ++ 5CC1B8C3012FB8CD7F000001 /* virtch.c in Sources */, ++ 5CC1B8C4012FB8CD7F000001 /* virtch2.c in Sources */, ++ 5CC1B8C5012FB8CD7F000001 /* virtch_common.c in Sources */, ++ 5CC1B8C6012FB8CD7F000001 /* mixer.c in Sources */, ++ 5CC1B8C7012FB8CD7F000001 /* music_cmd.c in Sources */, ++ 5CC1B8C8012FB8CD7F000001 /* music_ogg.c in Sources */, ++ 5CC1B8C9012FB8CD7F000001 /* music.c in Sources */, ++ 5CC1B8CA012FB8CD7F000001 /* common.c in Sources */, ++ 5CC1B8CB012FB8CD7F000001 /* controls.c in Sources */, ++ 5CC1B8CC012FB8CD7F000001 /* filter.c in Sources */, ++ 5CC1B8CD012FB8CD7F000001 /* instrum.c in Sources */, ++ 5CC1B8CE012FB8CD7F000001 /* mix.c in Sources */, ++ 5CC1B8CF012FB8CD7F000001 /* output.c in Sources */, ++ 5CC1B8D0012FB8CD7F000001 /* playmidi.c in Sources */, ++ 5CC1B8D1012FB8CD7F000001 /* readmidi.c in Sources */, ++ 5CC1B8D2012FB8CD7F000001 /* resample.c in Sources */, ++ 5CC1B8D3012FB8CD7F000001 /* sdl_a.c in Sources */, ++ 5CC1B8D4012FB8CD7F000001 /* sdl_c.c in Sources */, ++ 5CC1B8D5012FB8CD7F000001 /* tables.c in Sources */, ++ 5CC1B8D6012FB8CD7F000001 /* timidity.c in Sources */, ++ 5CC1B8D8012FB8CD7F000001 /* wavestream.c in Sources */, ++ F567D64001CD881401F3E8B9 /* effect_position.c in Sources */, ++ F567D64101CD881401F3E8B9 /* effect_stereoreverse.c in Sources */, ++ F567D64201CD881401F3E8B9 /* effects_internal.c in Sources */, ++ F567D64E01CD88A701F3E8B9 /* load_aiff.c in Sources */, ++ F567D64F01CD88A701F3E8B9 /* load_voc.c in Sources */, ++ F51BFB0B01F724BF01D3D55B /* native_midi_common.c in Sources */, ++ F51BFB0C01F724BF01D3D55B /* native_midi_mac.c in Sources */, ++ B2A42D1003FAC6A400A8000A /* load_ogg.c in Sources */, ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++ 0E06A27D0119C7B67F000001 /* Sources */ = { ++ isa = PBXSourcesBuildPhase; ++ buildActionMask = 2147483647; ++ files = ( ++ 5CC1B8EC012FB8CD7F000001 /* drv_nos.c in Sources */, ++ 5CC1B8ED012FB8CD7F000001 /* drv_sdl.c in Sources */, ++ 5CC1B8EE012FB8CD7F000001 /* load_it.c in Sources */, ++ 5CC1B8EF012FB8CD7F000001 /* load_mod.c in Sources */, ++ 5CC1B8F0012FB8CD7F000001 /* load_s3m.c in Sources */, ++ 5CC1B8F1012FB8CD7F000001 /* load_xm.c in Sources */, ++ 5CC1B8F2012FB8CD7F000001 /* mdreg.c in Sources */, ++ 5CC1B8F3012FB8CD7F000001 /* mdriver.c in Sources */, ++ 5CC1B8F4012FB8CD7F000001 /* mloader.c in Sources */, ++ 5CC1B8F5012FB8CD7F000001 /* mlreg.c in Sources */, ++ 5CC1B8F6012FB8CD7F000001 /* mlutil.c in Sources */, ++ 5CC1B8F7012FB8CD7F000001 /* mmalloc.c in Sources */, ++ 5CC1B8F8012FB8CD7F000001 /* mmerror.c in Sources */, ++ 5CC1B8F9012FB8CD7F000001 /* mmio.c in Sources */, ++ 5CC1B8FA012FB8CD7F000001 /* mplayer.c in Sources */, ++ 5CC1B8FB012FB8CD7F000001 /* munitrk.c in Sources */, ++ 5CC1B8FC012FB8CD7F000001 /* mwav.c in Sources */, ++ 5CC1B8FD012FB8CD7F000001 /* npertab.c in Sources */, ++ 5CC1B8FE012FB8CD7F000001 /* sloader.c in Sources */, ++ 5CC1B8FF012FB8CD7F000001 /* virtch.c in Sources */, ++ 5CC1B900012FB8CD7F000001 /* virtch2.c in Sources */, ++ 5CC1B901012FB8CD7F000001 /* virtch_common.c in Sources */, ++ 5CC1B902012FB8CD7F000001 /* mixer.c in Sources */, ++ 5CC1B903012FB8CD7F000001 /* music_cmd.c in Sources */, ++ 5CC1B904012FB8CD7F000001 /* music_ogg.c in Sources */, ++ 5CC1B905012FB8CD7F000001 /* music.c in Sources */, ++ 5CC1B906012FB8CD7F000001 /* common.c in Sources */, ++ 5CC1B907012FB8CD7F000001 /* controls.c in Sources */, ++ 5CC1B908012FB8CD7F000001 /* filter.c in Sources */, ++ 5CC1B909012FB8CD7F000001 /* instrum.c in Sources */, ++ 5CC1B90A012FB8CD7F000001 /* mix.c in Sources */, ++ 5CC1B90B012FB8CD7F000001 /* output.c in Sources */, ++ 5CC1B90C012FB8CD7F000001 /* playmidi.c in Sources */, ++ 5CC1B90D012FB8CD7F000001 /* readmidi.c in Sources */, ++ 5CC1B90E012FB8CD7F000001 /* resample.c in Sources */, ++ 5CC1B90F012FB8CD7F000001 /* sdl_a.c in Sources */, ++ 5CC1B910012FB8CD7F000001 /* sdl_c.c in Sources */, ++ 5CC1B911012FB8CD7F000001 /* tables.c in Sources */, ++ 5CC1B912012FB8CD7F000001 /* timidity.c in Sources */, ++ 5CC1B914012FB8CD7F000001 /* wavestream.c in Sources */, ++ F567D64401CD881401F3E8B9 /* effect_position.c in Sources */, ++ F567D64501CD881401F3E8B9 /* effect_stereoreverse.c in Sources */, ++ F567D64601CD881401F3E8B9 /* effects_internal.c in Sources */, ++ F567D65201CD88A701F3E8B9 /* load_aiff.c in Sources */, ++ F567D65301CD88A701F3E8B9 /* load_voc.c in Sources */, ++ B2A42D1203FAC6A400A8000A /* load_ogg.c in Sources */, ++ B2A42D1403FAC72300A8000A /* native_midi_common.c in Sources */, ++ B2A42D1603FAC72500A8000A /* native_midi_mac.c in Sources */, ++ ); ++ runOnlyForDeploymentPostprocessing = 0; ++ }; ++/* End PBXSourcesBuildPhase section */ ++ ++/* Begin PBXTargetDependency section */ ++ F56F806000D7237901000001 /* PBXTargetDependency */ = { ++ isa = PBXTargetDependency; ++ target = 0867D69CFE84028FC02AAC07 /* Framework */; ++ targetProxy = FD33E0650B23DF29004049CF /* PBXContainerItemProxy */; ++ }; ++ F56F806100D7237901000001 /* PBXTargetDependency */ = { ++ isa = PBXTargetDependency; ++ target = 0867D69CFE84028FC02AAC07 /* Framework */; ++ targetProxy = FD33E0680B23DF29004049CF /* PBXContainerItemProxy */; ++ }; ++/* End PBXTargetDependency section */ ++ ++/* Begin PBXToolTarget section */ ++ F59C70E700D5BACC01000001 /* Standard Package */ = { ++ isa = PBXToolTarget; ++ buildConfigurationList = FD33E0840B23DF4A004049CF /* Build configuration list for PBXToolTarget "Standard Package" */; ++ buildPhases = ( ++ F59C70ED00D5BB0901000001 /* ShellScript */, ++ ); ++ dependencies = ( ++ F56F806000D7237901000001 /* PBXTargetDependency */, ++ ); ++ name = "Standard Package"; ++ productInstallPath = /usr/local/bin; ++ productName = "Standard Package"; ++ productReference = F59C70E600D5BACC01000001 /* Standard Package */; ++ }; ++ F59C70F300D5C0A001000001 /* Devel Package */ = { ++ isa = PBXToolTarget; ++ buildConfigurationList = FD33E0880B23DF4A004049CF /* Build configuration list for PBXToolTarget "Devel Package" */; ++ buildPhases = ( ++ F59C70F500D5C0A001000001 /* ShellScript */, ++ ); ++ dependencies = ( ++ F56F806100D7237901000001 /* PBXTargetDependency */, ++ ); ++ name = "Devel Package"; ++ productInstallPath = /usr/local/bin; ++ productName = "Devel Package"; ++ productReference = F59C70F200D5C09F01000001 /* Devel Package */; ++ }; ++/* End PBXToolTarget section */ ++ ++/* Begin XCBuildConfiguration section */ ++ FD33E07D0B23DF49004049CF /* Deployment */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ BUILD_SETTING = ""; ++ BUILD_SETTING_1 = ""; ++ DEBUGGING_SYMBOLS = NO; ++ DYLIB_COMPATIBILITY_VERSION = 1; ++ DYLIB_CURRENT_VERSION = 1; ++ EXPORTED_SYMBOLS_FILE = exports/SDL_mixer.x; ++ FRAMEWORK_SEARCH_PATHS = "\"/Library/Frameworks\""; ++ FRAMEWORK_VERSION = A; ++ GCC_ENABLE_FIX_AND_CONTINUE = NO; ++ HEADER_SEARCH_PATHS = ( ++ /Library/Frameworks/SDL.framework/Headers, ++ vorbis/include, ++ ); ++ INSTALL_PATH = "@executable_path/../Frameworks"; ++ LIBRARY_SEARCH_PATHS = ( ++ vorbis/lib, ++ /opt/local/lib, ++ "$(SRCROOT)/vorbis/lib", ++ ); ++ OTHER_CFLAGS = ( ++ "-D__STDC__=1", ++ "-DMACOSX", ++ "-DUSE_RWOPS", ++ "-DCMD_MUSIC", ++ "-DWAV_MUSIC", ++ "-DMOD_MUSIC", ++ "-DMID_MUSIC", ++ "-DUSE_TIMIDITY_MIDI", ++ "-DUSE_NATIVE_MIDI", ++ "-DOGG_MUSIC", ++ ); ++ OTHER_LDFLAGS = ( ++ "-seg1addr", ++ 0x32000000, ++ "-framework", ++ QuickTime, ++ "-framework", ++ Carbon, ++ "-framework", ++ SDL, ++ "-lvorbisfile", ++ "-lvorbis", ++ "-logg", ++ ); ++ PRODUCT_NAME = SDL_mixer; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wall", ++ "-Wno-four-char-constants", ++ ); ++ WRAPPER_EXTENSION = framework; ++ ZERO_LINK = NO; ++ }; ++ name = Deployment; ++ }; ++ FD33E07E0B23DF4A004049CF /* Development */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ BUILD_SETTING = ""; ++ BUILD_SETTING_1 = ""; ++ DEBUGGING_SYMBOLS = YES; ++ DYLIB_COMPATIBILITY_VERSION = 1; ++ DYLIB_CURRENT_VERSION = 1; ++ EXPORTED_SYMBOLS_FILE = exports/SDL_mixer.x; ++ FRAMEWORK_SEARCH_PATHS = "\"/Library/Frameworks\""; ++ FRAMEWORK_VERSION = A; ++ GCC_DYNAMIC_NO_PIC = NO; ++ GCC_ENABLE_FIX_AND_CONTINUE = YES; ++ GCC_GENERATE_DEBUGGING_SYMBOLS = YES; ++ GCC_OPTIMIZATION_LEVEL = 0; ++ HEADER_SEARCH_PATHS = ( ++ /Library/Frameworks/SDL.framework/Headers, ++ vorbis/include, ++ ); ++ INSTALL_PATH = "@executable_path/../Frameworks"; ++ LIBRARY_SEARCH_PATHS = ( ++ vorbis/lib, ++ /opt/local/lib, ++ "$(SRCROOT)/vorbis/lib", ++ ); ++ OPTIMIZATION_CFLAGS = "-O0"; ++ OTHER_CFLAGS = ( ++ "-D__STDC__=1", ++ "-DMACOSX", ++ "-DUSE_RWOPS", ++ "-DCMD_MUSIC", ++ "-DWAV_MUSIC", ++ "-DMOD_MUSIC", ++ "-DMID_MUSIC", ++ "-DUSE_TIMIDITY_MIDI", ++ "-DUSE_NATIVE_MIDI", ++ "-DOGG_MUSIC", ++ ); ++ OTHER_LDFLAGS = ( ++ "-seg1addr", ++ 0x32000000, ++ "-framework", ++ QuickTime, ++ "-framework", ++ Carbon, ++ "-framework", ++ SDL, ++ "-lvorbisfile", ++ "-lvorbis", ++ "-logg", ++ "-flat_namespace", ++ "-all_load", ++ ); ++ PRODUCT_NAME = SDL_mixer; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wall", ++ "-Wno-four-char-constants", ++ ); ++ WRAPPER_EXTENSION = framework; ++ ZERO_LINK = YES; ++ }; ++ name = Development; ++ }; ++ FD33E07F0B23DF4A004049CF /* Default */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ BUILD_SETTING = ""; ++ BUILD_SETTING_1 = ""; ++ DEBUGGING_SYMBOLS = NO; ++ DYLIB_COMPATIBILITY_VERSION = 1; ++ DYLIB_CURRENT_VERSION = 1; ++ EXPORTED_SYMBOLS_FILE = exports/SDL_mixer.x; ++ FRAMEWORK_SEARCH_PATHS = "\"/Library/Frameworks\""; ++ FRAMEWORK_VERSION = A; ++ HEADER_SEARCH_PATHS = ( ++ /Library/Frameworks/SDL.framework/Headers, ++ vorbis/include, ++ ); ++ INSTALL_PATH = "@executable_path/../Frameworks"; ++ LIBRARY_SEARCH_PATHS = ( ++ vorbis/lib, ++ /opt/local/lib, ++ "$(SRCROOT)/vorbis/lib", ++ ); ++ OTHER_CFLAGS = ( ++ "-D__STDC__=1", ++ "-DMACOSX", ++ "-DUSE_RWOPS", ++ "-DCMD_MUSIC", ++ "-DWAV_MUSIC", ++ "-DMOD_MUSIC", ++ "-DMID_MUSIC", ++ "-DUSE_TIMIDITY_MIDI", ++ "-DUSE_NATIVE_MIDI", ++ "-DOGG_MUSIC", ++ ); ++ OTHER_LDFLAGS = ( ++ "-seg1addr", ++ 0x32000000, ++ "-framework", ++ QuickTime, ++ "-framework", ++ Carbon, ++ "-framework", ++ SDL, ++ "-lvorbisfile", ++ "-lvorbis", ++ "-logg", ++ ); ++ PRODUCT_NAME = SDL_mixer; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wall", ++ "-Wno-four-char-constants", ++ ); ++ WRAPPER_EXTENSION = framework; ++ }; ++ name = Default; ++ }; ++ FD33E0810B23DF4A004049CF /* Deployment */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ DEBUGGING_SYMBOLS = NO; ++ DYLIB_COMPATIBILITY_VERSION = 1; ++ DYLIB_CURRENT_VERSION = 1; ++ FRAMEWORK_SEARCH_PATHS = ""; ++ GCC_ENABLE_FIX_AND_CONTINUE = NO; ++ HEADER_SEARCH_PATHS = ( ++ /Library/Frameworks/SDL.framework/Headers, ++ vorbis/include, ++ ); ++ LIBRARY_SEARCH_PATHS = vorbis/lib; ++ LIBRARY_STYLE = STATIC; ++ OTHER_CFLAGS = ( ++ "-D__STDC__=1", ++ "-DMACOSX", ++ "-DUSE_RWOPS", ++ "-DCMD_MUSIC", ++ "-DWAV_MUSIC", ++ "-DMOD_MUSIC", ++ "-DMID_MUSIC", ++ "-DUSE_TIMIDITY_MIDI", ++ "-DUSE_NATIVE_MIDI", ++ "-DOGG_MUSIC", ++ ); ++ OTHER_LDFLAGS = ( ++ "-lvorbisfile", ++ "-lvorbis", ++ "-logg", ++ ); ++ OTHER_LIBTOOL_FLAGS = ""; ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = libSDL_mixer.a; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ ZERO_LINK = NO; ++ }; ++ name = Deployment; ++ }; ++ FD33E0820B23DF4A004049CF /* Development */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ DEBUGGING_SYMBOLS = YES; ++ DYLIB_COMPATIBILITY_VERSION = 1; ++ DYLIB_CURRENT_VERSION = 1; ++ FRAMEWORK_SEARCH_PATHS = ""; ++ GCC_DYNAMIC_NO_PIC = NO; ++ GCC_ENABLE_FIX_AND_CONTINUE = YES; ++ GCC_GENERATE_DEBUGGING_SYMBOLS = YES; ++ GCC_OPTIMIZATION_LEVEL = 0; ++ HEADER_SEARCH_PATHS = ( ++ /Library/Frameworks/SDL.framework/Headers, ++ vorbis/include, ++ ); ++ LIBRARY_SEARCH_PATHS = vorbis/lib; ++ LIBRARY_STYLE = STATIC; ++ OPTIMIZATION_CFLAGS = "-O0"; ++ OTHER_CFLAGS = ( ++ "-D__STDC__=1", ++ "-DMACOSX", ++ "-DUSE_RWOPS", ++ "-DCMD_MUSIC", ++ "-DWAV_MUSIC", ++ "-DMOD_MUSIC", ++ "-DMID_MUSIC", ++ "-DUSE_TIMIDITY_MIDI", ++ "-DUSE_NATIVE_MIDI", ++ "-DOGG_MUSIC", ++ ); ++ OTHER_LDFLAGS = ( ++ "-lvorbisfile", ++ "-lvorbis", ++ "-logg", ++ "-flat_namespace", ++ "-all_load", ++ ); ++ OTHER_LIBTOOL_FLAGS = ""; ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = libSDL_mixer.a; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ ZERO_LINK = YES; ++ }; ++ name = Development; ++ }; ++ FD33E0830B23DF4A004049CF /* Default */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ DEBUGGING_SYMBOLS = NO; ++ DYLIB_COMPATIBILITY_VERSION = 1; ++ DYLIB_CURRENT_VERSION = 1; ++ FRAMEWORK_SEARCH_PATHS = ""; ++ HEADER_SEARCH_PATHS = ( ++ /Library/Frameworks/SDL.framework/Headers, ++ vorbis/include, ++ ); ++ LIBRARY_SEARCH_PATHS = vorbis/lib; ++ LIBRARY_STYLE = STATIC; ++ OTHER_CFLAGS = ( ++ "-D__STDC__=1", ++ "-DMACOSX", ++ "-DUSE_RWOPS", ++ "-DCMD_MUSIC", ++ "-DWAV_MUSIC", ++ "-DMOD_MUSIC", ++ "-DMID_MUSIC", ++ "-DUSE_TIMIDITY_MIDI", ++ "-DUSE_NATIVE_MIDI", ++ "-DOGG_MUSIC", ++ ); ++ OTHER_LDFLAGS = ( ++ "-lvorbisfile", ++ "-lvorbis", ++ "-logg", ++ ); ++ OTHER_LIBTOOL_FLAGS = ""; ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = libSDL_mixer.a; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ }; ++ name = Default; ++ }; ++ FD33E0850B23DF4A004049CF /* Deployment */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ GCC_ENABLE_FIX_AND_CONTINUE = NO; ++ OTHER_CFLAGS = ""; ++ OTHER_LDFLAGS = ""; ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = "Standard Package"; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ ZERO_LINK = NO; ++ }; ++ name = Deployment; ++ }; ++ FD33E0860B23DF4A004049CF /* Development */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ DEBUGGING_SYMBOLS = YES; ++ GCC_DYNAMIC_NO_PIC = NO; ++ GCC_ENABLE_FIX_AND_CONTINUE = YES; ++ GCC_GENERATE_DEBUGGING_SYMBOLS = YES; ++ GCC_OPTIMIZATION_LEVEL = 0; ++ OPTIMIZATION_CFLAGS = "-O0"; ++ OTHER_CFLAGS = ""; ++ OTHER_LDFLAGS = ( ++ "-flat_namespace", ++ "-all_load", ++ ); ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = "Standard Package"; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ ZERO_LINK = YES; ++ }; ++ name = Development; ++ }; ++ FD33E0870B23DF4A004049CF /* Default */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ OTHER_CFLAGS = ""; ++ OTHER_LDFLAGS = ""; ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = "Standard Package"; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ }; ++ name = Default; ++ }; ++ FD33E0890B23DF4A004049CF /* Deployment */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ GCC_ENABLE_FIX_AND_CONTINUE = NO; ++ OTHER_CFLAGS = ""; ++ OTHER_LDFLAGS = ""; ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = "Devel Package"; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ ZERO_LINK = NO; ++ }; ++ name = Deployment; ++ }; ++ FD33E08A0B23DF4A004049CF /* Development */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ DEBUGGING_SYMBOLS = YES; ++ GCC_DYNAMIC_NO_PIC = NO; ++ GCC_ENABLE_FIX_AND_CONTINUE = YES; ++ GCC_GENERATE_DEBUGGING_SYMBOLS = YES; ++ GCC_OPTIMIZATION_LEVEL = 0; ++ OPTIMIZATION_CFLAGS = "-O0"; ++ OTHER_CFLAGS = ""; ++ OTHER_LDFLAGS = ( ++ "-flat_namespace", ++ "-all_load", ++ ); ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = "Devel Package"; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ ZERO_LINK = YES; ++ }; ++ name = Development; ++ }; ++ FD33E08B0B23DF4A004049CF /* Default */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ OTHER_CFLAGS = ""; ++ OTHER_LDFLAGS = ""; ++ OTHER_REZFLAGS = ""; ++ PRODUCT_NAME = "Devel Package"; ++ REZ_EXECUTABLE = YES; ++ SECTORDER_FLAGS = ""; ++ WARNING_CFLAGS = ( ++ "-Wmost", ++ "-Wno-four-char-constants", ++ "-Wno-unknown-pragmas", ++ ); ++ }; ++ name = Default; ++ }; ++ FD33E08D0B23DF4A004049CF /* Deployment */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ }; ++ name = Deployment; ++ }; ++ FD33E08E0B23DF4A004049CF /* Development */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ }; ++ name = Development; ++ }; ++ FD33E08F0B23DF4A004049CF /* Default */ = { ++ isa = XCBuildConfiguration; ++ buildSettings = { ++ }; ++ name = Default; ++ }; ++/* End XCBuildConfiguration section */ ++ ++/* Begin XCConfigurationList section */ ++ FD33E07C0B23DF49004049CF /* Build configuration list for PBXFrameworkTarget "Framework" */ = { ++ isa = XCConfigurationList; ++ buildConfigurations = ( ++ FD33E07D0B23DF49004049CF /* Deployment */, ++ FD33E07E0B23DF4A004049CF /* Development */, ++ FD33E07F0B23DF4A004049CF /* Default */, ++ ); ++ defaultConfigurationIsVisible = 0; ++ defaultConfigurationName = Default; ++ }; ++ FD33E0800B23DF4A004049CF /* Build configuration list for PBXLibraryTarget "Static Library" */ = { ++ isa = XCConfigurationList; ++ buildConfigurations = ( ++ FD33E0810B23DF4A004049CF /* Deployment */, ++ FD33E0820B23DF4A004049CF /* Development */, ++ FD33E0830B23DF4A004049CF /* Default */, ++ ); ++ defaultConfigurationIsVisible = 0; ++ defaultConfigurationName = Default; ++ }; ++ FD33E0840B23DF4A004049CF /* Build configuration list for PBXToolTarget "Standard Package" */ = { ++ isa = XCConfigurationList; ++ buildConfigurations = ( ++ FD33E0850B23DF4A004049CF /* Deployment */, ++ FD33E0860B23DF4A004049CF /* Development */, ++ FD33E0870B23DF4A004049CF /* Default */, ++ ); ++ defaultConfigurationIsVisible = 0; ++ defaultConfigurationName = Default; ++ }; ++ FD33E0880B23DF4A004049CF /* Build configuration list for PBXToolTarget "Devel Package" */ = { ++ isa = XCConfigurationList; ++ buildConfigurations = ( ++ FD33E0890B23DF4A004049CF /* Deployment */, ++ FD33E08A0B23DF4A004049CF /* Development */, ++ FD33E08B0B23DF4A004049CF /* Default */, ++ ); ++ defaultConfigurationIsVisible = 0; ++ defaultConfigurationName = Default; ++ }; ++ FD33E08C0B23DF4A004049CF /* Build configuration list for PBXProject "SDL_mixer" */ = { ++ isa = XCConfigurationList; ++ buildConfigurations = ( ++ FD33E08D0B23DF4A004049CF /* Deployment */, ++ FD33E08E0B23DF4A004049CF /* Development */, ++ FD33E08F0B23DF4A004049CF /* Default */, ++ ); ++ defaultConfigurationIsVisible = 0; ++ defaultConfigurationName = Default; ++ }; ++/* End XCConfigurationList section */ ++ }; ++ rootObject = 0867D690FE84028FC02AAC07 /* Project object */; ++} -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/19ac9e1e/attachment.html From source_changes at macosforge.org Thu Mar 1 02:42:32 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22455] trunk/dports/sysutils/clpbar/Portfile Message-ID: <20070301104232.9A7454BF87E@cvs.opensource.apple.com> Revision: 22455 http://trac.macosforge.org/projects/macports/changeset/22455 Author: pipping@macports.org Date: 2007-03-01 02:42:32 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * add testsuite Modified Paths: -------------- trunk/dports/sysutils/clpbar/Portfile Modified: trunk/dports/sysutils/clpbar/Portfile =================================================================== --- trunk/dports/sysutils/clpbar/Portfile 2007-03-01 10:32:28 UTC (rev 22454) +++ trunk/dports/sysutils/clpbar/Portfile 2007-03-01 10:42:32 UTC (rev 22455) @@ -21,3 +21,6 @@ checksums md5 2e25aeaf2a1382108bd7349891e51b0b configure.args --mandir=${prefix}/share/man + +test.run yes +test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/e43ca5e1/attachment.html From source_changes at macosforge.org Thu Mar 1 03:04:49 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22456] trunk/dports/sysutils/buildtool/Portfile Message-ID: <20070301110449.A7B4D4BF8F0@cvs.opensource.apple.com> Revision: 22456 http://trac.macosforge.org/projects/macports/changeset/22456 Author: pipping@macports.org Date: 2007-03-01 03:04:49 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * cleanup Modified Paths: -------------- trunk/dports/sysutils/buildtool/Portfile Modified: trunk/dports/sysutils/buildtool/Portfile =================================================================== --- trunk/dports/sysutils/buildtool/Portfile 2007-03-01 10:42:32 UTC (rev 22455) +++ trunk/dports/sysutils/buildtool/Portfile 2007-03-01 11:04:49 UTC (rev 22456) @@ -1,22 +1,25 @@ # $Id$ PortSystem 1.0 -name buildtool -version 0.16 -description Buildtool is a build infrastructure. -long_description Buildtool is a highly integrated shell based build \ - infrastructure. It can be used in the development of any \ - kind of software package, like standalone programs, shared \ - libraries or documentation packages due to its modularity. -maintainers nomaintainer@macports.org -categories sysutils -platforms darwin -homepage http://${name}sf.net -master_sites sourceforge -checksums sha1 27dd75f0977d6f87992b080ce778b76e5d3ba154 -configure.pre_args -p ${prefix} -configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ - CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" +name buildtool +version 0.16 +description Buildtool is a build infrastructure. +long_description \ + Buildtool is a highly integrated shell based build infrastructure. \ + It can be used in the development of any kind of software package, \ + like standalone programs, shared libraries or documentation packages\ + due to its modularity. + +maintainers nomaintainer@macports.org +categories sysutils +platforms darwin +homepage http://${name}sf.net +master_sites sourceforge +checksums sha1 27dd75f0977d6f87992b080ce778b76e5d3ba154 +configure.pre_args -p ${prefix} +configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ + CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" post-destroot { - file delete -force ${destroot}${prefix}/share/man - file rename -force ${destroot}${prefix}/man ${destroot}${prefix}/share + delete ${destroot}${prefix}/share/man + file rename ${destroot}${prefix}/man \ + ${destroot}${prefix}/share } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/b7d8c270/attachment.html From source_changes at macosforge.org Thu Mar 1 03:05:06 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22457] trunk/dports/sysutils/buildtool/Portfile Message-ID: <20070301110506.5C1314BF8F8@cvs.opensource.apple.com> Revision: 22457 http://trac.macosforge.org/projects/macports/changeset/22457 Author: pipping@macports.org Date: 2007-03-01 03:05:06 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * add testsuite Modified Paths: -------------- trunk/dports/sysutils/buildtool/Portfile Modified: trunk/dports/sysutils/buildtool/Portfile =================================================================== --- trunk/dports/sysutils/buildtool/Portfile 2007-03-01 11:04:49 UTC (rev 22456) +++ trunk/dports/sysutils/buildtool/Portfile 2007-03-01 11:05:06 UTC (rev 22457) @@ -23,3 +23,6 @@ file rename ${destroot}${prefix}/man \ ${destroot}${prefix}/share } + +# buildtool needs to be installed in order for the tests to work +test.run yes -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/bd1b764f/attachment.html From source_changes at macosforge.org Thu Mar 1 03:22:19 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22458] trunk/dports/sysutils/wmmemmon/Portfile Message-ID: <20070301112219.4AF044BF92E@cvs.opensource.apple.com> Revision: 22458 http://trac.macosforge.org/projects/macports/changeset/22458 Author: pipping@macports.org Date: 2007-03-01 03:22:18 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * cleanup Modified Paths: -------------- trunk/dports/sysutils/wmmemmon/Portfile Modified: trunk/dports/sysutils/wmmemmon/Portfile =================================================================== --- trunk/dports/sysutils/wmmemmon/Portfile 2007-03-01 11:05:06 UTC (rev 22457) +++ trunk/dports/sysutils/wmmemmon/Portfile 2007-03-01 11:22:18 UTC (rev 22458) @@ -1,19 +1,19 @@ # $Id$ PortSystem 1.0 -name wmmemmon -version 1.0.1 -categories sysutils x11 -maintainers nomaintainer@macports.org -description An "lcd" dockapp that displays the current memory/swap usage -homepage http://www.sh.rim.or.jp/~ssato/dockapp/ +name wmmemmon +version 1.0.1 +categories sysutils x11 +maintainers nomaintainer@macports.org +platforms darwin freebsd +description A "lcd" dockapp that displays the current memory/swap \ + usage +long_description \ + WMMemMon is a program to monitor memory/swap usage. It is a dockapp \ + that is supported by X window managers such as WindowMaker, \ + AfterStep, BlackBox, and Enlightenment. -long_description WMMemMon is a program to monitor memory/swap usage. \ -It is a dockapp that is supported by X window managers such as \ -WindowMaker, AfterStep, BlackBox, and Enlightenment. - -platforms darwin freebsd -master_sites http://www.sh.rim.or.jp/~ssato/src/ -checksums md5 c4b0f93d0a3ebe2c90022c996b29371c - +homepage http://www.sh.rim.or.jp/~ssato/dockapp/ +master_sites http://www.sh.rim.or.jp/~ssato/src/ +checksums md5 c4b0f93d0a3ebe2c90022c996b29371c depends_build lib:libX11.6:XFree86 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/ee568d70/attachment.html From source_changes at macosforge.org Thu Mar 1 03:23:02 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22459] trunk/dports/sysutils/wmmemmon/Portfile Message-ID: <20070301112302.8AC944BF938@cvs.opensource.apple.com> Revision: 22459 http://trac.macosforge.org/projects/macports/changeset/22459 Author: pipping@macports.org Date: 2007-03-01 03:23:02 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * fix download location * fix mandir * add testsuite Modified Paths: -------------- trunk/dports/sysutils/wmmemmon/Portfile Modified: trunk/dports/sysutils/wmmemmon/Portfile =================================================================== --- trunk/dports/sysutils/wmmemmon/Portfile 2007-03-01 11:22:18 UTC (rev 22458) +++ trunk/dports/sysutils/wmmemmon/Portfile 2007-03-01 11:23:02 UTC (rev 22459) @@ -13,7 +13,12 @@ that is supported by X window managers such as WindowMaker, \ AfterStep, BlackBox, and Enlightenment. -homepage http://www.sh.rim.or.jp/~ssato/dockapp/ -master_sites http://www.sh.rim.or.jp/~ssato/src/ -checksums md5 c4b0f93d0a3ebe2c90022c996b29371c +homepage http://seiichisato.jp/dockapps/ +master_sites ${homepage}src/ +use_bzip2 yes +checksums md5 fc3127a322351ec6eaf0aba5bfd30185 +configure.args --mandir=${prefix}/share/man depends_build lib:libX11.6:XFree86 + +test.run yes +test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/acc8a746/attachment.html From source_changes at macosforge.org Thu Mar 1 03:53:43 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:31:53 2007 Subject: [22460] trunk/dports/sysutils/yafic/Portfile Message-ID: <20070301115343.A06934BF9D5@cvs.opensource.apple.com> Revision: 22460 http://trac.macosforge.org/projects/macports/changeset/22460 Author: pipping@macports.org Date: 2007-03-01 03:53:43 -0800 (Thu, 01 Mar 2007) Log Message: ----------- * cleanup Modified Paths: -------------- trunk/dports/sysutils/yafic/Portfile Modified: trunk/dports/sysutils/yafic/Portfile =================================================================== --- trunk/dports/sysutils/yafic/Portfile 2007-03-01 11:23:02 UTC (rev 22459) +++ trunk/dports/sysutils/yafic/Portfile 2007-03-01 11:53:43 UTC (rev 22460) @@ -1,22 +1,24 @@ # $Id$ -PortSystem 1.0 -name yafic -version 1.2 -categories sysutils -maintainers jd@lifehertz.com -platforms darwin -description Yet Another File Integrity Checker -long_description yafic is a file integrity checker, similar to programs \ - like Tripwire, integrit, and AIDE. -homepage http://philosophysw.com/software/yafic/ -master_sites sourceforge -checksums md5 ada58bf2