[27559] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 8 02:43:54 PDT 2007


Revision: 27559
          http://trac.macosforge.org/projects/macports/changeset/27559
Author:   rhwood at macports.org
Date:     2007-08-08 02:43:54 -0700 (Wed, 08 Aug 2007)

Log Message:
-----------
MacPorts Notifier is a menu-bar notification tool for MacPorts
This is a new port, but does not build a working product for some reason.
When using XCode, the product works well, but when built inside the portfile
context, it crashes on startup.

Added Paths:
-----------
    trunk/dports/sysutils/macports-notifier/
    trunk/dports/sysutils/macports-notifier/Portfile

Added: trunk/dports/sysutils/macports-notifier/Portfile
===================================================================
--- trunk/dports/sysutils/macports-notifier/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/macports-notifier/Portfile	2007-08-08 09:43:54 UTC (rev 27559)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup xcode 1.0
+
+name                    macports-notifier
+version                 0.1
+categories              sysutils aqua macports
+maintainers             rhwood
+description             A menubar notifier for MacPorts.
+long_description    \
+	MacPorts Notifier is a menubar notifier for MacPorts. It works like \
+	the Gmail notifier, updating the port teee automatically and notifying \	the user if any ports are outdated.
+homepage                http://portsnotifier.sourceforge.net
+#master_sites           
+#distname               ${name}
+#checksums              md5 c586fd603d9978b306aee428ea39e329
+platforms               macosx
+
+fetch.type              svn
+svn.url                 http://portsnotifier.googlecode.com/svn/trunk/
+
+worksrcdir              trunk
+
+use_configure	yes
+configure	{
+	reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/PNDefines.h
+	reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/net.sourceforge.portsnotifier.plist
+}
+
+xcode.target            PortsNotifier
+xcode.configuration     Release
+
+post-destroot	{
+	xinstall -d ${destroot}/opt/local/bin
+	xinstall -c ${worksrcpath}/build/macports-sync-agent ${destroot}/opt/local/bin
+	file delete ${destroot}/Applications/MacPorts/macports-sync-agent
+}


Property changes on: trunk/dports/sysutils/macports-notifier/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070808/32fe1609/attachment.html


More information about the macports-changes mailing list