summaryrefslogtreecommitdiff
path: root/www/neon26
diff options
context:
space:
mode:
Diffstat (limited to 'www/neon26')
-rw-r--r--www/neon26/Makefile33
-rw-r--r--www/neon26/distinfo1
-rw-r--r--www/neon26/pkg-comment1
-rw-r--r--www/neon26/pkg-descr19
-rw-r--r--www/neon26/pkg-plist26
5 files changed, 0 insertions, 80 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile
deleted file mode 100644
index e0c8708ce4d2..000000000000
--- a/www/neon26/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: neon
-# Date created: 13 October 2000
-# Whom: Mikhail Teterin <mi@aldan.algebra.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= neon
-PORTVERSION= 0.15.3
-CATEGORIES= www
-MASTER_SITES= http://www.webdav.org/neon/
-
-MAINTAINER= olgeni@FreeBSD.org
-
-LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
-
-.ifndef NO_OPENSSL
-USE_OPENSSL= yes
-.endif
-
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
- --enable-xml \
- --enable-shared \
- --with-libxml1
-
-.ifndef NOPORTDOCS
-post-install:
- ${MKDIR} ${PREFIX}/share/doc/neon
- ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon
-.endif
-
-.include <bsd.port.mk>
diff --git a/www/neon26/distinfo b/www/neon26/distinfo
deleted file mode 100644
index c7270874fdc5..000000000000
--- a/www/neon26/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (neon-0.15.3.tar.gz) = 790ef01f17405881b63e94cbbce02194
diff --git a/www/neon26/pkg-comment b/www/neon26/pkg-comment
deleted file mode 100644
index df173d85c7b3..000000000000
--- a/www/neon26/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An HTTP and WebDAV client library for Unix systems, with a C interface
diff --git a/www/neon26/pkg-descr b/www/neon26/pkg-descr
deleted file mode 100644
index 3f8647c6bcf3..000000000000
--- a/www/neon26/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Neon is an HTTP and WebDAV client library for Unix systems, with a C
-interface. Featuring:
-
- . High-level interface to HTTP and WebDAV methods
- (PUT, GET, HEAD etc)
- . Low-level interface to HTTP request handling, to allow
- implementing new methods easily.
- . HTTP/1.1 and HTTP/1.0 persistent connections
- . RFC2617 basic and digest authentication
- (including auth-int, md5-sess)
- . Proxy support (including basic/digest authentication)
- . Generic WebDAV 207 XML response handling mechanism
- . XML parsing using the expat or libxml parsers
- . Easy generation of error messages from 207 error responses
- . WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL
- . WebDAV metadata support: set and remove properties, query
- any set of properties (PROPPATCH/PROPFIND).
-
-WWW: http://www.webdav.org/neon/
diff --git a/www/neon26/pkg-plist b/www/neon26/pkg-plist
deleted file mode 100644
index 555e178f8541..000000000000
--- a/www/neon26/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-bin/neon-config
-include/neon/ne_207.h
-include/neon/ne_alloc.h
-include/neon/ne_auth.h
-include/neon/ne_basic.h
-include/neon/ne_cookies.h
-include/neon/ne_dates.h
-include/neon/ne_defs.h
-include/neon/ne_i18n.h
-include/neon/ne_locks.h
-include/neon/ne_md5.h
-include/neon/ne_props.h
-include/neon/ne_redirect.h
-include/neon/ne_request.h
-include/neon/ne_session.h
-include/neon/ne_socket.h
-include/neon/ne_string.h
-include/neon/ne_uri.h
-include/neon/ne_utils.h
-include/neon/ne_xml.h
-lib/libneon.a
-lib/libneon.so
-lib/libneon.so.15
-%%PORTDOCS%%share/doc/neon/using-neon.txt
-%%PORTDOCS%%@dirrm share/doc/neon
-@dirrm include/neon