because it doesn't work correctly with more fresher versions (runtime tested)
- trim Makefile header
- remove indefinite article from COMMENT
- limit python version to 2.x (print/except)
- convert to optionsng (NOPORTDOCS case)
- cleanup pkg-descr
This is good candidate for removal since this package isn't updated anymore and
we have native csv parser/writer in every python version available from ports.
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
- Install documentation and examples to $DOCSDIR and $EXAMPLESDIR
- Install an executable script into ${PREFIX}/bin to call DSV.py
- Add optional WITH_GUI knob for wxPython dependency