Bug 58807 - New port: www/mod_musixindex
Summary: New port: www/mod_musixindex
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-01 15:40 UTC by Cheng-Lung Sung
Modified: 2003-11-03 16:18 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (4.72 KB, text/plain)
2003-11-01 15:40 UTC, Cheng-Lung Sung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2003-11-01 15:40:11 UTC
- new port:
mod_musicindex is an Apache module aimed at being a C implementation of the
Perl module Apache::MP3 (http://search.cpan.org/dist/Apache-MP3/).
Comment 1 Clement Laforet 2003-11-01 15:47:39 UTC
Hi !

> echo x - mod_musicindex/files/patch-Makefile
> sed 's/^X//' >mod_musicindex/files/patch-Makefile << 'END-of-mod_musicindex/files/patch-Makefile'
> X-rw-r--r--  1 clsung  staff  3087 Nov  1 20:09 Makefile
> X-rw-r--r--  1 clsung  staff  3049 Oct 30 20:41 Makefile.orig
> END-of-mod_musicindex/files/patch-Makefile
> echo x - mod_musicindex/files/patch-playlist.h
> sed 's/^X//' >mod_musicindex/files/patch-playlist.h << 'END-of-mod_musicindex/files/patch-playlist.h'
> X-rw-r--r--  1 clsung  staff  1599 Nov  1 20:10 playlist.h
> X-rw-r--r--  1 clsung  staff  1563 Oct 30 20:41 playlist.h.orig
> END-of-mod_musicindex/files/patch-playlist.h

Seems to be a problem with your patches :)
> X.if !defined(NOPORTDOCS)
> X	@${INSTALL} -d -m 0755 ${DATADIR}
> X.for f in ${DOCS_HTMLIMAGES}
> X	${INSTALL_DATA} ${WRKSRC}/musicindex/${f} ${DATADIR}
> X.endfor
> X.endif

use ${DOCSDIR} with NOPORTDOCS please.

> X%%PORTDOCS%%share/mod_musicindex/general.png
> X%%PORTDOCS%%share/mod_musicindex/musicindex.css
> X%%PORTDOCS%%share/mod_musicindex/right_arrow.gif
> X%%PORTDOCS%%share/mod_musicindex/sound.png
> X%%PORTDOCS%%@dirrm share/mod_musicindex

Use %%DOSCDIR%% (note that %%DATADIR%% works too)

clem
Comment 2 Ying-Chieh Liao freebsd_committer freebsd_triage 2003-11-03 16:17:30 UTC
State Changed
From-To: open->closed

committed, thanks