summaryrefslogtreecommitdiff
path: root/devel/libpdel
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-06-03 21:24:58 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-06-03 21:24:58 +0000
commita30dae9787700e14557f6627ead8094e55024d75 (patch)
tree16a3cf70b68f6c7765a3fea79fa95ae8c968524f /devel/libpdel
parentUpdate to 7.51, security fix[1] and few bugs fixed[2]. (diff)
Update to version 0.5.0.
Notes
Notes: svn path=/head/; revision=110794
Diffstat (limited to 'devel/libpdel')
-rw-r--r--devel/libpdel/Makefile2
-rw-r--r--devel/libpdel/distinfo4
-rw-r--r--devel/libpdel/pkg-descr1
-rw-r--r--devel/libpdel/pkg-plist17
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