Port details |
- libcsv Small, simple and fast CSV library
- 3.0.3_4 textproc =3 3.0.3_4Version of this port present on the latest quarterly branch.
- Maintainer: bob@eager.cx
- Port Added: 2008-04-23 14:28:47
- Last Update: 2024-01-11 13:59:36
- Commit Hash: 7074d7f
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- License: LGPL21
- WWW:
- https://sourceforge.net/projects/libcsv/
- Description:
- libcsv is a small, simple and fast CSV library written in pure ANSI C89
that can read and write CSV data. It provides a straight-forward
interface using callback functions to handle parsed fields and rows and
can parse improperly formatted CSV files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/libcsv/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/libcsv
- pkg install libcsv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libcsv
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libcsv-3.0.3.tar.gz) = d9c0431cb803ceb9896ce74f683e6e5a0954e96ae1d9e4028d6e0f967bebd7e4
SIZE (libcsv-3.0.3.tar.gz) = 331491
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- misc/tellico
Configuration Options:
- ===> The following configuration options are available for libcsv-3.0.3_4:
EXAMPLES=on: Build and/or install examples
PROFILE=off: Build with profiling support
===> Use 'make config' to modify these settings
- Options name:
- textproc_libcsv
- USES:
- uidfix
- 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 |
3.0.3_4 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.3_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.3_3 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.3_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.0.3_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.3_3 26 Jan 2021 15:47:47 |
fernape |
textproc/libcsv: Makefile fixes and man page corrections
PR: 252995
Submitted by: bob@eager.cx |
3.0.3_2 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
3.0.3_2 01 Aug 2017 16:48:08 |
tcberner |
textproc/libcsv fix manpage
The headers are not installed with a prefix, so correct the manpage.
PR: 220053
Submitted by: Bob Eager <bob@eager.cx> |
3.0.3_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
3.0.3_1 03 Jan 2017 12:27:55 |
matthew |
New maintainer: bob@eager.cx
Add new 'EXAMPLES' option
Use OPTIONS helpers
Spelling fixes for man pages
Add a csv_get_blk_size() function
PR: 215720
Submitted by: bob@eager.cx |
3.0.3 08 Sep 2014 19:28:31 |
antoine |
Allow staging as a regular user |
3.0.3 21 Feb 2014 05:48:24 |
miwi |
- Stage support |
3.0.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
3.0.3 26 Apr 2013 13:28:32 |
miwi |
- Update to 3.0.3
PR: 178153
Submitted by: ports fury |
3.0.1 22 Apr 2013 13:27:48 |
bapt |
Reassign skv@ ports to the heap
Feature safe: yes |
3.0.1 30 May 2011 09:16:12 |
skv |
Update to 3.0.1 |
3.0.0 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
3.0.0 28 Jul 2008 11:53:58 |
skv |
Update to 3.0.0 |
2.0.1 25 Jul 2008 12:48:47 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
2.0.1 23 Apr 2008 14:26:24 |
skv |
Add libcsv 2.0.1, small, simple and fast CSV library. |