SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/p5-Cairo-GObject/Makefile
Normal file
24
devel/p5-Cairo-GObject/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
COMMENT = integrate Cairo into the Glib type system
|
||||
|
||||
DISTNAME = Cairo-GObject-1.005
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel graphics
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c cairo cairo-gobject freetype glib-2.0 gobject-2.0
|
||||
WANTLIB += intl perl z
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-Glib2>=1.224 \
|
||||
devel/p5-ExtUtils-Depends>=0.2 \
|
||||
devel/p5-ExtUtils-PkgConfig>=1.0 \
|
||||
graphics/p5-Cairo>=1.080
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
CPAN_AUTHOR = XAOC
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Cairo-GObject/distinfo
Normal file
2
devel/p5-Cairo-GObject/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Cairo-GObject-1.005.tar.gz) = jYlkRNceHQvKPSTjHl2CvQ2VQqrtkdH7fqs2e85nXFA=
|
||||
SIZE (Cairo-GObject-1.005.tar.gz) = 16790
|
7
devel/p5-Cairo-GObject/pkg/DESCR
Normal file
7
devel/p5-Cairo-GObject/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Cairo::GObject registers Cairo's types (Cairo::Context, Cairo::Surface,
|
||||
etc.) with Glib's type systems so that they can be used normally in
|
||||
signals and properties. If you have encountered an error akin to this:
|
||||
|
||||
GType CairoContext (15497280) is not registered with gperl
|
||||
|
||||
-- then you need to use Cairo::GObject.
|
7
devel/p5-Cairo-GObject/pkg/PLIST
Normal file
7
devel/p5-Cairo-GObject/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
${P5ARCH}/Cairo/GObject/
|
||||
${P5ARCH}/Cairo/GObject.pm
|
||||
${P5ARCH}/Cairo/GObject/Install/
|
||||
${P5ARCH}/Cairo/GObject/Install/Files.pm
|
||||
${P5ARCH}/auto/Cairo/GObject/
|
||||
@so ${P5ARCH}/auto/Cairo/GObject/GObject.so
|
||||
@man man/man3p/Cairo::GObject.3p
|
Loading…
Add table
Add a link
Reference in a new issue