Update to version 0.5.0.
This commit is contained in:
parent
0c771f4b2f
commit
a30dae9787
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110794
4 changed files with 21 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libpdel
|
PORTNAME= libpdel
|
||||||
PORTVERSION= 0.3.6
|
PORTVERSION= 0.5.0
|
||||||
CATEGORIES= devel net www
|
CATEGORIES= devel net www
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= archie
|
MASTER_SITE_SUBDIR= archie
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (libpdel-0.3.6.tar.gz) = b9b0175091136ed2f507137ffd0582cc
|
MD5 (libpdel-0.5.0.tar.gz) = 167fb3b743848404ae4735ef7de28541
|
||||||
SIZE (libpdel-0.3.6.tar.gz) = 345593
|
SIZE (libpdel-0.5.0.tar.gz) = 479037
|
||||||
|
|
|
@ -3,6 +3,7 @@ assorted collection of code useful for developing embedded applications:
|
||||||
|
|
||||||
- C data structure run-time introspection library
|
- C data structure run-time introspection library
|
||||||
- Threaded HTTP client/server library with SSL and XML-RPC support
|
- Threaded HTTP client/server library with SSL and XML-RPC support
|
||||||
|
- PPP library using netgraph(4) with PPTP and L2TP servers
|
||||||
- Application configuration framework
|
- Application configuration framework
|
||||||
- Heap memory accounting and sanity checking
|
- Heap memory accounting and sanity checking
|
||||||
- Generic template processing library
|
- Generic template processing library
|
||||||
|
|
|
@ -21,6 +21,21 @@ include/pdel/net/if_util.h
|
||||||
include/pdel/net/route_msg.h
|
include/pdel/net/route_msg.h
|
||||||
include/pdel/net/tcp_server.h
|
include/pdel/net/tcp_server.h
|
||||||
include/pdel/net/uroute.h
|
include/pdel/net/uroute.h
|
||||||
|
include/pdel/ppp/ppp_auth.h
|
||||||
|
include/pdel/ppp/ppp_auth_chap.h
|
||||||
|
include/pdel/ppp/ppp_auth_radius.h
|
||||||
|
include/pdel/ppp/ppp_bundle.h
|
||||||
|
include/pdel/ppp/ppp_ccp.h
|
||||||
|
include/pdel/ppp/ppp_engine.h
|
||||||
|
include/pdel/ppp/ppp_ipcp.h
|
||||||
|
include/pdel/ppp/ppp_l2tp_server.h
|
||||||
|
include/pdel/ppp/ppp_lcp.h
|
||||||
|
include/pdel/ppp/ppp_lib.h
|
||||||
|
include/pdel/ppp/ppp_link.h
|
||||||
|
include/pdel/ppp/ppp_log.h
|
||||||
|
include/pdel/ppp/ppp_manager.h
|
||||||
|
include/pdel/ppp/ppp_msoft.h
|
||||||
|
include/pdel/ppp/ppp_pptp_server.h
|
||||||
include/pdel/structs/structs.h
|
include/pdel/structs/structs.h
|
||||||
include/pdel/structs/type/array.h
|
include/pdel/structs/type/array.h
|
||||||
include/pdel/structs/type/boolean.h
|
include/pdel/structs/type/boolean.h
|
||||||
|
@ -302,6 +317,7 @@ man/man3/mesg_port_qlen.3.gz
|
||||||
man/man3/paction.3.gz
|
man/man3/paction.3.gz
|
||||||
man/man3/paction_cancel.3.gz
|
man/man3/paction_cancel.3.gz
|
||||||
man/man3/paction_start.3.gz
|
man/man3/paction_start.3.gz
|
||||||
|
man/man3/pdel_ppp.3.gz
|
||||||
man/man3/pevent.3.gz
|
man/man3/pevent.3.gz
|
||||||
man/man3/pevent_ctx_count.3.gz
|
man/man3/pevent_ctx_count.3.gz
|
||||||
man/man3/pevent_ctx_create.3.gz
|
man/man3/pevent_ctx_create.3.gz
|
||||||
|
@ -508,6 +524,7 @@ man/man3/valog.3.gz
|
||||||
@dirrm include/pdel/sys
|
@dirrm include/pdel/sys
|
||||||
@dirrm include/pdel/structs/type
|
@dirrm include/pdel/structs/type
|
||||||
@dirrm include/pdel/structs
|
@dirrm include/pdel/structs
|
||||||
|
@dirrm include/pdel/ppp
|
||||||
@dirrm include/pdel/net
|
@dirrm include/pdel/net
|
||||||
@dirrm include/pdel/io
|
@dirrm include/pdel/io
|
||||||
@dirrm include/pdel/http/servlet
|
@dirrm include/pdel/http/servlet
|
||||||
|
|
Loading…
Reference in a new issue