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:
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
|
@ -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
|
||||
|
|
22
www/rubygem-davclient/Makefile
Normal file
22
www/rubygem-davclient/Makefile
Normal 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>
|
2
www/rubygem-davclient/distinfo
Normal file
2
www/rubygem-davclient/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/davclient-0.0.8.gem) = f8ee65c6211531b6fe4c28b31f0977d34c5aab1b759dea66b98307da16a0eac2
|
||||
SIZE (rubygem/davclient-0.0.8.gem) = 23552
|
4
www/rubygem-davclient/pkg-descr
Normal file
4
www/rubygem-davclient/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue