diff options
Diffstat (limited to 'www/neon29')
-rw-r--r-- | www/neon29/Makefile | 55 | ||||
-rw-r--r-- | www/neon29/distinfo | 1 | ||||
-rw-r--r-- | www/neon29/files/patch-configure | 23 | ||||
-rw-r--r-- | www/neon29/files/patch-ltmain.sh | 42 | ||||
-rw-r--r-- | www/neon29/pkg-comment | 1 | ||||
-rw-r--r-- | www/neon29/pkg-descr | 19 | ||||
-rw-r--r-- | www/neon29/pkg-plist | 28 |
7 files changed, 0 insertions, 169 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile deleted file mode 100644 index dca0f4d87230..000000000000 --- a/www/neon29/Makefile +++ /dev/null @@ -1,55 +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.22.0 -CATEGORIES= www -MASTER_SITES= http://www.webdav.org/neon/ - -MAINTAINER= rooneg@electricjellyfish.net - -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 - -.ifndef WITHOUT_OPENSSL -USE_OPENSSL= yes -.endif - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ssl \ - --enable-xml \ - --enable-shared \ - --with-expat=${PREFIX} -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -MAN1= neon-config.1 -MAN3= ne_add_request_header.3 ne_buffer.3 ne_buffer_altered.3 \ - ne_buffer_append.3 ne_buffer_clear.3 ne_buffer_concat.3 \ - ne_buffer_create.3 ne_buffer_destroy.3 ne_buffer_finish.3 \ - ne_buffer_grow.3 ne_buffer_ncreate.3 ne_buffer_zappend.3 \ - ne_calloc.3 ne_close_connection.3 ne_forget_auth.3 \ - ne_get_error.3 ne_get_status.3 ne_malloc.3 ne_oom_callback.3 \ - ne_print_request_header.3 ne_qtoken.3 ne_realloc.3 \ - ne_request_create.3 ne_request_destroy.3 ne_request_dispatch.3 \ - ne_session_create.3 ne_session_destroy.3 ne_session_proxy.3 \ - ne_set_error.3 ne_set_expect100.3 ne_set_persist.3 \ - ne_set_proxy_auth.3 ne_set_read_timeout.3 \ - ne_set_request_body_buffer.3 ne_set_request_body_fd.3 \ - ne_set_server_auth.3 ne_set_useragent.3 ne_shave.3 \ - ne_ssl_certificate.3 ne_ssl_dname.3 ne_ssl_load_ca.3 \ - ne_ssl_load_default_ca.3 ne_ssl_readable_dname.3 \ - ne_ssl_set_verify.3 ne_status.3 ne_strdup.3 ne_strndup.3 \ - ne_token.3 - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${PREFIX}/man/man3 -.ifndef NOPORTDOCS - ${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/neon29/distinfo b/www/neon29/distinfo deleted file mode 100644 index 2e4a7fe595d8..000000000000 --- a/www/neon29/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (neon-0.22.0.tar.gz) = 346323318c75c8bf6e53d8056a18ab0d diff --git a/www/neon29/files/patch-configure b/www/neon29/files/patch-configure deleted file mode 100644 index 9dd4c2140d50..000000000000 --- a/www/neon29/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Fri Apr 26 17:15:20 2002 -+++ configure Fri Apr 26 17:15:51 2002 -@@ -10792,7 +10792,7 @@ - _ACEOF - - fi --if test -r "$neon_expat_dir/expat.h"; then -+if test -r "$neon_expat_dir/include/expat.h"; then - ne_found_hdr=yes - - cat >>confdefs.h <<\_ACEOF -@@ -10806,9 +10806,9 @@ - #define HAVE_EXPAT 1 - _ACEOF - -- CFLAGS="$CFLAGS -I$neon_expat_dir" -+ CFLAGS="$CFLAGS -I$neon_expat_dir/include" - if test -z "$neon_using_libtool_expat"; then -- NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat" -+ NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat" - fi - neon_xml_parser_message="expat in $neon_expat_dir" - neon_found_parser="yes" diff --git a/www/neon29/files/patch-ltmain.sh b/www/neon29/files/patch-ltmain.sh deleted file mode 100644 index 348425fb00d2..000000000000 --- a/www/neon29/files/patch-ltmain.sh +++ /dev/null @@ -1,42 +0,0 @@ ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/www/neon29/pkg-comment b/www/neon29/pkg-comment deleted file mode 100644 index df173d85c7b3..000000000000 --- a/www/neon29/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An HTTP and WebDAV client library for Unix systems, with a C interface diff --git a/www/neon29/pkg-descr b/www/neon29/pkg-descr deleted file mode 100644 index 3f8647c6bcf3..000000000000 --- a/www/neon29/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/neon29/pkg-plist b/www/neon29/pkg-plist deleted file mode 100644 index d45a92e76e44..000000000000 --- a/www/neon29/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/neon-config -include/neon/ne_request.h -include/neon/ne_session.h -include/neon/ne_utils.h -include/neon/ne_uri.h -include/neon/ne_socket.h -include/neon/ne_basic.h -include/neon/ne_207.h -include/neon/ne_props.h -include/neon/ne_xml.h -include/neon/ne_dates.h -include/neon/ne_string.h -include/neon/ne_cookies.h -include/neon/ne_defs.h -include/neon/ne_locks.h -include/neon/ne_alloc.h -include/neon/ne_md5.h -include/neon/ne_i18n.h -include/neon/ne_redirect.h -include/neon/ne_auth.h -include/neon/ne_compress.h -include/neon/ne_acl.h -lib/libneon.so.22 -lib/libneon.so -lib/libneon.a -%%PORTDOCS%%share/doc/neon/using-neon.txt -%%PORTDOCS%%@dirrm share/doc/neon -@dirrm include/neon |