From e663983c4b0eaef351614b224a15f24d6fd07a2e Mon Sep 17 00:00:00 2001 From: Yoichi NAKAYAMA <yoichi@FreeBSD.org> Date: Sun, 16 Dec 2001 11:26:14 +0000 Subject: Add tramp, Transparent remote file access tool for emacsen. (PORTVERSION == 0.0.[time stamp of DISTFILE] to avoid setting PORTEPOCH in future) Reviewed by: knu(mentor) --- net/tramp/distinfo | 1 + net/tramp/pkg-comment | 1 + net/tramp/pkg-descr | 4 ++++ net/tramp/pkg-plist | 25 +++++++++++++++++++++++++ 4 files changed, 31 insertions(+) create mode 100644 net/tramp/distinfo create mode 100644 net/tramp/pkg-comment create mode 100644 net/tramp/pkg-descr create mode 100644 net/tramp/pkg-plist (limited to 'net/tramp') diff --git a/net/tramp/distinfo b/net/tramp/distinfo new file mode 100644 index 000000000000..36641a73ca24 --- /dev/null +++ b/net/tramp/distinfo @@ -0,0 +1 @@ +MD5 (tramp.tar.gz) = bed6c927143c024bc06042c6e4bb4963 diff --git a/net/tramp/pkg-comment b/net/tramp/pkg-comment new file mode 100644 index 000000000000..b14a18b02dbe --- /dev/null +++ b/net/tramp/pkg-comment @@ -0,0 +1 @@ +Transparent remote file access tool for emacsen diff --git a/net/tramp/pkg-descr b/net/tramp/pkg-descr new file mode 100644 index 000000000000..e6bbbe601168 --- /dev/null +++ b/net/tramp/pkg-descr @@ -0,0 +1,4 @@ +TRAMP stands for `Transparent Remote (file) Access, Multiple Protocol'. +This package provides remote file editing, similar to ange-ftp and EFS. + +WWW: http://tramp.sourceforge.net/ diff --git a/net/tramp/pkg-plist b/net/tramp/pkg-plist new file mode 100644 index 000000000000..538bdccc8c43 --- /dev/null +++ b/net/tramp/pkg-plist @@ -0,0 +1,25 @@ +%%TRAMP_LISPDIR%%/base64.el +%%TRAMP_LISPDIR%%/base64.elc +%%TRAMP_LISPDIR%%/format-spec.el +%%TRAMP_LISPDIR%%/format-spec.elc +%%TRAMP_LISPDIR%%/tramp-util.el +%%TRAMP_LISPDIR%%/tramp-util.elc +%%TRAMP_LISPDIR%%/tramp-vc.el +%%TRAMP_LISPDIR%%/tramp-vc.elc +%%TRAMP_LISPDIR%%/tramp.el +%%TRAMP_LISPDIR%%/tramp.elc +%%TRAMP_LISPDIR%%/tramp2-cache.el +%%TRAMP_LISPDIR%%/tramp2-compat.el +%%TRAMP_LISPDIR%%/tramp2-enc.el +%%TRAMP_LISPDIR%%/tramp2-hack.el +%%TRAMP_LISPDIR%%/tramp2-ops.el +%%TRAMP_LISPDIR%%/tramp2-util.el +%%TRAMP_LISPDIR%%/tramp2.el +%%TRAMP_LISPDIR%%/trampcache.el +@dirrm %%TRAMP_LISPDIR%% +%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/tramp.info %D/info/dir +%%PORTDOCS%%%%JAPANESE_INFO%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY_JA%%" %D/info/tramp_ja.info %D/info/dir +%%PORTDOCS%%info/tramp.info +%%PORTDOCS%%%%JAPANESE_INFO%%info/tramp_ja.info +%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/tramp.info %D/info/dir +%%PORTDOCS%%%%JAPANESE_INFO%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY_JA%%" %D/info/tramp_ja.info %D/info/dir -- cgit v1.2.3