Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-17 | * Add GEM_EXTSDIR support. | taca | 3 | -21/+32 | |
* Fix build with Ruby 2.1.1. | |||||
2013-09-04 | recursive bump from graphics/gd shlib major bump. | obache | 1 | -2/+2 | |
2013-07-21 | Tweak GEM_CLEANBUILD for ruby200. | taca | 1 | -2/+2 | |
2013-07-07 | o Add build_info file to PLIST. | taca | 2 | -5/+6 | |
o Utilize GEM_NAME in PLIST. Bump PKGREVISION. | |||||
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 1 | -2/+2 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -2/+2 | |
2011-02-21 | Bump PKGREVISION due to ABI change of ruby18-base. | taca | 1 | -2/+2 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -3/+3 | |
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done | |||||
2010-11-23 | Drop dependency on freetype-lib. | obache | 1 | -5/+2 | |
GD-2.x does not support it. Bump PKGREVISION. | |||||
2010-09-10 | * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. | taca | 3 | -4/+830 | |
* Add LICENSE. * Remove default value of GEM_BUILD. * Add patch to support both ruby18 and ruby19. No functional change. | |||||
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -2/+2 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-12-03 | Oops, it wasn't I intended to... Really fix PKGNAME now. | taca | 1 | -2/+2 | |
2009-12-02 | Fix PKGNAME missing ${RUBY_PKGPREFIX} from Aug. 2008, sigh. | taca | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -1/+2 | |
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -2/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -5/+1 | |
2008-09-15 | Update graphics/ruby-gd pacakge to 0.8.0. | taca | 3 | -11/+9 | |
Release Name: 0.8.0 Notes: Added gif support | |||||
2008-06-19 | Bump PKGREVISION of rubygem based packages which contain extention libraries. | taca | 1 | -2/+2 | |
2008-04-04 | Install as a gem using the pkgsrc rubygem.mk framework instead of | jlam | 3 | -36/+43 | |
directly into site_ruby. | |||||
2007-10-28 | Remove none existing from MASTER_SITES. | taca | 1 | -3/+2 | |
2006-09-07 | Sort PLIST. | taca | 1 | -2/+2 | |
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-03 | Bump PKGREVISION by update of ruby18-base package. | taca | 1 | -2/+2 | |
2006-01-03 | Stop handling DIST_SUBDIR default for Ruby based packages. | taca | 1 | -4/+4 | |
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles. | |||||
2006-01-03 | Add http://raa.ruby-lang.org/cache/ruby-gd/ to MASTER_SITES. | taca | 1 | -2/+3 | |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -4/+4 | |
CONFIGURE_ARGS. | |||||
2005-11-02 | Bump PKGREVISION of packages including ruby extention library | taca | 1 | -2/+2 | |
by Ruby 1.8.3 updates. | |||||
2005-10-29 | Reset maintainer to tech-pkg: | wiz | 1 | -2/+2 | |
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command) | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-06 | Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. | taca | 1 | -2/+2 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2005-01-28 | Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries. | taca | 1 | -1/+3 | |
Bump PKG_REVISION. | |||||
2004-12-04 | Switch to use RUBY_DLEXT as suffix of extention library. | taca | 1 | -2/+2 | |
2004-11-27 | Migrate ruby-gd to use new framework for Ruby packages. | taca | 2 | -12/+8 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-06-20 | Bump PKGREVISION and remove X11 support where appropiate. | xtraeme | 1 | -2/+2 | |
2004-05-02 | Convert to buildlink3. | snj | 1 | -6/+6 | |
2004-03-16 | Add ruby to CATEGORIES. | taca | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-19 | Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR, | sketch | 1 | -1/+2 | |
which has changed for Solaris installs. | |||||
2003-11-02 | Proper use of buildlink2 frame work and it should fix bulk build problem. | taca | 1 | -1/+4 | |
Thanks to PR pkg/23338 submitter, Ron Roskens. | |||||
2003-10-05 | Initial importing of graphics/ruby-gd package based on PR pkg/22159 by | taca | 4 | -0/+50 | |
Rasputin <rasputin at idoru dot mine dot nu>. Ruby extension library to drive Thomas Boutells gd library. |