summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manualPorts/brutalchess/.footprint33
-rw-r--r--manualPorts/brutalchess/.md5sum1
-rw-r--r--manualPorts/brutalchess/.signature5
-rw-r--r--manualPorts/brutalchess/Pkgfile29
4 files changed, 0 insertions, 68 deletions
diff --git a/manualPorts/brutalchess/.footprint b/manualPorts/brutalchess/.footprint
deleted file mode 100644
index 8ef1b71..0000000
--- a/manualPorts/brutalchess/.footprint
+++ /dev/null
@@ -1,33 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/brutalchess
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/brutalchess/
--rwxr-xr-x root/root usr/lib/brutalchess/md3view
--rwxr-xr-x root/root usr/lib/brutalchess/objview
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/brutalchess/
-drwxr-xr-x root/root usr/share/brutalchess/art/
--rw-r--r-- root/root usr/share/brutalchess/art/brutalchesslogo.png
--rw-r--r-- root/root usr/share/brutalchess/art/marblehugeblack.png
--rw-r--r-- root/root usr/share/brutalchess/art/marblehugewhite.png
-drwxr-xr-x root/root usr/share/brutalchess/doc/
--rw-r--r-- root/root usr/share/brutalchess/doc/AUTHORS
--rw-r--r-- root/root usr/share/brutalchess/doc/COPYING
--rw-r--r-- root/root usr/share/brutalchess/doc/ChangeLog
--rw-r--r-- root/root usr/share/brutalchess/doc/INSTALL
--rw-r--r-- root/root usr/share/brutalchess/doc/NEWS
--rw-r--r-- root/root usr/share/brutalchess/doc/README
-drwxr-xr-x root/root usr/share/brutalchess/fonts/
--rw-r--r-- root/root usr/share/brutalchess/fonts/COOLVETI.TTF
--rw-r--r-- root/root usr/share/brutalchess/fonts/Ghostwri.ttf
--rw-r--r-- root/root usr/share/brutalchess/fonts/VeraMono.ttf
--rw-r--r-- root/root usr/share/brutalchess/fonts/ZEROES__.TTF
-drwxr-xr-x root/root usr/share/brutalchess/models/
--rw-r--r-- root/root usr/share/brutalchess/models/bishop.obj
--rw-r--r-- root/root usr/share/brutalchess/models/debug.obj
--rw-r--r-- root/root usr/share/brutalchess/models/king.obj
--rw-r--r-- root/root usr/share/brutalchess/models/knight.obj
--rw-r--r-- root/root usr/share/brutalchess/models/pawn.obj
--rw-r--r-- root/root usr/share/brutalchess/models/queen.obj
--rw-r--r-- root/root usr/share/brutalchess/models/rook.obj
diff --git a/manualPorts/brutalchess/.md5sum b/manualPorts/brutalchess/.md5sum
deleted file mode 100644
index ff23746..0000000
--- a/manualPorts/brutalchess/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-370476b63091b8d82a9ea57c604dcbab brutalchess-alpha-0.5.2-src.tar.gz
diff --git a/manualPorts/brutalchess/.signature b/manualPorts/brutalchess/.signature
deleted file mode 100644
index c2f38ed..0000000
--- a/manualPorts/brutalchess/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGs6+yfucau6VEUP0zpafbhw8D+rT4xJgntti1XOe+wieoTVr717i0OKm+jg5Q7WmyUgM0Vc2vsGRhTN2fIKR/Q8=
-SHA256 (Pkgfile) = 5dcc9b3d3f38b754fedff47493110d6dbaf02de1cade9e3b7aeaf4970f408286
-SHA256 (.footprint) = de17a0521804477c3ce2db357af303eabf1029e27ae9acacad24cdae52a97d59
-SHA256 (brutalchess-alpha-0.5.2-src.tar.gz) = 67774ffb4865e1a3015c90e5d4abd0ef2f243c85608cfbec4bc3b59462e67622
diff --git a/manualPorts/brutalchess/Pkgfile b/manualPorts/brutalchess/Pkgfile
deleted file mode 100644
index b69adb8..0000000
--- a/manualPorts/brutalchess/Pkgfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Description: Battlechess clone
-# URL: https://sourceforge.net/projects/brutalchess
-# Maintainer: Erich Eckner, crux at eckner dot net
-# Depends on: sdl_image
-
-name=brutalchess
-version=0.5.2
-release=1
-source=("https://downloads.sourceforge.net/$name/$name-alpha-$version-src.tar.gz")
-
-build() {
-
- cd ${name}-${version}/src
-
- sed '/<time.h>/ a\#include <limits.h>' -i brutalplayer.cpp
- sed 's/GLvoid/void/g' -i {md3view,objview}.cpp
- sed '/<string>/ a\#include <unistd.h>' -i {xboardplayer,faileplayer}.cpp
-
- # Force pkg-config for the FreeType config program
- sed 's/FT2_CONFIG=$ac_cv_path_FT2_CONFIG/FT2_CONFIG="pkg-config freetype2"/' -i ../configure
- sed 's/7\.0\.1/2.0.5/' -i ../configure
-
- cd ..
-
- ./configure --prefix=/usr --libexecdir=/usr/lib/$name
- make
- make DESTDIR=$PKG install
-
-}