pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Remove xnotify: imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Oct 28 12:42:28 2020 +0100
Changeset:	eddd8035d71618839441d41ba9f71f2da881a05e

Modified Files:
	Makefile
Removed Files:
	xnotify/DESCR
	xnotify/Makefile
	xnotify/PLIST
	xnotify/distinfo

Log Message:
Remove xnotify: imported to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eddd8035d71618839441d41ba9f71f2da881a05e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 -
 xnotify/DESCR    |  3 ---
 xnotify/Makefile | 36 ------------------------------------
 xnotify/PLIST    |  3 ---
 xnotify/distinfo |  6 ------
 5 files changed, 49 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 00cc96bdb4..abff230636 100644
--- a/Makefile
+++ b/Makefile
@@ -5275,7 +5275,6 @@ SUBDIR+=	xmms2
 SUBDIR+=	xmoto
 SUBDIR+=	xnedit
 SUBDIR+=	xnee
-SUBDIR+=	xnotify
 SUBDIR+=	xoo
 SUBDIR+=	xoreos
 SUBDIR+=	xoreos-tools
diff --git a/xnotify/DESCR b/xnotify/DESCR
deleted file mode 100644
index 990421fbfb..0000000000
--- a/xnotify/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-XNotify displays a notification on the screen. XNotify receives a
-notification specification in stdin and shows a notification for the
-user on the screen.
diff --git a/xnotify/Makefile b/xnotify/Makefile
deleted file mode 100644
index 19558f5999..0000000000
--- a/xnotify/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2020/09/11 13:27:43 leot Exp $
-
-DISTNAME=	xnotify-0.7.1
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=phillbush/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/phillbush/xnotify
-COMMENT=	Read notifications from stdin and display them on the screen
-LICENSE=	mit
-
-SUBST_CLASSES+=		configmk
-SUBST_STAGE.configmk=	pre-configure
-SUBST_MESSAGE.configmk=	Adjusting config.mk
-SUBST_FILES.configmk=	config.mk
-SUBST_SED.configmk+=	-e 's,/usr/local,${PREFIX},g'
-SUBST_SED.configmk+=	-e 's,share/man,${PKGMANDIR},g'
-SUBST_SED.configmk+=	-e 's,/usr/X11R6,${X11BASE},'
-SUBST_SED.configmk+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
-SUBST_SED.configmk+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
-SUBST_SED.configmk+=	-e 's/-I$${FREETYPEINC}/$${FREETYPEINC}/'
-SUBST_SED.configmk+=	-e 's,^FREETYPEINC *=.*,FREETYPEINC != freetype-config --cflags,'
-SUBST_SED.configmk+=	-e 's/cc/${CC:Q}/'
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xnotify ${DESTDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/xnotify.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/imlib2/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libXinerama/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/xnotify/PLIST b/xnotify/PLIST
deleted file mode 100644
index 1a388d202d..0000000000
--- a/xnotify/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/xnotify
-man/man1/xnotify.1
diff --git a/xnotify/distinfo b/xnotify/distinfo
deleted file mode 100644
index 99b30a9e3d..0000000000
--- a/xnotify/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2020/09/11 13:27:43 leot Exp $
-
-SHA1 (xnotify-0.7.1.tar.gz) = 0a94a4d77600ad1d20e0e60060d1115ccb7ae3f7
-RMD160 (xnotify-0.7.1.tar.gz) = d55b8de267cd942c41d268650b95fce2596302fc
-SHA512 (xnotify-0.7.1.tar.gz) = fd6fcec3bac82806fd88ced23aba1f0d8f296d98d8f5513d048d4af75003f65f3446ac24fec4f5ef5a720ab21abe2d932cb59fd883d62241feeff0a621c9c8bc
-Size (xnotify-0.7.1.tar.gz) = 14445 bytes


Home | Main Index | Thread Index | Old Index