pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/cddb-bundle Initial import of cddb-bundle-0.2, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ab38a18297f
branches:  trunk
changeset: 493897:7ab38a18297f
user:      rh <rh%pkgsrc.org@localhost>
date:      Mon May 16 09:40:59 2005 +0000

description:
Initial import of cddb-bundle-0.2, a CDDB client bundle for GNUstep.

diffstat:

 audio/cddb-bundle/DESCR         |   2 ++
 audio/cddb-bundle/Makefile      |  18 ++++++++++++++++++
 audio/cddb-bundle/PLIST         |  10 ++++++++++
 audio/cddb-bundle/buildlink3.mk |  20 ++++++++++++++++++++
 audio/cddb-bundle/distinfo      |   5 +++++
 5 files changed, 55 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 35aa9e50a112 -r 7ab38a18297f audio/cddb-bundle/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cddb-bundle/DESCR   Mon May 16 09:40:59 2005 +0000
@@ -0,0 +1,2 @@
+  This is a GNUstep bundle for clients that want to query or updata entries
+in the CDDB database.
diff -r 35aa9e50a112 -r 7ab38a18297f audio/cddb-bundle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cddb-bundle/Makefile        Mon May 16 09:40:59 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/16 09:40:59 rh Exp $
+#
+
+DISTNAME=      cddb.bundle-0.2
+PKGNAME=       ${DISTNAME:S/./-/}
+CATEGORIES=    audio gnustep
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gsburn/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://gsburn.sourceforge.net/
+COMMENT=       CDDB client bundle
+
+WRKSRC=                ${WRKDIR}/${DISTNAME:C/-[^-]*$//}
+NO_CONFIGURE=  yes
+MAKE_ENV+=     ADDITIONAL_CPPFLAGS="-Wno-import"
+
+.include "../../devel/gnustep-base/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 35aa9e50a112 -r 7ab38a18297f audio/cddb-bundle/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cddb-bundle/PLIST   Mon May 16 09:40:59 2005 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/16 09:40:59 rh Exp $
+share/GNUstep/Local/Library/Bundles/Cddb.bundle/Cddb
+share/GNUstep/Local/Library/Bundles/Cddb.bundle/Resources/Info-gnustep.plist
+share/GNUstep/Local/Library/Bundles/Cddb.bundle/stamp.make
+share/GNUstep/Local/Library/Headers/Cddb/Cddb.h
+@dirrm share/GNUstep/Local/Library/Headers/Cddb
+@comment in devel/gnustep-make: @dirrm share/GNUstep/Local/Library/Headers
+@dirrm share/GNUstep/Local/Library/Bundles/Cddb.bundle/Resources
+@dirrm share/GNUstep/Local/Library/Bundles/Cddb.bundle
+@comment in devel/gnustep-make: @dirrm share/GNUstep/Local/Library/Bundles
diff -r 35aa9e50a112 -r 7ab38a18297f audio/cddb-bundle/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cddb-bundle/buildlink3.mk   Mon May 16 09:40:59 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/05/16 09:40:59 rh Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+CDDB_BUNDLE_BUILDLINK3_MK:=    ${CDDB_BUNDLE_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    cddb-bundle
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ncddb-bundle}
+BUILDLINK_PACKAGES+=   cddb-bundle
+
+.if !empty(CDDB_BUNDLE_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.cddb-bundle+=        cddb-bundle>=0.2
+BUILDLINK_PKGSRCDIR.cddb-bundle?=      ../../audio/cddb-bundle
+.endif # CDDB_BUNDLE_BUILDLINK3_MK
+
+.include "../../devel/gnustep-make/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 35aa9e50a112 -r 7ab38a18297f audio/cddb-bundle/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cddb-bundle/distinfo        Mon May 16 09:40:59 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/16 09:40:59 rh Exp $
+
+SHA1 (cddb.bundle-0.2.tar.gz) = d1401dd70587ff0cdebe88098dd38eb3bd218e29
+RMD160 (cddb.bundle-0.2.tar.gz) = 2de6c627b64dd644ba7612159b86fae83a79e6df
+Size (cddb.bundle-0.2.tar.gz) = 16936 bytes



Home | Main Index | Thread Index | Old Index