Port details |
- alsaplayer Audio player with pitch control and a GNOME GUI
- 0.99.75_3 audio
=3 0.99.75_3Version of this port present on the latest quarterly branch. FORBIDDEN: Remote code execution: http://vuxml.FreeBSD.org/9855ac8e-2aec-11db-a6e2-000e0c2e438a.html
DEPRECATED: Remote code execution: http://vuxml.FreeBSD.org/9855ac8e-2aec-11db-a6e2-000e0c2e438a.html
This port expired on: 2006-12-01
IGNORE: is forbidden: Remote code execution: http://vuxml.FreeBSD.org/9855ac8e-2aec-11db-a6e2-000e0c2e438a.html
- Maintainer: co9@xs4all.nl
 - Port Added: 2003-06-30 17:16:01
- Last Update: 2006-12-14 08:00:00
- SVN Revision: UNKNOWN
- People watching this port, also watch:: openssl, zip, lame
- License: not specified in port
- WWW:
- http://www.alsaplayer.org
- Description:
- AlsaPlayer is a new type of PCM player that supports different output systems
including OSS, Esound, NAS (Network Audio Server), Sparc, and SGI.
AlsaPlayer is heavily multi-threaded and has some very interesting features
unique to Linux/Unix players such as full pitch control and the possibility
of playing music backwards.
Warning: AlsaPlayer consumes a lot of CPU cycles.
WWW: http://www.alsaplayer.org
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- alsaplayer>0:audio/alsaplayer
- No installation instructions:
- This port has been deleted.
- PKGNAME: alsaplayer
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- pkg-config : devel/pkg-config
- Runtime dependencies:
-
- pkg-config : devel/pkg-config
- Library dependencies:
-
- mad.2 : audio/mad
- sndfile.1 : audio/libsndfile
- glib-12.3 : devel/glib12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
0.99.75_3 14 Dec 2006 08:00:00
 |
vd  |
Remove expired leaf port:
2006-12-01 audio/alsaplayer: Remote code execution:
http://vuxml.FreeBSD.org/9855ac8e-2aec-11db-a6e2-000e0c2e438a.html. Last version
0.99.76 is more than 3 years old. |
0.99.75_3 02 Sep 2006 18:06:13
 |
kris  |
Schedule these forbidden ports for termination on 2006-12-01 |
0.99.75_3 13 Aug 2006 19:28:50
 |
remko  |
Mark alsaplayer as FORBIDDEN because of remote code execution
vulnerabilities.
Approved by: simon
With hat: secteam |
0.99.75_3 03 May 2006 05:14:35
 |
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
0.99.75_3 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.99.75_2 22 Jan 2006 08:13:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.99.75_2 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.99.75_2 16 Mar 2005 14:50:13
 |
naddy  |
new version of libFLAC |
0.99.75_2 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.99.75_2 04 May 2004 19:52:38
 |
pav  |
- Fix build of gtk12 extension on gcc 3.3
PR: ports/66190
Reported by: User1001 <supraexpress@globaleyes.net> |
0.99.75_2 15 Apr 2004 08:12:37
 |
kris  |
Add missing directory
# XXX This port detects and uses the jackit port if it is installed,
# but no dependency is registered |
0.99.75_2 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.99.75_2 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.99.75_2 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.99.75_1 20 Dec 2003 16:14:14
 |
naddy  |
Catch up with libogg/libvorbis version bump. |
0.99.75_1 07 Dec 2003 01:27:06
 |
marcus  |
Chase the libmad/libid3tag shared lib version. |
0.99.75 17 Jul 2003 19:46:21
 |
marcus  |
Remove some whitespace to quite portlint. |
0.99.75 17 Jul 2003 05:56:22
 |
marcus  |
* Fix build on Alpha
* Fix compilation issues with getopt
Submitted by: maintainer |
0.99.75 03 Jul 2003 15:29:10
 |
marcus  |
Add a patch to check for AFMT_S16_NE which may not be defined on
older versions of -CURRENT and -STABLE.
Approved by: maintainer |
0.99.75 30 Jun 2003 22:15:53
 |
marcus  |
Fix the build on -CURRENT.
Reported by: maintainer |
0.99.75 30 Jun 2003 17:15:20
 |
marcus  |
Add alsaplayer, an audio player with pitch control and a GTK+ GUI.
PR: 43142
Submitted by: Robin Schilham <co9@xs4all.nl> (based on) |