Port details |
- atomicparsley Command line program for reading parsing and setting MP4/M4A metadata
- 20240608.083822.1ed9031 multimedia =4 20240608.083822.1ed9031Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-04-16 13:18:46
- Last Update: 2024-06-08 18:26:41
- Commit Hash: 7d96d13
- People watching this port, also watch:: mkvtoolnix, nasm, flac, sysconftool, openssl
- License: GPLv2+
- WWW:
- https://github.com/wez/atomicparsley
- Description:
- AtomicParsley is a lightweight command line program for reading, parsing and
setting metadata into MPEG-4 files supporting these styles of metadata:
* iTunes-style metadata into .mp4, .m4a, .m4p, .m4v, .m4b files
* 3gp-style assets in 3GPP, 3GPP2, MobileMP4 & derivatives
* ISO copyright notices at movie & track level for MPEG-4
* uuid private user extension text & file embedding for MPEG-4
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- atomicparsley>0:multimedia/atomicparsley
- To install the port:
- cd /usr/ports/multimedia/atomicparsley/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/atomicparsley
- pkg install atomicparsley
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: atomicparsley
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717861102
SHA256 (wez-atomicparsley-20240608.083822.1ed9031_GH0.tar.gz) = 5bc9ac931a637ced65543094fa02f50dde74daae6c8800a63805719d65e5145e
SIZE (wez-atomicparsley-20240608.083822.1ed9031_GH0.tar.gz) = 231805
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Run
-
- multimedia/get_iplayer
- multimedia/py-tartube
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- multimedia_atomicparsley
- USES:
- cmake compiler:c++11-lang cpe
- 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 |
20240608.083822.1ed9031 08 Jun 2024 18:26:41 |
Jan Beich (jbeich) |
multimedia/atomicparsley: update to 20240608.083822.1ed9031
Changes: https://github.com/wez/atomicparsley/releases/tag/20240608.083822.1ed9031
Reported by: GitHub (watch releases) |
20221229.172126.d813aa6 30 Dec 2022 17:00:00 |
Jan Beich (jbeich) |
multimedia/atomicparsley: update to 20221229.172126.d813aa6
Changes: https://github.com/wez/atomicparsley/releases/tag/20221229.172126.d813aa6
Reported by: GitHub (watch releases) |
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) |
20210114.184825.1dbe1be 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 ) |
20210114.184825.1dbe1be 29 Sep 2021 19:50:59 |
Bernhard Froehlich (decke) |
multimedia/atomicparsley: Add CPE information
Approved by: portmgr (blanket) |
20210114.184825.1dbe1be 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20210114.184825.1dbe1be 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210114.184825.1dbe1be 31 Jan 2021 17:24:12 |
jbeich |
multimedia/atomicparsley: allow Clang with -stdlib=libstdc++ |
20210114.184825.1dbe1be 31 Jan 2021 17:22:06 |
jbeich |
multimedia/atomicparsley: unbreak on GCC architectures after r563497
src/util.cpp: In function 'FILE* APar_OpenISOBaseMediaFile(const char*, bool)':
src/util.cpp:125: error: 'nullptr' was not declared in this scope
src/util.cpp:131: error: 'nullptr' was not declared in this scope |
20210114.184825.1dbe1be 31 Jan 2021 17:16:05 |
jbeich |
multimedia/atomicparsley: update to 20210114.184825.1dbe1be
See https://github.com/wez/atomicparsley#a-note-on-maintenance |
0.9.0_2 18 Nov 2016 03:34:14 |
jbeich |
multimedia/atomicparsley: unbreak with libc++ 3.9
AtomicParsley.cpp:1450:9: error: cannot initialize a variable of type 'char *'
with an rvalue of type 'const char *'
char* orig_suffix = strrchr(originating_file, '.');
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:4467:10: error: assigning to 'char *' from incompatible type
'const char *'
suffix = strrchr(filePath, '.');
^ ~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:4483:9: error: cannot initialize a variable of type 'char *'
with an rvalue of type 'const char *'
char* file_name = strrchr(filePath, '/');
^ ~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:5009:11: error: cannot initialize a variable of type 'char *'
with an rvalue of type 'const char *'
char* suffix = strrchr(m4aFile, '.');
^ ~~~~~~~~~~~~~~~~~~~~~
PR: 212343
Reported by: antoine (via exp-run) |
0.9.0_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.9.0_2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.9.0_2 15 May 2015 02:44:06 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Fix program installation, which fixes stripping
- Add dragonfly support
- Fix WWW: |
0.9.0_1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
0.9.0_1 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
0.9.0_1 16 Dec 2013 17:26:49 |
bapt |
Drop maintainership |
0.9.0_1 23 Sep 2013 06:12:33 |
bapt |
Use stage |
0.9.0_1 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.9.0_1 20 Jun 2011 16:49:15 |
bapt |
Repect CXX and CXXFLAGS, should fix build with clang |
0.9.0_1 20 Mar 2011 22:30:17 |
bapt |
Get rid of md5 for all my ports.
while here add most of the licenses |
0.9.0_1 28 Jul 2010 17:31:01 |
bapt |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
0.9.0_1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.9.0_1 24 Apr 2008 05:56:45 |
jadawin |
- Fix build for amd64
- Bump PORTREVISION
Submitted by: baptiste.daroussin@gmail.com (maintainer) via private email
Approved by: thierry (mentor) |
0.9.0 16 Apr 2008 13:16:36 |
jadawin |
- Rename AtomicParsley to atomicparsley (requested by danfe)
- Chase dependancy name change
Approved by: maintainer, tabthorpe (mentor) |