summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2011-07-14Set upper bound API_DEPENDS guard, not to allow newer xulrunner.obache1-2/+2
2011-07-14Fix DISTNAME, it shouldn't contain PKGREVISION affix.asau1-2/+2
2011-07-14PR/38129 -- font selection menu is populated in graphics.c, so patch it tooshattered3-9/+43
2011-07-14add patch from upstream to fix crash by invalid PAF filesdrochner5-2/+61
(DOS problem, SA45125) bump PKGREV
2011-07-14+ chrony-1.26, nettle-2.2, nut-16.13, sbcl-1.0.50.wiz1-11/+5
2011-07-14fix module name.obache1-1/+1
2011-07-14Remove fotoxxryoon1-2/+1
2011-07-14Updated graphics/fotoxx to 11.07ryoon1-1/+2
2011-07-14Update to 11.7ryoon7-64/+48
Changelog: 2011.07.01 v.11.07 + The main retouch functions can now be used in parallel (i.e. multiple edit dialogs can be active at the same time). + The last position of the main window and most dialog windows is saved and restored within a session and across sessions. + New function Match Colors: take a spot color sample from two images. The colors of the 2nd image are changed to match the first. + New function Revise RGB: select up to 9 control pixels on an image and adjust their RGB values. All image pixels are adjusted to match, using weights based on distances from the control pixels. Use this function to make complex color adjustments that vary across the image. + Brightness Ramp was revised to handle RGB colors. This is an alternative method to remove a color caste that varies across an image or image area. + Tools > Show RGB: EV and OD units are output in addition to RGB values. Up to five points are shown, updated live as the image is edited. + The Brightness/Color curves now have a range of +/-2 EV (F-stops) and the step-adjust buttons ([+++] etc.) are calibrated in 0.1 EV steps. Steps 1/3 this size can also be used. Use this function in conjunction with Show RGB to make calibrated color adjustments. + Numeric feedback was added to the sliders in retouch edit functions. + Missing gallery thumbnails are generated 2-3x faster (on multi-core processors) using multiple threads working ahead of need (usually). + Clone (new window) now has two variants: share desktop 50/50 or open a new window of the same size, slightly offset for visibility. + Open File now has two variants: use the same window or open a new window in a parallel instance of Fotoxx. + New toolbar button: save file as a new version (immediate, no dialog). The current image and its edit history remain unchanged. + Save-As menu and toolbar: new checkbox option to switch the current file to the saved file. The edit trail (undo/redo) is also retained. + New command line parameters: -prev open the last file viewed in the previous session. -recent start with a gallery of recent files (most recent at top). (-prev used to be default but this is no longer the case). + If the [undo] or [redo] button is pressed with the shift-key, they become "undo all" and "redo all". This makes it easier to compare an image having multiple edits with the original image. + Select Area [Unfinish] button: put a finished area back in edit mode. + Pixel Edit was moved from the Art menu to the Retouch menu. + Hourglass cursor was replaced with a BUSY sign at bottom of the window. + Toolbar help is a topic help like F1. Menu help opens the user guide. + Bugfix: warp functions were infrequently putting artifacts in the image. + Bugfix: Edit Collections could crash if adds and deletes were mixed. + Bugfix: Select Area Edge Calculation: if killed by user, the area was left in a half finished condition. 2011.06.13 v.11.06.2 Bugfix: Ubuntu 11.04 32-bit: libtiff.so was moved to a really different location: /usr/lib/i386-linux-gnu/libtiff.so. This caused a misleading diagnostic when building from source, so the check and diagnostic was simply eliminated. The packages are not affected.
2011-07-14Updated databases/py-bsddb3 to 5.2.0adam1-1/+2
2011-07-14Changes 5.2.0:adam2-6/+6
* Support for Berkeley DB 5.2. * Support for the newly available replication manager events: DB_EVENT_REP_SITE_ADDED, DB_EVENT_REP_SITE_REMOVED, DB_EVENT_REP_LOCAL_SITE_REMOVED, DB_EVENT_REP_CONNECT_BROKEN, DB_EVENT_REP_CONNECT_ESTD, DB_EVENT_REP_CONNECT_TRY_FAILED, DB_EVENT_REP_INIT_DONE. * New Object: "DB_SITE". Support for all its methods. * Parameters for "DB_SITE->set_config()": DB_BOOTSTRAP_HELPER, DB_GROUP_CREATOR, DB_LEGACY, DB_LOCAL_SITE, DB_REPMGR_PEER. * Support for some stuff in the new "Dynamic Environment Configuration": DB_MEM_LOCK, DB_MEM_LOCKOBJECT, DB_MEM_LOCKER, DB_MEM_LOGID, DB_MEM_TRANSACTION, DB_MEM_THREAD. * Add "bytes" to "DBEnv_memp_stat()".