diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-29 06:03:21 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-29 06:03:21 +0800 |
commit | b3ddd87cdaccf7ec42987a8fce082c265fe45453 (patch) | |
tree | fe2dfe2c5d1759dc28e2f7a8251fdcda89e26e06 /devel | |
parent | dcb2e728ed33db5324063983a7a2c9469188d8c5 (diff) | |
download | marcuscom-ports-b3ddd87cdaccf7ec42987a8fce082c265fe45453.tar.gz marcuscom-ports-b3ddd87cdaccf7ec42987a8fce082c265fe45453.tar.zst marcuscom-ports-b3ddd87cdaccf7ec42987a8fce082c265fe45453.zip |
Update to 0.5.0.
Add license stuff.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14275 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnotify/Makefile | 31 | ||||
-rw-r--r-- | devel/libnotify/distinfo | 3 | ||||
-rw-r--r-- | devel/libnotify/pkg-descr | 10 | ||||
-rw-r--r-- | devel/libnotify/pkg-plist | 25 |
4 files changed, 69 insertions, 0 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile new file mode 100644 index 000000000..0a822f3f6 --- /dev/null +++ b/devel/libnotify/Makefile @@ -0,0 +1,31 @@ +# 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.3 2008/11/30 19:42:57 marcus Exp $ +# + +PORTNAME= libnotify +PORTVERSION= 0.5.0 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +#DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A library for desktop notifications + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING +USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack +USE_GETTEXT= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:22 +CONFIGURE_ARGS= --without-gtk-doc +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..7285cdbdf --- /dev/null +++ b/devel/libnotify/distinfo @@ -0,0 +1,3 @@ +MD5 (libnotify-0.5.0.tar.gz) = 3a478ebb824262997121fa00fd84d6d9 +SHA256 (libnotify-0.5.0.tar.gz) = 47ad1b25dd676f518b0916b78d135b13098a4ce7695acb29d535d7d4b8cf666a +SIZE (libnotify-0.5.0.tar.gz) = 378573 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..f694efdc6 --- /dev/null +++ b/devel/libnotify/pkg-plist @@ -0,0 +1,25 @@ +bin/notify-send +include/libnotify/notification.h +include/libnotify/notify-enum-types.h +include/libnotify/notify.h +lib/libnotify.a +lib/libnotify.la +lib/libnotify.so +lib/libnotify.so.1 +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 |