devel/notify-sharp: Revive the port.
- Change ownership to fox. - Upstream is available and was tested in poudriere.
This commit is contained in:
parent
1819ec0e4c
commit
530af30b9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539624
1
MOVED
1
MOVED
@ -14610,7 +14610,6 @@ devel/mime||2020-05-05|Has expired: Broken for more than 6 months
|
||||
devel/motor||2020-05-05|Has expired: Broken for more than 6 months
|
||||
devel/mq4cpp||2020-05-05|Has expired: Broken for more than 6 months
|
||||
devel/myrepos||2020-05-05|Has expired: Broken for more than 6 months
|
||||
devel/notify-sharp||2020-05-05|Has expired: Broken for more than 6 months
|
||||
devel/oozie||2020-05-05|Has expired: Broken for more than 6 months
|
||||
devel/p5-Cdk||2020-05-05|Has expired: Broken for more than 6 months
|
||||
devel/p5-Data-Average||2020-05-05|Has expired: Broken for more than 6 months
|
||||
|
@ -1544,6 +1544,7 @@
|
||||
SUBDIR += nlohmann-json
|
||||
SUBDIR += node-thrift
|
||||
SUBDIR += notcurses
|
||||
SUBDIR += notify-sharp
|
||||
SUBDIR += npth
|
||||
SUBDIR += nsgenbind
|
||||
SUBDIR += nspr
|
||||
|
22
devel/notify-sharp/Makefile
Normal file
22
devel/notify-sharp/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Romain Tartiere <romain@blogreen.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= notify-sharp
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://romain.blogreen.org/distfiles/
|
||||
|
||||
MAINTAINER= fox@FreeBSD.org
|
||||
COMMENT= C\# client library for notification-daemon
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:devel/ndesk-dbus-glib
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:devel/ndesk-dbus-glib \
|
||||
${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
|
||||
USES= gmake gnome mono pathfix pkgconfig
|
||||
USE_GNOME= gtksharp20
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/notify-sharp/distinfo
Normal file
2
devel/notify-sharp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (notify-sharp-0.4.0.tar.gz) = bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
|
||||
SIZE (notify-sharp-0.4.0.tar.gz) = 89400
|
4
devel/notify-sharp/pkg-descr
Normal file
4
devel/notify-sharp/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
notify-sharp is a C# client implementation for Desktop Notifications, i.e.
|
||||
notification-daemon. It is inspired by the libnotify API.
|
||||
|
||||
WWW: http://www.ndesk.org/NotifySharp
|
7
devel/notify-sharp/pkg-plist
Normal file
7
devel/notify-sharp/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/mono/gac/notify-sharp/0.4.0.0__2df29c54e245917a/notify-sharp.dll
|
||||
lib/mono/gac/notify-sharp/0.4.0.0__2df29c54e245917a/notify-sharp.dll.config
|
||||
lib/mono/notify-sharp/notify-sharp.dll
|
||||
lib/monodoc/sources/notify-sharp-docs.source
|
||||
lib/monodoc/sources/notify-sharp-docs.tree
|
||||
lib/monodoc/sources/notify-sharp-docs.zip
|
||||
libdata/pkgconfig/notify-sharp.pc
|
Loading…
Reference in New Issue
Block a user