non port: audio/shntool/Makefile |
SVNWeb
|
Number of commits found: 47 |
Sat, 5 Nov 2022
|
[ 06:52 Thomas Zander (riggs) ] 164d965
audio/shntool: Fix build on 14-CURRENT
Build failure resulted from 14-CURRENT's strverscmp function which
conflicts with shntool's own implementation.
While on it: Move the patch to support WAVE_FORMAT_EXTENSIBLE into
${FILESDIR} as the upstream github repo where this patch originated no
longer exists.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 4 Oct 2020
|
[ 06:41 tcberner ]
audio/shntool: add upstream fix
* Added WAVE_FORMAT_EXTENSIBLE with value 0xfffe and supressed error on wav
header parsing with that format
PR: 250088
Reported by: Danoz <danoz@danoz.net>
|
Tue, 5 May 2020
|
[ 09:19 rene ]
audio/shntool: remove expired optional dependency on audio/shorten
|
Mon, 11 Nov 2019
|
[ 13:45 0mp ]
Unbreak with a new master site
While here:
- Define the license.
- Pet portclippy, portfmt, and portlint.
PR: 241868
Submitted by: Antonio Barbosa <amrgbarbosa77@gmail.com>
|
Wed, 6 Nov 2019
|
[ 12:48 antoine ] (Only the first 10 of 268 ports in this commit are shown above. )
Mark a few ports BROKEN, unfetchable
|
Fri, 18 Aug 2017
|
[ 15:57 sunpoet ]
Convert to options dependency helper
- While I'm here, fix ALAC_RUN_DEPENDS
Approved by: portmgr (blanket)
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 1 Apr 2015
|
[ 08:56 danfe ]
Fix a known bug: shntool fails to determine correct size/length of very large
files (possibly 64-bit related). Transfer maintainership to multimedia@ team.
Obtained from: https://github.com/flacon/shntool/commit/4c6fc2e
|
Tue, 31 Mar 2015
|
[ 08:45 danfe ]
- Sort some multi-value knobs for better readability and maintainability:
SHN_ALIASES, OPTIONS_DEFINE, and option descriptions
- Rename WV option to our standard (shared) WAVPACK and thus remove its
description (along with ALAC_DESC which was recently added in r382796)
- Drop BONK codec from OPTIONS (port removed in r361893 as being obsolete,
however, its homepage is still up: http://www.logarithmic.net/pfh/bonk)
- Rename RDEP to RDEP_MAPPING which reflects its purpose and lowers the
chances of possible name-clash (due to RDEP being a common contraction)
- Fix LA:laudio:linux-laudio mapping (before, it won't be able to find
the binary, rebuilding the port over package, eventually failing the
"make install" check)
- Improve on the COMMENT, option descriptions, and port description text
|
Tue, 18 Nov 2014
|
[ 09:37 bapt ] (Only the first 10 of 449 ports in this commit are shown above. )
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
|
Thu, 4 Sep 2014
|
[ 14:56 danfe ]
Make descriptions for TTA (The True Audio) lossless audio and TooLAME MP2
audio encoder shared and thus remove them from some ports' Makefiles.
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
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
|
Thu, 30 Jan 2014
|
[ 16:05 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 26 Mar 2013
|
[ 14:00 bapt ]
Fix after conversion to new options framework
Approved by: miwi
|
Wed, 27 Feb 2013
|
[ 04:02 danfe ]
Chase audio/laudio -> audio/linux-laudio rename and unbreak INDEX build.
|
Mon, 17 Dec 2012
|
[ 11:10 bapt ]
Remove nonexistent dependency tha5 should have remain ignored
Approved by: maintainer (implicit)
|
[ 02:15 bapt ] (Only the first 10 of 30 ports in this commit are shown above. )
Convert miwi's ports to new Options framework
While here fix some consistency in PEAR options name
bumped revision of net/icpld and net/ipsumdump because IPV6 is now on
Approved by: miwi (maintainer)
|
Tue, 31 Mar 2009
|
[ 08:50 miwi ]
- Update to 3.0.10
|
Thu, 26 Mar 2009
|
[ 13:05 miwi ]
- Mark MAKE_JOBS_SAFE for SMP compilation
|
Thu, 19 Mar 2009
|
[ 15:53 miwi ]
- Update to 3.0.9
|
Sun, 7 Sep 2008
|
[ 09:34 miwi ]
- Update to 3.0.8
- Take maintainership
|
[ 00:19 linimon ] (Only the first 10 of 279 ports in this commit are shown above. )
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Mon, 3 Mar 2008
|
[ 11:02 sat ]
- Update to 3.0.7
|
Tue, 18 Dec 2007
|
[ 10:42 sat ]
- Update to 3.0.6 (noop mostly)
|
Mon, 22 Oct 2007
|
[ 14:33 sat ]
- Update to 3.0.5
|
Sat, 8 Sep 2007
|
[ 15:02 sat ]
- Update to 3.0.4
- Add options
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Sat, 2 Jun 2007
|
[ 05:58 sat ]
- Update to 3.0.3
|
Wed, 18 Apr 2007
|
[ 08:01 sat ] (Only the first 10 of 46 ports in this commit are shown above. )
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
|
Sun, 11 Mar 2007
|
[ 10:25 sat ]
- Take maintainership [1]
- Update to 3.0.2
Offered by: fenner (maintainer) [1]
|
Thu, 25 Jan 2007
|
[ 09:41 sat ]
- Update to 3.0.1
Approved by: fenner (maintainer)
|
Wed, 24 Jan 2007
|
[ 08:38 sat ]
- Update to 3.0.0
Approved by: fenner (maintainer unfetchable, 15 days)
|
Wed, 19 May 2004
|
[ 19:04 fenner ]
Update to 2.0.3
Submitted by: michael johnson <ahze@ahze.net>
PR: ports/66899
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sun, 7 Dec 2003
|
[ 18:15 fenner ]
Upgrade to shntool 1.2.3. Earlier MASTER_SITE seems to have gone away.
1.2.3 has minor fixes in split, cat, md5 modes.
|
Mon, 27 Oct 2003
|
[ 19:02 kris ]
portlint (remove default EXTRACT_SUFX, reorder RUN_DEPENDS)
|
Fri, 7 Mar 2003
|
[ 05:56 ade ] (Only the first 10 of 118 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Mon, 17 Feb 2003
|
[ 16:04 fenner ]
Upgrade to shntool 1.2.1
|
Tue, 7 Jan 2003
|
[ 21:24 fenner ]
Update to 1.2.0
|
Mon, 4 Jun 2001
|
[ 16:44 fenner ]
Since for some reason shntool-1.01.tar.gz never made it into the freebsd.org
distfile cache, put it in ${MASTER_SITE_LOCAL} until shnutils.freeshell.org
comes back.
|
Sat, 21 Apr 2001
|
[ 18:26 fenner ]
Update to version 1.01
|
Thu, 2 Nov 2000
|
[ 22:52 fenner ]
Add port for shntool, a utility for working with WAV files and
shorten-compressed (SHN) files
|
Number of commits found: 47 |