diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-04 21:21:27 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-04 21:21:27 +0800 |
commit | 334beb03d9bcbef5968748d83b990ee9530aa161 (patch) | |
tree | 9c45db7280007438e56b6ac78b97d92d9ca38d88 /www/nd | |
parent | fbbfaf7a8587950cd3252cdbf58500e5a5dc525d (diff) | |
download | freebsd-ports-gnome-334beb03d9bcbef5968748d83b990ee9530aa161.tar.gz freebsd-ports-gnome-334beb03d9bcbef5968748d83b990ee9530aa161.tar.zst freebsd-ports-gnome-334beb03d9bcbef5968748d83b990ee9530aa161.zip |
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>
Diffstat (limited to 'www/nd')
-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 |
5 files changed, 28 insertions, 0 deletions
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 |