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