DavClient is a scriptable WebDAV command line client for Ruby

for managing content on webservers that support the WebDAV extensions.

WWW: http://davclient.rubyforge.org/

PR:		ports/154126
Submitted by:	Mikhail T. <michael at fun-box.ru>
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-01-30 12:12:58 +00:00
parent cff8cbed8c
commit 86d4f049bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268445
4 changed files with 29 additions and 0 deletions

View file

@ -1579,6 +1579,7 @@
SUBDIR += rubygem-anemone
SUBDIR += rubygem-bluecloth
SUBDIR += rubygem-cgi_multipart_eof_fix
SUBDIR += rubygem-davclient
SUBDIR += rubygem-domainatrix
SUBDIR += rubygem-emk-sinatra-url-for
SUBDIR += rubygem-erubis

View file

@ -0,0 +1,22 @@
# Ports collection makefile for: rubygem-davclient
# Date created: 2011-01-19
# Whom: Mikhail T. <michael@fun-box.ru>
#
# $FreeBSD$
#
PORTNAME= davclient
PORTVERSION= 0.0.8
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= michael@fun-box.ru
COMMENT= Command line WebDAV client and Ruby library
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/dav
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/davclient-0.0.8.gem) = f8ee65c6211531b6fe4c28b31f0977d34c5aab1b759dea66b98307da16a0eac2
SIZE (rubygem/davclient-0.0.8.gem) = 23552

View file

@ -0,0 +1,4 @@
DavClient is a scriptable WebDAV command line client for Ruby
for managing content on webservers that support the WebDAV extensions.
WWW: http://davclient.rubyforge.org/