diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2004-06-03 21:24:58 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2004-06-03 21:24:58 +0000 |
commit | a30dae9787700e14557f6627ead8094e55024d75 (patch) | |
tree | 16a3cf70b68f6c7765a3fea79fa95ae8c968524f /devel/libpdel | |
parent | 0c771f4b2f69d364d540643985d3b56f1e8ff9a1 (diff) | |
download | ports-a30dae9787700e14557f6627ead8094e55024d75.tar.gz ports-a30dae9787700e14557f6627ead8094e55024d75.zip |
Notes
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 699a63699723..e55fcda33473 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 1ab3c2fbe816..07f12b5a5191 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 8787f0b515e1..6cf4438fe75a 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 6781036c825e..ed04b4e53158 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 |