[49637] trunk/dports/aqua

snc at macports.org snc at macports.org
Mon Apr 13 18:55:01 PDT 2009


Revision: 49637
          http://trac.macports.org/changeset/49637
Author:   snc at macports.org
Date:     2009-04-13 18:55:01 -0700 (Mon, 13 Apr 2009)
Log Message:
-----------
created Fluid, openmaintainer

Added Paths:
-----------
    trunk/dports/aqua/Fluid/
    trunk/dports/aqua/Fluid/Portfile

Added: trunk/dports/aqua/Fluid/Portfile
===================================================================
--- trunk/dports/aqua/Fluid/Portfile	                        (rev 0)
+++ trunk/dports/aqua/Fluid/Portfile	2009-04-14 01:55:01 UTC (rev 49637)
@@ -0,0 +1,65 @@
+# -*- 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
+
+name			Fluid
+version			0.9.6
+categories		aqua
+maintainers		snc openmaintainer
+description		create site-specific-browsers to run favorite web apps
+
+long_description	Site Specific Browsers (SSBs) provide a great solution for \
+                    your WebApp woes. Using Fluid, you can create SSBs to run \
+                    each of your favorite WebApps as a separate Cocoa desktop \
+                    application. Fluid gives any WebApp a home on your Mac OS X\
+                    desktop complete with Dock icon, standard menu bar, logical\
+                    separation from your other web browsing activity, and many,\
+                    many other goodies.
+
+platforms       darwin
+homepage		http://fluidapp.com
+master_sites	${homepage}/dist/
+distname		${name}_${version}
+use_zip         yes
+
+platform darwin 6 {
+pre-fetch {
+return -code error "\n
+    ${name} requires Mac OS X 10.5 or later.\n"
+}
+}
+
+platform darwin 7 {
+pre-fetch {
+return -code error "\n
+    ${name} requires Mac OS X 10.5 or later.\n"
+}
+}
+
+platform darwin 8 {
+pre-fetch {
+return -code error "\n
+    ${name} requires Mac OS X 10.5 or later.\n"
+}
+}
+
+checksums		md5 29d111176ed9e8111a43610592deac92 \
+				sha1 d4e1425875f3706e8368f96f9980119978f2c8e8 \
+				rmd160 d3eab2f6d61cf7db361666eef428e48df8dcf0ec
+
+worksrcdir		${name}.app
+
+universal_variant no
+
+use_configure   no
+
+build {}
+
+destroot {
+    move ${worksrcpath}  ${destroot}${applications_dir}
+}
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex "${name} (\\d+\\.\\d+\\.\\d+)"


Property changes on: trunk/dports/aqua/Fluid/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/20090413/f3ee26ef/attachment.html>


More information about the macports-changes mailing list