1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/www/faup/pkg-plist
Antoine Brodin dbaeeeeb71 New port: www/faup
Faup stands for Finally An Url Parser and is a library and command line tool to
parse URLs and normalize fields with two constraints:
- Work with real-life urls (resilient to badly formated ones)
- Be fast: no allocation for string parsing and read characters only once

WWW: http://stricaud.github.io/faup/
2013-11-25 22:07:21 +00:00

24 lines
585 B
Plaintext

bin/faup
include/faup/compat.h
include/faup/datadir.h
include/faup/decode.h
include/faup/faup.h
include/faup/features.h
include/faup/modules.h
include/faup/options.h
include/faup/output.h
include/faup/portable.h
include/faup/tld-tree.h
include/faup/tld.h
lib/libfaupl.so
lib/libfaupl.so.1
%%DATADIR%%/README.txt
%%DATADIR%%/mozilla.tlds
%%DATADIR%%/modules_available/emulation_ie.lua
%%DATADIR%%/modules_available/uppercase.lua
@exec mkdir -p %D/%%DATADIR%%/modules_enabled
@dirrm %%DATADIR%%/modules_available
@dirrm %%DATADIR%%/modules_enabled
@dirrm %%DATADIR%%
@dirrm include/faup