diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-04 13:21:27 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-04 13:21:27 +0000 |
commit | b50357b52cc13ac8bf253c0536056b6e1baa4771 (patch) | |
tree | d5fa96350c2afc98ea63f2797f97b4587174cbf3 /www | |
parent | Change MASTER_SITE_SUBDIR kiri -> kiri/xemacs. (diff) |
Add nd 0.5.0, a simple command line interface for WebDAV (RFC2518) server.
PR: ports/42409
Submitted by: Volker Stolz <stolz+nd@i2.informatik.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=65603
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/nd/Makefile | 22 | ||||
-rw-r--r-- | www/nd/distinfo | 1 | ||||
-rw-r--r-- | www/nd/pkg-comment | 1 | ||||
-rw-r--r-- | www/nd/pkg-descr | 3 | ||||
-rw-r--r-- | www/nd/pkg-plist | 1 |
6 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4b44fc287b35..0b17d06c30ea 100644 --- a/www/Makefile +++ b/www/Makefile @@ -213,6 +213,7 @@ SUBDIR += mozilla-headers SUBDIR += mozilla-headers-devel SUBDIR += nautilus-gtkhtml + SUBDIR += nd SUBDIR += neon SUBDIR += neowebscript SUBDIR += netraider diff --git a/www/nd/Makefile b/www/nd/Makefile new file mode 100644 index 000000000000..c30eafb2dee6 --- /dev/null +++ b/www/nd/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: nd +# Date created: Sep 4, 2002 +# Whom: Volker Stolz <stolz+nd@i2.informatik.rwth-aachen.de> +# +# $FreeBSD$ +# + +PORTNAME= nd +PORTVERSION= 0.5.0 +CATEGORIES= www +MASTER_SITES= http://www.gohome.org/teranisi/ + +MAINTAINER= stolz+nd@i2.informatik.rwth-aachen.de + +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= nd.1 + +.include <bsd.port.mk> diff --git a/www/nd/distinfo b/www/nd/distinfo new file mode 100644 index 000000000000..5dee9fc9cf6a --- /dev/null +++ b/www/nd/distinfo @@ -0,0 +1 @@ +MD5 (nd-0.5.0.tar.gz) = d07741e6323fdeb38a6b4549bca02c53 diff --git a/www/nd/pkg-comment b/www/nd/pkg-comment new file mode 100644 index 000000000000..39f80054f920 --- /dev/null +++ b/www/nd/pkg-comment @@ -0,0 +1 @@ +A simple command line interface for WebDAV (RFC2518) server diff --git a/www/nd/pkg-descr b/www/nd/pkg-descr new file mode 100644 index 000000000000..b6ad8d9d1b92 --- /dev/null +++ b/www/nd/pkg-descr @@ -0,0 +1,3 @@ +`nd' provides a simple command line interface for WebDAV (RFC2518) server. + +WWW: http://www.gohome.org/nd/ diff --git a/www/nd/pkg-plist b/www/nd/pkg-plist new file mode 100644 index 000000000000..a80b33155e40 --- /dev/null +++ b/www/nd/pkg-plist @@ -0,0 +1 @@ +bin/nd |