[Midnightbsd-cvs] mports: mports/devel: add libnotify
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 23 17:01:22 EDT 2007
Log Message:
-----------
add libnotify
Modified Files:
--------------
mports/devel:
Makefile (r1.165 -> r1.166)
Added Files:
-----------
mports/devel/libnotify:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.165
retrieving revision 1.166
diff -Ldevel/Makefile -Ldevel/Makefile -u -r1.165 -r1.166
--- devel/Makefile
+++ devel/Makefile
@@ -77,6 +77,7 @@
SUBDIR += libical
SUBDIR += libixp
SUBDIR += libltdl15
+ SUBDIR += libnotify
SUBDIR += liboil
SUBDIR += libpthread-stubs
SUBDIR += libsigc++
--- /dev/null
+++ 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
--- /dev/null
+++ 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/NotifyNotification.html
+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-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
+ at dirrm share/gtk-doc/html/libnotify
+ at dirrmtry share/gtk-doc/html
+ at dirrmtry share/gtk-doc
+ at dirrm include/libnotify
--- /dev/null
+++ devel/libnotify/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: libnotify
+# Date created: 2005-08-06
+# Whom: Andreas Kohn <andreas at syndrom23.de>
+#
+# $MidnightBSD: mports/devel/libnotify/Makefile,v 1.1 2007/10/23 21:01:20 laffer1 Exp $
+# $FreeBSD: ports/devel/libnotify/Makefile,v 1.19 2007/05/19 20:03:08 flz Exp $
+#
+
+PORTNAME= libnotify
+PORTVERSION= 0.4.4
+PORTREVISION= 1
+CATEGORIES= devel gnome
+MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= A library for desktop notifications
+LICENSE= lgpl
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+
+USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ARGS= --without-gtk-doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/libnotify/distinfo
@@ -0,0 +1,3 @@
+MD5 (libnotify-0.4.4.tar.gz) = ba76f68b7e3bd284ac2c2a1b9c5ecb06
+SHA256 (libnotify-0.4.4.tar.gz) = 2389a9b8220f776033f728a8d46352cfee5c8705066e34887bfb188f9f0d3856
+SIZE (libnotify-0.4.4.tar.gz) = 395528
More information about the Midnightbsd-cvs
mailing list