Port details |
- mp3asm MP3 frame level editor
- 0.1.3.1_1 audio
=8 0.1.3.1_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2001-07-20 00:28:15
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: cdparanoia, libmng, libglade2, libxml2, iso8879
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/mp3asm/
- Description:
- An mpeg 1/2/2.5 audio layer 1,2,3 frame level editor. Allows for cutting,
copying, pasting of individual frames, correction of common (correctable)
errors, removal of bad frames and more. Quite useful program for maintaining any
mp3 collection.
Feature:
- Removing bad frames and blips
- Correcting certain errors in the stream
- Working with individual frames, like one would with individual samples in a
wave editor
- Removing or adding of empty frames (for id3v2)
- Setting header flags, gain values
- ...
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/mp3asm/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/mp3asm
- pkg install mp3asm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mp3asm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mp3asm-0.1.3-1.tar.bz2) = 14d67f040e99eb33369e3f7b136d60eca45c59b946ce58a6af9fb4954a87adc7
SIZE (mp3asm-0.1.3-1.tar.bz2) = 46530
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mp3asm-0.1.3.1_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_mp3asm
- USES:
- gmake tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
0.1.3.1_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
0.1.3.1_1 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.1.3.1_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.3.1_1 24 Nov 2020 20:48:32
  |
sunpoet  |
Convert REINPLACE_CMD to patch files |
0.1.3.1_1 15 Mar 2019 21:40:42
  |
sunpoet  |
Update WWW |
0.1.3.1_1 19 Aug 2017 16:04:32
  |
sunpoet  |
Add LICENSE_FILE
- Sort USES
- Merge post-extract: into post-patch:
- Cosmetic change
- Update pkg-descr
- Remove license from pkg-descr
- Take maintainership |
0.1.3.1_1 11 Aug 2016 19:53:03
  |
dinoex  |
- drop maintainership cause of r394778 |
0.1.3.1_1 26 Jul 2016 16:51:16
  |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.1.3.1_1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.1.3.1_1 19 Aug 2015 13:30:00
  |
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
0.1.3.1_1 30 Mar 2014 19:44:49
  |
dinoex  |
- new USES= |
0.1.3.1_1 21 Feb 2014 13:35:10
  |
ehaupt  |
Remove trailing whitespaces from category audio |
0.1.3.1_1 10 Feb 2014 13:54:28
  |
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) |
0.1.3.1_1 08 Nov 2013 05:59:05
  |
dinoex  |
- Fix build with clang
- use STAGEDIR
- use OPTIONS_DEFINE
- Use PLIST_FILES and PORTDOCS instead of PLIST
PR: 183110
Submitted by: sunpoet (Sunpoet Po-Chuan Hsieh)
- rename patchfiles
- merge REINPLACE_CMD |
0.1.3.1_1 21 Sep 2013 11:06:04
  |
dinoex  |
- fix misplaced NO_STAGE in slaveports and ifdefs |
0.1.3.1_1 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06

|
bapt  |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
0.1.3.1_1 26 Jan 2013 16:34:40
  |
dinoex  |
- cleanup header |
0.1.3.1_1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.1.3.1_1 04 Jun 2010 13:49:15
 |
dinoex  |
LICENSE GPLv2 |
0.1.3.1_1 22 Aug 2009 00:13:27
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.1.3.1_1 16 Jan 2009 16:21:12
 |
dinoex  |
- add LICENSE: |
0.1.3.1_1 03 May 2006 05:14:35
 |
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
0.1.3.1_1 13 Nov 2005 09:26:50
 |
dinoex  |
- add SHA checksum |
0.1.3.1_1 26 Feb 2004 04:53:40
 |
dinoex  |
- add SIZE |
0.1.3.1_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.1.3.1 21 Dec 2003 07:40:53
 |
dinoex  |
- take maintainership
- make portlint happy |
0.1.3.1 21 Oct 2003 11:24:02
 |
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
0.1.3.1 20 Feb 2003 16:49:55
 |
knu  |
De-pkg-comment. |
0.1.3.1 06 Jul 2002 06:18:25
 |
pat  |
Update to 0.1.3.1
PR: 40240
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
30 Aug 2001 06:09:06
    |
petef  |
- update to 0.1.3 - install documentation |
03 Aug 2001 21:16:39
    |
ijliao  |
s,getprogname,_getprogname,g newer version of FreeBSD provides getprogname(3)
|
20 Jul 2001 04:28:15
    |
ijliao  |
add mp3asm MP3 frame level editor |