Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2005 21:30:24 GMT
From:      Lars Engels <lars.engels@0x20.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/77042: new port: games/hattrickorganizer
Message-ID:  <200502262130.j1QLUOfi087138@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/77042; it has been noted by GNATS.

From: Lars Engels <lars.engels@0x20.net>
To: Edwin Groothuis <edwin@FreeBSD.org>
Cc:  
Subject: Re: ports/77042: new port: games/hattrickorganizer
Date: Sat, 26 Feb 2005 15:24:16 +0100

 --hHWLQfXTYDoKhP50
 Content-Type: text/plain; charset=iso-8859-15
 Content-Disposition: inline
 
 On Sun, Feb 20, 2005 at 07:58:01AM +0000, Edwin Groothuis wrote:
 > Synopsis: new port: games/hattrickorganizer
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: edwin
 > State-Changed-When: Sun Feb 20 07:57:27 GMT 2005
 > State-Changed-Why: 
 > => ho_127.zip doesn't seem to exist in /usr/ports/distfiles/.
 > => Attempting to fetch from ftp://ftp.au.freebsd.org/pub/FreeBSD/ports/distfiles//.
 > fetch: ftp://ftp.au.freebsd.org/pub/FreeBSD/ports/distfiles//ho_127.zip: File unavailable (e.g., file not found, no access)
 > => Attempting to fetch from http://www.wow-auctions.net/ho/download/.
 > fetch: http://www.wow-auctions.net/ho/download/ho_127.zip: Not Found
 > 
 > Please convince them to keep old versions a little bit longer available..
 > 
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=77042
 > 
 
 
 Hi Edwin!
 
 I contacted the developers and they said that they cannot guarantee to
 keep the old versions online, but they try to do.
 Attached is the new shar file for the current version of Hattrick
 Organizer.
 
 
 Greets
 Lars
 
 --hHWLQfXTYDoKhP50
 Content-Type: application/x-shar
 Content-Disposition: attachment; filename="hattrickorganizer-1.29.shar"
 Content-Transfer-Encoding: quoted-printable
 
 # This is a shell archive.  Save it in a file, remove anything before=0A# t=
 his line, and then unpack it by entering "sh file".  Note, it may=0A# creat=
 e directories; files and directories will be owned by you and=0A# have defa=
 ult permissions.=0A#=0A# This archive contains:=0A#=0A#	hattrickorganizer/=
 =0A#	hattrickorganizer/files=0A#	hattrickorganizer/files/hattrickorganizer=
 =0A#	hattrickorganizer/pkg-descr=0A#	hattrickorganizer/Makefile=0A#	hattric=
 korganizer/distinfo=0A#	hattrickorganizer/pkg-plist=0A#	hattrickorganizer/p=
 kg-message=0A#=0Aecho c - hattrickorganizer/=0Amkdir -p hattrickorganizer/ =
 > /dev/null 2>&1=0Aecho c - hattrickorganizer/files=0Amkdir -p hattrickorga=
 nizer/files > /dev/null 2>&1=0Aecho x - hattrickorganizer/files/hattrickorg=
 anizer=0Ased 's/^X//' >hattrickorganizer/files/hattrickorganizer << 'END-of=
 -hattrickorganizer/files/hattrickorganizer'=0AX#!/bin/tcsh=0AX=0AX=0AX### I=
 f you like to, you can try to fix the backup/restore=0AX### commands and su=
 bmit a pr :)=0AX=0AX=0AX# Enter the maximum amount of backups you do want t=
 o store.=0AX# Default is 5=0AX#=0AX#MAX_BACKUPS=3D5=0AX=0AXset MAX_BACKUPS=
 =3D5=0AX=0AX=0AX##########################################################=
 =0AX# DO NOT EDIT ANY MORE UNTIL YOU KNOW WHAT YOU'RE DOING! #=0AX#########=
 #################################################=0AX=0AX=0AX# Enter HO!'s =
 directory. Default is the current directory=0AX#=0AX#HODIR=3D.=0AX=0AXset H=
 ODIR=3D/usr/local/games/hattrickorganizer=0AX=0AXset HOME=3D~/.hattrickorga=
 nizer=0AX=0AX# Enter the default backup-directory. It will be created=0AX# =
 in $HODIR/$DB/ if it doesn't exist. Default is `backup'=0AX#=0AX#BACKUPDIR=
 =3Dbackup =0AX=0AXset BACKUPDIR=3D~/.hattrickorganizer/backup=0AX=0AXset JA=
 VA=3D`which java`=0AX=0AXset PLUGINSDIR=3D~/.hattrickorganizer/hoplugins=0A=
 X=0AX# database-directory:=0AX=0AXset DATABASEDIR=3D~/.hattrickorganizer/db=
 =0AX=0AX# Store the name of this script. =0AX=0AXset HONAME=3D$0=0AX=0AX# W=
 hich database to backup?=0AX=0AXset SCRIPT=3Ddatabase.script=0AX=0AX# We ne=
 ed a date for the backup-file=0AX=0AXset DATE=3D`date "+%Y-%m-%d"`=0AX=0AX#=
  Perform backup by default?=0AX=0AXset BACKUP=3Dtrue=0AX=0AX# Restore by de=
 fault? =0AX# IMPORTANT! This is just for initialisation!=0AX# If you set th=
 is to true strange things will occure!=0AX=0AXset RESTORE=3Dfalse=0AX=0AX# =
 Which version of HO! is this?=0AX=0AXset HOVERSION=3D`cat $HODIR/version.tx=
 t`=0AX=0AX# MAIN=0AX=0AX# Run throuh the params=0AX=0AXif ($#argv !=3D 0) t=
 hen=0AX  switch ($argv[1])=0AX   		case {-v,--version}: =0AX   			echo "Thi=
 s is HO\! version $HOVERSION"=0AX   		    exit (0)=0AX   		#case {-nb,--nob=
 ackup}:=0AX   		#    set BACKUP=3Dfalse=0AX		#	breaksw=0AX   		case {-h,--h=
 elp}:=0AX   		 	echo "Usage: $HONAME [option]"=0AX   		 	echo "Options:"=0A=
 X   		 	echo "        -h  --help        This help text."=0AX   		 	echo "  =
       -v  --version     Show HO\! version."=0AX   		 #	echo "        -nb --=
 nobackup    Start without backup"=0AX   		 #	echo "        -r  --restore   =
   Restore the last backup-/le."=0AX   		 #	echo "        -rd --restoredate =
 <date>"=0AX   		 #	echo "                          Restore the backup-/le f=
 rom <date>"=0AX   		 #	echo "        -bd --backupdir   Use this as the back=
 up directory."=0AX   		 	exit (0)=0AX   		#case {-bd,--backupdir}:=0AX   		=
 #    set BACKUPDIR=3D$2=0AX   		#    shift=0AX		#	breaksw=0AX		#case {-r,--=
 restore}:=0AX   		#    set RESTORE=3Dtrue=0AX   		#    set BACKUP=3Dfalse=
 =0AX		#	breaksw=0AX		#case {rd,--restoredir}:=0AX   		#    set RESTORE=3Dtr=
 ue=0AX   		#    set RESTOREDATE=3D$2=0AX   		#    if (-z $RESTOREDATE) then=
 =0AX   		# 		echo "Option rd or restoredate needs a parameter\!"=0AX   		# =
 	 	exit 1=0AX   		#    endif=0AX   		#    set BACKUP=3Dfalse;=0AX   		#    =
 shift=0AX		#	breaksw=0AX   		default:=0AX   		    echo "Unknown parameter $=
 1"=0AX   		    echo "Try $HONAME --help to get help."=0AX   		    exit (1)=
 =0AX  endsw=0AX  shift=0AXendif=0AX=0AXif (! -d $HOME) then=0AX	echo "creat=
 ing ~/.hattrickorganizer"=0AX	mkdir ~/.hattrickorganizer=0AXendif=0AX=0AXif=
  (! -d $DATABASEDIR) then=0AX	echo "creating $DATABASEDIR"=0AX	mkdir -p $DA=
 TABASEDIR=0AXendif=0AX=0AXif (! -d $PLUGINSDIR) then=0AX	echo "creating $PL=
 UGINSDIR"=0AX	mkdir -p $PLUGINSDIR=0AXendif=0AX=0AXif (! -e $HOME/sprache) =
 then=0AX	ln -s $HODIR/sprache $HOME/sprache=0AXendif=0AX=0AX# Perform backu=
 ps or restore only if $DATABASEDIR exists=0AX=0AX#if (-d $DATABASEDIR) then=
 =0AX#  `$BACKUP` =0AX#  cd $DATABASEDIR=0AX#  if (! -d $BACKUPDIR) then=0AX=
 #    echo "creating $DATABASEDIR$BACKUPDIR" =0AX#    mkdir -p $BACKUPDIR=0A=
 X#  endif=0AX#  cd $BACKUPDIR=0AX#  #while (`ls -r | wc -l` -gt $MAX_BACKUP=
 S)=0AX#  #   rm -f `ls -r | tail -1`=0AX#  #end=0AX#  cd ..=0AX#  if (-r $S=
 CRIPT) then=0AX#    gzip -c $SCRIPT > $BACKUPDIR/$SCRIPT-$DATE.gz=0AX#  els=
 e=0AX#    echo "No database found, so there is nothing to backup."=0AX#  en=
 dif=0AX#  cd ..=0AX#=0AX#  `$RESTORE` =0AX#  cd $DATABASEDIR=0AX#  if (-z $=
 RESTOREDATE) then=0AX#    if (`ls $BACKUPDIR/$SCRIPT*.gz | wc -l` -lt 1) th=
 en=0AX#      echo "No backup-/le found."=0AX#      exit 1=0AX#    endif=0AX=
 #    gunzip -c `ls $BACKUPDIR/$SCRIPT*.gz | tail -1` > $SCRIPT=0AX#  else=
 =0AX#    if (-r $BACKUPDIR/$SCRIPT-$RESTOREDATE.gz) then=0AX#      gunzip -=
 c "$BACKUPDIR/$SCRIPT-$RESTOREDATE.gz" > $SCRIPT=0AX#      echo "restored d=
 atabase from $BACKUPDIR/$SCRIPT-$RESTOREDATE.gz"=0AX#    else=0AX#      ech=
 o "Error reading backup-/le $BACKUPDIR/$SCRIPT-$RESTOREDATE.gz."=0AX#      =
 cd ..=0AX#      exit 1=0AX#    endif=0AX#  endif=0AX#  cd ..=0AX#=0AX#else=
 =0AX#  echo "No directory $DATABASEDIR found. This is your /rst HO\!-Sessio=
 n, isn't it? Have fun\!"=0AX#endif=0AX=0AX# Start HO!=0AX cd $HOME=0AX $JAV=
 A -jar $HODIR/hocoded.jar=0AX=0AX# Exit this script=0AX=0AXexit 0 =0AEND-of=
 -hattrickorganizer/files/hattrickorganizer=0Aecho x - hattrickorganizer/pkg=
 -descr=0Ased 's/^X//' >hattrickorganizer/pkg-descr << 'END-of-hattrickorgan=
 izer/pkg-descr'=0AXHattrick Organizer is a management tool for the=0AXonlin=
 e football manager game at Hattrick.org=0AX=0AXWWW: http://www.hattrickorga=
 nizer.de=0AX=0AX- Lars Engels=0AXlars@0x20.net=0AEND-of-hattrickorganizer/p=
 kg-descr=0Aecho x - hattrickorganizer/Makefile=0Ased 's/^X//' >hattrickorga=
 nizer/Makefile << 'END-of-hattrickorganizer/Makefile'=0AX# New ports collec=
 tion makefile for:	hattrickorganizer=0AX# Date Created:		17 Jan 2005=0AX# W=
 hom:			Lars Engels <lars.engels@0x20.net>=0AX#=0AX# $FreeBSD$=0AX#=0AX=0AXP=
 ORTNAME=3D	hattrickorganizer=0AXPORTVERSION=3D	1.29=0AXCATEGORIES=3D	games=
 =0AXMASTER_SITES=3D	http://www.wow-auctions.net/ho/download/=0AXDISTNAME=3D=
 	ho_129=0AX=0AXMAINTAINER=3D	lars.engels@0x20.net=0AXCOMMENT=3D	A managemen=
 t tool for Hattrick.org written in Java=0AX=0AXEXTRACT_AFTER_ARGS=3D	-d ${W=
 RKSRC}=0AX=0AXUSE_ZIP=3D	yes=0AXNO_BUILD=3D	yes=0AXUSE_JAVA=3D	yes=0AXJAVA_=
 VERSION=3D	1.4+=0AX=0AXdo-install:=0AX	@${MKDIR} ${PREFIX}/games/${PORTNAME=
 }=0AX	@${CP} -r ${WRKSRC}/* ${PREFIX}/games/${PORTNAME}=0AX	@${CP} -r ${FIL=
 ESDIR}/hattrickorganizer /${PREFIX}/bin/=0AX	@${CHMOD} 755 /${PREFIX}/bin/h=
 attrickorganizer=0AX=0AXpost-install:=0AX	@${CAT} ${PKGMESSAGE}=0AX=0AX.inc=
 lude <bsd.port.mk>=0AEND-of-hattrickorganizer/Makefile=0Aecho x - hattricko=
 rganizer/distinfo=0Ased 's/^X//' >hattrickorganizer/distinfo << 'END-of-hat=
 trickorganizer/distinfo'=0AXMD5 (ho_129.zip) =3D 853b93c8204c98c7a1c2190bd4=
 eb0386=0AXSIZE (ho_129.zip) =3D 3012552=0AEND-of-hattrickorganizer/distinfo=
 =0Aecho x - hattrickorganizer/pkg-plist=0Ased 's/^X//' >hattrickorganizer/p=
 kg-plist << 'END-of-hattrickorganizer/pkg-plist'=0AXbin/hattrickorganizer=
 =0AXgames/hattrickorganizer/HO.bat=0AXgames/hattrickorganizer/HO.sh=0AXgame=
 s/hattrickorganizer/Logo.ico=0AXgames/hattrickorganizer/defaults.xml=0AXgam=
 es/hattrickorganizer/hocoded.jar=0AXgames/hattrickorganizer/hoplugins/Plugi=
 nUpdater.class=0AXgames/hattrickorganizer/hoplugins/Trainings.class=0AXgame=
 s/hattrickorganizer/hoplugins/pluginUpdater/DialogListener.class=0AXgames/h=
 attrickorganizer/hoplugins/pluginUpdater/Downloader.class=0AXgames/hattrick=
 organizer/hoplugins/pluginUpdater/HOVersion.class=0AXgames/hattrickorganize=
 r/hoplugins/pluginUpdater/HPLanguageInfo.class=0AXgames/hattrickorganizer/h=
 oplugins/pluginUpdater/HPPluginInfo.class=0AXgames/hattrickorganizer/hoplug=
 ins/pluginUpdater/InfoButtonListener.class=0AXgames/hattrickorganizer/hoplu=
 gins/pluginUpdater/RSC.class=0AXgames/hattrickorganizer/hoplugins/pluginUpd=
 ater/TableEditor.class=0AXgames/hattrickorganizer/hoplugins/pluginUpdater/T=
 ableModel.class=0AXgames/hattrickorganizer/hoplugins/pluginUpdater/UpdateLi=
 stener.class=0AXgames/hattrickorganizer/hoplugins/pluginUpdater/UpdaterCell=
 Renderer.class=0AXgames/hattrickorganizer/hoplugins/pluginUpdater/UpdaterDi=
 alog.class=0AXgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/CheckBoxN=
 otSelected.gif=0AXgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/Check=
 BoxSelected.gif=0AXgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/empt=
 y.gif=0AXgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/info.gif=0AXga=
 mes/hattrickorganizer/hoplugins/pluginUpdater/rsc/languages.xml=0AXgames/ha=
 ttrickorganizer/hoplugins/pluginUpdater/rsc/tmp.xml=0AXgames/hattrickorgani=
 zer/hoplugins/pluginUpdater/rsc/tmp.zip=0AXgames/hattrickorganizer/hoplugin=
 s/trainings/OutputTable.class=0AXgames/hattrickorganizer/hoplugins/training=
 s/OutputTableModel.class=0AXgames/hattrickorganizer/hoplugins/trainings/Out=
 putTableSorter$1.class=0AXgames/hattrickorganizer/hoplugins/trainings/Outpu=
 tTableSorter$2.class=0AXgames/hattrickorganizer/hoplugins/trainings/OutputT=
 ableSorter$Arrow.class=0AXgames/hattrickorganizer/hoplugins/trainings/Outpu=
 tTableSorter$Directive.class=0AXgames/hattrickorganizer/hoplugins/trainings=
 /OutputTableSorter$MouseHandler.class=0AXgames/hattrickorganizer/hoplugins/=
 trainings/OutputTableSorter$Row.class=0AXgames/hattrickorganizer/hoplugins/=
 trainings/OutputTableSorter$SortableHeaderRenderer.class=0AXgames/hattricko=
 rganizer/hoplugins/trainings/OutputTableSorter$TableModelHandler.class=0AXg=
 ames/hattrickorganizer/hoplugins/trainings/OutputTableSorter.class=0AXgames=
 /hattrickorganizer/hoplugins/trainings/TrainingsTable.class=0AXgames/hattri=
 ckorganizer/hoplugins/trainings/TrainingsTableModel.class=0AXgames/hattrick=
 organizer/hoplugins/trainings/sprache/Deutsch.properties=0AXgames/hattricko=
 rganizer/hoplugins/trainings/sprache/English.properties=0AXgames/hattrickor=
 ganizer/hoplugins/trainings/sprache/Nederlands.properties=0AXgames/hattrick=
 organizer/hoplugins/trainings/sprache/Spanish.properties=0AXgames/hattricko=
 rganizer/hsqldb_lic.txt=0AXgames/hattrickorganizer/lizenz.txt=0AXgames/hatt=
 rickorganizer/sprache/Argentina.properties=0AXgames/hattrickorganizer/sprac=
 he/Bulgarian.properties=0AXgames/hattrickorganizer/sprache/Catalan.properti=
 es=0AXgames/hattrickorganizer/sprache/Czech.properties=0AXgames/hattrickorg=
 anizer/sprache/Danish.properties=0AXgames/hattrickorganizer/sprache/Deutsch=
 .properties=0AXgames/hattrickorganizer/sprache/English.properties=0AXgames/=
 hattrickorganizer/sprache/Finnish.properties=0AXgames/hattrickorganizer/spr=
 ache/Italiano.properties=0AXgames/hattrickorganizer/sprache/Latvija.propert=
 ies=0AXgames/hattrickorganizer/sprache/Lithuanian.properties=0AXgames/hattr=
 ickorganizer/sprache/Nederlands.properties=0AXgames/hattrickorganizer/sprac=
 he/Polish.properties=0AXgames/hattrickorganizer/sprache/Portugues.propertie=
 s=0AXgames/hattrickorganizer/sprache/PortuguesBrasil.properties=0AXgames/ha=
 ttrickorganizer/sprache/Romanian.properties=0AXgames/hattrickorganizer/spra=
 che/Spanish.properties=0AXgames/hattrickorganizer/sprache/french.properties=
 =0AXgames/hattrickorganizer/sprache/languages.properties=0AXgames/hattricko=
 rganizer/sprache/norsk.properties=0AXgames/hattrickorganizer/sprache/svensk=
 a.properties=0AXgames/hattrickorganizer/version.txt=0AXshare/nls/POSIX=0AXs=
 hare/nls/en_US.US-ASCII=0AX@dirrm games/hattrickorganizer/sprache=0AX@dirrm=
  games/hattrickorganizer/hoplugins/trainings/sprache=0AX@dirrm games/hattri=
 ckorganizer/hoplugins/trainings=0AX@dirrm games/hattrickorganizer/hoplugins=
 /pluginUpdater/rsc=0AX@dirrm games/hattrickorganizer/hoplugins/pluginUpdate=
 r=0AX@dirrm games/hattrickorganizer/hoplugins=0AX@dirrm games/hattrickorgan=
 izer=0AEND-of-hattrickorganizer/pkg-plist=0Aecho x - hattrickorganizer/pkg-=
 message=0Ased 's/^X//' >hattrickorganizer/pkg-message << 'END-of-hattrickor=
 ganizer/pkg-message'=0AX***************************************************=
 *********=0AX=0AXCheck if ${PREFIX}/bin/java exists. If not, create a link:=
 =0AX=0AX	ln -s {PREFIX}/bin/javavm ${PREFIX}/bin/java=0AX=0AXor change the =
 start script ${PREFIX}/bin/hattrickorganizer=0AX=0AX***********************=
 *************************************=0AEND-of-hattrickorganizer/pkg-messag=
 e=0Aexit=0A=0A
 --hHWLQfXTYDoKhP50--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502262130.j1QLUOfi087138>