diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-02-27 12:48:24 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-02-27 12:48:24 +0000 |
commit | 682fd89d335bebd9cb6c706ec844c889706c9755 (patch) | |
tree | 2631d956f7ddaf205c7ef19b21b35e6518e287c1 /textproc/manued.el | |
parent | b6db16467810533bfff310f8f0c78cc83a5b55f7 (diff) | |
download | ports-682fd89d335bebd9cb6c706ec844c889706c9755.tar.gz ports-682fd89d335bebd9cb6c706ec844c889706c9755.zip |
Notes
Diffstat (limited to 'textproc/manued.el')
-rw-r--r-- | textproc/manued.el/Makefile | 46 | ||||
-rw-r--r-- | textproc/manued.el/distinfo | 2 | ||||
-rw-r--r-- | textproc/manued.el/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/manued.el/pkg-descr | 11 | ||||
-rw-r--r-- | textproc/manued.el/pkg-message | 3 | ||||
-rw-r--r-- | textproc/manued.el/pkg-plist | 28 |
6 files changed, 91 insertions, 0 deletions
diff --git a/textproc/manued.el/Makefile b/textproc/manued.el/Makefile new file mode 100644 index 000000000000..8542928687fb --- /dev/null +++ b/textproc/manued.el/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: manued.el +# Date created: 26 February 2002 +# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> +# +# $FreeBSD$ +# + +PORTNAME= manued.el +PORTVERSION= 0.9.4 +CATEGORIES= textproc elisp +MASTER_SITES= http://www.mpi-sb.mpg.de/~hitoshi/projects/manued/arcs/ \ + http://www.archi.is.tohoku.ac.jp/~yamauchi/projects/manued/arcs/ +DISTFILES= ${EL} +EXTRACT_ONLY= # empty +.if !defined(NOPORTDOCS) +DISTFILES+= ${EXTRACT_ONLY} +EXTRACT_ONLY+= manued-0.9.3${EXTRACT_SUFX} +.endif + +MAINTAINER= fuyuki@mj.0038.net + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/manued-0.9.3 + +EL= manued-${PORTVERSION}-cur.el +EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp +XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp + +do-install: + ${MKDIR} ${EMACSLISPDIR} + ${INSTALL_DATA} ${DISTDIR}/${EL} ${EMACSLISPDIR}/manued.el + ${MKDIR} ${XEMACSLISPDIR} + ${LN} -sf ${EMACSLISPDIR}/manued.el ${XEMACSLISPDIR} + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR} + ${MKDIR} ${DOCSDIR} +.for i in ChangeLog README README.EUC doc/* tutorial + ${CP} -R ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/textproc/manued.el/distinfo b/textproc/manued.el/distinfo new file mode 100644 index 000000000000..fa155d52d361 --- /dev/null +++ b/textproc/manued.el/distinfo @@ -0,0 +1,2 @@ +MD5 (manued-0.9.3.tar.gz) = cbbd52a30eb1ce531b4cdbc84a991956 +MD5 (manued-0.9.4-cur.el) = 74c038db1fb458b14b7374bb7f50bb41 diff --git a/textproc/manued.el/pkg-comment b/textproc/manued.el/pkg-comment new file mode 100644 index 000000000000..183486320478 --- /dev/null +++ b/textproc/manued.el/pkg-comment @@ -0,0 +1 @@ +Emacs minor mode for manued proofreading method diff --git a/textproc/manued.el/pkg-descr b/textproc/manued.el/pkg-descr new file mode 100644 index 000000000000..4bdf5f55fa5c --- /dev/null +++ b/textproc/manued.el/pkg-descr @@ -0,0 +1,11 @@ +Manued is a method for proofreading of manuscripts. It is media +independent but especially effective for exchanging electronic text +via E-mail. + +Manued.el is an emacs lisp implementation for supporting manued +method. + +WWW: http://www.mpi-sb.mpg.de/~hitoshi/projects/manued/index.shtml + +- Kimura Fuyuki +fuyuki@mj.0038.net diff --git a/textproc/manued.el/pkg-message b/textproc/manued.el/pkg-message new file mode 100644 index 000000000000..54407e8be112 --- /dev/null +++ b/textproc/manued.el/pkg-message @@ -0,0 +1,3 @@ +To use manued.el, add to your ~/.emacs the following lines: + +(autoload 'manued-minor-mode "manued" "manuscript editing mode" t) diff --git a/textproc/manued.el/pkg-plist b/textproc/manued.el/pkg-plist new file mode 100644 index 000000000000..8011a2c8e151 --- /dev/null +++ b/textproc/manued.el/pkg-plist @@ -0,0 +1,28 @@ +share/emacs/site-lisp/manued.el +@exec mkdir -p %D/lib/xemacs/site-lisp +@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/manued.el +@unexec rm %D/lib/xemacs/site-lisp/manued.el +@unexec rmdir %D/lib/xemacs/site-lisp 2>/dev/null || true +@unexec rmdir %D/lib/xemacs 2>/dev/null || true +%%PORTDOCS%%share/examples/manued.el/sample1.manued +%%PORTDOCS%%share/examples/manued.el/sample2.manued +%%PORTDOCS%%share/examples/manued.el/sample3.manued +%%PORTDOCS%%@dirrm share/examples/manued.el +%%PORTDOCS%%share/doc/manued.el/ChangeLog +%%PORTDOCS%%share/doc/manued.el/README +%%PORTDOCS%%share/doc/manued.el/README.EUC +%%PORTDOCS%%share/doc/manued.el/manued-e.html +%%PORTDOCS%%share/doc/manued.el/manued-e.ps +%%PORTDOCS%%share/doc/manued.el/manued-j.html +%%PORTDOCS%%share/doc/manued.el/manued-j.ps +%%PORTDOCS%%share/doc/manued.el/manuedlogo.jpg +%%PORTDOCS%%share/doc/manued.el/tutorial/English/README.tut +%%PORTDOCS%%share/doc/manued.el/tutorial/English/manued.sub1 +%%PORTDOCS%%share/doc/manued.el/tutorial/English/manued.tut +%%PORTDOCS%%share/doc/manued.el/tutorial/Japanese/README.tut.EUC +%%PORTDOCS%%share/doc/manued.el/tutorial/Japanese/manued.sub1 +%%PORTDOCS%%share/doc/manued.el/tutorial/Japanese/manued.tut +%%PORTDOCS%%@dirrm share/doc/manued.el/tutorial/Japanese +%%PORTDOCS%%@dirrm share/doc/manued.el/tutorial/English +%%PORTDOCS%%@dirrm share/doc/manued.el/tutorial +%%PORTDOCS%%@dirrm share/doc/manued.el |