Port details |
- pure-csv CSV reading and writing module for the Pure language
- 1.6 textproc
=0 1.6Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expiring devel/llvm35
This port expired on: 2019-08-31
- 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
- Port Added: 2011-06-27 15:17:19
- Last Update: 2019-09-01 15:40:05
- SVN Revision: 510697
- License: BSD3CLAUSE
- WWW:
- https://puredocs.bitbucket.io/pure-csv.html
- Description:
- pure-csv is a module for reading and writing Comma Separated Value (CSV)
files from within Pure.
WWW: https://puredocs.bitbucket.io/pure-csv.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pure-csv>0:textproc/pure-csv
- No installation instructions:
- This port has been deleted.
- PKGNAME: pure-csv
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pure/pure-csv-1.6.tar.gz) = fe7c4edebe8208c54d5792a9eefaeb28c4a58b9094d161a6dda8126f0823ab3c
SIZE (pure/pure-csv-1.6.tar.gz) = 35675
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake : devel/gmake
- Library dependencies:
-
- libpure.so : lang/pure
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pure-csv-1.6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- pkgconfig pure
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6 01 Sep 2019 15:40:05 |
rene |
Remove expired ports:
2019-08-31 devel/pure-stldict: Depends on expiring devel/llvm35
2019-08-31 lang/dmd1: No longer supported upstream
2019-08-31 lang/gprolog: Abandonware upstream (more than five years), fails in
various ways with remotely recent compilers
2019-08-31 math/pure-mpfr: Depends on expiring devel/llvm35
2019-08-31 math/pure-rational: Depends on expiring devel/llvm35
2019-08-31 net/pure-sockets: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-csv: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-xml: Depends on expiring devel/llvm35
2019-08-31 x11-toolkits/pure-tk: Depends on expiring devel/llvm35
2019-08-31 databases/pure-sql3: Depends on expiring devel/llvm35
2019-08-31 devel/pure-readline: Depends on expiring devel/llvm35
2019-08-31 devel/pure-stllib: Depends on expiring devel/llvm35 |
1.6 08 Jun 2019 11:46:55 |
antoine |
Chase llvm35 expiration |
1.6 15 Mar 2017 11:32:19 |
amdmi3 |
- Fix WWW: |
1.6 22 Aug 2016 09:01:16 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers |
1.6 13 Jan 2016 07:59:46 |
vanilla |
Upgrade to 1.6. |
1.5_1 01 Jan 2016 16:46:47 |
rakuco |
Fix MASTER_SITES for pure-* ports in textproc/.
cdn.bitbucket.org returns HTTP 403, switch to bitbucket.org to unbreak
fetching. |
1.5_1 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
1.5_1 07 Aug 2014 14:49:33 |
vanilla |
Stagify. |
1.5_1 02 Jul 2014 17:35:21 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
1.5_1 21 Feb 2014 13:39:49 |
ehaupt |
Remove trailing whitespaces from category textproc |
1.5_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.5_1 06 Nov 2013 22:50:22 |
delphij |
Update to 0.57.
PR: ports/179390
Submitted by: nemysis
Approved by: maintainer |
1.5 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.5 10 Jul 2013 21:28:57 |
bapt |
Fix PORTSDIR not already defined by using relative path |
1.5 10 Jul 2013 21:11:24 |
bapt |
Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake
Reported by: marino |
1.5 26 Jan 2012 11:18:51 |
pav |
- Update pure to 0.51 and update modules
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
1.4 19 Aug 2011 11:26:57 |
culot |
- Fix typo in COMMENT (s/langauge/language/)
PR: ports/159866
Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
1.4 27 Jun 2011 14:47:00 |
miwi |
pure-csv is a module for reading and writing Comma Separated Value (CSV)
files from within Pure.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-csv.html
PR: ports/156103
Submitted by: Zhihao Yuan <lichray at gmail.com> |