summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-03-06 15:05:43 +0000
committerRene Ladan <rene@FreeBSD.org>2013-03-06 15:05:43 +0000
commitba2885d840d3c067348f53c5f7568f0b42887cf9 (patch)
tree8ecee83305fb2df252aad7edc8ac22099a13d7e3 /games
parent- Update to 4.5.24 (diff)
Remove expired, unmaintained ports:
2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month
Notes
Notes: svn path=/head/; revision=313519
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/tuxracer_golf/Makefile42
-rw-r--r--games/tuxracer_golf/distinfo2
-rw-r--r--games/tuxracer_golf/pkg-descr7
-rw-r--r--games/tuxracer_golf/pkg-install13
-rw-r--r--games/tuxracer_golf/pkg-plist34
6 files changed, 0 insertions, 99 deletions
diff --git a/games/Makefile b/games/Makefile
index 5cd1212401ed..d1d1235e1407 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -941,7 +941,6 @@
SUBDIR += tuxpaint-stamps
SUBDIR += tuxpuck
SUBDIR += tuxracer
- SUBDIR += tuxracer_golf
SUBDIR += tuxtype
SUBDIR += twind
SUBDIR += twitch
diff --git a/games/tuxracer_golf/Makefile b/games/tuxracer_golf/Makefile
deleted file mode 100644
index 7911ee376495..000000000000
--- a/games/tuxracer_golf/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Adam Weinberger <adamw@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= tuxracer_golf
-PORTVERSION= 1.00
-PORTREVISION= 2
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= adamw
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A golf course theme for Tux Racer
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-03-05
-BROKEN= overwrite a file owned by tuxracer: share/tuxracer/courses/common/buttprint.rgb
-
-RUN_DEPENDS= tuxracer:${PORTSDIR}/games/tuxracer
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-PLIST_SUB+= "MV=${MV}"
-
-TEXTURES= buttprint buttstart buttstop cloudyback cloudybottom \
- cloudyfront cloudyleft cloudyright envmap \
- herring_standard herringrunicon ice nightback \
- nightbottom nightenv nightfront nightleft nightright nighttop \
- rock shrub snow snowparticles sunnyback \
- sunnybottom sunnyfront sunnyleft sunnyright sunnytop tree \
- tree_barren
-
-do-install:
- @${MKDIR} ${DATADIR}
- @${MKDIR} ${DATADIR}/common.old
- -@${CP} ${PREFIX}/share/tuxracer/courses/common/*rgb \
- ${DATADIR}/common.old
-.for i in ${TEXTURES}
- @${INSTALL_DATA} ${WRKDIR}/$i.rgb \
- ${PREFIX}/share/tuxracer/courses/common
-.endfor
-
-.include <bsd.port.mk>
diff --git a/games/tuxracer_golf/distinfo b/games/tuxracer_golf/distinfo
deleted file mode 100644
index b921d5837ca0..000000000000
--- a/games/tuxracer_golf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tuxracer_golf-1.00.tar.gz) = 175b08942b2a89efcc4e7628a4af0a400dd97bd4d7bb2599488617ca4150e211
-SIZE (tuxracer_golf-1.00.tar.gz) = 801468
diff --git a/games/tuxracer_golf/pkg-descr b/games/tuxracer_golf/pkg-descr
deleted file mode 100644
index 50bce0fced80..000000000000
--- a/games/tuxracer_golf/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a new theme for Tux Racer.
-
-If you think that it seems ridiculous and far-fetched that a
-penguin would slide up and down ice-covered hills to collect
-floating blue herrings, then maybe the concept of a penguin
-sliding down a golf course collecting golf balls is more
-your style.
diff --git a/games/tuxracer_golf/pkg-install b/games/tuxracer_golf/pkg-install
deleted file mode 100644
index 0803b21d58ef..000000000000
--- a/games/tuxracer_golf/pkg-install
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-case "$2" in
-PRE-INSTALL)
- DATADIR=${PKG_PREFIX}/share/tuxracer_golf
- mkdir ${DATADIR}
- mkdir ${DATADIR}/common.old
- cp ${PKG_PREFIX}/share/tuxracer/courses/common/*rgb \
- ${DATADIR}/common.old
- ;;
-esac
-
-exit 0
diff --git a/games/tuxracer_golf/pkg-plist b/games/tuxracer_golf/pkg-plist
deleted file mode 100644
index 3526b1ce8517..000000000000
--- a/games/tuxracer_golf/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-share/tuxracer/courses/common/buttprint.rgb
-share/tuxracer/courses/common/buttstart.rgb
-share/tuxracer/courses/common/buttstop.rgb
-share/tuxracer/courses/common/cloudyback.rgb
-share/tuxracer/courses/common/cloudybottom.rgb
-share/tuxracer/courses/common/cloudyfront.rgb
-share/tuxracer/courses/common/cloudyleft.rgb
-share/tuxracer/courses/common/cloudyright.rgb
-share/tuxracer/courses/common/envmap.rgb
-share/tuxracer/courses/common/herring_standard.rgb
-share/tuxracer/courses/common/herringrunicon.rgb
-share/tuxracer/courses/common/ice.rgb
-share/tuxracer/courses/common/nightback.rgb
-share/tuxracer/courses/common/nightbottom.rgb
-share/tuxracer/courses/common/nightenv.rgb
-share/tuxracer/courses/common/nightfront.rgb
-share/tuxracer/courses/common/nightleft.rgb
-share/tuxracer/courses/common/nightright.rgb
-share/tuxracer/courses/common/nighttop.rgb
-share/tuxracer/courses/common/rock.rgb
-share/tuxracer/courses/common/shrub.rgb
-share/tuxracer/courses/common/snow.rgb
-share/tuxracer/courses/common/snowparticles.rgb
-share/tuxracer/courses/common/sunnyback.rgb
-share/tuxracer/courses/common/sunnybottom.rgb
-share/tuxracer/courses/common/sunnyfront.rgb
-share/tuxracer/courses/common/sunnyleft.rgb
-share/tuxracer/courses/common/sunnyright.rgb
-share/tuxracer/courses/common/sunnytop.rgb
-share/tuxracer/courses/common/tree.rgb
-share/tuxracer/courses/common/tree_barren.rgb
-@unexec %%MV%% %D/share/tuxracer_golf/common.old/*rgb %D/share/tuxracer/courses/common
-@dirrm share/tuxracer_golf/common.old
-@dirrm share/tuxracer_golf