summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-08Note update of devel/ruby-mode package to 1.9.3p0.taca1-1/+2
2011-11-08Update ruby-mode package to 1.9.3p0.taca1-3/+3
* Several improvements.
2011-11-08No need to define here RUBY_VERSION any more.taca1-2/+1
2011-11-08Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.taca3-6/+6
2011-11-08Oops, forgot to remove these files, too.taca45-3341/+0
2011-11-08Note addition of Ruby 1.9.3 p0 packages:taca1-1/+8
lang/ruby193-base 1.9.3p0 lang/ruby193 1.9.3p0 databases/ruby-gdbm 1.9.3p0nb1 devel/ruby-curses 1.9.3p0 devel/ruby-fiddle 1.9.3p0 devel/ruby-readline 1.9.3p0 x11/ruby-tk 1.9.3p0
2011-11-08Add and enable ruby193-base and ruby193.taca1-1/+3
2011-11-08Importing ruby193 version 1.9.3p0 (Ruby 1.9.3 p0).taca2-0/+34
This is meta pacakge which contains lang/ruby193-base, databases/ruby-gdbm, devel/ruby-curses, devel/ruby-fiddle, devel/ruby-readline and x11/ruby-tk.
2011-11-08Importing ruby193-base version 1.9.3p0 (Ruby 1.9.3 p0):taca28-0/+1879
Please refer detail for: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/ChangeLog Short summary from NEWS: * Ruby's License is changed from a dual license with GPLv2 to a dual license with 2-clause BSDL. * Encoding * new encodings: CP950, CP951, UTF-16 and UTF-32 * change alias: * SJIS is Windows-31J * Regexps now support Unicode 6.0. (new characters and scripts) * builtin classes * ARGF * new methods: ARGF.read_nonblock and so on. * Array * extended method: Array#pack supports endian modifiers * String * extended method: String#unpack supports endian modifiers * new method: String#prepend and String#byteslice * Bignum * Multiplication algorithm for Bignums with a large number of digits over 150 BDIGITs is changed in order to reduce its calculation time. Now such large Bignums are multiplied by using Toom-3 algorithm. * File * new constant: File::NULL and File::DIRECT * IO * extended method: IO#putc supports multibyte characters * new methods: * IO#advise, IO.write and IO.binwrite * Kernel * move #__id__ to BasicObject * extended method: Kernel#rand supports range argument * Module * new methods: Module#private_constant and Module#public_constant * Random * extended method: Random.rand supports range argument * Time * extended method: Time#strftime supports %:z and %::z * Process * Process#maxgroups and Process#maxgroups= now raise NotImplementedError if the platform don't support supplementary groups concept
2011-11-08Note update of devel/ruby-priority-queue pacakge to 0.1.2nb4.taca1-1/+2
2011-11-08Don't try to patch gemspec file but use pre-generated one.taca3-17/+4
Instead, Use newer RDOC.
2011-11-08Don't try to patch gemspec file but use pre-generated one.taca4-27/+189
2011-11-08* Remove .require_paths from PLISTtaca5-20/+80
* Don't try to patch gemspec file but use pre-generated one. Bump PKGREVISION.
2011-11-08Don't try to patch gemspec file but use pre-generated one.taca4-27/+60
2011-11-08Use RUBY_VERSION instead of RUBY_REQD.taca3-6/+6
2011-11-08Remove .require_paths from GEM_CLEANBUILD since it isn't genrated any more.taca1-2/+2
2011-11-08Note update of these packages:taca1-1/+18
comms/ruby-termios 0.9.6nb2 databases/ruby-odbc 0.99994nb2 devel/ruby-debug 0.10.4nb3 devel/ruby-ffi 1.0.9 devel/ruby-metaid 1.0nb1 devel/ruby-parsetree 3.0.7nb1 devel/ruby-rbtree 0.3.0nb2 devel/ruby-thrift 0.7.0nb1 graphics/ruby-RMagick 2.13.1nb5 mail/ruby-tmail 1.2.7.1nb2 textproc/ruby-json 1.6.0nb1 textproc/ruby-oniguruma 1.1.0nb2 textproc/ruby-redcloth 4.2.8nb1 www/mongrel 1.1.5nb3 www/ruby-patron 0.4.16nb1 www/thoth-delicious 0.1.0nb2 www/thoth-flickr 0.1.0nb2
2011-11-08Create missing directory prior to installationgavan1-1/+4
2011-11-08* Remove .require_paths from PLISTtaca32-58/+47
* Bump PKGREVISION.
2011-11-08Remove (unused) comment outed RUBY_RD_LIST.taca1-4/+1
2011-11-08Note update of these basic Ruby related pacakges:taca1-1/+5
lang/ruby18 1.8.7.352nb1 lang/ruby19-base 1.9.2pl290nb4 lang/ruby19 1.9.2pl290nb2 misc/rubygems 1.8.10nb1
2011-11-08* Make --install-root change same as ruby193-base.taca8-78/+40
* Don't generate .require_paths. It was only needed with Ruby 1.9.1 which had never supported by pkgsrc. * Bump PKGREVISION.
2011-11-08* Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.taca3-8/+8
* Add support for Ruby 1.9.3.
2011-11-08* Use RUBY_VERSION_SUPPORTED.taca2-14/+14
* Correct DESCR; this isn't 1.9.1 but 1.9.2. And update including packages. * Bump PKGREVISION.
2011-11-08* Use RUBY_VERSION_SUPPORTED.taca7-14/+48
* Correct DESCR; this is 1.9.2 release minimum base package. * Don't remove whole gem directory but keep its own gem directory only. * Also make MESSAGE explicitly 1.9.2. * rubygem: Avoid to use Gem::RequirePathsBuilder now. * Bump PKGREVISION.
2011-11-08* Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.taca1-8/+9
* Explicitly show 1.8.7 in DESCR and COMMENT. * Use RUBY_VERSION_SUPPORTED. * Bump PKGREVISION.
2011-11-08* Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.taca3-7/+6
* Remove workaround for version.h.
2011-11-08* Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.taca1-4/+4
* Add support for Ruby 1.9.3.
2011-11-08* Add LICENSE for Ruby 1.9.3.taca1-6/+15
* Add RUBY_DISTNAME to MESSAGE_SUBST. * Move RUBY_SITE_SUBDIR from rubyversion.mk
2011-11-08* Document rdoc's version contained in each Ruby release.taca1-4/+11
* Add Ruby 1.9.3 support.
2011-11-08* Document rubygem's version contained in each Ruby release.taca1-15/+52
* Add RUBYGEM_LANG and use it as LANG and LC_CTYPE for proper rdoc processing. * Add Ruby 1.9.3 support.
2011-11-08Use RUBY_VERSION instead of RUBY_REQD.taca1-2/+2
2011-11-08* Improve make macro's documentation.taca1-137/+260
* Use 18, 19 instead of 1.9, 2.0 for RUBY_VERSION_DEFAULT. * Add 193 for Ruby 1.9.3, too. * If RUBY_VERSION_SUPPORTED contains single version of Ruby, make package force depends to the version. * Move RUBY_SITE_SUBDIR to Makefile.common. * Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. * Remove small code for NetBSD 1.x. * Change RUBY_DLEXT and RUBY_SLEXT by ${_OPSYS_SHLIB_TYPE} instead of ${OPSYS}'s value.
2011-11-08Use ${RUBY_BASE} instead of ${RUBY_VER}-base.taca1-2/+2
2011-11-08mod-limitipconn, as from wip/ap2-limitipconn by Todd Vierling, butis4-0/+51
modified for user-destdir, brought forward to version 0.23, and with the added contributed LocalIP patch from the author's web page.
2011-11-08+ acroread9-9.4.6, bouml-4.22.2 [pkg/45574], digikam-2.3.0, etm-882,wiz1-17/+18
ffmpeg-20111105.0.8.6, fotoxx-11.11.1, horde-4.0.11, kdenlive-0.8.2, kmymoney2-4.6.1, knights-2.4.0, kronolith-3.0.11, nut-17.4, ocp-0.1.21, pixman-0.24.0, stunnel-4.46, turba-3.0.10, unrealircd-3.2.9.
2011-11-08moscow_mldholland1-1/+2
2011-11-08Fix PR 45558 (aka CVE-2011-4119) which also turns out to affect Moscow ML.dholland3-2/+96
Credit to Florian Weimer for noticing this.
2011-11-08Note remove of typolight related packages.taca1-1/+4
www/typolight28 www/typolight28-example www/typolight28-translations
2011-11-08Remove typolight generic directory.taca4-119/+0
2011-11-08Remove typolight28 packages, please migrate to contao210 package now.taca13-2305/+0
2011-11-08Remove typolight related entries.taca1-5/+1
2011-11-08Note update of contao210 related packages:taca1-1/+4
www/contao210 2.10.3 www/contao210-example 2.10.3 www/contao210-translations 20111103
2011-11-08Update contao210-translations package 20111103.taca4-8/+101
Add Portuguese language files.
2011-11-08Update www/contao210 and www/contao210-example package to 2.10.3.taca3-8/+8
Version 2.10.3 (2011-11-07) --------------------------- - Fixed: the postLogin/Logout hooks broke the save() method of the model (#3545) - Fixed: the style sheet editor did not handle font-family/size:inherit correctly (#3531) - Fixed: MooTools changed the default wMode settings for Swiff (#3540) - Fixed: the style sheet importer did not handle border-color:transparent/inherit (#3480) - Fixed: do not index empty news/event/FAQ/newsletter reader pages (#3511) - Fixed: group labels were not always loaded correctly (#3591) - Fixed: added a rename() workaround for Windows to the FileCache class (#3390) - Fixed: the site structure was not ordered properly for non-admins (#3423) - Fixed: custom layout sections were not displayed in "override all" mode (#3460) - Fixed a few minor issues
2011-11-08Updated fonts/umefont-ttf to 0.433ryoon1-1/+2
2011-11-08Update to 0.433ryoon2-6/+6
Changelog: In Gothic (Sans-serif) family * Fix glyphs in Unicode : 0020-668f, 98cc-ffff (first check) * Fix glyphs in SJIS : second check completed In Minchi (Serif) family * Fix glyphs in Unicode : 0020-668f, 98cd-9aff, 9b18-ffff (first check) * Fix glyphs in SJIS : second check completed
2011-11-08Add coccigrepryoon1-1/+2
2011-11-08Added textproc/coccigrep version 1.6ryoon1-1/+2
2011-11-08Import coccigrep-1.6 as textproc/coccigrep from wip/coccigrepryoon4-0/+55
coccigrep is a semantic grep for the C language based on coccinelle. It can be used to find where a given structure is used in code files. coccigrep depends on the spatch program which comes with coccinelle.