summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-15Update rabbit to 1.0.2.obache4-26/+39
== 1.0.2: 2011-07-15 RubyKaigi2011 release. === Improvements ==== Core * Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze) [Reported by akira yamada] ==== Theme * title-slide-background-image: Added. It shows background image with title slide slide. * table: Supported font color customize. * rubykaigi2011: Added. It's for RubyKaigi2011. === Fixes ==== Theme * default-item-mark-setup: Fixed duplicated font name specified error. * edge-info-toolkit: Fixed duplicated font name specified error. === Thanks * yamada akira == 1.0.1: 2011-07-15 A bug fix release of 1.0.0. === Fixes ==== Core * Removed needless albino gem dependency. == 1.0.0: 2011-07-15 The first major release! We spent seven years for it! === Improvements ==== Core * Made Twitter related gems optional not required. * Disabled Clutter by default. --use-gl is required to enable it. [Reported by OBATA Akio] * Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)). RD: # blockdiag # relative_width = 90 # fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf { fontsize = 25; RD -> Rabbit; Hiki -> Rabbit; PDF -> Rabbit; group { Rabbit -> Display; } } Hiki: {{blockdiag(" { fontsize = 25; RD -> Rabbit; Hiki -> Rabbit; PDF -> Rabbit; group { Rabbit -> Display; } }", { :relative_width => 90, # :antialias => true, :fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf", "/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"], })}} * Removed Anthy support. * Supported syntax highlighting by CodeRay. * Supported syntax highlighting by Emacs. * Improved "run from console" detection. [Reported by OBATA Akio] * Supported non-blocking mode for Twitter connection. [Reported by OBATA Akio] * Improved the default logger detection. [Reported by OBATA Akio] * Supported Nokogiri and dropped HTree. * Added --allotted-time option to specify presentation allotted time. * Added --comment-theme option to specify a theme for comment. For example, use --comment-theme stream-comment to stream comment on your slide. * Removed RWiki support. ==== Rabbiter * Added --log-status option to log streamed information for debug. ==== Rabbirack * Added. It is a new Web interface for Rabbit. It will deprecate Rabrick. ==== Theme * Added shadow-color, shadow-x and shadow-y properties to text element. * syntax-highlighting: Added. It specifies colors for syntax highlighting. * footer-comment: * Improved image-timer support. * Disabled the last comment remaining by default. * rabbit-powered-by: Disabled banner. * pdf-tortoise-and-hare: Removed because it's merged to pdf theme. * pdf: * Supported hare and tortoise. * Supported comment. * base: Added foreground color, background color and shadow color configurations. * default-comment: Added. It specifies a theme for comment. === Fixes ==== Core * Fixed a problem that .mo are missing in package. [Reported by OBATA Akio] * Fixed a problem that appending comment from rabbiter crashes Rabbit. * Fixed a problem that PDF file detection is failed in Ruby 1.9. ==== Documentation * Fixed link URL. [Reported znz] === Thanks * OBATA Akio * znz
2011-07-15+ py-webcolorsobache1-1/+2
2011-07-15+ py-blockdiagobache1-1/+2
2011-07-15Added graphics/py-blockdiag version 0.8.4obache1-1/+2
2011-07-15Import py-blockdiag-0.8.4 as graphics/py-blockdiag.obache4-0/+281
`blockdiag` generate block-diagram image file from spec-text file. * Generate block-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-07-15Added www/py-webcolors version 1.3.1obache1-1/+2
2011-07-15Fix dead HOMEPAGE.ryoon1-2/+2
2011-07-15Import py-webcolors-1.3.1 as www/py-webcolors.obache4-0/+43
Support is included for the following formats (RGB colorspace only; conversion to/from HSL can be handled by the ``colorsys`` module in the Python standard library): * Specification-defined color names * Six-digit hexadecimal * Three-digit hexadecimal * Integer rgb() triplet * Percentage rgb() triplet
2011-07-15+ py-funcparserlibobache1-1/+2
2011-07-15Added devel/py-funcparserlib version 0.3.5obache1-1/+2
2011-07-15Import py-funcparserlib-0.3.5 as devel/py-funcparserlib.obache4-0/+56
Parser combinators are just higher-order functions that take parsers as their arguments and return them as result values. Parser combinators are: * First-class values * Extremely composable * Tend to make the code quite compact * Resemble the readable notation of xBNF grammars Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write them without thinking about look-aheads and all that hardcore parsing stuff. But the recursive descent parsing is a rather slow method compared to LL(k) or LR(k) algorithms. So the primary domain for funcparserlib is parsing little languages or external DSLs (domain specific languages). The library itself is very small. Its source code is only 0.5 KLOC, with lots of comments included. It features the longest parsed prefix error reporting, as well as a tiny lexer generator for token position tracking.
2011-07-15Updated graphics/py-imaging to 1.1.7nb3obache1-1/+2
2011-07-15Register EGG file to be found the library from others.obache2-6/+6
Bump PKGREVISION.
2011-07-15Fix PLIST - at least on amd64 NetBSD 5.99abs1-9/+19
2011-07-15Fix MASTER_SITES so distfile can be downloadedabs1-2/+2
2011-07-15Updated devel/glibmm to 2.28.2; x11/gtkmm to 2.24.2adam1-1/+3
2011-07-15Changes 2.24.2:adam3-57/+57
* Do not require mm-common when building from a tarball.
2011-07-15Changes 2.28.2:adam3-12/+9
* gmmproc: - _WRAP_METHOD: Add optional parameter functionality. - _WRAP_[CREATE|CTOR|METHOD]: Support parameter reordering. - _WRAP_METHOD: Add the possibility of an output parameter. - Protect documentation with m4 quotes. Gio: * DBus::Connection::emit_signal(): Replace empty strings with 0, because gio fails with "", apparently unnecessarily. Build: * Removed now-unused doctooldir variable from pkgconfig files.
2011-07-15Updated graphics/pngcrush to 1.7.16adam1-1/+2
2011-07-15Changes 1.7.16:adam2-6/+6
* Only report best method==0 if pngcrush cannot match the input filesize. Otherwise, if there is no improvement, report the first matching method.
2011-07-15Staged installation support. (Also converts to static packaging list.)asau15-25/+1009
2011-07-15Remove atkryoon1-2/+1
2011-07-15Updated devel/atk to 2.0.1ryoon1-1/+2
2011-07-15Update to 2.0.1ryoon2-7/+6
Changelog: Changes in version 2.0.1: ========================= * * Bug 652205: Use const instead G_CONST_RETURN * Bug 649307: Clarify AtkPlug and AtkSocket docs * Bug 551489: Fix doc of atk_text_get_text_before_offset * Bug 588083: Information about return value of some AtkText methods can be clearer * Added Alejandro Piñåiro Iglesias as maintainer * Updated .gitignore * VS 2008/2010 support update * New Zulu translation added, Esperanto and Catalan updated Changes in version 2.0.0: ========================= * *Translation update. Changes in version 1.91.92: ========================= * *BGO#638377: Add text_insert, text_remove, and text_update signals *Reviewed Serbian Translation *Fix introspection for atk_text_get_bounded_ranges *Visual C++ 2010 Project Files *Updated Spanish translation Changes in version 1.33.6: ========================= * *Returns FALSE on atk_object_add_relationship if it is already included *Bug 640574: gobject-introspection annotation and documentation fixes *Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols *Add missing Makefiles to AC_CONFIG_FILES *Fixes for the MSVC Project Files *Update deprecated autoconf macros and use new libtool syntax *Documentation fixes *Translation updates
2011-07-15Remove diffpdfryoon1-2/+1
2011-07-15Updated print/diffpdf to 1.2.2ryoon1-1/+2
2011-07-15Update to 1.2.2ryoon3-13/+12
Changelog: 1.2.2 Tiny change in how command line arguments are handled. This should make things work with both English and non-English locales on Windows. 1.2.1 Minor improvement with focus control for Previous and Next buttons. Acknowledged Steven Lee for building Windows binaries and Dirk Loss for building Mac OS X binaries in the About box. 1.2.0 Got rid of old text comparison mode. Various small user interface improvements. Fixed a subtle bug that meant the combine text highlighting setting wasn't saved and restored correctly.
2011-07-14Delete unnecessary patch.ryoon2-17/+1
2011-07-14Add libunique3ryoon1-1/+2
2011-07-14Add tex-verbasef{,-doc}.minskim2-2/+6
2011-07-14Import tex-verbasef-doc-1.1 as print/tex-verbasef-doc.minskim4-0/+20
This is documentation for tex-verbasef.
2011-07-14Import tex-verbasef-1.1 as print/tex-verbasef.minskim4-0/+31
Verbasef allows you to input (subsections of a) file, print them in verbatim mode, while automatically breaking up the inputted lines into pieces of a given length, which are output as figures. These figures are posted using the [H] specification, which forces LaTeX to place the figure at the spot of invocation, rather than floating the figures to the top of the next page. The package requires the verbatim, here and vrbexin packages.
2011-07-14Note update of tex-ltxmisc.minskim1-1/+2
2011-07-14Update tex-ltxmisc to 2010.21927.minskim3-10/+8
Changes: - The verbasef style is no longer included.
2011-07-14add CONFLICTS (thanks wiz@ for the reminder)spz12-17/+53
add a missing LICENSE and fix a few COMMENT
2011-07-14Update to 3.0.0ryoon6-32/+78
* Switch gtk2 to gtk3. Changelog: 2010-01-10: gWaei 3.0.0 New version of gwaei made to compile against gtk+-3.0 and match other Gnome 3 apps. Most of the code has been rewritten and the advantages won't all appear u ntil futuer versions of the program. -Spellcheck is now don't directly with enchant instead of relying on libsexy -The backend is now separated into a libtool library for cleaner code. -The dictionary folder is now in ~/.config/gwaei instead of ~/.waei. -Manual installation of dictionaries is now easier and more straight forward. -Translations are now handled by intltool instead of gettext -Much of the code now uses GError for proper error handling and message passin g -The code now uses GRegex instead of the C regex library included with the OS, making the program more cross platform friendly
2011-07-14Added x11/libunique3 version 3.0.2ryoon1-1/+2
2011-07-14Import libunique3-3.0.2 as x11/libunique3ryoon5-0/+79
* This package is probably for gnome3. Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side. Unique aims to replace the BaconMessageConnection code that has been copied by many projects and the code using Bonobo and D-Bus.
2011-07-14Updated www/lighttpd to 1.4.29adam2-3/+3
2011-07-14Changes 1.4.29:adam3-13/+9
* solve name conflict of md5 functions with OpenSSL lib * mod_proxy, mod_cgi and other mod_*cgi fixes * ssl improvements * Native solaris ports fdevent handler “solaris-eventports”
2011-07-14When not using the GNU linker, gcc will always link shared librarieshans1-1/+9
against the shared version of libgcc. Always enable _USE_GCC_SHILB on platforms that don't use the GNU linker, such as SunOS.
2011-07-14Fix buildryoon1-1/+2
* Include security/libgcrypt/buildlink3.mk.
2011-07-14in the awk code to extract the version number from a header, avoiddrochner1-3/+3
the non-standard "gensub" function, from Alexander Nasonov per PM
2011-07-14Builds fine with Python 3.1 and is needed as dependency elsewhere.joerg1-3/+1
2011-07-14propagate libtasn1 dependency, should fix seahorse build failuredrochner1-1/+2
reported by Ryo ONODERA per PR pkg/45144
2011-07-14Updated security/gnome-keyring to 2.32.1nb2obache1-1/+2
2011-07-14Fixes PKGCONFIG_OVERRIDE settings:obache1-5/+4
* No need to prefix with ${WRKSRC}. * It must not be overwritten multiple time, or only last one will be activate. * library/gnome-keyring part is now in separate libgnome-keyring package. Bump PKGREVISION.
2011-07-14Reduce the dependencies on tools: bison, flex and gm4 are not reallyhans1-4/+2
needed to build gcc.
2011-07-14libtrace update.markd1-1/+2
2011-07-14Update libtrace to 3.0.10markd4-9/+16
libtrace 3.0.10 (2011-03-11) Bug Fixes Improvements * Significantly improved performance of libtrace event API * Transport headers and payload length are now cached for each packet, saving time on subsequent lookups libtrace 3.0.9 (2011-01-25) Bug Fixes Improvements * tracesplit can now accept multiple input URIs which are read in turn libtrace 3.0.8 (2010-12-03) Bug Fixes New Features * Added a new API function called trace_get_payload_length() that returns the length of the original payload content (i.e. the size of the post-transport header payload prior to any snapping) Improvements * Added IPv6 and IPv6 fragmentation header decoders to libpacketdump * traceanon can now read cryptopan keys from a file