mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
misc/trurl: Add new port
trurl is a command line tool for URL parsing and manipulation. WWW: https://github.com/curl/trurl
This commit is contained in:
parent
9b18436978
commit
f001ef66d9
@ -556,6 +556,7 @@
|
||||
SUBDIR += tlci
|
||||
SUBDIR += toilet
|
||||
SUBDIR += translate
|
||||
SUBDIR += trurl
|
||||
SUBDIR += ttyrec
|
||||
SUBDIR += tudu
|
||||
SUBDIR += tvbrowser
|
||||
|
26
misc/trurl/Makefile
Normal file
26
misc/trurl/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
PORTNAME= trurl
|
||||
DISTVERSION= 0.5
|
||||
CATEGORIES= misc www
|
||||
|
||||
MAINTAINER= otis@FreeBSD.org
|
||||
COMMENT= Command line tool for URL parsing and manipulation
|
||||
WWW= https://github.com/curl/trurl
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= curl
|
||||
GH_TAGNAME= ${PORTNAME}-${DISTVERSION}
|
||||
|
||||
MAKE_ARGS= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/trurl \
|
||||
share/man/man1/trurl.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/trurl/distinfo
Normal file
3
misc/trurl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1682699294
|
||||
SHA256 (curl-trurl-0.5-trurl-0.5_GH0.tar.gz) = b5c5600cd3533e208b720f13aa06de724270d1750406b41a22f48ce95c51844d
|
||||
SIZE (curl-trurl-0.5-trurl-0.5_GH0.tar.gz) = 28792
|
3
misc/trurl/pkg-descr
Normal file
3
misc/trurl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Command line tool for URL parsing and manipulation.
|
||||
|
||||
It can be used as a complementary tool with `curl'.
|
Loading…
Reference in New Issue
Block a user