aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-19 15:13:09 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-19 15:14:16 +0000
commit208ae563c9a8cae80aae5933da1f239ab2048b04 (patch)
tree3e4e0ff313352aa98fea5262dc21e55f0bfe5515
parent9bc4acadad2ee3a70e651612ca8a3461af9d1339 (diff)
downloadports-208ae563c9a8cae80aae5933da1f239ab2048b04.tar.gz
ports-208ae563c9a8cae80aae5933da1f239ab2048b04.zip
x11-wm/flwm: Remove expired port
2024-01-19 x11-wm/flwm: Last upstream release and activity was in 2015
-rw-r--r--MOVED1
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/flwm/Makefile31
-rw-r--r--x11-wm/flwm/distinfo2
-rw-r--r--x11-wm/flwm/files/patch-Makefile12
-rw-r--r--x11-wm/flwm/pkg-descr2
6 files changed, 1 insertions, 48 deletions
diff --git a/MOVED b/MOVED
index 0937cd4da98a..baa9770349e0 100644
--- a/MOVED
+++ b/MOVED
@@ -2961,3 +2961,4 @@ x11-wm/phluid||2024-01-18|Has expired: Last upstream release was in 2000
x11-wm/lwm||2024-01-18|Has expired: Last upstream release was in 2016
x11-wm/ratmen||2024-01-18|Has expired: Last upstream release was in 2008
x11-wm/larswm||2024-01-18|Has expired: Last upstream release was in 2010
+x11-wm/flwm||2024-01-19|Has expired: Last upstream release and activity was in 2015
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index fc834233ed63..ed954bc325c2 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -42,7 +42,6 @@
SUBDIR += fbcmd
SUBDIR += fluxbox
SUBDIR += fluxter
- SUBDIR += flwm
SUBDIR += fswm
SUBDIR += fvwm2
SUBDIR += fvwm3
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile
deleted file mode 100644
index 839be467416d..000000000000
--- a/x11-wm/flwm/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= flwm
-PORTVERSION= 1.16
-PORTREVISION= 1
-CATEGORIES= x11-wm
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The Fast Light Window Manager
-WWW= https://github.com/bbidulock/flwm
-
-LICENSE= GPLv2+
-
-DEPRECATED= Last upstream release and activity was in 2015
-EXPIRATION_DATE= 2024-01-19
-
-LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
-
-USES= autoreconf gmake xorg
-USE_GITHUB= yes
-GH_ACCOUNT= bbidulock
-USE_XORG= x11 xt
-
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/flwm \
- man/man1/flwm.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/flwm ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/flwm.1 ${STAGEDIR}${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/x11-wm/flwm/distinfo b/x11-wm/flwm/distinfo
deleted file mode 100644
index 400a7b68532f..000000000000
--- a/x11-wm/flwm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bbidulock-flwm-1.16_GH0.tar.gz) = 21785fe3a9e37354df5b99da67455fb40e3e2a67e41b53f8f7e66c396e56262b
-SIZE (bbidulock-flwm-1.16_GH0.tar.gz) = 73659
diff --git a/x11-wm/flwm/files/patch-Makefile b/x11-wm/flwm/files/patch-Makefile
deleted file mode 100644
index e968a6749e64..000000000000
--- a/x11-wm/flwm/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2015-12-14 18:44:42 UTC
-+++ Makefile
-@@ -5,7 +5,8 @@ VERSION = 1.16
-
- CXXFILES = main.C Frame.C Menu.C FrameWindow.C Desktop.C Hotkeys.C
-
--LIBS = -lfltk
-+CPPFLAGS += -DFL_LIBRARY $(shell $(LOCALBASE)/bin/fltk-config --cxxflags)
-+LIBS += $(shell $(LOCALBASE)/bin/fltk-config --ldflags)
-
- MANPAGE = 1
-
diff --git a/x11-wm/flwm/pkg-descr b/x11-wm/flwm/pkg-descr
deleted file mode 100644
index b5360a4967c3..000000000000
--- a/x11-wm/flwm/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Flwm is a very small and fast X window manager. Its main features are
-the lack of icons and the "sideways" title-bars.