aboutsummaryrefslogtreecommitdiff
path: root/audio/cutmp3
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 Marakasov2015-11-091-1/+6
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=401167
* Upgrade to 3.0.1.Vanilla I. Shu2015-10-012-3/+3
| | | | Notes: svn path=/head/; revision=398260
* Reset dhn's portsErwin Lansing2015-06-121-1/+1
| | | | | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr Notes: svn path=/head/; revision=389300
* Fix build on -current and do a better job of honouring ${CC}.Adam Weinberger2014-08-152-6/+3
| | | | Notes: svn path=/head/; revision=365024
* Add USES=readline to fix build on current.Adam Weinberger2014-08-091-1/+1
| | | | Notes: svn path=/head/; revision=364397
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-1/+1
| | | | Notes: svn path=/head/; revision=356114
* Remove trailing whitespaces from category audioEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345395
* Fix staging support.Emanuel Haupt2014-02-132-15/+41
| | | | Notes: svn path=/head/; revision=344091
* Support stagingEmanuel Haupt2014-02-121-7/+3
| | | | Notes: svn path=/head/; revision=344024
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-1/+3
| | | | | | | Holdout shame list: ruby, perl, python Notes: svn path=/head/; revision=338547
* 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
* - Fix build with clangDennis Herrmann2011-06-211-0/+3
| | | | Notes: svn path=/head/; revision=276024
* - Update to 2.0.3Dennis Herrmann2011-06-112-3/+3
| | | | Notes: svn path=/head/; revision=275359
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 2.0.2Dennis Herrmann2010-06-023-11/+11
| | | | Notes: svn path=/head/; revision=255499
* - Update to 2.0.1Dennis Herrmann2009-08-233-9/+9
| | | | Notes: svn path=/head/; revision=240219
* - Update to 2.0Dennis Herrmann2009-06-283-9/+12
| | | | | | | | PR: ports/136147 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=236742
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* cutmp3 is a small and fast command line MP3 editor. It letsMartin Wilke2008-10-054-0/+71
you select sections of an MP3 interactively or via a timetable and save them to separate files without quality loss. It uses mpg123 for playback and works with VBR files and even with files bigger than 2GB. Other features are configurable silence seeking and ID3 tag seeking, which are useful for concatenated mp3s. WWW: http://www.puchalla-online.de/cutmp3.html PR: ports/127877 Submitted by: Dennis Herrmann <adox at mcx2.org> Notes: svn path=/head/; revision=221253