| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/textql/ |
Upload File : |
PORTNAME= textql
PORTVERSION= g20200203
PORTREVISION= 7
CATEGORIES= textproc
MAINTAINER= ume@FreeBSD.org
COMMENT= Execute SQL against structured text like CSV or TSV
WWW= https://github.com/dinedal/textql/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= dinedal
GH_TAGNAME= 1d6fef5
GH_TUPLE= mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
olekukonko:tablewriter:d4647c9c7a84:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter
GO_TARGET= textql/main.go:textql
PLIST_FILES= bin/textql \
man/man1/textql.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/man/textql.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>