aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-dsv
Commit message (Collapse)AuthorAgeFilesLines
* - remove WITH_GUI check because we haven't wxPython 2.4 in ports anymore andrm2013-01-232-23/+15
| | | | | | | | | | | | 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.
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+0
| | | | | | | | | | | | | | | | 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
* -remove MD5ohauer2011-07-031-1/+0
|
* - Update to 1.4.1lwhsu2010-04-043-9/+5
| | | | | PR: ports/144358 Submitted by: Kouki Hashimoto <hsmtkk AT gmail.com>
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with T,U,V
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - 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
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-1/+2
| | | | | PR: ports/101613 Submitted by: alepulver
* - Add SHA256pav2005-11-261-0/+1
|
* - Update to 1.4.0pav2005-07-203-16/+16
| | | | | PR: ports/83790 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Fix index when WUTH_GUI=yes.thierry2005-05-141-1/+1
| | | | | PR: ports/80990 Submitted by: Guido Falsi <mad (at) madpilot.net>
* With portmgr hat on, reset inactive maintainer. These ports are now uplinimon2004-11-201-1/+1
| | | | for adoption.
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* - Update to version 1.3.7wjv2002-11-114-17/+37
| | | | | | - 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
* use USE_PYDISTUTILSijliao2002-04-301-9/+1
|
* Add py-dsv 1.3.3, a Python module to parse or writewjv2002-01-175-0/+59
delimeter-separated (e.g. CSV) files.