diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 22:22:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 22:22:30 +0800 |
commit | e01e14f52b5868c13620ac66f5a3714b8cbba9f5 (patch) | |
tree | 1c0bbde8d7a2c9f9a0526c71109e622f5deae71b /devel | |
parent | 7793c4c2ecd7530b60902be1ab767c5425f098b5 (diff) | |
download | marcuscom-ports-e01e14f52b5868c13620ac66f5a3714b8cbba9f5.tar marcuscom-ports-e01e14f52b5868c13620ac66f5a3714b8cbba9f5.tar.gz marcuscom-ports-e01e14f52b5868c13620ac66f5a3714b8cbba9f5.tar.bz2 marcuscom-ports-e01e14f52b5868c13620ac66f5a3714b8cbba9f5.tar.lz marcuscom-ports-e01e14f52b5868c13620ac66f5a3714b8cbba9f5.tar.xz marcuscom-ports-e01e14f52b5868c13620ac66f5a3714b8cbba9f5.tar.zst marcuscom-ports-e01e14f52b5868c13620ac66f5a3714b8cbba9f5.zip |
Update to 0.7.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14924 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnotify/Makefile | 28 | ||||
-rw-r--r-- | devel/libnotify/distinfo | 2 | ||||
-rw-r--r-- | devel/libnotify/pkg-descr | 10 | ||||
-rw-r--r-- | devel/libnotify/pkg-plist | 26 |
4 files changed, 66 insertions, 0 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile new file mode 100644 index 000000000..1b837dc32 --- /dev/null +++ b/devel/libnotify/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libnotify +# Date created: 2005-08-06 +# Whom: Andreas Kohn <andreas@syndrom23.de> +# +# $FreeBSD$ +# $MCom: ports/devel/libnotify/Makefile,v 1.10 2010/10/15 06:43:06 avl Exp $ +# + +PORTNAME= libnotify +PORTVERSION= 0.7.0 +CATEGORIES= devel gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A library for desktop notifications + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING +USE_BZIP2= yes +USE_GNOME= gnomehack gnometarget intlhack glib20 gtk30 ltverhack +USE_GETTEXT= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:22 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo new file mode 100644 index 000000000..4fd54269c --- /dev/null +++ b/devel/libnotify/distinfo @@ -0,0 +1,2 @@ +SHA256 (libnotify-0.7.0.tar.bz2) = 7efc797a75241d9324f1642d9f2d7abf9dc6d2382ab9d77a21578e3c5dc0f0f9 +SIZE (libnotify-0.7.0.tar.bz2) = 309390 diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr new file mode 100644 index 000000000..15579caee --- /dev/null +++ b/devel/libnotify/pkg-descr @@ -0,0 +1,10 @@ +The Desktop Notifications framework provides a standard way of doing passive +pop-up notifications on the desktop. These are designed to notify the +user of something without interrupting their work with a dialog box that they +must close. Passive popups can automatically disappear after a short period +of time. + +This port contains the library and a small command line client. +See deskutils/notification-daemon for the daemon. + +WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist new file mode 100644 index 000000000..6bae8901d --- /dev/null +++ b/devel/libnotify/pkg-plist @@ -0,0 +1,26 @@ +bin/notify-send +include/libnotify/notification.h +include/libnotify/notify-enum-types.h +include/libnotify/notify-features.h +include/libnotify/notify.h +lib/libnotify.a +lib/libnotify.la +lib/libnotify.so +lib/libnotify.so.4 +libdata/pkgconfig/libnotify.pc +share/gtk-doc/html/libnotify/ch01.html +share/gtk-doc/html/libnotify/home.png +share/gtk-doc/html/libnotify/index.html +share/gtk-doc/html/libnotify/index.sgml +share/gtk-doc/html/libnotify/left.png +share/gtk-doc/html/libnotify/libnotify-notification.html +share/gtk-doc/html/libnotify/libnotify-notify.html +share/gtk-doc/html/libnotify/libnotify.devhelp +share/gtk-doc/html/libnotify/libnotify.devhelp2 +share/gtk-doc/html/libnotify/right.png +share/gtk-doc/html/libnotify/style.css +share/gtk-doc/html/libnotify/up.png +@dirrm share/gtk-doc/html/libnotify +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrm include/libnotify |