Initial Version
0 parent commit a754178d5139d9bd71343004bd75f9a42a561cc1
@tundra tundra authored on 1 Mar 2005
Showing 8 changed files
View
10
Makefile 0 → 100644
# FreeBSD Ports Makefile For 'validate-upg'
# $Id: Makefile,v 1.100 2005/03/02 05:55:45 tundra Exp $
 
all: # Just need to create the compiled image
@python -OOOO -c"import py_compile;py_compile.compile('validate-upg.py')"
 
install:
${BSD_INSTALL_SCRIPT} validate-upg.py ${PREFIX}/bin
${BSD_INSTALL_MAN} validate-upg.1.gz ${PREFIX}/man/man1
View
3
■■
READ-1ST.txt 0 → 100644
$Id: READ-1ST.txt,v 1.100 2005/03/02 05:55:45 tundra Exp $
 
View
WHATSNEW.txt 0 → 100644
View
makefile 0 → 100644
View
setup.py 0 → 100644
View
validate-upg-license.txt 0 → 100644
View
validate-upg.1 0 → 100644
View
validate-upg.py 0 → 100755