summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-19 17:24:53 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-19 17:24:53 +0000
commit43870d69c0728104afce79a806dc332444ee4a0c (patch)
tree3011dfc9cd65b70b8d789ae05a1161699ff5f601
parent3e8041beb6eaeaf0e873d650a790e45e28941b89 (diff)
downloadpkgsrc-43870d69c0728104afce79a806dc332444ee4a0c.tar.gz
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.
-rw-r--r--devel/p5-glib2/DESCR6
-rw-r--r--devel/p5-glib2/Makefile27
-rw-r--r--devel/p5-glib2/PLIST1
-rw-r--r--devel/p5-glib2/buildlink3.mk20
-rw-r--r--devel/p5-glib2/distinfo4
5 files changed, 58 insertions, 0 deletions
diff --git a/devel/p5-glib2/DESCR b/devel/p5-glib2/DESCR
new file mode 100644
index 00000000000..7a1b8fd94cf
--- /dev/null
+++ b/devel/p5-glib2/DESCR
@@ -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 --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile
new file mode 100644
index 00000000000..d320b676306
--- /dev/null
+++ b/devel/p5-glib2/Makefile
@@ -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
+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 --git a/devel/p5-glib2/PLIST b/devel/p5-glib2/PLIST
new file mode 100644
index 00000000000..8b233172b30
--- /dev/null
+++ b/devel/p5-glib2/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:24:53 xtraeme Exp $
diff --git a/devel/p5-glib2/buildlink3.mk b/devel/p5-glib2/buildlink3.mk
new file mode 100644
index 00000000000..85dad786bc2
--- /dev/null
+++ b/devel/p5-glib2/buildlink3.mk
@@ -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 --git a/devel/p5-glib2/distinfo b/devel/p5-glib2/distinfo
new file mode 100644
index 00000000000..0c1ec64729f
--- /dev/null
+++ b/devel/p5-glib2/distinfo
@@ -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