mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add musicbrainz 1.0.0pre4, the second generation incarnation of the CD
Index. Also required for freeamp. PR: 22321 Submitted by: Roman Shterenzon <roman@xpert.com>
This commit is contained in:
parent
16e7216f90
commit
e000e543ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34344
@ -93,6 +93,7 @@
|
||||
SUBDIR += mpg123
|
||||
SUBDIR += mpg123.el
|
||||
SUBDIR += mpmf20
|
||||
SUBDIR += musicbrainz
|
||||
SUBDIR += mutemix
|
||||
SUBDIR += mxv
|
||||
SUBDIR += napster
|
||||
|
23
audio/libmusicbrainz/Makefile
Normal file
23
audio/libmusicbrainz/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: musicbrainz
|
||||
# Date Created: 26 Oct 2000
|
||||
# Whom: Roman Shterenzon <roman@xpert.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= musicbrainz
|
||||
PORTVERSION= 1.0.0.pre4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
|
||||
post-extract:
|
||||
${TOUCH} ${WRKSRC}/stamp-h.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/libmusicbrainz/distinfo
Normal file
1
audio/libmusicbrainz/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (musicbrainz-1.0.0pre4.tar.gz) = 63d75ed6d91c62c39fd2629657269aca
|
1
audio/libmusicbrainz/pkg-comment
Normal file
1
audio/libmusicbrainz/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
2nd generation incarnation of the CD Index - audio metadata
|
9
audio/libmusicbrainz/pkg-descr
Normal file
9
audio/libmusicbrainz/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
MusicBrainz is the second generation incarnation of the CD Index.
|
||||
This server is designed to enable Audio CD and MP3/Vorbis players
|
||||
to download metadata about the music they are playing. All of the
|
||||
data collected on the Musicbrainz server is made available to the
|
||||
public under the OpenContent license.
|
||||
|
||||
WWW: http://www.musicbrainz.org/
|
||||
|
||||
Roman Shterenzon <roman@xpert.com>
|
9
audio/libmusicbrainz/pkg-plist
Normal file
9
audio/libmusicbrainz/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/musicbrainz/musicbrainz.h
|
||||
include/musicbrainz/queries.h
|
||||
include/musicbrainz/errors.h
|
||||
include/musicbrainz/mb_c.h
|
||||
lib/libmusicbrainz.so.1
|
||||
lib/libmusicbrainz.so
|
||||
lib/libmusicbrainz.la
|
||||
lib/libmusicbrainz.a
|
||||
@dirrm include/musicbrainz
|
23
audio/libmusicbrainz3/Makefile
Normal file
23
audio/libmusicbrainz3/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: musicbrainz
|
||||
# Date Created: 26 Oct 2000
|
||||
# Whom: Roman Shterenzon <roman@xpert.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= musicbrainz
|
||||
PORTVERSION= 1.0.0.pre4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
|
||||
post-extract:
|
||||
${TOUCH} ${WRKSRC}/stamp-h.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/libmusicbrainz3/distinfo
Normal file
1
audio/libmusicbrainz3/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (musicbrainz-1.0.0pre4.tar.gz) = 63d75ed6d91c62c39fd2629657269aca
|
1
audio/libmusicbrainz3/pkg-comment
Normal file
1
audio/libmusicbrainz3/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
2nd generation incarnation of the CD Index - audio metadata
|
9
audio/libmusicbrainz3/pkg-descr
Normal file
9
audio/libmusicbrainz3/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
MusicBrainz is the second generation incarnation of the CD Index.
|
||||
This server is designed to enable Audio CD and MP3/Vorbis players
|
||||
to download metadata about the music they are playing. All of the
|
||||
data collected on the Musicbrainz server is made available to the
|
||||
public under the OpenContent license.
|
||||
|
||||
WWW: http://www.musicbrainz.org/
|
||||
|
||||
Roman Shterenzon <roman@xpert.com>
|
9
audio/libmusicbrainz3/pkg-plist
Normal file
9
audio/libmusicbrainz3/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/musicbrainz/musicbrainz.h
|
||||
include/musicbrainz/queries.h
|
||||
include/musicbrainz/errors.h
|
||||
include/musicbrainz/mb_c.h
|
||||
lib/libmusicbrainz.so.1
|
||||
lib/libmusicbrainz.so
|
||||
lib/libmusicbrainz.la
|
||||
lib/libmusicbrainz.a
|
||||
@dirrm include/musicbrainz
|
23
audio/libmusicbrainz4/Makefile
Normal file
23
audio/libmusicbrainz4/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: musicbrainz
|
||||
# Date Created: 26 Oct 2000
|
||||
# Whom: Roman Shterenzon <roman@xpert.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= musicbrainz
|
||||
PORTVERSION= 1.0.0.pre4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
|
||||
post-extract:
|
||||
${TOUCH} ${WRKSRC}/stamp-h.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/libmusicbrainz4/distinfo
Normal file
1
audio/libmusicbrainz4/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (musicbrainz-1.0.0pre4.tar.gz) = 63d75ed6d91c62c39fd2629657269aca
|
1
audio/libmusicbrainz4/pkg-comment
Normal file
1
audio/libmusicbrainz4/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
2nd generation incarnation of the CD Index - audio metadata
|
9
audio/libmusicbrainz4/pkg-descr
Normal file
9
audio/libmusicbrainz4/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
MusicBrainz is the second generation incarnation of the CD Index.
|
||||
This server is designed to enable Audio CD and MP3/Vorbis players
|
||||
to download metadata about the music they are playing. All of the
|
||||
data collected on the Musicbrainz server is made available to the
|
||||
public under the OpenContent license.
|
||||
|
||||
WWW: http://www.musicbrainz.org/
|
||||
|
||||
Roman Shterenzon <roman@xpert.com>
|
9
audio/libmusicbrainz4/pkg-plist
Normal file
9
audio/libmusicbrainz4/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/musicbrainz/musicbrainz.h
|
||||
include/musicbrainz/queries.h
|
||||
include/musicbrainz/errors.h
|
||||
include/musicbrainz/mb_c.h
|
||||
lib/libmusicbrainz.so.1
|
||||
lib/libmusicbrainz.so
|
||||
lib/libmusicbrainz.la
|
||||
lib/libmusicbrainz.a
|
||||
@dirrm include/musicbrainz
|
23
audio/libmusicbrainz5/Makefile
Normal file
23
audio/libmusicbrainz5/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: musicbrainz
|
||||
# Date Created: 26 Oct 2000
|
||||
# Whom: Roman Shterenzon <roman@xpert.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= musicbrainz
|
||||
PORTVERSION= 1.0.0.pre4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
|
||||
post-extract:
|
||||
${TOUCH} ${WRKSRC}/stamp-h.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/libmusicbrainz5/distinfo
Normal file
1
audio/libmusicbrainz5/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (musicbrainz-1.0.0pre4.tar.gz) = 63d75ed6d91c62c39fd2629657269aca
|
1
audio/libmusicbrainz5/pkg-comment
Normal file
1
audio/libmusicbrainz5/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
2nd generation incarnation of the CD Index - audio metadata
|
9
audio/libmusicbrainz5/pkg-descr
Normal file
9
audio/libmusicbrainz5/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
MusicBrainz is the second generation incarnation of the CD Index.
|
||||
This server is designed to enable Audio CD and MP3/Vorbis players
|
||||
to download metadata about the music they are playing. All of the
|
||||
data collected on the Musicbrainz server is made available to the
|
||||
public under the OpenContent license.
|
||||
|
||||
WWW: http://www.musicbrainz.org/
|
||||
|
||||
Roman Shterenzon <roman@xpert.com>
|
9
audio/libmusicbrainz5/pkg-plist
Normal file
9
audio/libmusicbrainz5/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/musicbrainz/musicbrainz.h
|
||||
include/musicbrainz/queries.h
|
||||
include/musicbrainz/errors.h
|
||||
include/musicbrainz/mb_c.h
|
||||
lib/libmusicbrainz.so.1
|
||||
lib/libmusicbrainz.so
|
||||
lib/libmusicbrainz.la
|
||||
lib/libmusicbrainz.a
|
||||
@dirrm include/musicbrainz
|
23
audio/musicbrainz/Makefile
Normal file
23
audio/musicbrainz/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: musicbrainz
|
||||
# Date Created: 26 Oct 2000
|
||||
# Whom: Roman Shterenzon <roman@xpert.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= musicbrainz
|
||||
PORTVERSION= 1.0.0.pre4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
|
||||
post-extract:
|
||||
${TOUCH} ${WRKSRC}/stamp-h.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/musicbrainz/distinfo
Normal file
1
audio/musicbrainz/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (musicbrainz-1.0.0pre4.tar.gz) = 63d75ed6d91c62c39fd2629657269aca
|
1
audio/musicbrainz/pkg-comment
Normal file
1
audio/musicbrainz/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
2nd generation incarnation of the CD Index - audio metadata
|
9
audio/musicbrainz/pkg-descr
Normal file
9
audio/musicbrainz/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
MusicBrainz is the second generation incarnation of the CD Index.
|
||||
This server is designed to enable Audio CD and MP3/Vorbis players
|
||||
to download metadata about the music they are playing. All of the
|
||||
data collected on the Musicbrainz server is made available to the
|
||||
public under the OpenContent license.
|
||||
|
||||
WWW: http://www.musicbrainz.org/
|
||||
|
||||
Roman Shterenzon <roman@xpert.com>
|
9
audio/musicbrainz/pkg-plist
Normal file
9
audio/musicbrainz/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/musicbrainz/musicbrainz.h
|
||||
include/musicbrainz/queries.h
|
||||
include/musicbrainz/errors.h
|
||||
include/musicbrainz/mb_c.h
|
||||
lib/libmusicbrainz.so.1
|
||||
lib/libmusicbrainz.so
|
||||
lib/libmusicbrainz.la
|
||||
lib/libmusicbrainz.a
|
||||
@dirrm include/musicbrainz
|
Loading…
Reference in New Issue
Block a user