ports/contrib (3.1): cadaver (NEW): Command-line WebDAV client for Unix
commit f853214711e2e0b5ea38d04aa1768ed4662ae83b Author: James Mills <prologic@shortcircuit.net.au> Date: Sat Nov 29 23:48:32 2014 +1000 cadaver (NEW): Command-line WebDAV client for Unix diff --git a/cadaver/.footprint b/cadaver/.footprint new file mode 100644 index 0000000..1088d2a --- /dev/null +++ b/cadaver/.footprint @@ -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 diff --git a/cadaver/.md5sum b/cadaver/.md5sum new file mode 100644 index 0000000..31f466e --- /dev/null +++ b/cadaver/.md5sum @@ -0,0 +1 @@ +502ecd601e467f8b16056d2acca39a6f cadaver-0.23.3.tar.gz diff --git a/cadaver/Pkgfile b/cadaver/Pkgfile new file mode 100644 index 0000000..88ec5da --- /dev/null +++ b/cadaver/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu