#!/bin/sh PATH=$PATH:/usr/local/bin if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then PYTHON_GT=`python -c 'import string, sys; \ print string.split(sys.version)[0] >= "2.0"'` if [ "x${PYTHON_GT}" = "x1" ]; then exit 0 else echo "-----------------------------------------------------------" echo "Martel requires Python version 2.0 or greater -" echo " please update your Python installation before proceeding." echo "-----------------------------------------------------------" exit 1 fi fi -ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3mir/distinfo
Commit message (Expand)AuthorAgeFilesLines
* upgrade to 1.0.8ache1999-06-121-1/+1
* upgrade to 1.0.7ache1999-05-181-1/+1
* upgrade to 1.0.6ache1999-04-091-1/+1
* upgrade to 1.0.5ache1998-11-141-1/+1
* upgrade to 1.0.4pre2ache1998-09-081-1/+1