From 3f356b7363ffb818a324dea93fb91353502795a6 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 7 Nov 2020 21:32:08 +1100 Subject: [PATCH] foobillard: dropped port no longer maintaining --- foobillard/.footprint | 37 ---------------------------- foobillard/.signature | 6 ----- foobillard/Pkgfile | 19 -------------- foobillard/foobillard-ttf-3.0a.patch | 16 ------------ 4 files changed, 78 deletions(-) delete mode 100644 foobillard/.footprint delete mode 100644 foobillard/.signature delete mode 100644 foobillard/Pkgfile delete mode 100644 foobillard/foobillard-ttf-3.0a.patch diff --git a/foobillard/.footprint b/foobillard/.footprint deleted file mode 100644 index 902332b50..000000000 --- a/foobillard/.footprint +++ /dev/null @@ -1,37 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/foobillard -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/foobillard/ --rw-r--r-- root/root usr/share/foobillard/ball_ball.raw --rw-r--r-- root/root usr/share/foobillard/blende.png --rw-r--r-- root/root usr/share/foobillard/bluebold.ttf --rw-r--r-- root/root usr/share/foobillard/bumpref.png --rw-r--r-- root/root usr/share/foobillard/cloth.png --rw-r--r-- root/root usr/share/foobillard/cue_shadow.png --rw-r--r-- root/root usr/share/foobillard/foobillard.gif --rw-r--r-- root/root usr/share/foobillard/foobillard.png --rw-r--r-- root/root usr/share/foobillard/full_symbol.png --rw-r--r-- root/root usr/share/foobillard/fullhalf_symbol.png --rw-r--r-- root/root usr/share/foobillard/half_symbol.png --rw-r--r-- root/root usr/share/foobillard/iomanoid.ttf --rw-r--r-- root/root usr/share/foobillard/lightflare.png --rw-r--r-- root/root usr/share/foobillard/negx.png --rw-r--r-- root/root usr/share/foobillard/negy.png --rw-r--r-- root/root usr/share/foobillard/negz.png --rw-r--r-- root/root usr/share/foobillard/place_cue_ball.png --rw-r--r-- root/root usr/share/foobillard/posx.png --rw-r--r-- root/root usr/share/foobillard/posy.png --rw-r--r-- root/root usr/share/foobillard/posz.png --rw-r--r-- root/root usr/share/foobillard/queue.png --rw-r--r-- root/root usr/share/foobillard/queue_shadow.png --rw-r--r-- root/root usr/share/foobillard/shadow2.png --rw-r--r-- root/root usr/share/foobillard/shadow3.png --rw-r--r-- root/root usr/share/foobillard/shadow_alpha.png --rw-r--r-- root/root usr/share/foobillard/sphere_map_128x128.png --rw-r--r-- root/root usr/share/foobillard/sphere_map_128x128_light.png --rw-r--r-- root/root usr/share/foobillard/sphere_map_64x64.png --rw-r--r-- root/root usr/share/foobillard/table-frame.png --rw-r--r-- root/root usr/share/foobillard/tabletex_fB_128x128.png --rw-r--r-- root/root usr/share/foobillard/tabletex_fB_256x256.png --rw-r--r-- root/root usr/share/foobillard/youregon.ttf diff --git a/foobillard/.signature b/foobillard/.signature deleted file mode 100644 index f8494563b..000000000 --- a/foobillard/.signature +++ /dev/null @@ -1,6 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wFnbLaf5xmuNH/c8phyLHOR61ND7hue3Yhh3i84cpMlhKOcWiGySwZk0PD9mHueXTsN9RIQm03xpa/fq1vtIAA= -SHA256 (Pkgfile) = 415ed1f7d7b14ca00b7218184797ae4e68c6a5b7f8894d831b92d2862553cbd2 -SHA256 (.footprint) = dc0f3709f9ee27e8865e88da0303473ebcac477ddd7ee25f8b9ab78426e79453 -SHA256 (foobillard-3.0a.tar.gz) = d05807077bdba32c4ca1d369344ac983675dc859cb7b192fca4196f23b89b137 -SHA256 (foobillard-ttf-3.0a.patch) = f9727c732eedb4fa1bae4f470b4b423a3c54853a197905c6709bbde5ba741a70 diff --git a/foobillard/Pkgfile b/foobillard/Pkgfile deleted file mode 100644 index 6e3989278..000000000 --- a/foobillard/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: OpenGL billard game. -# URL: http://foobillard.sourceforge.net/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Daniel Walpole, daniel at walpole dot id dot au -# Depends on: freetype libsdl xorg-libxaw xorg-libxi - -name=foobillard -version=3.0a -release=2 -source=(http://downloads.sourceforge.net/project/$name/FooBillard-Sources/$name-$version.tar.gz - foobillard-ttf-$version.patch) - -build() { - cd $name-$version - patch -p 1 -i ../foobillard-ttf-$version.patch - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} diff --git a/foobillard/foobillard-ttf-3.0a.patch b/foobillard/foobillard-ttf-3.0a.patch deleted file mode 100644 index f2cde6636..000000000 --- a/foobillard/foobillard-ttf-3.0a.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Nru foobillard-3.0a-orig/src/options.h foobillard-3.0a/src/options.h ---- foobillard-3.0a-orig/src/options.h 2003-11-27 05:32:54.000000000 +0200 -+++ foobillard-3.0a/src/options.h 2007-05-07 23:37:43.000000000 +0300 -@@ -97,9 +97,9 @@ - #define options_shared_data_path "/usr/local/shared/foobillard" - - #define options_player_fontname "iomanoid.ttf" --#define options_help_fontname "youregon.ttf" --#define options_menu_fontname "youregon.ttf" --#define options_winner_fontname "youregon.ttf" -+#define options_help_fontname "bluebold.ttf" -+#define options_menu_fontname "bluebold.ttf" -+#define options_winner_fontname "bluebold.ttf" - #define options_ball_fontname "bluebold.ttf" - #define options_score_fontname "bluebold.ttf" - #define options_roster_fontname "bluebold.ttf"