pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-glib2 Initial import of p5-glib2-1.040, from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa0342b2c247
branches:  trunk
changeset: 473417:fa0342b2c247
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Apr 19 17:24:53 2004 +0000

description:
Initial import of p5-glib2-1.040, from pkgsrc-wip.

This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system.  Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.

diffstat:

 devel/p5-glib2/DESCR         |   6 ++++++
 devel/p5-glib2/Makefile      |  27 +++++++++++++++++++++++++++
 devel/p5-glib2/PLIST         |   1 +
 devel/p5-glib2/buildlink3.mk |  20 ++++++++++++++++++++
 devel/p5-glib2/distinfo      |   4 ++++
 5 files changed, 58 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r 10a1dc4ddd37 -r fa0342b2c247 devel/p5-glib2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-glib2/DESCR      Mon Apr 19 17:24:53 2004 +0000
@@ -0,0 +1,6 @@
+This module provides perl access to GLib and GLib's GObject libraries.
+GLib is a portability and utility library; GObject provides a generic
+type system with inheritance and a powerful signal system.  Together
+these libraries are used as the foundation for many of the libraries
+that make up the Gnome environment, and are used in many unrelated
+projects.
diff -r 10a1dc4ddd37 -r fa0342b2c247 devel/p5-glib2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-glib2/Makefile   Mon Apr 19 17:24:53 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 17:24:53 xtraeme Exp $
+#
+
+DISTNAME=      Glib-${DIST_VERSION}
+PKGNAME=       p5-glib2-${DIST_VERSION}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://gtk2-perl.sourceforge.net/
+COMMENT=       Perl bindings for Glib 2
+
+DEPENDS+=      p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
+DEPENDS+=      p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
+
+USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        make
+PERL5_REQD=    5.8
+MAKE_PARAMS+=  disable-threadsafe
+
+DIST_VERSION=  1.040
+
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Glib/.packlist
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 10a1dc4ddd37 -r fa0342b2c247 devel/p5-glib2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-glib2/PLIST      Mon Apr 19 17:24:53 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:24:53 xtraeme Exp $
diff -r 10a1dc4ddd37 -r fa0342b2c247 devel/p5-glib2/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-glib2/buildlink3.mk      Mon Apr 19 17:24:53 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/04/19 17:24:53 xtraeme Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+P5_GLIB2_BUILDLINK3_MK:=       ${P5_GLIB2_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    p5-glib2
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Np5-glib2}
+BUILDLINK_PACKAGES+=   p5-glib2
+
+.if !empty(P5_GLIB2_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.p5-glib2+=   p5-glib2>=1.040
+BUILDLINK_PKGSRCDIR.p5-glib2?= ../../devel/p5-Glib2
+.endif # P5_GLIB2_BUILDLINK3_MK
+
+.include "../../devel/glib2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 10a1dc4ddd37 -r fa0342b2c247 devel/p5-glib2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-glib2/distinfo   Mon Apr 19 17:24:53 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/19 17:24:53 xtraeme Exp $
+
+SHA1 (Glib-1.040.tar.gz) = 3999164937e97a8fd1ab2c8a606df957f84ae514
+Size (Glib-1.040.tar.gz) = 183118 bytes



Home | Main Index | Thread Index | Old Index