taca
33e824faca
Bump PKGREVISION due to ABI change of ruby18-base.
2011-02-21 16:01:10 +00:00
wiz
af3596f984
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084
Mechanically replace references to graphics/jpeg with the suitable
...
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-12-23 11:44:24 +00:00
obache
1dffeb7ca4
Drop dependency on freetype-lib.
...
GD-2.x does not support it.
Bump PKGREVISION.
2010-11-23 05:41:43 +00:00
taca
39a1a41c51
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
...
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.
No functional change.
2010-09-10 06:46:43 +00:00
wiz
e8d8834f6a
Bump PKGREVISION for libpng shlib name change.
...
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-06-13 22:43:46 +00:00
wiz
91871f449e
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
taca
1bccac922a
Oops, it wasn't I intended to... Really fix PKGNAME now.
2009-12-03 02:35:52 +00:00
taca
61c34c8b38
Fix PKGNAME missing ${RUBY_PKGPREFIX} from Aug. 2008, sigh.
2009-12-02 15:47:48 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
joerg
24ce9c6c39
Convert @exec/@unexec to @pkgdir or drop it.
2009-06-14 20:05:39 +00:00
joerg
3a3c07bc30
Remove @dirrm entries from PLISTs
2009-06-14 17:59:04 +00:00
taca
de18d3348d
Update graphics/ruby-gd pacakge to 0.8.0.
...
Release Name: 0.8.0
Notes: Added gif support
2008-09-15 15:28:58 +00:00
taca
566453cb7a
Bump PKGREVISION of rubygem based packages which contain extention libraries.
2008-06-19 15:21:35 +00:00
jlam
49044b1ec2
Install as a gem using the pkgsrc rubygem.mk framework instead of
...
directly into site_ruby.
2008-04-04 15:30:00 +00:00
taca
65f1ddcb81
Remove none existing from MASTER_SITES.
2007-10-28 02:09:36 +00:00
taca
39a1b534b3
Sort PLIST.
2006-09-07 15:51:25 +00:00
wiz
02f8f7c52d
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
2006-04-17 13:45:57 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
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-03-04 21:28:51 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
taca
435219cbd2
Bump PKGREVISION by update of ruby18-base package.
2006-01-03 15:07:28 +00:00
taca
dccd827fac
Stop handling DIST_SUBDIR default for Ruby based packages.
...
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
0f09d21f19
Add http://raa.ruby-lang.org/cache/ruby-gd/ to MASTER_SITES.
2006-01-03 07:28:21 +00:00
rillig
579e977969
Ran "pkglint --autofix", which corrected some of the quoting issues in
...
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
taca
b9d791c80d
Bump PKGREVISION of packages including ruby extention library
...
by Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
wiz
f98a8ae7d3
Reset maintainer to tech-pkg:
...
host idoru.mine.nu[82.31.78.41] said: 550 sorry,
never heard of you (in reply to RCPT TO command)
2005-10-29 12:02:22 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
taca
0f010b9a66
Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.
2005-03-06 17:19:05 +00:00
agc
6a7b384635
Add RMD160 digests
2005-02-24 08:45:01 +00:00
taca
c3ffe35cf7
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
...
Bump PKG_REVISION.
2005-01-28 14:08:01 +00:00
taca
05a0ff5ab1
Switch to use RUBY_DLEXT as suffix of extention library.
2004-12-04 17:20:46 +00:00
taca
1ea2373c73
Migrate ruby-gd to use new framework for Ruby packages.
2004-11-27 16:12:57 +00:00
tv
c487cb967a
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
...
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-10-03 00:12:51 +00:00
xtraeme
1e73555403
Bump PKGREVISION and remove X11 support where appropiate.
2004-06-20 21:52:07 +00:00
snj
023d96db45
Convert to buildlink3.
2004-05-02 03:55:05 +00:00
taca
d428fd9d93
Add ruby to CATEGORIES.
2004-03-16 02:01:09 +00:00
agc
3ad1bdbf06
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:18:15 +00:00
sketch
c9989faa7d
Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
...
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
taca
0aa4696a9f
Proper use of buildlink2 frame work and it should fix bulk build problem.
...
Thanks to PR pkg/23338 submitter, Ron Roskens.
2003-11-02 17:50:05 +00:00
taca
3b1360fbb2
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.
2003-10-05 09:55:18 +00:00