[67964] trunk/dports/audio
jmr at macports.org
jmr at macports.org
Sat May 22 15:36:18 PDT 2010
Revision: 67964
http://trac.macports.org/changeset/67964
Author: jmr at macports.org
Date: 2010-05-22 15:36:14 -0700 (Sat, 22 May 2010)
Log Message:
-----------
New port: cfxr, a generator for simple sound effects (#22888)
Added Paths:
-----------
trunk/dports/audio/cfxr/
trunk/dports/audio/cfxr/Portfile
Added: trunk/dports/audio/cfxr/Portfile
===================================================================
--- trunk/dports/audio/cfxr/Portfile (rev 0)
+++ trunk/dports/audio/cfxr/Portfile 2010-05-22 22:36:14 UTC (rev 67964)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup xcode 1.0
+
+name cfxr
+version 0.1.5
+platforms darwin
+categories audio aqua
+maintainers orthogonalspace.ca:reid
+description A generator for simple sound effects.
+long_description A port of DrPetter's sfxr with a native Mac UI. \
+ In DrPetter's words: Its original purpose was to provide a \
+ simple means of getting basic sound effects into a game for \
+ those people who were working hard to get their entries \
+ done within the 48 hours and didn't have time to spend \
+ looking for suitable ways of doing this.
+
+homepage http://thirdcog.eu/apps/cfxr
+
+# version 0.1.5 plus some inconsequential changes
+fetch.type svn
+svn.url svn://nevyn.nu/ncoder/cfxr/trunk/
+svn.revision 501
+
+worksrcdir trunk
+post-patch {
+ reinplace "s|/Library/Frameworks/SDL.framework|${frameworks_dir}/SDL.framework|g" \
+ ${worksrcpath}/${name}.xcodeproj/project.pbxproj
+}
+
+xcode.configuration Release
+xcode.build.settings FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks
+xcode.destroot.settings FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks
+
+depends_lib port:libsdl-framework
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex ${name} (\\d.\\d.\\d)
Property changes on: trunk/dports/audio/cfxr/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100522/649dc90b/attachment.html>
More information about the macports-changes
mailing list