pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ruby-gd Initial importing of graphics/ruby-gd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d83b6fd3622b
branches:  trunk
changeset: 462551:d83b6fd3622b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 05 09:55:18 2003 +0000

description:
Initial importing of graphics/ruby-gd package based on PR pkg/22159 by
Rasputin <rasputin at idoru dot mine dot nu>.

Ruby extension library to drive Thomas Boutells gd library.

diffstat:

 graphics/ruby-gd/DESCR    |   1 +
 graphics/ruby-gd/Makefile |  32 ++++++++++++++++++++++++++++++++
 graphics/ruby-gd/PLIST    |  13 +++++++++++++
 graphics/ruby-gd/distinfo |   4 ++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 0cbd0c27a42d -r d83b6fd3622b graphics/ruby-gd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-gd/DESCR    Sun Oct 05 09:55:18 2003 +0000
@@ -0,0 +1,1 @@
+Ruby extension library to drive Thomas Boutells gd library.
diff -r 0cbd0c27a42d -r d83b6fd3622b graphics/ruby-gd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-gd/Makefile Sun Oct 05 09:55:18 2003 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 09:55:18 taca Exp $
+
+DISTNAME=      ruby-GD-${VER}-1
+PKGNAME=       ruby-gd-${VER}.1
+WRKSRC=                ${WRKDIR}/ruby-GD-${VER}
+CATEGORIES=    graphics
+MASTER_SITES=  http://tam.0xfa.com/ruby-gd/
+
+MAINTAINER=    rasputin%idoru.mine.nu@localhost
+HOMEPAGE=      # not available
+COMMENT=       Ruby extension to drive the GD library
+
+VER=           0.7.4
+DIST_SUBDIR=   ruby
+USE_RUBY_EXTCONF=      yes
+
+CONFIGURE_ARGS+=       --with-gd-dir=${PREFIX}
+CONFIGURE_ARGS+=       --with-ttf
+CONFIGURE_ARGS+=       --with-ttf-dir=${PREFIX}
+CONFIGURE_ARGS+=       --with-freetype
+CONFIGURE_ARGS+=       --with-freetype-dir=${PREFIX}
+CONFIGURE_ARGS+=       --enable-gd2_0
+
+post-install:
+       ${CP} -R ${WRKSRC}/doc ${RUBY_DOCDIR}/gd
+       ${CP} -R ${WRKSRC}/sample ${RUBY_EXAMPLESDIR}/gd
+
+.include "../../graphics/gd/buildlink2.mk"
+.include "../../graphics/freetype-lib/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../lang/ruby-base/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 0cbd0c27a42d -r d83b6fd3622b graphics/ruby-gd/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-gd/PLIST    Sun Oct 05 09:55:18 2003 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/05 09:55:18 taca Exp $
+${RUBY_ARCHLIBDIR}/GD.so
+${RUBY_EXAMPLESDIR}/gd/example.rb
+${RUBY_EXAMPLESDIR}/gd/gdtestttf.png
+${RUBY_EXAMPLESDIR}/gd/gdtestttf.rb
+${RUBY_EXAMPLESDIR}/gd/webpng.rb
+@dirrm ${RUBY_EXAMPLESDIR}/gd
+${RUBY_DOCDIR}/gd/INSTALL.en
+${RUBY_DOCDIR}/gd/INSTALL.ja
+${RUBY_DOCDIR}/gd/manual.html
+${RUBY_DOCDIR}/gd/manual.rd
+${RUBY_DOCDIR}/gd/manual_index.html
+@dirrm ${RUBY_DOCDIR}/gd
diff -r 0cbd0c27a42d -r d83b6fd3622b graphics/ruby-gd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-gd/distinfo Sun Oct 05 09:55:18 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/10/05 09:55:18 taca Exp $
+
+SHA1 (ruby/ruby-GD-0.7.4-1.tar.gz) = 87ad45f8b224ab2abb87d289112a245f58b16218
+Size (ruby/ruby-GD-0.7.4-1.tar.gz) = 38725 bytes



Home | Main Index | Thread Index | Old Index