non port: audio/p5-Audio-MPD/Makefile |
SVNWeb
|
Number of commits found: 35 |
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.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Tue, 31 Jan 2017
|
[ 16:21 mat ] (Only the first 10 of 80 ports in this commit are shown above. )
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight
|
Tue, 2 Aug 2016
|
[ 16:03 adamw ]
Remove p5-IO-Socket-IP dependency and bump PORTREVISION.
|
Sat, 28 May 2016
|
[ 17:08 sunpoet ]
- Update to 2.004
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
|
Fri, 29 Apr 2016
|
[ 22:42 sunpoet ]
- Update to 2.002
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
|
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
|
Thu, 12 Mar 2015
|
[ 23:00 adamw ] (Only the first 10 of 229 ports in this commit are shown above. )
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
|
Thu, 4 Dec 2014
|
[ 15:27 sunpoet ]
- Update to 2.000
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Nov 2013
|
[ 02:28 vanilla ] (Only the first 10 of 37 ports in this commit are shown above. )
support STAGEDIR.
|
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)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Mon, 17 Dec 2012
|
[ 09:54 az ]
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
|
Sun, 16 Dec 2012
|
[ 06:12 az ] (Only the first 10 of 113 ports in this commit are shown above. )
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ] (Only the first 10 of 391 ports in this commit are shown above. )
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ] (Only the first 10 of 403 ports in this commit are shown above. )
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
|
Fri, 2 Mar 2012
|
[ 05:58 sunpoet ]
- Update to 1.120610
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
|
Fri, 25 Nov 2011
|
[ 07:38 sunpoet ]
- Update to 1.113280
- Sort *_DEPENDS
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
Feature safe: yes
|
Fri, 7 Oct 2011
|
[ 11:22 culot ] (Only the first 10 of 100 ports in this commit are shown above. )
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de>
|
Thu, 29 Sep 2011
|
[ 01:18 sunpoet ]
- Update to 1.112670
- Pet portlint
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
|
Thu, 5 May 2011
|
[ 06:19 bapt ]
- update to 1.111200
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.111200/Changes
|
Thu, 17 Mar 2011
|
[ 13:00 bapt ]
- update to 1.110560
- add licenses
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.110560/Changes
|
Sat, 18 Sep 2010
|
[ 03:22 wen ]
- Update to 1.102260
|
Tue, 15 Dec 2009
|
[ 06:21 pgollucci ]
- Update to 1.093170
|
Thu, 22 Oct 2009
|
[ 02:34 wen ]
- Update to 0.19.10
Approved by: mentors(implicit)
|
Mon, 19 Oct 2009
|
[ 01:06 wen ]
- Update to 0.19.8
Approved by: mentors(implicit)
|
Thu, 1 Oct 2009
|
[ 15:12 wen ]
- Update to 0.19.7
Approved by: miwi(mentor), jadawin(co-mentor)
|
Fri, 28 Aug 2009
|
[ 17:37 linimon ] (Only the first 10 of 221 ports in this commit are shown above. )
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr
|
Mon, 23 Mar 2009
|
[ 02:00 chinsan ]
- Update to 0.19.6
|
Sat, 24 Jan 2009
|
[ 14:00 chinsan ]
- Update to 0.19.5
|
Tue, 28 Oct 2008
|
[ 17:20 chinsan ]
Add p5-Audio-MPD, class to talk to MPD (Music Player Daemon) servers.
Audio::MPD gives a clear object-oriented interface for talking to and
controlling MPD (Music Player Daemon) servers. A connection to the MPD
server is established as soon as a new Audio::MPD object is created.
WWW: http://search.cpan.org/dist/Audio-MPD/
|
Number of commits found: 35 |