View | Details | Raw Unified | Return to bug 174176 | Differences between
and this patch

Collapse All | Expand All

(-)audio/timidity++-$/Makefile (-14 lines)
Lines 1-14 Link Here
1
# Created by: Yoichi Asai <yatt@luna2.org>
2
# $FreeBSD: head/audio/timidity++-emacs/Makefile 340722 2014-01-22 17:00:46Z mat $
3
4
PKGNAMESUFFIX=	-emacs
5
6
MAINTAINER=	ports@FreeBSD.org
7
COMMENT=	Emacs interface for TiMidity++
8
9
MASTERDIR=	${.CURDIR}/../../audio/timidity++
10
11
PLIST_FILES=	${TIMID_LIBDIR}/interface_e.so ${ELISPDIR}/timidity.el
12
NO_STAGE=	yes
13
14
.include "${MASTERDIR}/Makefile"
(-)audio/timidity++-$/pkg-descr (-8 lines)
Lines 1-8 Link Here
1
This port allows you to operate TiMidity++ on Emacs buffer.
2
Please place timidity.el on load-path.
3
4
Formerly, the original version of this program was written by Tuuka
5
Toivonen(until version 0.2i).
6
Now, Masanao Izumo and many hackers are developing "TiMidity++".
7
8
WWW: http://timidity.sourceforge.net/
(-)audio/timidity++-$/pkg-message (-14 lines)
Lines 1-14 Link Here
1
========================================================================
2
"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ .
3
If this place is not proper for your Emacs(en), copy it to load-path.
4
5
Ex. /usr/local/lib/xemacs/site-lisp
6
    /usr/local/share/mule/site-lisp
7
8
Add these line to your "~/.emacs"
9
10
(autoload 'timidity "timidity" "TiMidity Interface" t)
11
(setq timidity-prog-path "/usr/local/bin/timidity")
12
13
And then, type "M-x timidity" on Emacs. Enjoy!
14
========================================================================

Return to bug 174176