notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/puddletag/Makefile

Number of commits found: 37

Sunday, 29 Oct 2023
20:37 Jason E. Hale (jhale) search for other commits by this committer
Revert "audio/puddletag: Mark DEPRECATED"

This reverts commit 33c18c58b3c81a502dbca93aa9ff8ff7dd7a4f61.

devel/py-qt5-pyqt is no longer marked DEPRECATED. This port does not
require python bindings for www/qt5-webkit.
commit hash: 14d2c69abddc5ca6868b61c3cb8d177fbc27b378 commit hash: 14d2c69abddc5ca6868b61c3cb8d177fbc27b378 commit hash: 14d2c69abddc5ca6868b61c3cb8d177fbc27b378 commit hash: 14d2c69abddc5ca6868b61c3cb8d177fbc27b378 14d2c69
Saturday, 28 Oct 2023
14:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
audio/puddletag: Mark DEPRECATED

- Depends on deprecated devel/py-qt5-pyqt
- Set EXPIRATION_DATE 2023-11-28

Approved by:	portmgr (blanket)
commit hash: 33c18c58b3c81a502dbca93aa9ff8ff7dd7a4f61 commit hash: 33c18c58b3c81a502dbca93aa9ff8ff7dd7a4f61 commit hash: 33c18c58b3c81a502dbca93aa9ff8ff7dd7a4f61 commit hash: 33c18c58b3c81a502dbca93aa9ff8ff7dd7a4f61 33c18c5
Sunday, 6 Aug 2023
12:42 Robert Clausecker (fuz) search for other commits by this committer Author: Jesús Daniel Colmenares Oviedo
audio/puddletag: New port: Powerful, simple, audio tag editor

puddletag is an audio tag editor (primarily created) for GNU/Linux
similar to the Windows program, Mp3tag. Unlike most taggers for
GNU/Linux, it uses a spreadsheet-like layout so that all the tags
you want to edit by hand are visible and easily editable.

The usual tag editor features are supported like extracting tag
information from filenames, renaming files based on their tags by
using patterns and basic tag editing.

Then there're Functions, which can do things like replace text,
trim it, do case conversions, etc. Actions can automate repetitive
tasks. Doing web lookups using Amazon (including cover art), Discogs
(does cover art too!), FreeDB and MusicBrainz is also supported.

Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.),
VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape)
and WavPack (wv).

WWW: https://puddletag.net

PR:		272925
commit hash: 93ad9829d84901f0407e800f21c4e29254ec67ac commit hash: 93ad9829d84901f0407e800f21c4e29254ec67ac commit hash: 93ad9829d84901f0407e800f21c4e29254ec67ac commit hash: 93ad9829d84901f0407e800f21c4e29254ec67ac 93ad982
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
Original commitRevision:485614 
Sunday, 14 Oct 2018
21:27 jhale search for other commits by this committer
audio/puddletag: Remove unused dependency

audio/py-musicbrainz2 is DEPRECATED and will be removed soon. The code
requiring it was removed in 2012.
https://github.com/keithgg/puddletag/commit/3da2d0d
Original commitRevision:482119 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 24 Feb 2018
22:35 rene search for other commits by this committer
Return pawel@'s ports to the pool after he resigned.

With hat:	portmgr
Original commitRevision:462871 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Tuesday, 3 Jan 2017
18:12 mat search for other commits by this committer
Never set WRKSRC when using USE_GITHUB.

If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
Original commitRevision:430490 
Monday, 28 Nov 2016
12:26 pawel search for other commits by this committer
Update to version 1.2.0

Additions
  Swedish translation (Ake Engelbrektson)
  CJK Encoding for Encoding Conversion Function (XIE Dongping)
  Spanish translation (Jose Vidal)
Changes
  Improved Amazon tag source album matching
  Czech translation (Pavel Fric)
Fixes
  #280 Turn off auto-saving "Enter description here" desciption for covert art
  Parsing tracks in Discogs if only a single artist (Frank Sachsenheim)
  Support for latest mutagen (Bruno Bergot)
Original commitRevision:427300 
Thursday, 29 Sep 2016
23:35 pawel search for other commits by this committer
- Update to version 1.1.1, now hosted on GitHub
- Add LICENSE_FILE
- Update WWW homepage
Original commitRevision:422955 
Tuesday, 31 May 2016
20:32 pawel search for other commits by this committer
- Remove INSTALLS_ICONS, it's for GTK apps
- Convert to USES=pyqt
- Add NO_ARCH
Original commitRevision:416218 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 4 Nov 2015
20:11 sunpoet search for other commits by this committer
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
Original commitRevision:400758 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- 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
Original commitRevision:386312 
Monday, 17 Nov 2014
22:29 pawel search for other commits by this committer
Update to version 1.0.5

This is a bug fix which fixes an issue in Actions where floating point
values were handled incorrectly.
Original commitRevision:372696 
Monday, 10 Nov 2014
17:25 pawel search for other commits by this committer
- Update to version 1.0.4
- Switch to autoplist
- Convert simple patch to REINPLACE_CMD
Original commitRevision:372406 
Tuesday, 23 Sep 2014
19:13 pawel search for other commits by this committer
- Convert to USES=python
- Simplify pkg-plist
Original commitRevision:369114 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Saturday, 15 Mar 2014
11:59 pawel search for other commits by this committer
Update to version 1.0.3

Fixed:
  Placeholder causing puddletag to not start up for Qt < 4.7.
  New version of configobj library not saving unicode objects.
  __num_images count for mp3 and ogg.
Original commitRevision:348315 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 8 Nov 2013
22:12 pawel search for other commits by this committer
Update to version 1.0.2
Original commitRevision:333265 
Thursday, 26 Sep 2013
14:47 pawel search for other commits by this committer
Add support for STAGEDIR
Original commitRevision:328368 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Wednesday, 10 Jul 2013
15:25 makc search for other commits by this committer
- Add patch which allows to build audio/acoustid-fingerprinter and
  audio/chromaprint with different ffmpeg ports (based on patch from
  multimedia/kdemultimedia4-ffmpegthumbs)
- Switch dependency to multimedia/ffmpeg1
- Bump PORTREVISION due to dependency change in audio/chromaprint

Approved by:	no reply from jhale@
Original commitRevision:322705 
Thursday, 14 Feb 2013
19:51 pawel search for other commits by this committer
- Make RUN_DEPENDS path independent
- Fix WWW line, tab -> space
Original commitRevision:312237 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Sunday, 28 Oct 2012
11:05 pawel search for other commits by this committer
Add run dependency on audio/chromaprint for AcoustID support

Feature safe:	yes
Original commitRevision:306544 
Saturday, 1 Sep 2012
13:26 pawel search for other commits by this committer
Fix previous commit, some parts of patch was rejected
Original commitRevision:303474 
13:16 pawel search for other commits by this committer
- Update to version 1.0.1
- Sort RUN_DEPENDS
- Specify exact supported versions of Python
- Remove header
Original commitRevision:303472 
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Wednesday, 15 Feb 2012
15:23 pawel search for other commits by this committer
- Remove USE_QT_VERSION, it's not defined [1]
- Fix whitespace

Reported by:    eadler [1]
Original commit
Tuesday, 5 Jul 2011
19:24 pawel search for other commits by this committer
- update to version 0.10.6
- fix portlint error

Approved by:    miwi (mentor)
Original commit
Monday, 4 Apr 2011
19:43 pawel search for other commits by this committer
Puddletag is a audio tag editor similar to Windows program Mp3tag.
Unlike most taggers, it uses a spreadsheet-like layout so that all the
tags you want to edit by hand are visible and easily editable.

Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.),
VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and
WavPack (wv)

WWW:    http://puddletag.sourceforge.net

PR:             ports/155086
Submitted by:   me
Approved by:    wen (mentor)
Original commit

Number of commits found: 37