#!/bin/sh # # Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team # Copyright © 2005-2006 Atheme Development Group # Rights to this code are documented in doc/LICENSE. # # This file generates version.C. # Stolen from ircd-ratbox. # # $Id: version.sh,v 1.1 2007/07/19 08:24:59 pippijn Exp $ # spitshell=cat package=atheme echo "Extracting $package/src/version.C..." if test -r version.C.last then generation=`sed -n 's/^char const \*generation = \"\(.*\)\";/\1/p' < version.C.last` if test ! "$generation" ; then generation=0; fi else generation=0 fi generation=`expr $generation + 1` uname=`uname` osinfo=`uname -a`; creation=`date | \ awk '{if (NF == 6) \ { print $1 " " $2 " " $3 " " $6 " at " $4 " " $5 } \ else \ { print $1 " " $2 " " $3 " " $7 " at " $4 " " $5 " " $6 }}'` buildid=`echo "\$Revision: 1.1 $" | \ awk '{ print $2 }'`; $spitshell >version.C <", " jilles, Jilles Tjoelker ", " nenolod, William Pitcock ", " pippijn, Pippijn van Steenhoven ", " ", "The following people have contributed blood, sweat and tears to", "this Atheme release:", " alambert, Alex Lambert ", " beu, Elfyn McBratney ", " Dianora, Diane Bruce ", " kog, Greg Feigenson ", " kuja, Jeff Katz ", " lu_zero, Luca Barbato ", " pfish, Patrick Fish ", " terminal, Theo Julienne ", " Trystan, Trystan Scott Lee ", " w00t, Robin Burchell ", " zparta, Jens Holmqvist ", " ", "Visit our website at http://www.atheme.net", 0, }; !SUB!THIS!