diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-27 20:43:11 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-27 20:43:11 +0800 |
commit | fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5 (patch) | |
tree | 710df82efcbf3b8c456960e5d8074d94498aadba /devel | |
parent | 52060c3fe76fab1da4b38236ae2148c03e3aaf23 (diff) | |
download | marcuscom-ports-fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5.tar marcuscom-ports-fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5.tar.gz marcuscom-ports-fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5.tar.bz2 marcuscom-ports-fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5.tar.lz marcuscom-ports-fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5.tar.xz marcuscom-ports-fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5.tar.zst marcuscom-ports-fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5.zip |
Move here
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7959 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-libnotify/Makefile | 28 | ||||
-rw-r--r-- | devel/py-libnotify/distinfo | 3 | ||||
-rw-r--r-- | devel/py-libnotify/pkg-descr | 10 | ||||
-rw-r--r-- | devel/py-libnotify/pkg-plist | 7 |
4 files changed, 48 insertions, 0 deletions
diff --git a/devel/py-libnotify/Makefile b/devel/py-libnotify/Makefile new file mode 100644 index 000000000..0c3798784 --- /dev/null +++ b/devel/py-libnotify/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: py-libnotify +# Date created: Jul 26 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/py-libnotify/Makefile,v 1.1 2006/11/21 21:36:34 ahze Exp $ + +PORTNAME= libnotify +PORTVERSION= 0.1.1 +CATEGORIES= devel gnome +MASTER_SITES= http://www.galago-project.org/files/releases/source/${RELNAME}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${RELNAME}-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Python bindings for libnotify + +LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ + notify.1:${PORTSDIR}/devel/libnotify + +RELNAME= notify-python +USE_BZIP2= yes +USE_PYTHON= yes +USE_GNOME= gnomehack pkgconfig pygtk2 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/py-libnotify/distinfo b/devel/py-libnotify/distinfo new file mode 100644 index 000000000..047989c8c --- /dev/null +++ b/devel/py-libnotify/distinfo @@ -0,0 +1,3 @@ +MD5 (notify-python-0.1.1.tar.bz2) = d247cf79b46cef7495deb0a76334f81d +SHA256 (notify-python-0.1.1.tar.bz2) = 7d3bbb7c3d8f56c922cc31d02ef9057a4f06998cc2fd4f3119a576fcf8d504ce +SIZE (notify-python-0.1.1.tar.bz2) = 214514 diff --git a/devel/py-libnotify/pkg-descr b/devel/py-libnotify/pkg-descr new file mode 100644 index 000000000..15579caee --- /dev/null +++ b/devel/py-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/py-libnotify/pkg-plist b/devel/py-libnotify/pkg-plist new file mode 100644 index 000000000..b1c09904b --- /dev/null +++ b/devel/py-libnotify/pkg-plist @@ -0,0 +1,7 @@ +%%PYTHON_SITELIBDIR%%/gtk-2.0/pynotify/__init__.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/pynotify/__init__.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/pynotify/__init__.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/pynotify/_pynotify.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/pynotify/_pynotify.la +libdata/pkgconfig/notify-python.pc +share/pygtk/2.0/defs/pynotify.defs |