Initial revision
0 parent commit bbd358935e60ac02a669952e55ee08585ef836ad
@tundra tundra authored on 21 Nov 2014
Showing 8 changed files
View
10
Makefile 0 → 100644
# FreeBSD Ports Makefile For 'appendall'
# $Id: Makefile,v 1.1 2014/11/21 20:30:26 tundra Exp $
 
all: # Just need to create the compiled image
@python -OOOO -c"import py_compile;py_compile.compile('appendall.py')"
 
install:
${BSD_INSTALL_SCRIPT} appendall.py ${PREFIX}/bin
${BSD_INSTALL_MAN} appendall.1.gz ${PREFIX}/man/man1
View
3
■■
TODO 0 → 100644
# List of open To Do items for appendall
 
View
WHATSNEW.txt 0 → 100644
View
appendall-license.txt 0 → 100644
View
appendall.py 0 → 100755
View
appendall.rst 0 → 100644
View
makefile 0 → 100644
View
setup.py 0 → 100644