1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/libcidr/pkg-plist
Ryan Steinmetz a408548c55 New port: devel/libcidr
libcidr is a library that provides a number of functions to input, output,
manipulate, compare, multilate, and otherwise play with, IP addresses and
netblocks.

It supports both IPv4 and IPv6, and provides sufficiently diverse functions
to be useful for everything from log processes to network client and server
programs. It parses addresses in a wide variety of common formats.  It also
provides a plethora of options for formatting them on the output as well.

It can compare them in various ways and give you some useful statistics
about the netblocks in which tey reside.

WWW: http://www.over-yonder.net/~fullermd/projects/libcidr

Feature safe:	yes
2012-04-01 04:40:26 +00:00

23 lines
810 B
Plaintext

lib/libcidr.so
lib/libcidr.so.0
bin/cidrcalc
include/libcidr.h
%%PORTDOCS%%%%DOCSDIR%%/libcidr-big.html
%%PORTDOCS%%%%DOCSDIR%%/libcidr.dvi
%%PORTDOCS%%%%DOCSDIR%%/libcidr.pdf
%%PORTDOCS%%%%DOCSDIR%%/libcidr.ps
%%PORTDOCS%%%%DOCSDIR%%/libcidr.rtf
%%PORTDOCS%%%%DOCSDIR%%/libcidr.txt
%%PORTDOCS%%%%DOCSDIR%%/codelibrary-html.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/cidrcalc.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl/acl.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl/acl.example
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl/Makefile
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cidrcalc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/acl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%