From 074b71369ad222637746aabdbf13a36d0757d9da Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Tue, 12 Oct 1999 15:56:16 +0000 Subject: PR: ports/12151 Submitted by: yatt@msc.biglobe.ne.jp Emacs interface for TiMidity++. --- audio/timidity++-emacs/Makefile | 46 ++++++++++++++++++++++++++++++++++++++ audio/timidity++-emacs/pkg-comment | 1 + audio/timidity++-emacs/pkg-descr | 10 +++++++++ audio/timidity++-emacs/pkg-message | 10 +++++++++ audio/timidity++-emacs/pkg-plist | 2 ++ 5 files changed, 69 insertions(+) create mode 100644 audio/timidity++-emacs/Makefile create mode 100644 audio/timidity++-emacs/pkg-comment create mode 100644 audio/timidity++-emacs/pkg-descr create mode 100644 audio/timidity++-emacs/pkg-message create mode 100644 audio/timidity++-emacs/pkg-plist (limited to 'audio') diff --git a/audio/timidity++-emacs/Makefile b/audio/timidity++-emacs/Makefile new file mode 100644 index 000000000000..8b0d5f281662 --- /dev/null +++ b/audio/timidity++-emacs/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: TiMidity++ +# Version required: 1.3.10 +# Date created: 27 Feb 1999 +# Whom: Yoichi Asai +# +# $FreeBSD$ +# + +DISTNAME= TiMidity++-1.3.10 +PKGNAME= timidity++-emacs-1.3.10 +CATEGORIES= audio +MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ + +MAINTAINER= yatt@msc.biglobe.ne.jp + +RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ + +USE_XLIB= yes +USE_AUTOCONF= yes + +FILESDIR= ${.CURDIR}/../../audio/timidity++/files + +DIST_SUBDIR= timidity + +.include + +CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ + --disable-ncurses --disable-vt100 --disable-tcltk \ + --enable-emacs=dynamic --disable-xaw --disable-xskin \ + --disable-motif --disable-slang --disable-gtk \ + --enable-network --enable-spectrogram --enable-wrd +.if ${PORTOBJFORMAT} == "elf" +CONFIGURE_ENV= LDFLAGS=-export-dynamic +.endif + +TIMID_DIR= ${PREFIX}/lib/timidity + +do-build: + cd ${WRKSRC}/interface; ${MAKE} + +do-install: + cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} + ${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${TIMID_DIR} + @cat ${PKGDIR}/MESSAGE + +.include diff --git a/audio/timidity++-emacs/pkg-comment b/audio/timidity++-emacs/pkg-comment new file mode 100644 index 000000000000..180252f0e2b2 --- /dev/null +++ b/audio/timidity++-emacs/pkg-comment @@ -0,0 +1 @@ +Emacs interface for TiMidity++. diff --git a/audio/timidity++-emacs/pkg-descr b/audio/timidity++-emacs/pkg-descr new file mode 100644 index 000000000000..76107195c724 --- /dev/null +++ b/audio/timidity++-emacs/pkg-descr @@ -0,0 +1,10 @@ +This port allows you to operate TiMidity++ on Emacs buffer. +Please place timidity.el on load-path. + +Formerly, the original version of this program was written by Tuuka +Toivonen(until version 0.2i). +Now, Masanao Izumo and many hackers are developing "TiMidity++". +Official site is +http://www.goice.co.jp/member/mo/timidity/ + +Yoichi Asai diff --git a/audio/timidity++-emacs/pkg-message b/audio/timidity++-emacs/pkg-message new file mode 100644 index 000000000000..5aff3a09a94d --- /dev/null +++ b/audio/timidity++-emacs/pkg-message @@ -0,0 +1,10 @@ + +======================================================================== +Place ${PREFIX}/lib/timidity/timidity.el on load-path of your Emacs(en). + +Ex. /usr/local/lib/xemacs/site-lisp + /usr/local/share/mule/site-lisp + +And then, type "M-x timidity" on Emacs. Enjoy! +======================================================================== + diff --git a/audio/timidity++-emacs/pkg-plist b/audio/timidity++-emacs/pkg-plist new file mode 100644 index 000000000000..92cbbe9c6232 --- /dev/null +++ b/audio/timidity++-emacs/pkg-plist @@ -0,0 +1,2 @@ +lib/timidity/interface_e.so +lib/timidity/timidity.el -- cgit v1.2.3