diff options
Diffstat (limited to 'deskutils/devd-notifier')
-rw-r--r-- | deskutils/devd-notifier/Makefile | 42 | ||||
-rw-r--r-- | deskutils/devd-notifier/distinfo | 2 | ||||
-rw-r--r-- | deskutils/devd-notifier/files/patch-config.mk | 12 | ||||
-rw-r--r-- | deskutils/devd-notifier/pkg-descr | 8 |
4 files changed, 0 insertions, 64 deletions
diff --git a/deskutils/devd-notifier/Makefile b/deskutils/devd-notifier/Makefile deleted file mode 100644 index dd7e555090df..000000000000 --- a/deskutils/devd-notifier/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Florian Unglaub <f.unglaub@googlemail.com> -# $FreeBSD$ - -PORTNAME= devd-notifier -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES= deskutils -MASTER_SITES= GHC http://roladder.net/~flo/dist/ - -MAINTAINER= f.unglaub@googlemail.com -COMMENT= Daemon notifying the user about devd(8) events \ - with libnotify - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libnotify.so:devel/libnotify - -USES= pkgconfig -PLIST_FILES= bin/devd-notifier \ - man/man1/devd-notifier.1.gz -USE_GITHUB= yes -GH_ACCOUNT= funglaub - -pre-everything:: - @${ECHO_MSG} "You can build devd-notifier with your own config.h using the DEVD-NOTIFIER_CONF knob:" - @${ECHO_MSG} "make DEVD-NOTIFIER_CONF=/path/to/devd-notifier/config.h install clean" - -post-extract: -.if defined(DEVD-NOTIFIER_CONF) - @${ECHO_MSG} "creating config.h from ${DEVD-NOTIFIER_CONF}" - @${CP} ${DEVD-NOTIFIER_CONF} ${WRKSRC}/config.h -.endif - -post-patch: - @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/config.mk - -.include <bsd.port.mk> diff --git a/deskutils/devd-notifier/distinfo b/deskutils/devd-notifier/distinfo deleted file mode 100644 index 703d944fcdb5..000000000000 --- a/deskutils/devd-notifier/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (devd-notifier-0.1.tar.gz) = a19a294e40587da0a12a90a2cfb54d6c3f1ed145c7401fe2e58399003e8f3b5d -SIZE (devd-notifier-0.1.tar.gz) = 3747 diff --git a/deskutils/devd-notifier/files/patch-config.mk b/deskutils/devd-notifier/files/patch-config.mk deleted file mode 100644 index c7731a054bb2..000000000000 --- a/deskutils/devd-notifier/files/patch-config.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- config.mk.orig 2012-05-10 00:23:31.000000000 +0200 -+++ config.mk 2012-05-10 00:23:55.000000000 +0200 -@@ -11,7 +11,7 @@ - INCS = `pkg-config --cflags libnotify` - LIBS = `pkg-config --libs libnotify` - --CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} --LDFLAGS = -g ${LIBS} -+CFLAGS += -std=c99 -pedantic -Wall ${INCS} -+LDFLAGS += ${LIBS} - - CC? = cc diff --git a/deskutils/devd-notifier/pkg-descr b/deskutils/devd-notifier/pkg-descr deleted file mode 100644 index 3d1dfc378ee6..000000000000 --- a/deskutils/devd-notifier/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -devd-notifer - a simple daemon notifying the user about devd(8) events -with libnotify - -devd-notifier parses all devd(8) messages from /var/run/devd.pipe with -a configurable regular expression and notifies the user about creating -and destroying of device nodes. - -WWW: https://github.com/funglaub/devd-notifier |