foobillard: dropped port no longer maintaining

This commit is contained in:
Danny Rawlins 2020-11-07 21:32:08 +11:00
parent e93baced46
commit 3f356b7363
4 changed files with 0 additions and 78 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}

View File

@ -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"