2012-10-04 12:52:38 +00:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
2012-10-05 10:25:49 +00:00
|
|
|
PortGroup github 1.0
|
2024-07-23 09:01:22 +08:00
|
|
|
PortGroup legacysupport 1.1
|
|
|
|
|
|
|
|
|
|
# clock_gettime
|
|
|
|
|
legacysupport.newest_darwin_requires_legacy 15
|
2012-10-04 12:52:38 +00:00
|
|
|
|
2019-02-16 13:17:52 -06:00
|
|
|
github.setup darkrose csvdb 0.6
|
2025-01-11 13:34:26 +11:00
|
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
|
|
|
github.tarball_from tarball
|
2019-02-16 13:17:52 -06:00
|
|
|
revision 0
|
2012-10-04 12:52:38 +00:00
|
|
|
|
2012-10-08 11:19:26 +00:00
|
|
|
fetch.type git
|
2019-02-16 13:17:52 -06:00
|
|
|
git.branch c610f64316520d7f918298e441200bd07700d34e
|
2012-10-08 11:19:26 +00:00
|
|
|
|
2013-02-02 07:59:15 +00:00
|
|
|
categories databases
|
2019-02-06 12:39:42 -07:00
|
|
|
maintainers nomaintainer
|
2012-10-04 12:52:38 +00:00
|
|
|
description csvdb - an SQL engine for csv
|
|
|
|
|
long_description csvdb is an SQL engine for csv (character separated values) files, \
|
|
|
|
|
allowing files to be searched and modified as if they were database tables
|
|
|
|
|
|
|
|
|
|
license GPL-3
|
|
|
|
|
|
2012-10-05 10:25:49 +00:00
|
|
|
use_autoreconf yes
|
2013-11-11 06:40:09 +00:00
|
|
|
autoreconf.args -fvi
|
2012-10-04 12:52:38 +00:00
|
|
|
|
|
|
|
|
depends_lib-append port:readline\
|
|
|
|
|
port:gettext
|
|
|
|
|
|
2014-02-16 13:47:17 +00:00
|
|
|
patchfiles patch-inc_csvdb.h.diff \
|
|
|
|
|
patch-src_lib_result.c.diff
|
2012-10-04 12:52:38 +00:00
|
|
|
|
2012-10-08 11:19:26 +00:00
|
|
|
livecheck.type regex
|
|
|
|
|
livecheck.url ${github.raw}/master/configure.ac
|
|
|
|
|
livecheck.regex {AC_INIT\(\[csvdb\], \[([0-9.]+)\]}
|