Date: Sat, 12 Jun 1999 22:54:12 +0900 From: yatt@msc.biglobe.ne.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12157: New Ports: audio/timidity++-xaw Message-ID: <19990612225412V.yatt@msc.biglobe.ne.jp>
next in thread | raw e-mail | index | archive | help
>Number: 12157 >Category: ports >Synopsis: New Ports: audio/timidity++-xaw >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 12 07:00:10 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yoichi Asai >Release: FreeBSD 3.1-RELEASE i386 >Organization: Personal >Environment: >Description: TiMidity++ Xaw interface. Needs audio/timidity++. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # timidity++-xaw # timidity++-xaw/pkg # timidity++-xaw/pkg/PLIST # timidity++-xaw/pkg/COMMENT # timidity++-xaw/pkg/DESCR # timidity++-xaw/Makefile # echo c - timidity++-xaw mkdir -p timidity++-xaw > /dev/null 2>&1 echo c - timidity++-xaw/pkg mkdir -p timidity++-xaw/pkg > /dev/null 2>&1 echo x - timidity++-xaw/pkg/PLIST sed 's/^X//' >timidity++-xaw/pkg/PLIST << 'END-of-timidity++-xaw/pkg/PLIST' Xbin/xawmidi Xlib/timidity/interface_a.so Xshare/doc/timidity/C/README.xaw Xshare/doc/timidity/ja/README.xaw X@cwd /usr/X11R6 Xlib/X11/app-defaults/TiMidity Xlib/X11/ja_JP.EUC/app-defaults/TiMidity END-of-timidity++-xaw/pkg/PLIST echo x - timidity++-xaw/pkg/COMMENT sed 's/^X//' >timidity++-xaw/pkg/COMMENT << 'END-of-timidity++-xaw/pkg/COMMENT' XXaw interface for TiMidity++. END-of-timidity++-xaw/pkg/COMMENT echo x - timidity++-xaw/pkg/DESCR sed 's/^X//' >timidity++-xaw/pkg/DESCR << 'END-of-timidity++-xaw/pkg/DESCR' XThis port allows you to operate TiMidity++ with Xaw interface. X XFormerly, the original version of this program was written by Tuuka XToivonen(until version 0.2i). XNow, Masanao Izumo and many hackers are developing "TiMidity++". XOfficial site is Xhttp://www.goice.co.jp/member/mo/timidity/ X XYoichi Asai <yatt@msc.biglobe.ne.jp> END-of-timidity++-xaw/pkg/DESCR echo x - timidity++-xaw/Makefile sed 's/^X//' >timidity++-xaw/Makefile << 'END-of-timidity++-xaw/Makefile' X# New ports collection makefile for: TiMidity++ X# Version required: 1.3.9 X# Date created: 27 Feb 1999 X# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp> X# X# $Id$ X# X XDISTNAME= TiMidity++-1.3.9 XPKGNAME= timidity++-xaw-1.3.9 XCATEGORIES= audio XMASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ X XMAINTAINER= yatt@msc.biglobe.ne.jp X XRUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ XLIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d X X# If you don't require Japanese docs, uncomment this. X#NO_USE_JAPANESE= yes X XUSE_XLIB= yes XUSE_AUTOCONF= yes X XFILESDIR= ${.CURDIR}/../../audio/timidity++/files X XDIST_SUBDIR= timidity X X.include <bsd.port.pre.mk> X XCONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ X --disable-ncurses --disable-vt100 --disable-tcltk \ X --disable-emacs --enable-xaw=dynamic --disable-xskin \ X --disable-motif --disable-slang --disable-gtk \ X --enable-network --enable-spectrogram --enable-wrd X.if ${PORTOBJFORMAT} == "elf" XCONFIGURE_ENV= LDFLAGS=-export-dynamic X.endif X XTIMID_DIR= ${PREFIX}/lib/timidity XLINK= xawmidi XDOCFILES= README.xaw XDOCLANG= C X.if !defined(NO_USE_JAPANESE) XDOCLANG+= ja_JP.ujis X.endif X Xdo-build: X cd ${WRKSRC}/interface; ${MAKE} X Xdo-install: X cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} X ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} X @${MKDIR} ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults X ${INSTALL_DATA} ${WRKSRC}/TiMidity.ad \ X ${X11BASE}/lib/X11/app-defaults/TiMidity X ${INSTALL_DATA} ${WRKSRC}/TiMidity-uj.ad \ X ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults/TiMidity X Xpost-install: X.if !defined(NOPORTDOCS) X.for lang in ${DOCLANG} X @${MKDIR} \ X ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` X ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/${DOCFILES} \ X ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` X.endfor X.endif X X.include <bsd.port.post.mk> END-of-timidity++-xaw/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990612225412V.yatt>