Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-14 | graphics/ruby-gd: fix build problem with Ruby 3.0 | taca | 2 | -96/+122 | |
Use more modern Ruby API. | |||||
2020-08-17 | *: revbump after fontconfig bl3 changes (libuuid removal) | leot | 1 | -2/+2 | |
2018-03-12 | Recursive bumps for fontconfig and libzip dependency changes. | wiz | 1 | -2/+2 | |
2018-01-14 | graphics/*: remove redundant :Q modifiers | rillig | 1 | -3/+3 | |
pkgsrc doesn't support PREFIX with spaces or other special characters. Therefore it is not necessary to add the :Q modifier to this variable and several others. | |||||
2017-06-02 | Relax patten in GEM_CLEANBUILD. | taca | 1 | -2/+2 | |
2017-02-28 | Recursive revbump from graphics/libwebp | ryoon | 1 | -2/+2 | |
2016-08-03 | Revbump after graphics/gd update | adam | 1 | -2/+2 | |
2016-05-07 | Tell gem build to include rpath for X11BASE. Bump revision. | joerg | 1 | -2/+3 | |
2015-11-18 | Recursive revbump from multimedia/libvpx | ryoon | 1 | -2/+2 | |
2015-11-03 | Add SHA512 digests for distfiles for graphics category | agc | 1 | -1/+2 | |
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-09-26 | Avoid using rubyforge.org since it stopped most of services. | taca | 1 | -2/+2 | |
2015-06-30 | Recursive revbump from pkgsrc/multimedia/libvpx. | ryoon | 1 | -2/+2 | |
2015-03-08 | Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. | taca | 1 | -1/+2 | |
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 | |