1
0
forked from ports/contrib

cadaver (NEW): Command-line WebDAV client for Unix

This commit is contained in:
James Mills 2014-11-29 23:48:32 +10:00
parent 98383a0618
commit f853214711
3 changed files with 44 additions and 0 deletions

17
cadaver/.footprint Normal file
View File

@ -0,0 +1,17 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cadaver
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/en@quot/
drwxr-xr-x root/root usr/share/locale/en@quot/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/en@quot/LC_MESSAGES/cadaver.mo
drwxr-xr-x root/root usr/share/locale/es/
drwxr-xr-x root/root usr/share/locale/es/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/es/LC_MESSAGES/cadaver.mo
drwxr-xr-x root/root usr/share/locale/it/
drwxr-xr-x root/root usr/share/locale/it/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/it/LC_MESSAGES/cadaver.mo
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cadaver.1.gz

1
cadaver/.md5sum Normal file
View File

@ -0,0 +1 @@
502ecd601e467f8b16056d2acca39a6f cadaver-0.23.3.tar.gz

26
cadaver/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# Description: Command-line WebDAV client for Unix
# URL: http://www.webdav.org/cadaver
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Depends on: neon
name=cadaver
version=0.23.3
release=1
source=(http://www.webdav.org/cadaver/cadaver-$version.tar.gz)
build() {
cd cadaver-$version
# Configure
./configure --prefix=/usr --with-ssl
# Build
make
# Package
make prefix=$PKG/usr install
# Cleanup
chown -R root:root $PKG
}