|
Revision 35942, 0.8 KB
(checked in by eridius@…, 9 months ago)
|
|
Fix NotificationWatcher build
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup xcode 1.0 |
|---|
| 5 | |
|---|
| 6 | name NotificationWatcher |
|---|
| 7 | version 20050107 |
|---|
| 8 | revision 1 |
|---|
| 9 | categories aqua |
|---|
| 10 | platforms darwin |
|---|
| 11 | maintainers eridius@macports.org |
|---|
| 12 | description monitors distributed and workspace notifications |
|---|
| 13 | long_description Notification Watcher is an application that lets you \ |
|---|
| 14 | see all the distributed and workspace notifications \ |
|---|
| 15 | being passed around the system. Useful for debugging \ |
|---|
| 16 | applications which use these notifications or for \ |
|---|
| 17 | hunting down undocumented notifications. |
|---|
| 18 | homepage http://www.tildesoft.com |
|---|
| 19 | master_sites ${homepage}/Files/ |
|---|
| 20 | use_bzip2 yes |
|---|
| 21 | checksums md5 efca27f32ec11bb8df523faaa35cc1fd \ |
|---|
| 22 | sha1 4f15fdb0a597616f933930ddeede3ff111ad6fec |
|---|
| 23 | patchfiles project.pbxproj.patch |
|---|
| 24 | |
|---|
| 25 | livecheck.check none |
|---|