diff options
author | obache <obache@pkgsrc.org> | 2007-05-27 02:00:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-27 02:00:02 +0000 |
commit | 259252871ff50938141b6e4eec44a736030aaed3 (patch) | |
tree | 1611351960937454953f6679eec1b5e87b46142b /print | |
parent | 510984a0d6b0f67f9db56fdeb836c9175c528914 (diff) | |
download | pkgsrc-259252871ff50938141b6e4eec44a736030aaed3.tar.gz |
Import ruby-gnome2-poppler version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/Poppler is a Ruby binding of poppler-glib.
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-gnome2-poppler/DESCR | 5 | ||||
-rw-r--r-- | print/ruby-gnome2-poppler/Makefile | 18 | ||||
-rw-r--r-- | print/ruby-gnome2-poppler/PLIST | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/print/ruby-gnome2-poppler/DESCR b/print/ruby-gnome2-poppler/DESCR new file mode 100644 index 00000000000..e765e15e757 --- /dev/null +++ b/print/ruby-gnome2-poppler/DESCR @@ -0,0 +1,5 @@ +Ruby-GNOME 2 is a set of Ruby language bindings for the various +application development libraries included with the GNOME/GTK+ +environment. + +Ruby/Poppler is a Ruby binding of poppler-glib. diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile new file mode 100644 index 00000000000..6167e3bb9b9 --- /dev/null +++ b/print/ruby-gnome2-poppler/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/27 02:00:02 obache Exp $ +# + +PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION} +COMMENT= Ruby binding of poppler-glib +CATEGORIES= print + +RUBY_EXTCONF_SUBDIRS= poppler + +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf +USE_TOOLS+= pkg-config + +BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.5.2 + +.include "../../graphics/ruby-rcairo/buildlink3.mk" +.include "../../print/poppler-glib/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/print/ruby-gnome2-poppler/PLIST b/print/ruby-gnome2-poppler/PLIST new file mode 100644 index 00000000000..672c3015ac7 --- /dev/null +++ b/print/ruby-gnome2-poppler/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/27 02:00:02 obache Exp $ +${RUBY_SITELIBDIR}/poppler.rb +${RUBY_SITEARCHLIBDIR}/poppler.${RUBY_DLEXT} |