aboutsummaryrefslogtreecommitdiff
path: root/print/ruby-panda
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Assign all unmaintained ruby ports to ruby@,Stanislav Sedov2009-06-161-1/+1
| | | | | | | so people will know where to send questions to. Notes: svn path=/head/; revision=236032
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* Disable threads again; it has caused the more troubles. This time, it hasJeremy Messenger2005-02-251-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=129708
* The slippery pthread support for systems prior to 502102 has beenAkinori MUSHA2005-02-051-2/+7
| | | | | | | | | | | | | | | | | | | | | 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 ;-) Notes: svn path=/head/; revision=128068
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Update to 0.0.7.Akinori MUSHA2003-12-232-2/+2
| | | | Notes: svn path=/head/; revision=96491
* Update to 0.0.6.Akinori MUSHA2003-04-232-3/+2
| | | | Notes: svn path=/head/; revision=79517
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-27/+27
| | | | Notes: svn path=/head/; revision=67509
* cd dir && command -> cd dir; commandAkinori MUSHA2002-03-301-1/+1
| | | | Notes: svn path=/head/; revision=56942
* Reflect the print/panda's upgrade and unbreak make package.Akinori MUSHA2002-03-302-4/+4
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=56921
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47629
* Update to 0.0.5.Akinori MUSHA2001-07-293-5/+13
| | | | Notes: svn path=/head/; revision=45579
* Update to 0.0.4.Akinori MUSHA2001-04-153-4/+5
| | | | Notes: svn path=/head/; revision=41413
* Use RUBY_WITH_PTHREAD.Akinori MUSHA2001-04-061-2/+1
| | | | Notes: svn path=/head/; revision=40938
* Update to 0.0.3.Akinori MUSHA2001-04-043-21/+2
| | | | Notes: svn path=/head/; revision=40836
* Add ruby-panda, a Ruby extension library to access Panda, a GPL'edAkinori MUSHA2001-04-016-0/+93
library for dynamically generating PDF files. Notes: svn path=/head/; revision=40702