aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity
Commit message (Collapse)AuthorAgeFilesLines
* audio/timidity: install manpage into canonical locationDmitry Marakasov2022-11-082-2/+2
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Fix CONFLICTS entries in archivers, astro, audioStefan Eßer2022-01-131-1/+1
| | | | | | | | | | | | | | 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)
* ncurses: partial revert 266130ce71ef2f1cd944a70789bf003da3254c29Baptiste Daroussin2021-09-241-1/+0
| | | | | In many places I overlooked at the problem we were trying to solve when libncurses is split.
* ncurses: fix build with futur base and ports ncursesBaptiste Daroussin2021-09-231-0/+1
| | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/timidity: modernizeJan Beich2016-11-031-30/+25
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=425205
* Cleanup patches, a* categories.Mathieu Arnold2016-07-2614-36/+36
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* audio/timidy: Respect LDFLAGS, document ncurses requirementJohn Marino2016-01-302-7/+16
| | | | Notes: svn path=/head/; revision=407528
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Add LICENSEDmitry Marakasov2014-10-301-0/+3
| | | | Notes: svn path=/head/; revision=371739
* Add USES=alias to several portsJohn Marino2014-10-201-0/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=371241
* Cleanup plistBaptiste Daroussin2014-10-201-5/+0
| | | | Notes: svn path=/head/; revision=371234
* Update CONFLICTS range, audio/timidity++ is at 2.14.0 nowPawel Pekala2014-07-061-1/+1
| | | | Notes: svn path=/head/; revision=360876
* audio/timidity & guspat: Add guspat as alternative for goemonJohn Marino2014-05-1021-587/+573
| | | | | | | | | | | Neither port is currently maintained PR: ports/177074 Submitted by: Green Dog Approved by: timidity maintainer (Kevin Zheng) before he dropped it Notes: svn path=/head/; revision=353632
* Stage supportAntoine Brodin2014-02-063-8/+26
| | | | Notes: svn path=/head/; revision=343154
* - Back to poolBernhard Froehlich2014-01-271-1/+1
| | | | | | | | PR: ports/185556 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) Notes: svn path=/head/; revision=341415
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Update COMMENT, pkg-descrPawel Pekala2013-03-132-7/+11
| | | | | | | | | | - Give maintainership to submitter PR: ports/176831 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=314098
* Undeprecate by providing an alternative location for goemon.tgzMikhail Teterin2012-11-071-5/+2
| | | | | | | | | Feature safe: yes Obtained from: OpenBSD Approved by: portmgr (beat) Notes: svn path=/head/; revision=307147
* It seems that the file dgguspat.zip is the one which was legally restricted, butEitan Adler2012-10-291-9/+5
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=306610
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Fixed CONFLICTS for timidity++ 2.13Marcus von Appen2009-07-071-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=237358
* - Fix build after libmytinfo is gone.Rong-En Fan2007-02-012-11/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=183886
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+2
| | | | Notes: svn path=/head/; revision=149221
* audio/timidity installs files with invalid uid and gid.Edwin Groothuis2004-05-311-8/+6
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=110472
* - tar -> ${TAR} (since we have now a bsdtar ;)Clement Laforet2004-04-071-1/+1
| | | | Notes: svn path=/head/; revision=106396
* Add SIZE.Trevor Johnson2004-01-271-0/+2
| | | | Notes: svn path=/head/; revision=99295
* - Add CONFLICTS, because of the same item in pkg-plistKirill Ponomarev2003-10-111-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90850
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Reduce compiler warning on -CURRENT.Norikatsu Shigemura2003-02-132-2/+89
| | | | | | | | PR: ports/48231 Submitted by: Andrew Lankford <arlankfo@141.com> Notes: svn path=/head/; revision=75458
* Update WWW site.Edwin Groothuis2002-12-262-4/+4
| | | | | | | | | Update redirect. Add tags to mastersites Noticed by: portsurvey Notes: svn path=/head/; revision=71891
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* machine/soundcard.h -> sys/soundcard.hPete Fritchman2002-06-071-0/+5
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=60745
* Make it work under FreeBSD-current.Joerg Wunsch2001-12-042-26/+16
| | | | | | | | | | There no longer seems to be a __byte_swap_word(). stdin/stdout are no longer static objects, thus can't be used in global initializers anymore (foo!). :-( Notes: svn path=/head/; revision=51037
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-4/+3
| | | | Notes: svn path=/head/; revision=37252
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-9/+9
| | | | Notes: svn path=/head/; revision=27415
* portlintMichael Haro2000-02-021-2/+1
| | | | Notes: svn path=/head/; revision=25428
* Remove myself from MAINTAINERAndrey A. Chernov1999-12-231-1/+1
| | | | Notes: svn path=/head/; revision=23862
* Breakout a multipart patch and use the default implementation insteadSteve Price1999-09-202-53/+53
| | | | | | | of the missing byts_swap_* on FreeBSD/Alpha. Notes: svn path=/head/; revision=21810
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21048
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898