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.
This commit is contained in:
parent
f2ab2c476a
commit
49534099e2
5 changed files with 58 additions and 0 deletions
6
devel/p5-glib2/DESCR
Normal file
6
devel/p5-glib2/DESCR
Normal file
|
@ -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.
|
27
devel/p5-glib2/Makefile
Normal file
27
devel/p5-glib2/Makefile
Normal file
|
@ -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"
|
1
devel/p5-glib2/PLIST
Normal file
1
devel/p5-glib2/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:24:53 xtraeme Exp $
|
20
devel/p5-glib2/buildlink3.mk
Normal file
20
devel/p5-glib2/buildlink3.mk
Normal file
|
@ -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/+$//}
|
4
devel/p5-glib2/distinfo
Normal file
4
devel/p5-glib2/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue