dropped unmaintained ports

This commit is contained in:
Tim Biermann 2020-01-20 14:20:53 +00:00
parent 4ab1eb04cd
commit 91a87a6d8b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
6 changed files with 0 additions and 64 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/curseofwar-sdl
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man6/
-rw-r--r-- root/root usr/man/man6/curseofwar-sdl.6.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/curseofwar/
drwxr-xr-x root/root usr/share/curseofwar/images/
-rw-r--r-- root/root usr/share/curseofwar/images/tileset.bmp
-rw-r--r-- root/root usr/share/curseofwar/images/type.bmp
-rw-r--r-- root/root usr/share/curseofwar/images/ui.bmp

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36WjOwYwexlEnOucDDrNT84l+QfU3qg1ZDIGzEbHbnzhHtONb7vUUhOjycsRG8uVB4KBEEQctx6LVD8Xf8zOQgA=
SHA256 (Pkgfile) = a3210b91d2a5f9437a3b35f1a2933be711be348873e34db90c818217acacc0ee
SHA256 (.footprint) = a0098922b552cb1c98d7ae3d4d7e6f9ce2952251cfe296cccb75f32db103632f
SHA256 (v1.2.0.tar.gz) = 91b7781e26341faa6b6999b6baf6e74ef532fa94303ab6a2bf9ff6d614a3f670

View File

@ -1,18 +0,0 @@
# Description: ncurses based real time strategy game
# URL: https://github.com/a-nikolaev/curseofwar/wiki
# Maintainer: unmaintained
# Depends on: libsdl
name=curseofwar-sdl
version=1.2.0
release=1
source=(https://github.com/a-nikolaev/curseofwar/archive/v$version.tar.gz)
build () {
cd curseofwar-$version
make SDL=yes
make DESTDIR=$PKG \
SDL=yes \
MANPREFIX=/usr/man \
install
}

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/curseofwar
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man6/
-rw-r--r-- root/root usr/man/man6/curseofwar.6.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35TdQCwbomwm97zPOcP57nagNiUfYQWtK8079x/hMZ9PvRRiP+HcvqGBkFXkiptWOmZoUkTfWLzxvKZxTlvl+AY=
SHA256 (Pkgfile) = 15781eda74d40bc3e5dc31dd0a5c13d2509bb4c7f046facd8845df06270ac528
SHA256 (.footprint) = fa283aa6bd7a91ef0ed1ccb2cb222a0cb6eb8de87bc0bfcf071420843ff97ea0
SHA256 (v1.2.0.tar.gz) = 91b7781e26341faa6b6999b6baf6e74ef532fa94303ab6a2bf9ff6d614a3f670

View File

@ -1,18 +0,0 @@
# Description: ncurses based real time strategy game
# URL: https://github.com/a-nikolaev/curseofwar/wiki
# Maintainer: unmaintained
# Depends on: ncurses
name=curseofwar
version=1.2.0
release=1
source=(https://github.com/a-nikolaev/$name/archive/v$version.tar.gz)
build () {
cd "$name-$version"
make
make DESTDIR=$PKG \
MANPREFIX=/usr/man \
install
rm -rf $PKG/usr/share
}