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)
This commit is contained in:
Yoichi NAKAYAMA 2001-12-16 11:26:14 +00:00
parent 0ed5ff090d
commit e663983c4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51619
6 changed files with 44 additions and 0 deletions

View File

@ -451,6 +451,7 @@
SUBDIR += trafd
SUBDIR += trafshow
SUBDIR += tramp
SUBDIR += tramp-emacs20
SUBDIR += tridiavnc
SUBDIR += ttcp
SUBDIR += ttt

View File

@ -0,0 +1,12 @@
# New ports collection makefile for: tramp (for emacs20)
# Date Created: 12 Dec 2001
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../tramp
EMACS_PORT_NAME= emacs20
.include "${MASTERDIR}/Makefile"

1
net/tramp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tramp.tar.gz) = bed6c927143c024bc06042c6e4bb4963

1
net/tramp/pkg-comment Normal file
View File

@ -0,0 +1 @@
Transparent remote file access tool for emacsen

4
net/tramp/pkg-descr Normal file
View File

@ -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/

25
net/tramp/pkg-plist Normal file
View File

@ -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