[27792] trunk/dports/aqua/MacBiff
source_changes at macosforge.org
source_changes at macosforge.org
Tue Aug 14 06:42:31 PDT 2007
Revision: 27792
http://trac.macosforge.org/projects/macports/changeset/27792
Author: nox at macports.org
Date: 2007-08-14 06:42:31 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
MacBiff:
* Ported to xcode portgroup.
* Growl support is now a variant.
* Added livecheck and sha1 and rmd160 checksums.
* Disabled universal variant.
Modified Paths:
--------------
trunk/dports/aqua/MacBiff/Portfile
Removed Paths:
-------------
trunk/dports/aqua/MacBiff/files/
Modified: trunk/dports/aqua/MacBiff/Portfile
===================================================================
--- trunk/dports/aqua/MacBiff/Portfile 2007-08-14 13:32:47 UTC (rev 27791)
+++ trunk/dports/aqua/MacBiff/Portfile 2007-08-14 13:42:31 UTC (rev 27792)
@@ -1,35 +1,40 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
+PortGroup xcode 1.0
name MacBiff
version 1.1.11
+revision 1
categories aqua net
platforms darwin
-maintainers nomaintainer at macports.org
+maintainers nomaintainer
description IMAP Email checker
+
long_description MacBiff is a GPL'd Mac OS X 10.3 (and greater) "Biff" \
Program. It periodically checks your IMAP server for \
new email, and reports where in your folder hierarchy \
your new mail resides.
+
homepage http://www.forkit.org/macbiff/
-master_sites ${homepage}/archive/
+master_sites ${homepage}archive/
use_bzip2 yes
distname macbiff-${version}
worksrcdir ${name}
-checksums md5 2bea0866c2d6fe05e8204cfb2e2f916d
-patchfiles patch-MacBiff.m
-depends_lib port:Growl
+checksums md5 2bea0866c2d6fe05e8204cfb2e2f916d \
+ sha1 63efebd8a5763f29abfc4c021ebc64cc7ee984c1 \
+ rmd160 f40a9f27dd1f395d6c53ae160c63b01ecb6a2a8d
-configure {}
+universal_variant no
-build.type pbx
-build.target -buildstyle Deployment
-build.args-append OTHER_CFLAGS=-DUSE_GROWL
+variant growl description {Add Growl support} {
+ depends_lib-append port:Growl
+ xcode.build.settings OTHER_CFLAGS=-DUSE_GROWL
+ reinplace "s|AppBridge||" ${worksrcpath}/${name}.m
+}
-destroot {
- set appPath ${destroot}/Applications/MacPorts
- xinstall -m 755 -d ${appPath}
- file copy ${worksrcpath}/build/${name}.app ${appPath}
-}
+livecheck.check regex
+livecheck.url ${homepage}
+livecheck.regex "Version (\\d+(?:\\.\\d+)*)"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070814/35676837/attachment.html
More information about the macports-changes
mailing list