Index: head/audio/Makefile =================================================================== --- head/audio/Makefile (revision 34341) +++ head/audio/Makefile (revision 34342) @@ -1,180 +1,181 @@ # $FreeBSD$ # SUBDIR += afsp SUBDIR += amp SUBDIR += ascd SUBDIR += aumix SUBDIR += autozen SUBDIR += bladeenc SUBDIR += btc SUBDIR += cam SUBDIR += ccaudio SUBDIR += cd-console SUBDIR += cd2mp3 SUBDIR += cdd SUBDIR += cdindex SUBDIR += cdplay SUBDIR += cdplayer.app SUBDIR += cdrdao SUBDIR += cmp3 SUBDIR += csound SUBDIR += csound-manual SUBDIR += dagrab SUBDIR += dap SUBDIR += esound SUBDIR += extace SUBDIR += fcplay SUBDIR += festdoc SUBDIR += festival SUBDIR += festlex-cmu SUBDIR += festlex-oald SUBDIR += festlex-ogi SUBDIR += festlex-poslex SUBDIR += festogi-spanish SUBDIR += festvox-abc SUBDIR += festvox-don SUBDIR += festvox-el11 SUBDIR += festvox-hvs SUBDIR += festvox-jph SUBDIR += festvox-kal16 SUBDIR += festvox-kal8 SUBDIR += festvox-ked16 SUBDIR += festvox-ked8 SUBDIR += festvox-mwm SUBDIR += festvox-ogirab SUBDIR += festvox-rab16 SUBDIR += festvox-rab8 SUBDIR += festvox-tll SUBDIR += gdcd SUBDIR += gkrellmms SUBDIR += gkrellmvolume SUBDIR += glame SUBDIR += gmixer SUBDIR += gnapster SUBDIR += gnomeaudio SUBDIR += gnomemedia SUBDIR += gogo SUBDIR += gqmpeg SUBDIR += gramofile SUBDIR += grip SUBDIR += gsm SUBDIR += holyshout SUBDIR += icecast SUBDIR += id3ed + SUBDIR += id3lib SUBDIR += id3ren SUBDIR += juke SUBDIR += kdemultimedia11 SUBDIR += kdemultimedia2 SUBDIR += kmikmod SUBDIR += kmp3 SUBDIR += kmpg SUBDIR += knapster SUBDIR += krio SUBDIR += lame SUBDIR += libaudiofile SUBDIR += libcdaudio SUBDIR += libmikmod SUBDIR += libshout SUBDIR += libsidplay SUBDIR += libworkman SUBDIR += linux-realplayer SUBDIR += lopster SUBDIR += maplay SUBDIR += mikmod SUBDIR += mixer.app SUBDIR += mp3_check SUBDIR += mp3blaster SUBDIR += mp3encode SUBDIR += mp3info SUBDIR += mp3rename SUBDIR += mpegaudio SUBDIR += mpg123 SUBDIR += mpg123.el SUBDIR += mpmf20 SUBDIR += mutemix SUBDIR += mxv SUBDIR += napster SUBDIR += nas SUBDIR += nosefart SUBDIR += nspmod SUBDIR += openal SUBDIR += opennap SUBDIR += p5-Audio-CD SUBDIR += p5-MP3-ID3v1Tag SUBDIR += p5-MP3-Info SUBDIR += pimp3 SUBDIR += play SUBDIR += playmidi SUBDIR += pysol-sound-server SUBDIR += radio SUBDIR += raproxy SUBDIR += replay SUBDIR += rio SUBDIR += rio500 SUBDIR += ripenc SUBDIR += ripit SUBDIR += ripit-atapi SUBDIR += rosegarden SUBDIR += rplay SUBDIR += rsynth SUBDIR += s3mod SUBDIR += sdl_mixer SUBDIR += shorten SUBDIR += shout SUBDIR += sidplay SUBDIR += snd SUBDIR += snowstar SUBDIR += soundtracker SUBDIR += sox SUBDIR += sphinx SUBDIR += spiralsynth SUBDIR += splay SUBDIR += splaytk SUBDIR += streamripper SUBDIR += sweep SUBDIR += tclmidi SUBDIR += teknap SUBDIR += timidity SUBDIR += timidity++ SUBDIR += timidity++-emacs SUBDIR += timidity++-gtk SUBDIR += timidity++-motif SUBDIR += timidity++-slang SUBDIR += timidity++-tcltk SUBDIR += timidity++-xaw SUBDIR += timidity++-xskin SUBDIR += tosha SUBDIR += tracker SUBDIR += vorbis SUBDIR += waveplay SUBDIR += wavplay SUBDIR += wmcdplay SUBDIR += wmmixer SUBDIR += wmmp3 SUBDIR += wmtune SUBDIR += wmusic SUBDIR += workman SUBDIR += wsoundprefs SUBDIR += wsoundserver SUBDIR += x11amp SUBDIR += xamp SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xhippo SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms SUBDIR += xmms-liveice SUBDIR += xmms-tfmx SUBDIR += xmp SUBDIR += xmpeg3 SUBDIR += xmradio SUBDIR += xsidplay SUBDIR += xtuner SUBDIR += xwave SUBDIR += yamt .include Property changes on: head/audio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.181 \ No newline at end of property +1.182 \ No newline at end of property Index: head/audio/id3lib/Makefile =================================================================== --- head/audio/id3lib/Makefile (nonexistent) +++ head/audio/id3lib/Makefile (revision 34342) @@ -0,0 +1,27 @@ +# New ports collection makefile for: id3lib +# Date Created: 26 Oct 2000 +# Whom: Roman Shterenzon +# +# $FreeBSD$ +# + +PORTNAME= id3lib +PORTVERSION= 3.7.13 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= roman@xpert.com + +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt + +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib" CPPFLAGS="-I${PREFIX}/include" + +post-extract: +.for i in zlib popt + ${RM} -rf ${WRKSRC}/$i +.endfor + +.include Property changes on: head/audio/id3lib/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/audio/id3lib/distinfo =================================================================== --- head/audio/id3lib/distinfo (nonexistent) +++ head/audio/id3lib/distinfo (revision 34342) @@ -0,0 +1 @@ +MD5 (id3lib-3.7.13.tar.gz) = 19ab352ac8d522ebcabb85f2445bfced Property changes on: head/audio/id3lib/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/id3lib/files/patch-aa =================================================================== --- head/audio/id3lib/files/patch-aa (nonexistent) +++ head/audio/id3lib/files/patch-aa (revision 34342) @@ -0,0 +1,43 @@ +--- configure.orig Fri Sep 15 03:14:06 2000 ++++ configure Thu Oct 26 03:26:10 2000 +@@ -2200,7 +2200,7 @@ + + fi + +-for ac_hdr in zlib.h wchar.h sys/param.h popt.h ++for ac_hdr in zlib.h sys/param.h popt.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +@@ -2296,16 +2296,18 @@ + ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' + cross_compiling=$ac_cv_prog_cxx_cross + +-ac_safe=`echo "iostream.h iomanip.h" | sed 'y%./+-%__p_%'` +-echo $ac_n "checking for iostream.h iomanip.h""... $ac_c" 1>&6 +-echo "configure:2302: checking for iostream.h iomanip.h" >&5 ++for ac_hdr in iostream.h iomanip.h ++do ++ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ++echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ++echo "configure:2302: checking for $ac_hdr" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < ++#include <$ac_hdr> + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" + { (eval echo configure:2312: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +@@ -2328,7 +2330,7 @@ + else + echo "$ac_t""no" 1>&6 + fi +- ++done + + echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 + echo "configure:2335: checking for 8-bit clean memcmp" >&5 Property changes on: head/audio/id3lib/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/id3lib/pkg-comment =================================================================== --- head/audio/id3lib/pkg-comment (nonexistent) +++ head/audio/id3lib/pkg-comment (revision 34342) @@ -0,0 +1 @@ +Library for manipulating ID3v1/v1.1 and ID3v2 tags Property changes on: head/audio/id3lib/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/id3lib/pkg-descr =================================================================== --- head/audio/id3lib/pkg-descr (nonexistent) +++ head/audio/id3lib/pkg-descr (revision 34342) @@ -0,0 +1,7 @@ +id3lib is a software library for manipulating ID3v1/v1.1 and ID3v2 tags. +id3lib 3.0.x conforms to all ID3v2 standards up to and including the ID3v2.3.0 +informal standard. + +WWW: http://id3lib.sourceforge.net/ + +Roman Shterenzon Property changes on: head/audio/id3lib/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/id3lib/pkg-plist =================================================================== --- head/audio/id3lib/pkg-plist (nonexistent) +++ head/audio/id3lib/pkg-plist (revision 34342) @@ -0,0 +1,23 @@ +bin/id3info +bin/id3convert +bin/id3tag +bin/id3cp +include/id3/error.h +include/id3/field.h +include/id3/flags.h +include/id3/frame.h +include/id3/globals.h +include/id3/header.h +include/id3/header_frame.h +include/id3/header_tag.h +include/id3/misc_support.h +include/id3/sized_types.h +include/id3/spec.h +include/id3/tag.h +include/id3.h +lib/libid3-3.7.so.13 +lib/libid3-3.7.so +lib/libid3.so +lib/libid3.la +lib/libid3.a +@dirrm include/id3 Property changes on: head/audio/id3lib/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property