# -*- 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 1.3 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 pre-fetch { if {${os.major} < 10} { return -code error "\n ${name} requires Mac OS X 10.6 or later.\n" } } supported_archs x86_64 checksums rmd160 e89cff4a7fd95c82505198a88a4db3b2c60a40d5 \ sha256 1ac9529616b216ecb02ae8c249bbe95cf48b9642551dec03f6432a7a1411a5ae worksrcdir ${name}.app universal_variant no use_configure no build {} destroot { move ${worksrcpath} ${destroot}${applications_dir} } livecheck.type regex livecheck.url ${homepage} livecheck.regex "Version (\\d+(\\.\\d+)+)"