Port details |
- timidity MIDI to PCM software synthesizer
- 0.2i_1 audio =25 0.2i_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-11-08 12:09:18
- Commit Hash: 5c64d3b4
- People watching this port, also watch:: lame, pcre, pango, freetype2, glib
- License: GPLv2+
- WWW:
- http://www.onicos.com/staff/iz/timidity/
- Description:
- TiMidity is a software synthesizer. It can play MIDI files by converting them
into PCM waveform data; give it a MIDI data along with digital instrument data
files, then it synthesizes them in real-time, and plays. It can not only play
sounds, but also can save the generated waveforms into hard disks as various
audio file formats.
TiMidity 0.2i was written by Tuukka Toivonen <tt@cgs.fi> in 1995. No new version
of this project has been released since then. Development has been continued by
Masanao Izumo et al. in the new project named TiMidity++ (audio/timidity++).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- timidity>0:audio/timidity
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/audio/timidity/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/timidity
- pkg install timidity
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: timidity
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (goemon.tgz) = 3a0c603f88751c8d54c7c23f013d4c91ae7690a62701d8e4383c60129c54fcf7
SIZE (goemon.tgz) = 10804344
SHA256 (timidity-0.2i.tar.gz) = 65fa17c93fb45447b76c141eb18371f50fc8d3a54f767e4d315b0754ebf6f060
SIZE (timidity-0.2i.tar.gz) = 151638
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- audio/sdl_sound
- for Run
-
- audio/sdl_mixer
- audio/sdl_sound
- games/doomsday
- games/falconseye
- games/fheroes2
- games/primateplunge
- games/uhexen
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for timidity-0.2i_1:
====> Default sound fonts: you have to select exactly one of them
GOEMON=on: Bundle from Goemon's patchkit
GUSPAT=off: Use from audio/guspat port
===> Use 'make config' to modify these settings
- Options name:
- audio_timidity
- USES:
- alias ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2i_1 08 Nov 2022 12:09:18 |
Dmitry Marakasov (amdmi3) |
audio/timidity: install manpage into canonical location |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2i_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2i_1 13 Jan 2022 21:01:28 |
Stefan Eßer (se) |
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit) |
0.2i_1 24 Sep 2021 13:11:53 |
Baptiste Daroussin (bapt) |
ncurses: partial revert 266130ce71ef2f1cd944a70789bf003da3254c29
In many places I overlooked at the problem we were trying to solve when
libncurses is split. |
0.2i_1 23 Sep 2021 16:22:54 |
Baptiste Daroussin (bapt) |
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses |
0.2i_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2i_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2i_1 03 Nov 2016 12:21:56 |
jbeich |
audio/timidity: modernize
- Convert to option helpers
- Convert to COPYTREE_SHARE, CONFLICTS_INSTALL
- Turn goemon font into an actual option
- Use TDIR/TCONFIG variables more
Tested by: mtree -k sha256 -cp <before> | mtree -p <after> # is silent |
0.2i_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.2i_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.2i_1 30 Jan 2016 14:54:44 |
marino |
audio/timidy: Respect LDFLAGS, document ncurses requirement |
0.2i_1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.2i_1 30 Oct 2014 11:36:47 |
amdmi3 |
- Add LICENSE |
0.2i_1 20 Oct 2014 08:12:20 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
0.2i_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.2i_1 06 Jul 2014 10:45:54 |
pawel |
Update CONFLICTS range, audio/timidity++ is at 2.14.0 now |
0.2i_1 10 May 2014 23:40:37 |
marino |
audio/timidity & guspat: Add guspat as alternative for goemon
Neither port is currently maintained
PR: ports/177074
Submitted by: Green Dog
Approved by: timidity maintainer (Kevin Zheng) before he dropped it |
0.2i_1 06 Feb 2014 21:26:25 |
antoine |
Stage support |
0.2i_1 27 Jan 2014 15:33:26 |
decke |
- Back to pool
PR: ports/185556
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) |
0.2i_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.2i_1 13 Mar 2013 17:23:05 |
pawel |
- Update COMMENT, pkg-descr
- Give maintainership to submitter
PR: ports/176831
Submitted by: Kevin Zheng <kevinz5000@gmail.com> |
0.2i_1 07 Nov 2012 22:08:39 |
mi |
Undeprecate by providing an alternative location for goemon.tgz
Feature safe: yes
Obtained from: OpenBSD
Approved by: portmgr (beat) |
0.2i_1 29 Oct 2012 13:20:11 |
eadler |
It seems that the file dgguspat.zip is the one which was legally restricted, but
this file is no longer used by the port.
The TIINS MASTER_SITE (ftp://ftp.kiarchive.ru) is no longer accessible.
Trim headers
Feature safe: yes |
0.2i_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.2i_1 07 Jul 2009 20:06:31 |
mva |
Fixed CONFLICTS for timidity++ 2.13
Approved by: miwi (mentor) |
0.2i_1 01 Feb 2007 20:54:26 |
rafan |
- Fix build after libmytinfo is gone.
Reported by: kris |
0.2i 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
0.2i 23 Nov 2005 23:29:54 |
pav |
- Add some SHA256 checksums |
0.2i 31 May 2004 04:30:53 |
edwin |
audio/timidity installs files with invalid uid and gid.
audio/timidity installs some files with invalid uid and gid.
This is caused by installing the files directly from
an archive. Tar with a root priviledge preserves owners
and permissions by default.
PR: ports/67397
Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp> |
0.2i 07 Apr 2004 13:26:20 |
clement |
- tar -> ${TAR} (since we have now a bsdtar ;) |
0.2i 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.2i 11 Oct 2003 14:36:37 |
krion |
- Add CONFLICTS, because of the same item in pkg-plist
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.2i 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
0.2i 13 Feb 2003 13:10:40 |
nork |
Reduce compiler warning on -CURRENT.
PR: ports/48231
Submitted by: Andrew Lankford <arlankfo@141.com> |
0.2i 26 Dec 2002 23:27:43 |
edwin |
Update WWW site.
Update redirect.
Add tags to mastersites
Noticed by: portsurvey |
0.2i 07 Jun 2002 02:21:52 |
petef |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento |
04 Dec 2001 22:50:06 |
joerg |
Make it work under FreeBSD-current. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |