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) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/optimfrog/Makefile

Number of commits found: 27

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 23 Nov 2021
22:11 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af 5933ac0
Thursday, 6 May 2021
11:47 Mathieu Arnold (mat) search for other commits by this committer
Deorbit RESTRICTED && NO_CDROM, part one.

For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b adb9312
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 25 May 2019
10:40 tobik search for other commits by this committer
audio/optimfrog: Fix spelling of SSE2_DESC
Original commitRevision:502557 
Monday, 4 Feb 2019
21:44 rene search for other commits by this committer
Return rezny@'s ports to the pool after his commit bit got safekept.

With hat:	portmgr-secretary
Original commitRevision:492170 
Saturday, 25 Feb 2017
14:50 rezny search for other commits by this committer
Pass PREFIX to the install script in case it's not /usr/local

PR:		216834
Submitted by:	mi
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9800
Original commitRevision:434816 
Monday, 30 Jan 2017
14:55 rezny search for other commits by this committer
Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
Original commitRevision:432850 
Monday, 9 Jan 2017
13:16 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:430947 
Tuesday, 27 Dec 2016
21:05 rakuco search for other commits by this committer
Update OptimFROG to 5.100

* More verbose option description and reason for NO_CDROM
* Add dependency on compat9x for the shared lib (binaries are static)
* Update the pkg-descr text

PR:		213590
Submitted by:	matthew@reztek.cz (maintainer)
Original commitRevision:429662 
Wednesday, 10 Feb 2016
16:14 ak search for other commits by this committer
- Fix various typos in CONFLICTS_INSTALL knob

Approved by:	portmgr blanket
Original commitRevision:408636 
Saturday, 2 Jan 2016
22:17 antoine search for other commits by this committer
Fix PKGNAME collision between audio/optimfrog and audio/optimfrog-sse2
Original commitRevision:405097 
15:54 riggs search for other commits by this committer
Update to upstream version 5.003, introduce SSE2-enabled i386 slave port

While on it:
- Add LICENCE_* tags

PR:		204830
Submitted by:	matthew@reztek.cz (maintainer)
Original commitRevision:405077 
Sunday, 27 Sep 2015
21:11 swills search for other commits by this committer
audio/optimfrog: fix fetch
Original commitRevision:398052 
Saturday, 26 Sep 2015
21:39 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:398018 
Monday, 30 Mar 2015
21:26 bapt search for other commits by this committer
Mark as broken: no public distfiles
Original commitRevision:382736 
Friday, 7 Mar 2014
15:48 bapt search for other commits by this committer
Convert to rest of a* to USES=zip
Original commitRevision:347401 
Monday, 23 Dec 2013
14:02 amdmi3 search for other commits by this committer
- Support staging
Original commitRevision:337249 
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 
Thursday, 2 Dec 2010
00:04 linimon search for other commits by this committer
Reset hideo@lastamericanempire.com due to maintainer-timeouts and no
response to email.

Hat:            portmgr
Original commit
Friday, 13 Feb 2009
01:38 tabthorpe search for other commits by this committer
- Pass maintainership to submitter

Submitted by:   hideo via freebsd-ports
Original commit
Sunday, 7 Sep 2008
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Wednesday, 18 Apr 2007
08:01 sat search for other commits by this committer
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
Original commit
Sunday, 30 Jul 2006
22:46 sat search for other commits by this committer
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
Original commit
Saturday, 29 Jul 2006
22:16 sat search for other commits by this committer
- Permission to distribute packages has been granted
Original commit
Friday, 21 Jul 2006
23:13 sat search for other commits by this committer
Add port audio/optimfrog:

OptimFROG is a lossless audio compression program. Its main goal is to
reduce at maximum the size of audio files, while permitting bit identical
restoration for all input. It is similar with the ZIP compression, but it
is highly specialized to compress audio data.

OptimFROG obtains asymptotically the best lossless audio compression
ratios. It has Windows, Linux, and Mac versions, fully featured input
plug-ins for the Windows Media Player, foobar2000, Winamp2/3/5, dBpowerAMP,
XMPlay, QCD, and XMMS audio players (with bitstream error resilience,
ID3v1.1 and APEv2 read tagging support, ID3v2 compatible), optimal support
for all integer PCM wave formats up to 32 bits and an extensible streamable
(error tolerant) compressed format. It is also fast, the default mode
encodes CD quality audio data at 12.4x real-time and decodes at 17.4x real-
time on AMD Athlon XP 1800+ (the fastest mode encodes at 28.1x real-time
and decodes at 24.7x real-time). Self-extracting (sfx) archives can also be
created with a small overhead of just 54 KB.

WWW: http://www.losslessaudio.org/
Author: Florin Ghido <FlorinGhido@yahoo.com>
Original commit

Number of commits found: 27