| non port: print/ruby-panda/Makefile |
|
CVSWeb
|
Number of commits found: 20 |
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
1.42 accessibility/kdeaccessibility4/Makefile
(Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ]
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
1.40 accessibility/kdeaccessibility4/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ]
1.22 astro/boinc-setiathome-enhanced/Makefile
1.43 astro/celestia/Makefile
1.15 astro/gaia/Makefile
1.32 astro/openuniverse/Makefile
1.28 astro/stellarium/Makefile
1.32 astro/sunclock/Makefile
1.54 astro/xephem/Makefile
1.45 astro/xplanet/Makefile
1.27 astro/xrmap/Makefile
1.7 audio/enscribe/Makefile
(Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
|
Tue, 16 Jun 2009
|
[ 15:53 stas ]
1.12 accessibility/ruby-atk/Makefile
1.8 audio/ruby-musicextras/Makefile
1.5 audio/ruby-ogginfo/Makefile
1.10 audio/ruby-shout/Makefile
1.7 audio/ruby-vorbisfile/Makefile
1.15 audio/ruby-xmms/Makefile
1.6 comms/ruby-serialport/Makefile
1.5 converters/ruby-dump.rb/Makefile
1.8 converters/ruby-lv/Makefile
1.12 databases/ruby-dbd_proxy/Makefile
(Only the first 10 of 143 ports in this commit are shown above. )
- Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to.
|
|
Fri, 11 Nov 2005
|
[ 01:18 linimon ]
1.16 archivers/ruby-bz2/Makefile
1.14 archivers/ruby-zip/Makefile
1.7 audio/p5-MusicBrainz-Client/Makefile
1.7 audio/p5-MusicBrainz-Queries/Makefile
1.7 audio/p5-MusicBrainz-TRM/Makefile
1.8 audio/py-musicbrainz/Makefile
1.11 audio/ruby-audiofile/Makefile
1.3 audio/ruby-esound/Makefile
1.13 audio/ruby-freedb/Makefile
1.7 audio/ruby-mp3info/Makefile
(Only the first 10 of 286 ports in this commit are shown above. )
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime.
|
|
Fri, 25 Feb 2005
|
[ 00:17 mezz ]
1.21 devel/ruby-gnustep/Makefile
1.9 devel/ruby-pcsc-lite/Makefile
1.34 devel/ruby-sdl/Makefile
1.15 graphics/ruby-opengl/Makefile
1.85 lang/ruby18/Makefile
1.15 print/ruby-panda/Makefile
1.8 textproc/ruby-sary/Makefile
1.153 UPDATING
1.1 lang/ruby18/files/extrapatch-eval.c
Disable threads again; it has caused the more troubles. This time, it has
${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the
headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl,
ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve
those issues. It is recommend you to rebuild any apps that depend on
lang/ruby18, so see the UPDATING for detail.
Remove the 'BROKEN' on the other ports that knu has added them few weeks ago.
Some of them have been tested, so if one of them is still broke then please
let us know and one of us will re-add the 'BROKEN'.
This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x
and I did others. lofi, thanks for help!
Tested by: many people
Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x),
and sparc64 (FreeBSD 5.x and 6.x)
Not test on: ia64 and alpha
Approved by: portmgr (kris)
|
|
Sat, 5 Feb 2005
|
[ 04:59 knu ]
1.20 devel/ruby-gnustep/Makefile
1.8 devel/ruby-pcsc-lite/Makefile
1.33 devel/ruby-sdl/Makefile
1.14 graphics/ruby-opengl/Makefile
1.433 lang/Makefile
1.110 lang/ruby16/Makefile
1.3 lang/ruby16_r/Makefile
1.83 lang/ruby18/Makefile
1.4 lang/ruby18_r/Makefile
1.14 print/ruby-panda/Makefile
(Only the first 10 of 15 ports in this commit are shown above. )
The slippery pthread support for systems prior to 502102 has been
dropped and the lang/ruby16_r and lang/ruby18_r ports have been
removed, since no one seems to appreciate the partially working
solution.
Good news is that the pthread support of lang/ruby18 is now enabled by
default for newer systems, which means the ruby interpreter is linked
with libpthread. This will allow threaded extension libraries to run
and work properly on those systems.
The --march=cputype flag is disabled because it gets ruby to
malfunction and fail to build. I don't know if the problem is in
libpthread or in gcc.
(It really makes me wonder if they had actually tested before asking
me to do this somewhat risky change ;-)
|
|
Tue, 23 Dec 2003
|
[ 17:37 knu ]
1.13 print/ruby-panda/Makefile
1.6 print/ruby-panda/distinfo
Update to 0.0.7.
|
|
Wed, 23 Apr 2003
|
[ 14:23 knu ]
1.12 print/ruby-panda/Makefile
1.5 print/ruby-panda/distinfo
Update to 0.0.6.
|
|
Tue, 18 Feb 2003
|
[ 05:32 knu ]
1.7 print/ruby-clibpdf/Makefile
1.11 print/ruby-panda/Makefile
1.10 print/ruby-pdflib/Makefile
1.2 print/ruby-clibpdf/pkg-comment
1.2 print/ruby-panda/pkg-comment
1.2 print/ruby-pdflib/pkg-comment
De-pkg-comment.
|
|
Sun, 6 Oct 2002
|
[ 21:32 knu ]
1.8 math/ruby-algebra/Makefile
1.15 math/ruby-bigfloat/Makefile
1.3 math/ruby-bitvector/Makefile
1.4 math/ruby-gnuplot/Makefile
1.4 math/ruby-gsl/Makefile
1.3 math/ruby-math3d/Makefile
1.10 math/ruby-narray/Makefile
1.2 math/ruby-netcdf/Makefile
1.19 net/ruby-drb/Makefile
1.4 net/ruby-gserver/Makefile
(Only the first 10 of 44 ports in this commit are shown above. )
Use RUBY_MOD*.
|
|
Sat, 30 Mar 2002
|
[ 11:57 knu ]
1.15 net/ruby-drb/Makefile
1.22 net/ruby-xmlrpc/Makefile
1.9 print/ruby-panda/Makefile
1.13 textproc/ruby-nqxml/Makefile
1.23 textproc/ruby-rdtool/Makefile
1.12 textproc/ruby-rexml/Makefile
cd dir && command -> cd dir; command
|
[ 10:38 knu ]
1.8 print/ruby-panda/Makefile
1.4 print/ruby-panda/pkg-plist
Reflect the print/panda's upgrade and unbreak make package.
Bump PORTREVISION.
|
|
Mon, 17 Sep 2001
|
[ 18:54 knu ]
unknown archivers/ruby-zlib/Makefile
unknown audio/ruby-audiofile/Makefile
unknown audio/ruby-qt2sound/Makefile
unknown comms/ruby-termios/Makefile
unknown converters/ruby-iconv/Makefile
unknown databases/postgresql-plruby/Makefile
unknown databases/ruby-bdb/Makefile
unknown databases/ruby-cdb/Makefile
unknown databases/ruby-dbi/Makefile
unknown databases/ruby-gdbm/Makefile
(Only the first 10 of 93 ports in this commit are shown above. )
Bump the PORTREVISION's of the ports which install architecture dependent ruby
modules, due to the RUBY_ARCH change I've just committed.
|
|
Tue, 11 Sep 2001
|
[ 03:59 ache ]
unknown print/ghostscript55/Makefile
unknown print/ghostscript6/Makefile
unknown print/hp2xx/Makefile
unknown print/jadetex/Makefile
unknown print/panda/Makefile
unknown print/pdflib3/Makefile
unknown print/pfaedit/Makefile
unknown print/ruby-panda/Makefile
unknown print/ruby-pdflib/Makefile
unknown print/teTeX/Makefile
(Only the first 10 of 11 ports in this commit are shown above. )
Bump png major
|
|
Sun, 29 Jul 2001
|
[ 13:14 knu ]
unknown print/ruby-panda/Makefile
unknown print/ruby-panda/distinfo
unknown print/ruby-panda/pkg-plist
Update to 0.0.5.
|
|
Sun, 15 Apr 2001
|
[ 09:15 knu ]
unknown print/ruby-panda/Makefile
unknown print/ruby-panda/distinfo
unknown print/ruby-panda/pkg-plist
Update to 0.0.4.
|
|
Fri, 6 Apr 2001
|
[ 11:44 knu ]
unknown print/ruby-panda/Makefile
Use RUBY_WITH_PTHREAD.
|
|
Wed, 4 Apr 2001
|
[ 15:09 knu ]
unknown print/ruby-panda/Makefile
unknown print/ruby-panda/distinfo
unknown print/ruby-panda/files/patch-extconf.rb
Update to 0.0.3.
|
|
Sun, 1 Apr 2001
|
[ 22:43 knu ]
unknown print/ruby-panda/Makefile
unknown print/ruby-panda/distinfo
unknown print/ruby-panda/files/patch-extconf.rb
unknown print/ruby-panda/pkg-comment
unknown print/ruby-panda/pkg-descr
unknown print/ruby-panda/pkg-plist
Add ruby-panda, a Ruby extension library to access Panda, a GPL'ed library for
dynamically generating PDF files.
|
Number of commits found: 20 |