Port details |
- id3mtag Mass tagging utility for audio files
- 0.80 audio
=0 0.80Version of this port present on the latest quarterly branch. - Maintainer: squell@alumina.nl
 - Port Added: 2005-10-03 13:25:39
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- License: BSD2CLAUSE
- Description:
- Port of id3 mass tagger, a tool for manipulating id3, id3v2 and lyrics3 tags
in multiple files. It can generate tag fields from the filename and other
variables, and/or rename files, using an intuitive syntax.
WWW: https://squell.github.io/id3
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/id3mtag/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/id3mtag
- pkg install id3mtag
- PKGNAME: id3mtag
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (id3-0.80.tar.gz) = aa61735c5806ed77b71de1408a78371d04add8c8c9b1532a055949081e5a35e2
SIZE (id3-0.80.tar.gz) = 78289
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for id3mtag-0.80:
BASH=off: Support for bash auto-completion
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_id3mtag
- USES:
- iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.80
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
02 Dec 2016 09:21:59
0.80
|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
03 Jan 2016 17:50:48
0.80
|
sunpoet  |
- Update to 0.80
- Remove MAKE_ARGS
- Add BASH option
- Respect ICONV_* variables
- Convert to new options target helper
Changes: https://github.com/squell/id3/releases |
15 Apr 2015 08:20:28
0.79
|
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
02 Mar 2015 23:07:16
0.79
|
bapt  |
Remove Authors from pkg-descr |
02 Feb 2015 18:39:39
0.79
|
amdmi3  |
- Update to 0.79
PR: 197258
Submitted by: squell@alumina.nl (maintainer) |
23 Sep 2014 22:27:42
0.78
|
antoine  |
Remove useless mkdir which was violating stagedir |
13 Feb 2014 14:56:05
0.78
|
ehaupt  |
- Support staging
- Add LICENSE |
10 Feb 2014 13:54:28
0.78
|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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) |
03 Jan 2014 15:26:07

|
adamw  |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python |
20 Sep 2013 14:36:37
0.78
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
24 Oct 2011 09:11:38
0.78
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
19 Mar 2011 12:38:54
0.78
|
miwi  |
- Get Rid MD5 support |
26 Mar 2006 14:59:49
0.78
|
pav  |
- Update to 0.78
PR: ports/94931
Submitted by: Marc Schoolderman <squell@alumina.nl> (maintainer) |
04 Feb 2006 13:09:04
0.77
|
az  |
- Update to version 0.77
-------
Simple version number increase; no files added or removed. I added a SHA256 to
the output of "make makesum" since it also appeared in the ports directory.
------
PR: ports/92780
Submitted by: Marc Schoolderman (maintainer) |
22 Jan 2006 08:13:12
0.76
|
edwin  |
SHA256ify
Approved by: krion@ |
03 Oct 2005 13:25:04
0.76
|
mnag  |
New port
Port of id3 mass tagger, a tool for manipulating id3 and id3v2 tags in
multiple files. It can generate tag fields from the filename and other
variables, and/or rename files, using an intuitive syntax.
PR: 84462
Submitted by: Marc Schoolderman <squell@alumina.nl>
Approved by: pav (mentor) |