pkgsrc-WIP-changes archive

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

remove herbe: importing soon



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Nov 8 15:03:49 2023 +0100
Changeset:	3089986b021dc695fb9e19b9b14e0c212ceb8538

Modified Files:
	Makefile
Removed Files:
	herbe/DESCR
	herbe/Makefile
	herbe/PLIST
	herbe/distinfo
	herbe/patches/patch-Makefile

Log Message:
remove herbe: importing soon

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

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

diffstat:
 Makefile                     |  1 -
 herbe/DESCR                  |  4 ----
 herbe/Makefile               | 29 -----------------------------
 herbe/PLIST                  |  3 ---
 herbe/distinfo               |  6 ------
 herbe/patches/patch-Makefile | 13 -------------
 6 files changed, 56 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index fe2deba20d..9e0e4d82fc 100644
--- a/Makefile
+++ b/Makefile
@@ -1376,7 +1376,6 @@ SUBDIR+=	helm
 SUBDIR+=	hengband
 SUBDIR+=	hepmc
 SUBDIR+=	hepmcvisual
-SUBDIR+=	herbe
 SUBDIR+=	hercules-server
 SUBDIR+=	hercules4aethra
 SUBDIR+=	heroes
diff --git a/herbe/DESCR b/herbe/DESCR
deleted file mode 100644
index 0c1d920416..0000000000
--- a/herbe/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-herbe is a daemon-less notification program that doesn't require
-D-Bus. herbe can fire simple text desktop notifications
-from anywhere for anything. It can be killed simply by sending the
-SIGKILL signal or by waiting 5 seconds.
diff --git a/herbe/Makefile b/herbe/Makefile
deleted file mode 100644
index fda1d3834d..0000000000
--- a/herbe/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-# herbe does not contain a man page see below for info
-# https://github.com/dudik/herbe/blob/1.0.0/README.md
-
-DISTNAME=	herbe-1.0.0
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=dudik/}
-
-MAINTAINER=	kevin.bloom%posteo.net@localhost
-HOMEPAGE=	https://github.com/dudik/herbe/
-COMMENT=	Daemon-less notifications without D-Bus
-LICENSE=	mit
-
-MAKE_FLAGS+=	CC=${CC:Q}
-MAKE_FLAGS+=	PREFIX=${PREFIX}
-
-DOC_DIR=	${PREFIX}/share/doc/herbe
-
-INSTALLATION_DIRS+=	${DOC_DIR}
-
-post-install:
-	${INSTALL_MAN} ${WRKSRC}/README.md ${DESTDIR}${DOC_DIR}
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/herbe/PLIST b/herbe/PLIST
deleted file mode 100644
index cee107083f..0000000000
--- a/herbe/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/herbe
-share/doc/herbe/README.md
diff --git a/herbe/distinfo b/herbe/distinfo
deleted file mode 100644
index 135bf8bb38..0000000000
--- a/herbe/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-BLAKE2s (herbe-1.0.0.tar.gz) = 726f956b4b21a0d74a19a044c0b4831fec44efd9fe999638da01cc0f15ee3f1a
-SHA512 (herbe-1.0.0.tar.gz) = 3f49de25fd92194d1354054c207616343d9c21a9d82c6c4e3316ebc5228c0bd90650621438d14cd4730135f328c0438ef054a2b6843f3bd4d15f9cb47a22df12
-Size (herbe-1.0.0.tar.gz) = 4974 bytes
-SHA1 (patch-Makefile) = 9731572846cf63fc3be213102c070811d18c3845
diff --git a/herbe/patches/patch-Makefile b/herbe/patches/patch-Makefile
deleted file mode 100644
index 33165d6e23..0000000000
--- a/herbe/patches/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
-Fix build on NetBSD.
-
---- Makefile.orig	2020-08-23 11:35:19.000000000 +0000
-+++ Makefile
-@@ -1,4 +1,5 @@
--CFLAGS = -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -pthread
-+CFLAGS += -Wall -Wextra -pedantic -I${X11BASE}/include -L${X11BASE}/lib \
-+	-lX11 -lXft -I${X11BASE}/include/freetype2 -pthread $(LDFLAGS)
- 
- PREFIX ?= /usr/local
- CC ?= cc


Home | Main Index | Thread Index | Old Index