head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2001.10.19.13.28.58;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2001.10.19.13.16.36;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2001.10.19.13.03.10;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.18.07.49.07;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.18.07.45.41;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Use proper method to prevent trimming of the `.py' suffix.
@
text
@# $FreeBSD$

SCRIPTS=	MFCns_handler.py MFCns_stats.py
SCRIPTSNAME_MFCns_handler.py=	MFCns_handler.py

SCRIPTSDIR=	${MFCNSBINDIR}

MAN1=

SCRIPTSOWN=	${MFCNSOWN}
SCRIPTSGRP=	${MFCNSGRP}

.include <bsd.prog.mk>
@


1.4
log
@1. Slightly improve MFCns_handler.py:
   - tidy up import list;
   - make it possible to import as module;
   - since previous change requires retabification of 80% of the code, use
     this opportunity to convert from tab identation to 4-spaces identation.

2. Add MFCns_stats.py script, which processes service logs and prints out some
   statistics about service usage.
@
text
@d4 1
a4 1
SCRIPTSNAME=	${SCRIPTS}
@


1.3
log
@Don't trim `.py' suffix on install.
@
text
@d3 1
a3 1
SCRIPTS=	MFCns_handler.py
@


1.2
log
@Remove reference to a file which has not been added yet.
@
text
@d4 1
@


1.1
log
@Add simple building infrastructure.
@
text
@d3 1
a3 1
SCRIPTS=	MFCns_handler.py MFCns_stats.py
@

