FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 3:25 AM GMT
Port details
mod_musicindex 1.3.5_1 www on this many watch lists=3 search for ports that depend on this port
Apache module that allows downloading and streaming of audio
Maintained by: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Nov 2003 16:29:42
Also Listed In: audio
License: LGPL21
mod_musicindex is an Apache module aimed at being a C implementation of 
the Perl module Apache::MP3. It allows nice displaying of directories 
containing several kinds of audio files, including sorting them on various 
fields, streaming/downloading them, constructing playlists, and searching.

WWW: http://www.parisc-linux.org/~varenet/musicindex/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: www/apache22
Required To Run: www/apache22
Required Libraries: audio/libid3tag, audio/libmad, devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/mod_musicindex/ && make install clean
To add the package: pkg_add -r ap22-mod_musicindex


Configuration Options
===> The following configuration options are available for ap22-mod_musicindex-1.3.5_1:
     NLS=on (default) "Native language support"
     FLAC=off (default) "FLAC support"
     MP3=on (default) "MP3 support"
     MP4=off (default) "MP4 support"
     VORBIS=off (default) "Ogg/Vorbis support"
     LIBARCHIVE=on (default) "Archive downloading support"
     FILECACHE=on (default) "Flat file caching support"
     MYSQLCACHE=off (default) "MySQL caching support"
===> Use 'make config' to modify these settings

Master Sites:
http://www.parisc-linux.org/~varenet/musicindex/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 41

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.3.5_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20 Aug 2011 17:27:52
Original commit files touched by this commit  1.3.5_1
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
11 Nov 2010 05:22:05
Original commit files touched by this commit  1.3.5
pgollucci search for other commits by this committer
Forced commit to note:
- Add new option: MYSQLCACHE for MySQL caching support
- Add LICENSE
- Install Brazilian Portugese language files to pt_BR instead of pt-br
- Sort PLIST
- Space/tab twiddle
- Update to 1.3.5

which should have been in the previous log
11 Nov 2010 05:20:35
Original commit files touched by this commit  1.3.5
pgollucci search for other commits by this committer
- Update to 1.3.5

PR:             ports/152057
Submitted by:   sunpoet
With Hat:       apache@
20 Oct 2010 03:26:34
Original commit files touched by this commit  1.3.3_4
pgollucci search for other commits by this committer
- Fix some MASTER_SITES

With Hat:       apache@
Reported by:    distilator
22 Sep 2010 21:50:03
Original commit files touched by this commit  1.3.3_4
pgollucci search for other commits by this committer
- Mark mod_* modules MAKE_JOBS_SAFE=yes

With Hat:   apache@
Tested by:  Several P6 TB runs
16 Sep 2010 03:38:01
Original commit files touched by this commit  1.3.3_4
pgollucci search for other commits by this committer
- Fix pkg-plist
  The default install-exec-hook calls apxs but without -a/-A
  which confuses our std pkg-plist @exec/@unexec stanzas

Reported by:    erwin via pointyhat
11 Aug 2010 20:58:04
Original commit files touched by this commit  1.3.3_3
makc search for other commits by this committer
Chase multimedia/mp4v2 update.

PR:             ports/148643
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
06 Jun 2010 20:44:03
Original commit files touched by this commit  1.3.3_2
naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
06 Jun 2010 05:00:32
Original commit files touched by this commit  1.3.3_1
pgollucci search for other commits by this committer
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s

PR:             ports/147143
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
31 May 2010 02:01:56
Original commit files touched by this commit  1.3.3_1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
27 May 2010 21:27:03
Original commit files touched by this commit  1.3.3
pgollucci search for other commits by this committer
- 2/3:
     - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists

PR:             ports/147142
Reviewed by:    portmgr (pav)
With Hat:       apache@
27 May 2010 21:19:17
Original commit files touched by this commit  1.3.3
pgollucci search for other commits by this committer
- 1/3:
    - apxs -a is install
    - apxs -A is uninstall

PR:             ports/147139
Reviewed by:    portmgr (pav)
With Hat:       apache@
26 May 2010 22:00:47
Original commit files touched by this commit  1.3.3
pgollucci search for other commits by this committer
- Update to 1.3.3
- require apache20+ [unbreaks build on 8.0+]
- a few minor clean ups

With Hat:   apache@
25 May 2010 20:17:37
Original commit files touched by this commit  1.2.2_2
  Sanity Test Failure
pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
21 Dec 2009 08:49:59
Original commit files touched by this commit  1.2.2_2
linimon search for other commits by this committer
Apparently the earlier change to maintainer was an error; apache@fsck.ch
bounces.  Assign to apache@FreeBSD.org instead.

Hat:            portmgr
05 Aug 2009 02:21:50
Original commit files touched by this commit  1.2.2_2
pgollucci search for other commits by this committer
over to apache@
06 Jul 2009 21:26:00
Original commit files touched by this commit  1.2.2_2
naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
27 May 2009 22:14:34
Original commit files touched by this commit  1.2.2_1
erwin search for other commits by this committer
Mark BROKEN on 8.x: does not build.
06 Jun 2008 14:07:24
Original commit files touched by this commit  1.2.2_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
11 Apr 2008 15:23:17
Original commit files touched by this commit  1.2.2
pav search for other commits by this committer
- Update to 1.2.2

PR:             ports/122568
Submitted by:   Tobias Roth <ports@fsck.ch> (maintainer)
07 Apr 2008 20:37:24
Original commit files touched by this commit  1.2.1_1
naddy search for other commits by this committer
Update to FLAC 1.2.1.  This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:     119476
02 Sep 2007 16:55:06
Original commit files touched by this commit  1.2.1
arved search for other commits by this committer
Update to 1.2.1

PR:             115983
Submitted by:   Tobias Roth <ports@fsck.ch>
12 Aug 2007 12:50:26
Original commit files touched by this commit  1.2.0
rafan search for other commits by this committer
- Update to 1.2.0

PR:             ports/115280
Submitted by:   Tobias Roth <ports at fsck.ch> (maintainer)
28 Jul 2007 12:27:31
Original commit files touched by this commit  0.99.7_4
miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
06 Jul 2006 19:11:21
Original commit files touched by this commit  0.99.7_3
itetcu search for other commits by this committer
Add -fPIC to CFLAGS on amd64 if using apache2 to fix build in this case.

PR:             ports/98229
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
Approved by:    maintainer
24 Jan 2006 03:14:23
Original commit files touched by this commit  0.99.7_3
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
04 Dec 2005 00:18:15
Original commit files touched by this commit  0.99.7_3
clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
28 Oct 2005 07:59:54
Original commit files touched by this commit  0.99.7_3
jylefort search for other commits by this committer
Chase libid3tag update.
16 Mar 2005 14:50:13
Original commit files touched by this commit  0.99.7_2
naddy search for other commits by this committer
new version of libFLAC
06 Feb 2005 12:07:10
Original commit files touched by this commit  0.99.7_1
edwin search for other commits by this committer
Remove PORTDOCS, not used here.

Noticed by: krion
22 Jan 2005 20:56:55
Original commit files touched by this commit  0.99.7_1
clement search for other commits by this committer
- Cleanup the ports and update pkg-message
- Pass maintainership to submitter

PR:             ports/76575
Submitted by:   Tobias Roth <ports@fsck.ch>
17 Jan 2005 21:15:10
Original commit files touched by this commit  0.99.7
clement search for other commits by this committer
- Update to 0.99.7
18 Aug 2004 16:21:56
Original commit files touched by this commit  0.9.0_3
clement search for other commits by this committer
- Assign maintainership to freshly created apache@ mailing list
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.9.0_3
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
29 Jan 2004 16:13:06
Original commit files touched by this commit  0.9.0_2
trevor search for other commits by this committer
SIZEify.
27 Dec 2003 13:19:34
Original commit files touched by this commit  0.9.0_2
pav search for other commits by this committer
- Use APACHE_PORT in the usual way

PR:             ports/60611
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
20 Dec 2003 16:37:57
Original commit files touched by this commit  0.9.0_2
naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
07 Dec 2003 01:27:06
Original commit files touched by this commit  0.9.0_1
marcus search for other commits by this committer
Chase the libmad/libid3tag shared lib version.
20 Nov 2003 14:50:03
Original commit files touched by this commit  0.9.0
marcus search for other commits by this committer
* Fix build on bento
* Update to 0.8.9
* Use PORTDOCS

PR:             59507
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
03 Nov 2003 16:17:10
Original commit files touched by this commit  0.8.9
ijliao search for other commits by this committer
add mod_musicindex 0.8.9
Apache module in C implements Perl module Apache::MP3

PR:             58807
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>

Number of commits found: 41

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 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
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.194 seconds.