diff --git a/devel/libpdel/Makefile b/devel/libpdel/Makefile index df87d1071af4..d013efd6bd1e 100644 --- a/devel/libpdel/Makefile +++ b/devel/libpdel/Makefile @@ -1,20 +1,22 @@ # Created by: Archie Cobbs PORTNAME= libpdel PORTVERSION= 0.5.3 PORTREVISION= 6 CATEGORIES= devel net www MASTER_SITES= LOCAL/archie -MAINTAINER= mav@alkar.net +MAINTAINER= ports@FreeBSD.org COMMENT= Packet Design multi-purpose C library for embedded applications +DEPRECATED= mastersite disappeared as of 20210515 +EXPIRATION_DATE= 2021-08-15 BROKEN_FreeBSD_14= fails to compile: /usr/include/ufs/ufs/ufsmount.h:99:31: error: field has incomplete type 'struct ufs_extattr_per_mount' LIB_DEPENDS= libexpat.so:textproc/expat2 MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null USE_LDCONFIG= yes .include diff --git a/devel/libpdel/pkg-descr b/devel/libpdel/pkg-descr index e569ae3679a2..6edf79acbe86 100644 --- a/devel/libpdel/pkg-descr +++ b/devel/libpdel/pkg-descr @@ -1,24 +1,22 @@ The Packet Design Embedded Library (PDEL) is a C library containing an 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 - Routines to configure networking interfaces, ARP and routing tables - Logging library - Generic TCP server - Generic hash table implementation - Generic balanced tree implementation - Miscellaneous FILE * enhancements - Base-64 encoding/decoding - Events and actions with automated locking - Generalized per-thread variables - Message ports - Digital signature creation/verification - Filesystem mounting/unmounting - String quoting/parsing - -WWW: http://www.dellroad.org/pdel/