aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-05-04 11:12:27 +0000
committerRene Ladan <rene@FreeBSD.org>2025-05-04 11:12:27 +0000
commit9f6282f626ef0a0333ebc2138b8891f7f28d0ca3 (patch)
treea10503bceca73a02510d4c641589e2124ccb8072
parentf61a96510c2b9dacd38ec83bc1965432ab1c17e9 (diff)
games/xjewel: Remove expired port
2025-05-01 games/xjewel: Unmaintained as last release was in 1994
-rw-r--r--MOVED1
-rw-r--r--games/Makefile1
-rw-r--r--games/xjewel/Makefile35
-rw-r--r--games/xjewel/distinfo2
-rw-r--r--games/xjewel/files/patch-aa48
-rw-r--r--games/xjewel/pkg-descr14
-rw-r--r--games/xjewel/pkg-plist4
7 files changed, 1 insertions, 104 deletions
diff --git a/MOVED b/MOVED
index 495907dc8a6a..aaea6dfe75a4 100644
--- a/MOVED
+++ b/MOVED
@@ -4339,3 +4339,4 @@ graphics/linux-rl9-sdl_gfx|misc/linux-rl9-sdl12-extralibs|2025-05-03|Merged into
audio/linux-c7-sdl_mixer|misc/linux-c7-sdl12-extralibs|2025-05-03|Merged into misc/linux-c7-sdl12-extralibs
audio/linux-rl9-sdl_sound|misc/linux-rl9-sdl12-extralibs|2025-05-03|Merged into misc/linux-rl9-sdl12-extralibs
graphics/acidwarp-sdl||2025-05-04|Has expired: Unmaintained by upstream as last release was in 2022
+games/xjewel||2025-05-04|Has expired: Unmaintained as last release was in 1994
diff --git a/games/Makefile b/games/Makefile
index 95977cfa1868..b0ed43717ca5 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1103,7 +1103,6 @@
SUBDIR += xinvaders
SUBDIR += xinvaders3d
SUBDIR += xisola
- SUBDIR += xjewel
SUBDIR += xjig
SUBDIR += xjump
SUBDIR += xjumpx
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile
deleted file mode 100644
index dd9aef8bb0ee..000000000000
--- a/games/xjewel/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= xjewel
-PORTVERSION= 1.6
-PORTREVISION= 8
-CATEGORIES= games
-MASTER_SITES= XCONTRIB/../R5contrib
-EXTRACT_SUFX= .tar.z
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= X11 dropping jewels game
-
-LICENSE= NONE
-
-DEPRECATED= Unmaintained as last release was in 1994
-EXPIRATION_DATE= 2025-05-01
-
-BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
- mkfontscale>=0:x11-fonts/mkfontscale
-
-USES= fonts imake xorg
-USE_XORG= x11 xext
-
-DESKTOP_ENTRIES="XJewel" "" "" "${PORTNAME}" "" ""
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD
-CFLAGS+= -Wno-error=int-conversion
-.endif
-
-post-install:
- @${MKDIR} ${STAGEDIR}${FONTSDIR}
- (cd ${WRKSRC}/bitmaps && ${INSTALL_DATA} seven_seg.pcf.gz \
- ${STAGEDIR}${FONTSDIR})
-
-.include <bsd.port.post.mk>
diff --git a/games/xjewel/distinfo b/games/xjewel/distinfo
deleted file mode 100644
index bdfebb494bee..000000000000
--- a/games/xjewel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xjewel-1.6.tar.z) = 343cb7e92331c41052e0c594817fda9ef12637a8237bafbf4bdf84f362fce153
-SIZE (xjewel-1.6.tar.z) = 45439
diff --git a/games/xjewel/files/patch-aa b/games/xjewel/files/patch-aa
deleted file mode 100644
index f579820a6ad9..000000000000
--- a/games/xjewel/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
---- Imakefile.orig Wed Feb 16 19:35:06 1994
-+++ Imakefile Fri Feb 11 13:57:31 2000
-@@ -1,11 +1,12 @@
- # A little makeyfile edit up to the solid line...
-
- # EDIT THE CDEBUGFLAGS IF -O GIVES A PROBLEM
--CDEBUGFLAGS = -O
-+# CDEBUGFLAGS = -O
-
- # CHANGE HSCORE_FILE TO SUIT
- #HSCORE_FILE=/usr/local/lib/xjewel.scores
--HSCORE_FILE=xjewel.scores
-+HSCORE_DIR=$(LIBDIR)/xjewel
-+HSCORE_FILE=$(HSCORE_DIR)/xjewel.scores
-
- # ADD YOUR ARCHITECTURE IF YOU USE SELECT INSTEAD OF POLL
- #if defined(HPArchitecture) || defined(ApolloArchitecture) || \
-@@ -21,10 +22,10 @@
- # DEFINE 'GETPWENT' if you dont have the cuserid ftn (hscore.c)
- # DEFINE 'SLOW_FONTS=n' if your server is overly fast on fonts
- # DEFINE 'SLOW_DRAW=n' if your server is overly fast on drawing
--USERDEFS = -DICON_WINDOW
-+USERDEFS = -DICON_WINDOW -DUSE_SELECT -DGETPWENT
-
- # CHANGE FFILE TO REFLECT THE EXTENSION USED FOR COMPILED FONTS
--FFILE = snf
-+FFILE = pcf.gz
-
- ##############################################################################
- # X-STUFF...
-@@ -40,6 +41,8 @@
- FONT = bitmaps/seven_seg
- CFONT = bitmaps/seven_seg.$(FFILE)
-
-+MANDIR = $(MANPATH)/man6
-+MANSUFFIX = 6
-
- # LETS GET TO IT...
- ComplexProgramTarget(xjewel)
-@@ -52,5 +55,6 @@
- all:: $(CFONT)
-
- install::
-- touch $(HSCORE_FILE)
-- chmod a+w $(HSCORE_FILE)
-+ MakeDir($(DESTDIR)$(HSCORE_DIR))
-+ touch $(DESTDIR)$(HSCORE_FILE)
-+ chmod a+w $(DESTDIR)$(HSCORE_FILE)
diff --git a/games/xjewel/pkg-descr b/games/xjewel/pkg-descr
deleted file mode 100644
index 3cc431615cf7..000000000000
--- a/games/xjewel/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Xjewel is a dropping block game akin to tetris.
-
-It is played by controlling the motion of blocks which continue to fall from
-the top of the screen. One can move them left and right, as well as
-rotate the jewel segments. The object is to get the most points before
-the grim reaper ends the fun.
-
-Death happens when the screen is no longer capable of holding any more
-blocks. To make high scores more interesting, you are given but three
-attempts to get points -- use them wisely.
-
-As the game progresses, and more jewels are removed, the speed of the game
-will increase. This is measured in seconds of delay between steps of
-block motion.
diff --git a/games/xjewel/pkg-plist b/games/xjewel/pkg-plist
deleted file mode 100644
index d5e7513d319c..000000000000
--- a/games/xjewel/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/xjewel
-lib/X11/xjewel/xjewel.scores
-share/man/man6/xjewel.6.gz
-%%FONTSDIR%%/seven_seg.pcf.gz