aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3rename
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFLICTS entries in archivers, astro, audioStefan Eßer2022-01-131-0/+2
| | | | | | | | | | | | | | 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)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Stage supportAntoine Brodin2014-01-041-2/+1
| | | | Notes: svn path=/head/; revision=338638
* 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
* For unmaintained ports in `audio' category, drop leading article from COMMENTAlexey Dokuchaev2013-03-131-7/+4
| | | | | | | and perform other minor cleanups along the way, whenever noticed. Notes: svn path=/head/; revision=314074
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Use MASTER_SITE_DEBIAN_POOL (previous revision had a typo:Kris Kennaway2003-08-041-2/+1
| | | | | | | | | | MASTER_SITES_DEBIAN instead of MASTER_SITE_DEBIAN) PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru> Notes: svn path=/head/; revision=86255
* Switch over to MASTER_SITE_DEBIAN.Christian Weisgerber2003-02-132-2/+3
| | | | | | | | | | | | Also convert COMMENT while I'm here. List of candidate ports from PR: 47881 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=75426
* 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
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-071-1/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* 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
* Fix MASTER_SITES, remove uneeded patch-aa. The DISTNAME has alsoJim Mock2002-01-143-12/+10
| | | | | | | | | | changed (which is the reason for the new distinfo file). PR: 33787 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=53039
* Remove janssen@rendo.dekooi.nl as MAINTAINER; mail has been bouncing forBill Fenner2002-01-071-1/+1
| | | | | | | 2.5 months. Notes: svn path=/head/; revision=52725
* remove deprecated fetch optionsMichael Haro2001-04-021-2/+0
| | | | Notes: svn path=/head/; revision=40725
* Don't try to install a manpage that doesn't exist.Steve Price2000-05-281-0/+8
| | | | Notes: svn path=/head/; revision=28821
* Remove references to nonexistent manpage.Maxim Sobolev2000-05-251-5/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=28753
* Update port to 0.6Chris D. Faulhaber2000-05-072-2/+2
| | | | | | | | PR: 18409 Submitted by: Maintainer Notes: svn path=/head/; revision=28351
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-8/+8
| | | | Notes: svn path=/head/; revision=27415
* fix checksum.Munechika SUMIKAWA2000-01-251-1/+1
| | | | Notes: svn path=/head/; revision=25068
* A program to rename mp3 files based on their id3tag.Ade Lovett2000-01-085-0/+32
PR: 15982 Submitted by: Sander Janssen <janssen@rendo.dekooi.nl> Notes: svn path=/head/; revision=24560