6f69 FreshPorts -- textproc/py-dsv
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-dsv 1.4.1 textproc on this many watch lists=3 search for ports that depend on this port
Python module to parse or write delimeter-separated (e.g. CSV) files

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Jan 2002 09:45:23
Also Listed In: python
License: not specified in port


Paraphrasing the website:

  Python-DSV is a Python module for importing and exporting DSV (delimiter
  separated values) files.  DSV is a generalization of CSV (comma separated
  values).  CSV is a common file format used by many programs to import and
  export data.

  Features:
  - Pure Python
  - Optional wxPython GUI
  - Optional heuristics for determining file format
  - Handles embedded quotes, delimiters and newlines
  - Customizable error handling
  - Simple to use
  - Portable

WWW: http://python-dsv.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
Required To Run:
  1. lang/python27
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/py-dsv/ && make install clean
To add the package: pkg_add -r py27-dsv


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  3. http://freefr.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  4. http://garr.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  5. http://heanet.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  6. http://hivelocity.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  7. http://ignum.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  8. http://internode.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  9. http://iweb.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  10. http://jaist.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  11. http://nchc.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  12. http://ncu.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  13. http://netcologne.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  14. http://osdn.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  15. http://space.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  16. http://sunet.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  17. http://superb-dca3.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  18. http://switch.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  19. http://tenet.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  20. http://ufpr.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/
  21. http://waix.dl.sourceforge.net/project/python-dsv/python-dsv/1.4.1/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 Jan 2013 20:42:12
Original commit files touched by this commit  1.4.1
rm search for other commits by this committer
- remove WITH_GUI check because we haven't wxPython 2.4 in ports anymore and
  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.
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.4.1
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
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
03 Jul 2011 14:40:25
Original commit files touched by this commit  1.4.1
ohauer search for other commits by this committer
-remove MD5
03 Apr 2010 20:43:22
Original commit files touched by this commit  1.4.1
lwhsu search for other commits by this committer
- Update to 1.4.1

PR:             ports/144358
Submitted by:   Kouki Hashimoto <hsmtkk AT gmail.com>
22 Aug 2009 00:37:17
Original commit files touched by this commit  1.4.0
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
30 Jul 2007 09:42:28
Original commit files touched by this commit  1.4.0
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - 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
01 Dec 2006 07:39:02
Original commit files touched by this commit  1.4.0
pav search for other commits by this committer
- Use features of bsd.wx.mk, especially USE_WX

PR:             ports/101613
Submitted by:   alepulver
25 Nov 2005 18:40:57
Original commit files touched by this commit  1.4.0
pav search for other commits by this committer
- Add SHA256
20 Jul 2005 14:47:49
Original commit files touched by this commit  1.4.0
pav search for other commits by this committer
- Update to 1.4.0

PR:             ports/83790
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
13 May 2005 19:26:27
Original commit files touched by this commit  1.3.7
thierry search for other commits by this committer
Fix index when WUTH_GUI=yes.

PR:             ports/80990
Submitted by:   Guido Falsi <mad (at) madpilot.net>
20 Nov 2004 08:09:49
Original commit files touched by this commit  1.3.7
linimon search for other commits by this committer
With portmgr hat on, reset inactive maintainer.  These ports are now up
for adoption.
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.3.7
trevor search for other commits by this committer
SIZEify (maintainer timeout)
07 Mar 2003 06:11:57
Original commit files touched by this commit  1.3.7
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
11 Nov 2002 13:00:12
Original commit files touched by this commit  1.3.7
wjv search for other commits by this committer
- Update to version 1.3.7
- 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
29 Apr 2002 19:08:56
Original commit files touched by this commit  1.3.3
ijliao search for other commits by this committer
use USE_PYDISTUTILS
17 Jan 2002 12:45:23
files touched by this commit
wjv search for other commits by this committer
Add py-dsv 1.3.3, a Python module to parse or write   delimeter-separated (e.g.
CSV) files.    

Number of commits found: 16

2832
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours10
new 7 days29
new fortnight62
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0