aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-01-18 21:25:38 +0000
committerRene Ladan <rene@FreeBSD.org>2024-01-18 21:25:38 +0000
commit99c09b5f9541fc670e488db3ef16ee55a2e88588 (patch)
tree7413a8e42175915342505c28c3be73fced68035b
parent999de51f60792033e2d546cbcc5152a4c7b27845 (diff)
downloadports-99c09b5f9541fc670e488db3ef16ee55a2e88588.tar.gz
ports-99c09b5f9541fc670e488db3ef16ee55a2e88588.zip
x11-wm/ratmen: Remove expired port
2024-01-18 x11-wm/ratmen: Last upstream release was in 2008
-rw-r--r--MOVED1
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/ratmen/Makefile24
-rw-r--r--x11-wm/ratmen/distinfo2
-rw-r--r--x11-wm/ratmen/files/patch-Makefile24
-rw-r--r--x11-wm/ratmen/files/patch-ratmen.c10
-rw-r--r--x11-wm/ratmen/pkg-descr6
7 files changed, 1 insertions, 67 deletions
diff --git a/MOVED b/MOVED
index 98934f21d7ca..53dc468cc44f 100644
--- a/MOVED
+++ b/MOVED
@@ -2959,3 +2959,4 @@ x11-wm/treewm||2024-01-18|Has expired: Last upstream release was in 2003
biology/recombine|biology/lamarc|2024-01-18|Has expired: Upstream advises to use biology/lamarc
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
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 584d6bf1b704..6257336fb7a8 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -94,7 +94,6 @@
SUBDIR += plasma6-kwin
SUBDIR += pwm
SUBDIR += qtile
- SUBDIR += ratmen
SUBDIR += ratpoison
SUBDIR += river
SUBDIR += rubygem-uh-layout
diff --git a/x11-wm/ratmen/Makefile b/x11-wm/ratmen/Makefile
deleted file mode 100644
index 1df5b832155b..000000000000
--- a/x11-wm/ratmen/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= ratmen
-PORTVERSION= 2.2.3
-PORTREVISION= 2
-CATEGORIES= x11-wm
-MASTER_SITES= http://www.update.uu.se/~zrajm/programs/ratmen/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple program for displaying a menu in a window
-WWW= http://www.update.uu.se/~zrajm/programs/
-
-DEPRECATED= Last upstream release was in 2008
-EXPIRATION_DATE= 2024-01-18
-
-USES= perl5 xorg
-USE_XORG= x11
-USE_PERL5= build
-
-PLIST_FILES= bin/ratmen share/man/man1/ratmen.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ratmen ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ratmen.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>
diff --git a/x11-wm/ratmen/distinfo b/x11-wm/ratmen/distinfo
deleted file mode 100644
index 0265b40d87eb..000000000000
--- a/x11-wm/ratmen/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ratmen-2.2.3.tar.gz) = 2672f33da616c8d239c3f6d2281d64106b1e2e936dbf833294a827c82cc4ce3e
-SIZE (ratmen-2.2.3.tar.gz) = 25026
diff --git a/x11-wm/ratmen/files/patch-Makefile b/x11-wm/ratmen/files/patch-Makefile
deleted file mode 100644
index 771898cf41ad..000000000000
--- a/x11-wm/ratmen/files/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
---- ./Makefile.orig 2007-10-25 10:51:20.000000000 -0300
-+++ ./Makefile 2008-02-20 17:07:36.000000000 -0300
-@@ -32,16 +32,16 @@
- )
-
-
--PREFIX=/usr/local
--MANDIR=$(PREFIX)/man
-+PREFIX?=/usr/local
-+MANDIR=$(MANPREFIX)/man
-
- OPTIMIZE ?= -Os
- DEBUG ?=
- WARN ?= -Wall -ansi -pedantic
-
--CC = gcc
--LIBS = -L/usr/X11R6/lib -lX11
--CFLAGS = $(OPTIMIZE) $(WARN) $(DEBUG)
-+CC ?= gcc
-+LIBS = -L$(LOCALBASE)/lib -lX11
-+CFLAGS += $(OPTIMIZE) $(WARN) $(DEBUG) -I$(LOCALBASE)/include
-
- all: doc $(PROG)
-
diff --git a/x11-wm/ratmen/files/patch-ratmen.c b/x11-wm/ratmen/files/patch-ratmen.c
deleted file mode 100644
index 5fb528f98e56..000000000000
--- a/x11-wm/ratmen/files/patch-ratmen.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./ratmen.c.orig 2007-10-25 09:13:39.000000000 -0300
-+++ ./ratmen.c 2008-02-20 17:08:21.000000000 -0300
-@@ -128,7 +128,6 @@
-
-
- /* function prototypes */
--int strcasecmp(char*, char*); /* string comparison */
- void ask_wm_for_delete(void);
- void reap(int);
- void redraw_snazzy(int, int, int);
diff --git a/x11-wm/ratmen/pkg-descr b/x11-wm/ratmen/pkg-descr
deleted file mode 100644
index 0bde6a2c73cd..000000000000
--- a/x11-wm/ratmen/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Ratmen is a simple program for displaying a menu in a window. On selection is
-may either run a program or simply write something on standard out. It is
-inspired by, and is similar in function to, 9menu and ratmenu but is muchly
-improved. It includes: User settings in X resources, long and short option
-names (using getopts), scrollable menus (if they do not fit on screen), both
-mouse and keyboard support, exiting on unfocus, and a decent manpage.