Index: head/japanese/elisp-info/pkg-descr =================================================================== --- head/japanese/elisp-info/pkg-descr (revision 65532) +++ head/japanese/elisp-info/pkg-descr (nonexistent) @@ -1,9 +0,0 @@ -This package provide functions for Emacs with which you can -find description of function or variable from Emacs-Lisp -Reference Manual. If you put (require 'elisp-info-setup) -in ~/.emacs then following key binds are provided. - -C-h f (C-h d) : elisp-info-describe-function -C-h D : describe-function -C-h v : elisp-info-describe-variable -C-h V : describe-variable Property changes on: head/japanese/elisp-info/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/elisp-info/pkg-comment =================================================================== --- head/japanese/elisp-info/pkg-comment (revision 65532) +++ head/japanese/elisp-info/pkg-comment (nonexistent) @@ -1 +0,0 @@ -Functions to refer Emacs-Lisp Reference Manual Property changes on: head/japanese/elisp-info/pkg-comment ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/elisp-info/distinfo =================================================================== --- head/japanese/elisp-info/distinfo (revision 65532) +++ head/japanese/elisp-info/distinfo (nonexistent) @@ -1 +0,0 @@ -MD5 (elisp-info.el) = 8f1d82402b087992586186597a88fe4c Property changes on: head/japanese/elisp-info/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/elisp-info/pkg-plist =================================================================== --- head/japanese/elisp-info/pkg-plist (revision 65532) +++ head/japanese/elisp-info/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -%%EMACS_SITE_LISPDIR%%/elisp-info/elisp-info.el -%%EMACS_SITE_LISPDIR%%/elisp-info/elisp-info-index.el -%%EMACS_SITE_LISPDIR%%/elisp-info/elisp-info-setup.el -@dirrm %%EMACS_SITE_LISPDIR%%/elisp-info Property changes on: head/japanese/elisp-info/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/elisp-info/Makefile =================================================================== --- head/japanese/elisp-info/Makefile (revision 65532) +++ head/japanese/elisp-info/Makefile (nonexistent) @@ -1,40 +0,0 @@ -# New ports collection makefile for: elisp-info.el -# Date Created: 21 Jan 2002 -# Whom: Yoichi NAKAYAMA -# -# $FreeBSD$ -# - -PORTNAME= elisp-info -PORTVERSION= 2.11 -CATEGORIES= japanese elisp -MASTER_SITES= http://namazu.org/~tsuchiya/elisp/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .el - -MAINTAINER= yoichi@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/info/elisp-ja:${PORTSDIR}/japanese/elisp-manual -RUN_DEPENDS= ${LOCALBASE}/info/elisp-ja:${PORTSDIR}/japanese/elisp-manual - -NO_WRKSUBDIR= yes -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= -p -EXTRACT_AFTER_ARGS= ./ - -EMACS_PORT_NAME?= emacs21 -EMACS_NO_RUN_DEPENDS= yes -LISPDIR?= ${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME} - -post-extract: - ${CP} ${FILESDIR}/ELISP_CFG ${WRKDIR} -do-build: - (cd ${WRKDIR}; \ - ${EMACS_CMD} -batch -l ./ELISP_CFG -l ./${PORTNAME}.el -f ${PORTNAME}-make-index) -do-install: - ${MKDIR} ${LISPDIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.el ${LISPDIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-index.el ${LISPDIR} - ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}-setup.el ${LISPDIR} - -.include Property changes on: head/japanese/elisp-info/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/japanese/elisp-info/files/ELISP_CFG =================================================================== --- head/japanese/elisp-info/files/ELISP_CFG (revision 65532) +++ head/japanese/elisp-info/files/ELISP_CFG (nonexistent) @@ -1,3 +0,0 @@ -(require 'info) -(info-initialize) -(setq elisp-info-list '("elisp-ja")) Property changes on: head/japanese/elisp-info/files/ELISP_CFG ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/elisp-info/files/elisp-info-setup.el =================================================================== --- head/japanese/elisp-info/files/elisp-info-setup.el (revision 65532) +++ head/japanese/elisp-info/files/elisp-info-setup.el (nonexistent) @@ -1,11 +0,0 @@ -;; Setup for elisp-info.el -(require 'elisp-info) -(eval-after-load "help.el" - (progn - (define-key help-map "f" 'elisp-info-describe-function) - (define-key help-map "d" 'elisp-info-describe-function) - (define-key help-map "D" 'describe-function) - (define-key help-map "v" 'elisp-info-describe-variable) - (define-key help-map "V" 'describe-variable) - (define-key help-mode-map "i" 'elisp-info-help-to-info))) -(provide 'elisp-info-setup) \ No newline at end of file Property changes on: head/japanese/elisp-info/files/elisp-info-setup.el ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property