aboutsummaryrefslogtreecommitdiff
path: root/audio/chordpack
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to option helpers, fix minor style issues, use INSTALL_DATA forAlexey Dokuchaev2018-01-111-4/+6
| | | | | | | installing documentation files instead of abusing INSTALL_MAN. Notes: svn path=/head/; revision=458722
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-3/+3
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-3/+3
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* Support stageBaptiste Daroussin2013-12-261-11/+9
| | | | | | | | Use shebangfix Properly run depends on perl Notes: svn path=/head/; revision=337586
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - respect DOCSDIRIon-Mihai Tetcu2008-07-101-2/+5
| | | | | | | | | | | - fix plist with -DNOORTDOCS - bump PORTREVISION Prompted by: QA Tindy run Approved by: maintainer timeout on BotMail Notes: svn path=/head/; revision=216660
* Update to 0.8.1Martin Wilke2006-06-062-4/+4
| | | | | | | | | PR: ports/98467 Submitted by: miwi Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=164653
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-2/+2
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91809
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Distfile change without version bump. Apparently the par command wasSteve Price2001-07-301-1/+1
| | | | | | | | not working correctly to the author added a new one called spar that should do the trick. Notes: svn path=/head/; revision=45603
* Initial import of chordpack-0.8.0.Kevin Lo2001-07-086-0/+54
This a PERL script that converts ChordPro files (.chopro) to a more readable output format, including HTML, ASCII, and TeX. PR: 28807 Submitted by: Seth Kingsley <sethk@meowfishies.com> Notes: svn path=/head/; revision=44931