summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-01-31 15:20:03 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-01-31 15:20:03 +0000
commit301fb8cf1d9b963c7476f64ffd7a0633c5720d74 (patch)
tree2ed2af47de96e5527bce1566f4ab22cc73698a5d
parentBump PORTREVISION due to prev. changes (diff)
Update port to version 0.9.1.
Use new PORTDOCS in place of home made ones. Take over maintainership, with maintaner's permission. Approved by: maintainer
-rw-r--r--www/neon/Makefile29
-rw-r--r--www/neon/distinfo2
-rw-r--r--www/neon/files/patch-aa8
-rw-r--r--www/neon/pkg-plist39
-rw-r--r--www/neon26/Makefile29
-rw-r--r--www/neon26/distinfo2
-rw-r--r--www/neon26/files/patch-aa8
-rw-r--r--www/neon26/pkg-plist39
-rw-r--r--www/neon28/Makefile29
-rw-r--r--www/neon28/distinfo2
-rw-r--r--www/neon28/files/patch-aa8
-rw-r--r--www/neon28/pkg-plist39
-rw-r--r--www/neon29/Makefile29
-rw-r--r--www/neon29/distinfo2
-rw-r--r--www/neon29/files/patch-aa8
-rw-r--r--www/neon29/pkg-plist39
16 files changed, 96 insertions, 216 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 053a529e7686..1c4ad5dd5b6e 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= neon
-PORTVERSION= 0.7.5
+PORTVERSION= 0.9.1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
-MAINTAINER= mi@aldan.algebra.com
+MAINTAINER= olgeni@FreeBSD.org
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat \
xml:${PORTSDIR}/textproc/libxml
@@ -23,34 +23,13 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --with-expat=${PREFIX}/include/xml \
--with-extra-libs=${PREFIX}/lib
-ALL_TARGET= all examples
-INSTALL_TARGET= install install-examples
-
-.ifdef WITH_NBROWSE
-LIB_DEPENDS+= glade:${PORTSDIR}/devel/libglade
-CONFIGURE_ARGS+=--with-libglade-config=${PREFIX}/bin/libglade-config \
- --with-gnome=${X11BASE} \
- --enable-gnome-examples
-CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-ALL_TARGET+= nbrowse
-PLIST_SUB+= GUI=''
-.else
-PLIST_SUB+= GUI='@comment '
-
-post-extract:
- # You can also build a GUI-sample application by doing:
- # make -DWITH_NBROWSE
- # It is disabled by default, because the author thinks
- # it is BUGGY and because it requires libglade and GNOME.
-.endif
+ALL_TARGET= all
+INSTALL_TARGET= install
.ifndef NOPORTDOCS
post-install:
${MKDIR} ${PREFIX}/share/doc/neon
${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon
-PLIST_SUB+= DOCS=''
-.else
-PLIST_SUB+= DOCS='@comment '
.endif
.include <bsd.port.mk>
diff --git a/www/neon/distinfo b/www/neon/distinfo
index 0baf64fea757..8a458d389aef 100644
--- a/www/neon/distinfo
+++ b/www/neon/distinfo
@@ -1 +1 @@
-MD5 (neon-0.7.5.tar.gz) = e4a6e97403fee476f2416cb7aeb0be26
+MD5 (neon-0.9.1.tar.gz) = af43c28cb9a5bd92b5f56749ef3bead7
diff --git a/www/neon/files/patch-aa b/www/neon/files/patch-aa
deleted file mode 100644
index 2f76f67a5ac1..000000000000
--- a/www/neon/files/patch-aa
+++ /dev/null
@@ -1,8 +0,0 @@
---- example/nbrowse/main.c Sun Jul 16 15:58:00 2000
-+++ example/nbrowse/main.c Fri Oct 13 10:32:01 2000
-@@ -50,3 +50,4 @@
- #include <uri.h>
--#include <xalloc.h>
-+#define xmalloc malloc
-+#define xstrdup strdup
-
diff --git a/www/neon/pkg-plist b/www/neon/pkg-plist
index 9d7cc2a2d72b..e4349610728b 100644
--- a/www/neon/pkg-plist
+++ b/www/neon/pkg-plist
@@ -1,28 +1,27 @@
bin/neon-config
-bin/nget
-bin/nserver
-%%GUI%%bin/nbrowse
-lib/libneon.so.7
-lib/libneon.so
-lib/libneon.a
-include/neon/http_request.h
-include/neon/http_utils.h
-include/neon/uri.h
-include/neon/nsocket.h
-include/neon/http_basic.h
-include/neon/dav_basic.h
+include/neon/dates.h
include/neon/dav_207.h
+include/neon/dav_basic.h
+include/neon/dav_locks.h
include/neon/dav_props.h
include/neon/hip_xml.h
-include/neon/dates.h
-include/neon/string_utils.h
+include/neon/http_basic.h
include/neon/http_cookies.h
-include/neon/neon_defs.h
-include/neon/neon_config.h
-include/neon/dav_locks.h
+include/neon/http_redirect.h
+include/neon/http_request.h
+include/neon/http_utils.h
include/neon/ne_alloc.h
-include/neon/neon_md5.h
+include/neon/neon_config.h
+include/neon/neon_defs.h
include/neon/neon_i18n.h
-%%DOCS%%share/doc/neon/using-neon.txt
-%%DOCS%%@dirrm share/doc/neon
+include/neon/neon_md5.h
+include/neon/nsocket.h
+include/neon/string_utils.h
+include/neon/uri.h
+lib/libneon.a
+lib/libneon.la
+lib/libneon.so
+lib/libneon.so.9
+%%PORTDOCS%%share/doc/neon/using-neon.txt
+%%PORTDOCS%%@dirrm share/doc/neon
@dirrm include/neon
diff --git a/www/neon26/Makefile b/www/neon26/Makefile
index 053a529e7686..1c4ad5dd5b6e 100644
--- a/www/neon26/Makefile
+++ b/www/neon26/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= neon
-PORTVERSION= 0.7.5
+PORTVERSION= 0.9.1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
-MAINTAINER= mi@aldan.algebra.com
+MAINTAINER= olgeni@FreeBSD.org
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat \
xml:${PORTSDIR}/textproc/libxml
@@ -23,34 +23,13 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --with-expat=${PREFIX}/include/xml \
--with-extra-libs=${PREFIX}/lib
-ALL_TARGET= all examples
-INSTALL_TARGET= install install-examples
-
-.ifdef WITH_NBROWSE
-LIB_DEPENDS+= glade:${PORTSDIR}/devel/libglade
-CONFIGURE_ARGS+=--with-libglade-config=${PREFIX}/bin/libglade-config \
- --with-gnome=${X11BASE} \
- --enable-gnome-examples
-CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-ALL_TARGET+= nbrowse
-PLIST_SUB+= GUI=''
-.else
-PLIST_SUB+= GUI='@comment '
-
-post-extract:
- # You can also build a GUI-sample application by doing:
- # make -DWITH_NBROWSE
- # It is disabled by default, because the author thinks
- # it is BUGGY and because it requires libglade and GNOME.
-.endif
+ALL_TARGET= all
+INSTALL_TARGET= install
.ifndef NOPORTDOCS
post-install:
${MKDIR} ${PREFIX}/share/doc/neon
${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon
-PLIST_SUB+= DOCS=''
-.else
-PLIST_SUB+= DOCS='@comment '
.endif
.include <bsd.port.mk>
diff --git a/www/neon26/distinfo b/www/neon26/distinfo
index 0baf64fea757..8a458d389aef 100644
--- a/www/neon26/distinfo
+++ b/www/neon26/distinfo
@@ -1 +1 @@
-MD5 (neon-0.7.5.tar.gz) = e4a6e97403fee476f2416cb7aeb0be26
+MD5 (neon-0.9.1.tar.gz) = af43c28cb9a5bd92b5f56749ef3bead7
diff --git a/www/neon26/files/patch-aa b/www/neon26/files/patch-aa
deleted file mode 100644
index 2f76f67a5ac1..000000000000
--- a/www/neon26/files/patch-aa
+++ /dev/null
@@ -1,8 +0,0 @@
---- example/nbrowse/main.c Sun Jul 16 15:58:00 2000
-+++ example/nbrowse/main.c Fri Oct 13 10:32:01 2000
-@@ -50,3 +50,4 @@
- #include <uri.h>
--#include <xalloc.h>
-+#define xmalloc malloc
-+#define xstrdup strdup
-
diff --git a/www/neon26/pkg-plist b/www/neon26/pkg-plist
index 9d7cc2a2d72b..e4349610728b 100644
--- a/www/neon26/pkg-plist
+++ b/www/neon26/pkg-plist
@@ -1,28 +1,27 @@
bin/neon-config
-bin/nget
-bin/nserver
-%%GUI%%bin/nbrowse
-lib/libneon.so.7
-lib/libneon.so
-lib/libneon.a
-include/neon/http_request.h
-include/neon/http_utils.h
-include/neon/uri.h
-include/neon/nsocket.h
-include/neon/http_basic.h
-include/neon/dav_basic.h
+include/neon/dates.h
include/neon/dav_207.h
+include/neon/dav_basic.h
+include/neon/dav_locks.h
include/neon/dav_props.h
include/neon/hip_xml.h
-include/neon/dates.h
-include/neon/string_utils.h
+include/neon/http_basic.h
include/neon/http_cookies.h
-include/neon/neon_defs.h
-include/neon/neon_config.h
-include/neon/dav_locks.h
+include/neon/http_redirect.h
+include/neon/http_request.h
+include/neon/http_utils.h
include/neon/ne_alloc.h
-include/neon/neon_md5.h
+include/neon/neon_config.h
+include/neon/neon_defs.h
include/neon/neon_i18n.h
-%%DOCS%%share/doc/neon/using-neon.txt
-%%DOCS%%@dirrm share/doc/neon
+include/neon/neon_md5.h
+include/neon/nsocket.h
+include/neon/string_utils.h
+include/neon/uri.h
+lib/libneon.a
+lib/libneon.la
+lib/libneon.so
+lib/libneon.so.9
+%%PORTDOCS%%share/doc/neon/using-neon.txt
+%%PORTDOCS%%@dirrm share/doc/neon
@dirrm include/neon
diff --git a/www/neon28/Makefile b/www/neon28/Makefile
index 053a529e7686..1c4ad5dd5b6e 100644
--- a/www/neon28/Makefile
+++ b/www/neon28/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= neon
-PORTVERSION= 0.7.5
+PORTVERSION= 0.9.1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
-MAINTAINER= mi@aldan.algebra.com
+MAINTAINER= olgeni@FreeBSD.org
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat \
xml:${PORTSDIR}/textproc/libxml
@@ -23,34 +23,13 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --with-expat=${PREFIX}/include/xml \
--with-extra-libs=${PREFIX}/lib
-ALL_TARGET= all examples
-INSTALL_TARGET= install install-examples
-
-.ifdef WITH_NBROWSE
-LIB_DEPENDS+= glade:${PORTSDIR}/devel/libglade
-CONFIGURE_ARGS+=--with-libglade-config=${PREFIX}/bin/libglade-config \
- --with-gnome=${X11BASE} \
- --enable-gnome-examples
-CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-ALL_TARGET+= nbrowse
-PLIST_SUB+= GUI=''
-.else
-PLIST_SUB+= GUI='@comment '
-
-post-extract:
- # You can also build a GUI-sample application by doing:
- # make -DWITH_NBROWSE
- # It is disabled by default, because the author thinks
- # it is BUGGY and because it requires libglade and GNOME.
-.endif
+ALL_TARGET= all
+INSTALL_TARGET= install
.ifndef NOPORTDOCS
post-install:
${MKDIR} ${PREFIX}/share/doc/neon
${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon
-PLIST_SUB+= DOCS=''
-.else
-PLIST_SUB+= DOCS='@comment '
.endif
.include <bsd.port.mk>
diff --git a/www/neon28/distinfo b/www/neon28/distinfo
index 0baf64fea757..8a458d389aef 100644
--- a/www/neon28/distinfo
+++ b/www/neon28/distinfo
@@ -1 +1 @@
-MD5 (neon-0.7.5.tar.gz) = e4a6e97403fee476f2416cb7aeb0be26
+MD5 (neon-0.9.1.tar.gz) = af43c28cb9a5bd92b5f56749ef3bead7
diff --git a/www/neon28/files/patch-aa b/www/neon28/files/patch-aa
deleted file mode 100644
index 2f76f67a5ac1..000000000000
--- a/www/neon28/files/patch-aa
+++ /dev/null
@@ -1,8 +0,0 @@
---- example/nbrowse/main.c Sun Jul 16 15:58:00 2000
-+++ example/nbrowse/main.c Fri Oct 13 10:32:01 2000
-@@ -50,3 +50,4 @@
- #include <uri.h>
--#include <xalloc.h>
-+#define xmalloc malloc
-+#define xstrdup strdup
-
diff --git a/www/neon28/pkg-plist b/www/neon28/pkg-plist
index 9d7cc2a2d72b..e4349610728b 100644
--- a/www/neon28/pkg-plist
+++ b/www/neon28/pkg-plist
@@ -1,28 +1,27 @@
bin/neon-config
-bin/nget
-bin/nserver
-%%GUI%%bin/nbrowse
-lib/libneon.so.7
-lib/libneon.so
-lib/libneon.a
-include/neon/http_request.h
-include/neon/http_utils.h
-include/neon/uri.h
-include/neon/nsocket.h
-include/neon/http_basic.h
-include/neon/dav_basic.h
+include/neon/dates.h
include/neon/dav_207.h
+include/neon/dav_basic.h
+include/neon/dav_locks.h
include/neon/dav_props.h
include/neon/hip_xml.h
-include/neon/dates.h
-include/neon/string_utils.h
+include/neon/http_basic.h
include/neon/http_cookies.h
-include/neon/neon_defs.h
-include/neon/neon_config.h
-include/neon/dav_locks.h
+include/neon/http_redirect.h
+include/neon/http_request.h
+include/neon/http_utils.h
include/neon/ne_alloc.h
-include/neon/neon_md5.h
+include/neon/neon_config.h
+include/neon/neon_defs.h
include/neon/neon_i18n.h
-%%DOCS%%share/doc/neon/using-neon.txt
-%%DOCS%%@dirrm share/doc/neon
+include/neon/neon_md5.h
+include/neon/nsocket.h
+include/neon/string_utils.h
+include/neon/uri.h
+lib/libneon.a
+lib/libneon.la
+lib/libneon.so
+lib/libneon.so.9
+%%PORTDOCS%%share/doc/neon/using-neon.txt
+%%PORTDOCS%%@dirrm share/doc/neon
@dirrm include/neon
diff --git a/www/neon29/Makefile b/www/neon29/Makefile
index 053a529e7686..1c4ad5dd5b6e 100644
--- a/www/neon29/Makefile
+++ b/www/neon29/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= neon
-PORTVERSION= 0.7.5
+PORTVERSION= 0.9.1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
-MAINTAINER= mi@aldan.algebra.com
+MAINTAINER= olgeni@FreeBSD.org
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat \
xml:${PORTSDIR}/textproc/libxml
@@ -23,34 +23,13 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --with-expat=${PREFIX}/include/xml \
--with-extra-libs=${PREFIX}/lib
-ALL_TARGET= all examples
-INSTALL_TARGET= install install-examples
-
-.ifdef WITH_NBROWSE
-LIB_DEPENDS+= glade:${PORTSDIR}/devel/libglade
-CONFIGURE_ARGS+=--with-libglade-config=${PREFIX}/bin/libglade-config \
- --with-gnome=${X11BASE} \
- --enable-gnome-examples
-CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-ALL_TARGET+= nbrowse
-PLIST_SUB+= GUI=''
-.else
-PLIST_SUB+= GUI='@comment '
-
-post-extract:
- # You can also build a GUI-sample application by doing:
- # make -DWITH_NBROWSE
- # It is disabled by default, because the author thinks
- # it is BUGGY and because it requires libglade and GNOME.
-.endif
+ALL_TARGET= all
+INSTALL_TARGET= install
.ifndef NOPORTDOCS
post-install:
${MKDIR} ${PREFIX}/share/doc/neon
${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon
-PLIST_SUB+= DOCS=''
-.else
-PLIST_SUB+= DOCS='@comment '
.endif
.include <bsd.port.mk>
diff --git a/www/neon29/distinfo b/www/neon29/distinfo
index 0baf64fea757..8a458d389aef 100644
--- a/www/neon29/distinfo
+++ b/www/neon29/distinfo
@@ -1 +1 @@
-MD5 (neon-0.7.5.tar.gz) = e4a6e97403fee476f2416cb7aeb0be26
+MD5 (neon-0.9.1.tar.gz) = af43c28cb9a5bd92b5f56749ef3bead7
diff --git a/www/neon29/files/patch-aa b/www/neon29/files/patch-aa
deleted file mode 100644
index 2f76f67a5ac1..000000000000
--- a/www/neon29/files/patch-aa
+++ /dev/null
@@ -1,8 +0,0 @@
---- example/nbrowse/main.c Sun Jul 16 15:58:00 2000
-+++ example/nbrowse/main.c Fri Oct 13 10:32:01 2000
-@@ -50,3 +50,4 @@
- #include <uri.h>
--#include <xalloc.h>
-+#define xmalloc malloc
-+#define xstrdup strdup
-
diff --git a/www/neon29/pkg-plist b/www/neon29/pkg-plist
index 9d7cc2a2d72b..e4349610728b 100644
--- a/www/neon29/pkg-plist
+++ b/www/neon29/pkg-plist
@@ -1,28 +1,27 @@
bin/neon-config
-bin/nget
-bin/nserver
-%%GUI%%bin/nbrowse
-lib/libneon.so.7
-lib/libneon.so
-lib/libneon.a
-include/neon/http_request.h
-include/neon/http_utils.h
-include/neon/uri.h
-include/neon/nsocket.h
-include/neon/http_basic.h
-include/neon/dav_basic.h
+include/neon/dates.h
include/neon/dav_207.h
+include/neon/dav_basic.h
+include/neon/dav_locks.h
include/neon/dav_props.h
include/neon/hip_xml.h
-include/neon/dates.h
-include/neon/string_utils.h
+include/neon/http_basic.h
include/neon/http_cookies.h
-include/neon/neon_defs.h
-include/neon/neon_config.h
-include/neon/dav_locks.h
+include/neon/http_redirect.h
+include/neon/http_request.h
+include/neon/http_utils.h
include/neon/ne_alloc.h
-include/neon/neon_md5.h
+include/neon/neon_config.h
+include/neon/neon_defs.h
include/neon/neon_i18n.h
-%%DOCS%%share/doc/neon/using-neon.txt
-%%DOCS%%@dirrm share/doc/neon
+include/neon/neon_md5.h
+include/neon/nsocket.h
+include/neon/string_utils.h
+include/neon/uri.h
+lib/libneon.a
+lib/libneon.la
+lib/libneon.so
+lib/libneon.so.9
+%%PORTDOCS%%share/doc/neon/using-neon.txt
+%%PORTDOCS%%@dirrm share/doc/neon
@dirrm include/neon