diff options
author | archie <archie@FreeBSD.org> | 2004-06-03 21:24:58 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2004-06-03 21:24:58 +0000 |
commit | 52e2407872328ec2729026b03390c0e5f0735949 (patch) | |
tree | c007d2c8797086e228e54e3955cc9b277b99d202 /devel/libpdel | |
parent | 3133ac92e21dd94ed60489562125002754a9540e (diff) | |
download | FreeBSD-ports-52e2407872328ec2729026b03390c0e5f0735949.zip FreeBSD-ports-52e2407872328ec2729026b03390c0e5f0735949.tar.gz |
Update to version 0.5.0.
Diffstat (limited to 'devel/libpdel')
-rw-r--r-- | devel/libpdel/Makefile | 2 | ||||
-rw-r--r-- | devel/libpdel/distinfo | 4 | ||||
-rw-r--r-- | devel/libpdel/pkg-descr | 1 | ||||
-rw-r--r-- | devel/libpdel/pkg-plist | 17 |
4 files changed, 21 insertions, 3 deletions
diff --git a/devel/libpdel/Makefile b/devel/libpdel/Makefile index 699a636..e55fcda 100644 --- a/devel/libpdel/Makefile +++ b/devel/libpdel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libpdel -PORTVERSION= 0.3.6 +PORTVERSION= 0.5.0 CATEGORIES= devel net www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= archie diff --git a/devel/libpdel/distinfo b/devel/libpdel/distinfo index 1ab3c2f..07f12b5 100644 --- a/devel/libpdel/distinfo +++ b/devel/libpdel/distinfo @@ -1,2 +1,2 @@ -MD5 (libpdel-0.3.6.tar.gz) = b9b0175091136ed2f507137ffd0582cc -SIZE (libpdel-0.3.6.tar.gz) = 345593 +MD5 (libpdel-0.5.0.tar.gz) = 167fb3b743848404ae4735ef7de28541 +SIZE (libpdel-0.5.0.tar.gz) = 479037 diff --git a/devel/libpdel/pkg-descr b/devel/libpdel/pkg-descr index 8787f0b..6cf4438 100644 --- a/devel/libpdel/pkg-descr +++ b/devel/libpdel/pkg-descr @@ -3,6 +3,7 @@ assorted collection of code useful for developing embedded applications: - C data structure run-time introspection library - Threaded HTTP client/server library with SSL and XML-RPC support +- PPP library using netgraph(4) with PPTP and L2TP servers - Application configuration framework - Heap memory accounting and sanity checking - Generic template processing library diff --git a/devel/libpdel/pkg-plist b/devel/libpdel/pkg-plist index 6781036..ed04b4e 100644 --- a/devel/libpdel/pkg-plist +++ b/devel/libpdel/pkg-plist @@ -21,6 +21,21 @@ include/pdel/net/if_util.h include/pdel/net/route_msg.h include/pdel/net/tcp_server.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/type/array.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_cancel.3.gz man/man3/paction_start.3.gz +man/man3/pdel_ppp.3.gz man/man3/pevent.3.gz man/man3/pevent_ctx_count.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/structs/type @dirrm include/pdel/structs +@dirrm include/pdel/ppp @dirrm include/pdel/net @dirrm include/pdel/io @dirrm include/pdel/http/servlet |