summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorobache <obache>2007-05-27 02:00:02 +0000
committerobache <obache>2007-05-27 02:00:02 +0000
commit2745ceb00523185b22284ed4be6e54a98fbe8148 (patch)
tree1611351960937454953f6679eec1b5e87b46142b /print
parent362f96ac8d4db9e58c715aab05db736d6b0a38d1 (diff)
downloadpkgsrc-2745ceb00523185b22284ed4be6e54a98fbe8148.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/DESCR5
-rw-r--r--print/ruby-gnome2-poppler/Makefile18
-rw-r--r--print/ruby-gnome2-poppler/PLIST3
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}