Revision: 74665 http://trac.macports.org/changeset/74665 Author: phw@macports.org Date: 2010-12-27 05:22:14 -0800 (Mon, 27 Dec 2010) Log Message: ----------- New port: libinfinity Added Paths: ----------- trunk/dports/comms/libinfinity/ trunk/dports/comms/libinfinity/Portfile Added: trunk/dports/comms/libinfinity/Portfile =================================================================== --- trunk/dports/comms/libinfinity/Portfile (rev 0) +++ trunk/dports/comms/libinfinity/Portfile 2010-12-27 13:22:14 UTC (rev 74665) @@ -0,0 +1,22 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ + +PortSystem 1.0 + +name libinfinity +version 0.3.1 +description libinfinity is an implementation of the Infinote protocol written in GObject-based C. +long_description ${description} +maintainers phw openmaintainer +categories comms +platforms darwin +homepage http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity +master_sites http://releases.0x539.de/libinfinity/ + +checksums md5 226b90061b8f576373c7fad68575dbab \ + sha1 3562f7387fda267f5ea7d0e93fe313191a311135 \ + rmd160 62323ef54d8259445c6d493fbc29b725c189111d + +livecheck.type regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
phw@macports.org