Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-09 | DESTDIR support. | joerg | 16 | -51/+127 | |
2009-02-09 | DESTDIR support. | joerg | 6 | -27/+35 | |
2009-02-09 | Simplify. | joerg | 1 | -3/+2 | |
2009-02-09 | DESTDIR support. | joerg | 3 | -9/+10 | |
2009-02-09 | Add missing BUILD_DEPENDS on p5-ExtUtils-Depends | abs | 1 | -1/+3 | |
2009-02-09 | Remove net/my-mimelib. It is way older than the version shipped with | joerg | 6 | -108/+3 | |
Python 2.3+ | |||||
2009-02-09 | Don't create /var/spool/... at install time, the scripts will take care | joerg | 3 | -11/+18 | |
of it. Mark as user-destdir after that. | |||||
2009-02-09 | Switch to Python 2.5 as default. Bump revision of all packages that have | joerg | 168 | -258/+343 | |
changed runtime dependencies now. | |||||
2009-02-09 | Fix DESTDIR installation. | joerg | 1 | -1/+3 | |
2009-02-09 | Require Python 2.5 as py-compizconfig does so. | joerg | 1 | -1/+3 | |
2009-02-09 | Update to 0.3.6.3: Don't use deprecated SigC++ API. | joerg | 3 | -16/+16 | |
2009-02-09 | Remove Python 2.1 support. | joerg | 75 | -2855/+46 | |
2009-02-09 | Remove py21-html-docs. | joerg | 1 | -1/+2 | |
2009-02-09 | Remove Python 2.1. | joerg | 1 | -1/+2 | |
2009-02-09 | Remove textproc/py-csv, included with Python 2.2 and later. | joerg | 1 | -1/+2 | |
2009-02-09 | Only use issetugid if it exists. Fixes reported build issues on QNX and | joerg | 5 | -232/+411 | |
AIX. | |||||
2009-02-09 | Regen with autoconf 2.63. The endian macro issues on Mac OS X have been | joerg | 2 | -1150/+1613 | |
addressed according to PR 38625. | |||||
2009-02-09 | Remove chat/aap and devel/aap, the last Python 2.1 only packages. | joerg | 12 | -322/+5 | |
2009-02-09 | Needs Python 2.5 yield. | joerg | 1 | -1/+3 | |
2009-02-09 | Fix build with newer OpenSSL. | joerg | 2 | -1/+18 | |
2009-02-09 | Needs distutils feature from Python 2.4+. | joerg | 1 | -1/+2 | |
2009-02-09 | Reportlab needs Python 2.4+ | joerg | 1 | -1/+3 | |
2009-02-09 | Uses @property syntax -> Python 2.4+ | joerg | 1 | -1/+3 | |
2009-02-09 | Needs Python 2.4+ | joerg | 1 | -1/+3 | |
2009-02-09 | configure wants Python 2.5. | joerg | 1 | -1/+3 | |
2009-02-09 | Needs intltool. | joerg | 2 | -4/+4 | |
2009-02-09 | Fix patch to not contain RCS IDs. | joerg | 2 | -6/+5 | |
2009-02-09 | DESTDIR support. Fix build on amd64. | joerg | 1 | -2/+4 | |
2009-02-09 | DESTDIR support. Use (void *)NULL as sentinal. | joerg | 3 | -2/+36 | |
2009-02-09 | Fix !OpenSSL build/bootstrap. | joerg | 2 | -5/+13 | |
2009-02-09 | Don't use libtclstub84 for sqlite3-tcl, but libtcl84 itself. | joerg | 2 | -1/+15 | |
2009-02-09 | Require a new enough sqlite3. | joerg | 1 | -2/+2 | |
2009-02-09 | Needs libXp nowadays. | joerg | 1 | -1/+2 | |
2009-02-09 | add gdt as co-maintainer | gdt | 1 | -1/+2 | |
2009-02-09 | Only provide the openssl option if libfetch was built with it. | joerg | 2 | -5/+6 | |
2009-02-09 | Suggest openssl option only if OpenSSL is builtin. | joerg | 1 | -2/+8 | |
2009-02-09 | Fix (de)installation of a binary version of this package. | tron | 2 | -3/+5 | |
Bump the package revision because the package list changed. | |||||
2009-02-09 | Forgotten patch from last commit: fix installation. | joerg | 1 | -0/+22 | |
2009-02-09 | Updated graphics/rabbit to 0.5.9 | obache | 1 | -1/+2 | |
2009-02-09 | Update rabbit to 0.5.9. | obache | 3 | -7/+18 | |
== Changes 0.5.9 from 0.5.8: 2009-02-09 * Improvements * HTML output: supported link to PDF. * added rabbit-command command line tool to control Rabbit. * supported reflected image effect (requested by kdmsnr) Example: http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-104.html http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-085.html How to write: # image # src = XXX.jpg # relative_height = 80 # reflect_ratio = 0.5 * Theme * New themes * pdf-tortoise-and-hare: uses tortoise and hare timer when PDF viewer mode. Allotted time is specified by RABBIT_ALLOTTED_TIME environment variable. Example: % RABBIT_ALLOTTED_TIME=4.5m rabbit --theme pdf-tortoise-and-hare XXX.pdf * lightning-clear-blue: uses large character slides in bluish clear-blue theme. * title-on-image-toolkit: superimposes title on image. Example: http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-036.html How to use: In slide: = Users Group # image # src = shocker.jpg # relative_height = 90 In theme: include_theme("title-on-image-toolkit") match(Slide) do |slides| slides.each do |slide| slide.title_on_image if slide.title_on_image? end end * Bug fixes * fixed wrong Wiki format detection. | |||||
2009-02-09 | Updated databases/ruby-tokyocabinet to 1.19 | obache | 1 | -1/+2 | |
2009-02-09 | Update ruby-tokyocabinet to 1.19, for tokyocabinet-1.4.4. | obache | 3 | -11/+11 | |
2009-02-09 | Added math/p5-Roman version 1.22 | dsainty | 1 | -1/+2 | |
2009-02-09 | Add p5-Roman | dsainty | 1 | -1/+2 | |
2009-02-09 | This module provides some functions which help conversion of numeric notation | dsainty | 3 | -0/+25 | |
between Roman and Arabic. | |||||
2009-02-08 | Updated sysutils/ruby-facter to 1.5.2. | tonnerre | 1 | -1/+2 | |
2009-02-08 | Update the Facter Ruby gem to version 1.5.2. Current version is 1.5.3 but | tonnerre | 3 | -7/+41 | |
this one is thoroughly tested by me. Changes since 1.5: - Enabled a number of Windows facts - operating system, domain, ipaddress, macaddress, kernel, ipconfig and others. - macaddress now set on Ubuntu. - CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults on. - Allow specification of --bindir --sbindir --sitelibdir --mandir. - Package creation scripts for Mac OS X. - Solaris. (Whatever was done here, it's written like that in the ChangeLog.) - Add module level tests for Facter::IPAddress. - Add sample test and strawman solution for IP parsing code. - Adding better SuSE detection for both operatingsystem and release. - Adding a rake task for creating an archive. - macaddress not set on Ubuntu. - Modified the operatingsystem fact for Debian so it looks in /etc/debian_version instead of /proc/version. - Added virtual fact. - Added kernelversion fact. - Facter now defaults to 0 timeout. - CentOS version detection is now better. - Set the timeout the host-based and resolve-based resolutions to 2. - Added a Process.waitall thread when there's a timeout, to avoid zombies. - Update to dmidecode fact. - Added operatingsystemrelease for Solaris. - Updated virtual fact for xenu and xen0. - Removed facter from PREREQS. | |||||
2009-02-08 | Break out of fetch loop if cd to _DISTDIR fails. | wiz | 1 | -5/+5 | |
From Anon Ymous. | |||||
2009-02-08 | regen. | wiz | 7 | -23/+24 | |
2009-02-08 | Spelling fixes. | wiz | 5 | -18/+18 | |