FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 1:57 AM GMT
Port details
libadplug 2.2.1 audio on this many watch lists=0 search for ports that depend on this port
AdLib emulator library supporting many formats
Maintained by: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 May 2005 20:19:29
License: GPLv2
AdPlug is a free, cross-platform, hardware independent AdLib sound player
library, mainly written in C++ and released under the LGPL. AdPlug plays
sound data, originally created for the AdLib (OPL2) audio board, directly
from its original format on top of an OPL2 emulator or by using the real
hardware. No OPL chip is required for playback.

WWW: http://adplug.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/libtool, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: devel/libbinio
There are no ports dependent upon this port

To install the port: cd /usr/ports/audio/libadplug/ && make install clean
To add the package: pkg_add -r libadplug


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://sunet.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://iweb.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://switch.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://surfnet.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://kent.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://freefr.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://voxel.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://jaist.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://osdn.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://nchc.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://ncu.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://transact.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://softlayer.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://internode.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://ufpr.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
http://waix.dl.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Jun 2011 14:31:27
Original commit files touched by this commit  2.2.1
ehaupt search for other commits by this committer
Fix build with clang.
06 May 2011 12:25:49
Original commit files touched by this commit  2.2.1
ehaupt search for other commits by this committer
Pacify portlint by unclobbering CONFIGURE_ENV, no functional change.
25 Jan 2011 08:39:27
Original commit files touched by this commit  2.2.1
ehaupt search for other commits by this committer
Add LICENSE and remove MD5 sums.

Feature safe:   yes
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.2.1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
21 May 2010 12:43:56
Original commit files touched by this commit  2.2.1
ehaupt search for other commits by this committer
Update to 2.2.1
05 Jan 2010 15:22:12
Original commit files touched by this commit  2.2
ehaupt search for other commits by this committer
Update to 2.2
02 Sep 2009 15:01:56
Original commit files touched by this commit  2.1
amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
27 Mar 2009 09:53:36
Original commit files touched by this commit  2.1
ehaupt search for other commits by this committer
Mark MAKE_JOBS_SAFE
07 Jul 2008 13:41:57
Original commit files touched by this commit  2.1
ehaupt search for other commits by this committer
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
23 Jul 2007 09:36:52
Original commit files touched by this commit  2.1
rafan search for other commits by this committer
- 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
21 Apr 2007 12:44:36
Original commit files touched by this commit  2.1
ehaupt search for other commits by this committer
Update to 2.1
16 Apr 2007 07:53:48
Original commit files touched by this commit  2.0.1
ehaupt search for other commits by this committer
Cleanup non-supported FreeBSD versions

PR:             111667
Submitted by:   edwin
28 Jan 2007 09:07:47
Original commit files touched by this commit  2.0.1
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
03 Sep 2006 12:37:44
Original commit files touched by this commit  2.0.1
ehaupt search for other commits by this committer
Mark it BROKEN on 4.x, it does not compile.
15 Aug 2006 12:57:27
Original commit files touched by this commit  2.0.1
ehaupt search for other commits by this committer
Update to 2.0.1
29 Jun 2006 17:52:03
Original commit files touched by this commit  2.0
ehaupt search for other commits by this committer
Replace INSTALL_SHLIB with USE_LDCONFIG
18 May 2006 20:21:22
Original commit files touched by this commit  2.0
ehaupt search for other commits by this committer
Update to 2.0
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.5.1_3
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
19 Feb 2006 11:39:14
Original commit files touched by this commit  1.5.1_2
ehaupt search for other commits by this committer
Remove deprecated USE_REINPLACE
30 Nov 2005 14:01:14
Original commit files touched by this commit  1.5.1_2
ehaupt search for other commits by this committer
Add SHA256 hashes to my ports
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.5.1_2
ade search for other commits by this committer
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.
06 Oct 2005 11:57:11
Original commit files touched by this commit  1.5.1_2
ehaupt search for other commits by this committer
Change MAINTAINER address for my ports.

Approved by:    novel (mentor)
22 Sep 2005 12:49:19
Original commit files touched by this commit  1.5.1_2
garga search for other commits by this committer
devel/libbinio:
- Update to 1.4

all:
- Cleanup Makefile Header
- Remove signature from pkg-descr
- Adjustments to build with libbinio 1.4

PR:             ports/86431
Submitted by:   maintainer
31 May 2005 21:24:38
Original commit files touched by this commit  1.5.1_1
flz search for other commits by this committer
- Use USE_GCC=3.4+ for upcoming audio/ocp release.

PR:             ports/81703
Submitted by:   maintainer
15 May 2005 18:46:20
Original commit files touched by this commit  1.5.1
jylefort search for other commits by this committer
Update to 1.5.1

PR:             ports/81009
Submitted by:   maintainer
09 May 2005 20:18:51
Original commit files touched by this commit  1.5
jylefort search for other commits by this committer
AdPlug is a free, cross-platform, hardware independent AdLib sound player
library, mainly written in C++ and released under the LGPL. AdPlug plays
sound data, originally created for the AdLib (OPL2) audio board, directly
from its original format on top of an OPL2 emulator or by using the real
hardware. No OPL chip is required for playback.

AdPlug itself is just the backend to many different audio player frontends,
which are also being developed here. There are plugins for popular audio
players, like Winamp and XMMS, as well as stand-alone players for many
different systems available.

WWW: http://adplug.sourceforge.net/

PR:             ports/80727
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours8
new 7 days45
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.161 seconds.