Port details |
- p5-Shout Perl glue for libshout MP3 streaming source library
- 2.1_2 audio =3 2.1_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-05-24 09:24:52
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: pure-ftpd, autoconf, p5-CGI-Untaint, cops, p5-DateTime-Format-Excel
- Also Listed In: perl5
- License: NONE
- WWW:
- https://www.icecast.org/
- Description:
- This module is an object-oriented interface to libshout, an MP3 streaming
library that allows applications to easily communicate and broadcast to an
Icecast streaming media server. It handles the socket connections, metadata
communication, and data streaming for the calling application, and lets
developers focus on feature sets instead of implementation details.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Shout>0:audio/p5-Shout
- To install the port:
- cd /usr/ports/audio/p5-Shout/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install audio/p5-Shout
- pkg install p5-Shout
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Shout-2.1.tar.gz) = b2f73880a62c3b2bfb4d1232b5d585deedd9d1e4d28640b849375cd943a1d9cc
SIZE (Shout-2.1.tar.gz) = 9433
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libshout.so : audio/libshout
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for p5-Shout-2.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_p5-Shout
- USES:
- perl5 pkgconfig shebangfix
- 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 |
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) |
2.1_2 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 ) |
2.1_2 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
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 ) |
2.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1_2 02 Sep 2020 09:36:46 |
amdmi3 |
- Add LICENSE
- Dont't mix variables and targets
- Remove redundant passing of DESTDIR to make
- Silence stripping and mkdirs
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
2.1_2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.1_2 25 Mar 2015 21:37:40 |
marino |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
2.1_2 26 Nov 2014 13:08:38 |
mat |
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 ) |
2.1_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
2.1_1 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
2.1_1 05 May 2014 14:51:06 |
sunpoet |
- Update to 2.3.1 (from audio/libshout2)
- Use USES=libtool
- Strip shared library
- Bump PORTREVISION for audio/libshout shlib change and
dependency change from audio/libshout2 to audio/libshout [1]
Approved by: portmgr (bapt) [1] |
2.1 09 Feb 2014 14:33:06 |
ehaupt |
Remove superfluous inclusion of bsd.port.options.mk
Notified by: mat |
2.1 09 Feb 2014 11:01:36 |
ehaupt |
- Support staging
- Strip binaries
- Use shebangfix |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
2.1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.1 05 Sep 2013 10:36:41 |
az |
- add an explicit dependency on pkgconf |
2.1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.1 27 Jul 2013 16:06:25 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
2.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.1 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.1 13 Jun 2006 16:31:27 |
mat |
Update to 2.1 to fix the unfetchable problem
PR: 96936
Submitted by: Paul Schmehl <pauls@utdallas.edu> |
2.0.1_2 22 Jan 2006 01:14:22 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 |
2.0.1_2 08 Jan 2006 21:58:20 |
lofi |
Chase libshout2 shared library version bump. |
2.0.1_1 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
2.0.1_1 03 Apr 2005 23:02:54 |
lofi |
Update libshout2 to 2.1 and chase library revision bump. |
2.0.1 21 Feb 2005 17:18:51 |
mat |
fixup MASTER_SITES
Reported by: kris via pointyhat |
2.0.1 31 May 2004 08:06:07 |
kris |
Don't remove a directory we didn't install |
2.0.1 29 May 2004 23:03:53 |
pav |
- Update WWW |
2.0.1 14 May 2004 15:10:39 |
mat |
Update to 2.0.1 |
1.0 18 Mar 2004 17:38:35 |
linimon |
Per distfile survey, chase mastersite reorganization. However, leave
it commented out, because that version is no longer on the site --
the current version is 2.0.1. This port is in need of updating. |
1.0 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
1.0 11 Feb 2004 23:54:39 |
linimon |
mat@FreeBSD.org reports no response from this maintainer for several
months about his other ports, so reset this one too. His last
approved update was 16 months ago.
Maintainer, if this is in error, please contact me directly. |
1.0 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.0 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
13 Dec 2001 07:50:25 |
ijliao |
upgrade to 1.0 |
24 May 2001 13:24:52 |
ijliao |
add p5-Shout Perl glue for libshout MP3 streaming source library |