Revision: 72831 http://trac.macports.org/changeset/72831 Author: jeremyhu@macports.org Date: 2010-10-27 23:41:10 -0700 (Wed, 27 Oct 2010) Log Message: ----------- smproxy: New port at version 1.0.4 Added Paths: ----------- trunk/dports/x11/smproxy/ trunk/dports/x11/smproxy/Portfile Added: trunk/dports/x11/smproxy/Portfile =================================================================== --- trunk/dports/x11/smproxy/Portfile (rev 0) +++ trunk/dports/x11/smproxy/Portfile 2010-10-28 06:41:10 UTC (rev 72831) @@ -0,0 +1,31 @@ +# $Id: Portfile 72568 2010-10-21 06:58:48Z jeremyhu@macports.org $ + +PortSystem 1.0 +name smproxy +version 1.0.4 +categories x11 +maintainers jeremyhu openmaintainer +description X11 Session Manager +long_description smproxy allows X applications that do not support X11R6 session management to participate in an X11R6 session. + +platforms darwin + +homepage http://www.x.org/ +master_sites http://xorg.freedesktop.org/archive/individual/app/ +use_bzip2 yes + +checksums md5 8ab518393bef44d3ea2bccb027021aab \ + sha1 ea9639b6d0669f157ac62b807cdba64f509b25ed \ + rmd160 e32d825303ccd0301d198a4f6e8584ef9137e610 + +depends_build \ + port:pkgconfig + +depends_lib \ + port:xorg-libSM \ + port:xorg-libXmu + +livecheck.type regex +livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} +livecheck.url ${master_sites} +