Add eldav.el 1, an interface to WebDAV servers for Emacs.

PR:		ports/42438
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
Oliver Braun 2002-09-05 08:13:39 +00:00
parent 1d1bc5a16a
commit 4706899e46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65670
7 changed files with 66 additions and 0 deletions

View File

@ -59,6 +59,7 @@
SUBDIR += dillo
SUBDIR += djvuplugin
SUBDIR += eddie
SUBDIR += eldav.el
SUBDIR += elinks
SUBDIR += emacs-w3m
SUBDIR += emacs-w3m-emacs20

36
www/eldav.el/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: eldav, WebDAV for Emacs-MULE
# Date created: 2002-09-05
# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
#
# $FreeBSD$
#
PORTNAME= eldav.el
PORTVERSION= 1
CATEGORIES= www elisp
MASTER_SITES= http://www.gohome.org/eldav/
DISTNAME= eldav.el
EXTRACT_SUFX= .gz
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
RUN_DEPENDS= nd:${PORTSDIR}/www/nd
EXTRACT_AFTER_ARGS= | ${CAT} >${WRKDIR}/${DISTNAME}
NO_BUILD= yes
NO_WRKSUBDIR= yes
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
do-install:
${MKDIR} ${EMACSLISPDIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${EMACSLISPDIR}/${DISTNAME}
${MKDIR} ${XEMACSLISPDIR}
${LN} -sf ${EMACSLISPDIR}/${DISTNAME} ${XEMACSLISPDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
www/eldav.el/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (eldav.el.gz) = 55551e5908c9fa282b711f07cc449e83

1
www/eldav.el/pkg-comment Normal file
View File

@ -0,0 +1 @@
An interface to WebDAV servers for Emacs

4
www/eldav.el/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Eldav: Yet another WebDAV interface for Emacs(MULE).
Eldav provides an interface to the WebDAV servers for Emacs.
WWW: http://www.gohome.org/eldav/

17
www/eldav.el/pkg-message Normal file
View File

@ -0,0 +1,17 @@
Add the following line to your .emacs:
(require 'eldav)
If you want to use a proxy server, the following setting
is also needed:
(setq eldav-proxy "http://your.proxy.server:8080")
Then you can access WebDAV files by specifying a magic
file name like:
:http://your.webdav.server/path/to/file/name
(Add preceding ':' to the WebDAV URL.)
NOTICE: You need the MULE version of Emacs!

6
www/eldav.el/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
share/emacs/site-lisp/eldav.el
@exec mkdir -p %D/lib/xemacs/site-lisp
@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/eldav.el
@unexec rm %D/lib/xemacs/site-lisp/eldav.el
@dirrm lib/xemacs/site-lisp
@dirrm lib/xemacs