summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-21Bump PKGREVISION reflects fix of SA43328.taca2-2/+4
2011-02-21Bump PKGREVISION for DL_AUTO_VARS.taca1-1/+2
2011-02-21Regen distinfo.taca1-1/+4
2011-02-21Add patches to fix SA43328.taca4-2/+174
Bump PKGREVISION.
2011-02-21Re-enable DL_AUTO_VARS as php5 package.taca1-1/+4
2011-02-21Re-enable suhosin patch as php53.taca2-4/+7
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca80-109/+160
2011-02-21Updated multimedia/farsight2 to 0.0.25wiz2-3/+3
2011-02-21Update to 0.0.25:wiz5-36/+20
Version 0.0.25 nicestreamtrans: Fix off-by-one bug https://bugs.freedesktop.org/show_bug.cgi?id=34291 Version 0.0.24.1 Version 0.0.24 tests: Rtcp test doesn't make sense in raw rtp: add default prefs to EXTRA_DIST tests: Fix another race in tests nicestream: Skip Nice errors if the component has never been ready nicestream: Fix small leak nicestream: Sort ipv4 addresses first utils: Fix doc string utils: the keyfile stuff already checks the user dirs utils: Pass the element directly instead of its factory name utils: Check default properties/codecs in user data dir too rtp: Add default-element-properties utils: Add function to get default element properties rtp: Add default codec preferences utils: Add function to get default codec preferences raw: Don't delete non-generated files Remove the temporary socket directory after usage nicetransmitter: Place the local socket in the tmp dir Don't hardcode /tmp, instead use g_get_tmp_dir to potentialy get it from the environment, but falling back to /tmp nicetransmitter: Add documentation for create-local-candidates nicetransmitter: Add an option for the transmitter to pick the local side rawconference: This is really meant to be called on the stream. nicetrans: Only emit local-candidate after gathering Unfortunately libnice doesn't currently support doing connectivity checks untill it has finished gathering. If we send a remote peer our candidates before finishing gathering they can start sending us connectivity checks before we're ready for them... So instead sends the local candidates in one batch when gathering is finished, so we'll be ready for the connectivity checks. rawconf: Put the whole caps into the encoding_name in codecs rawconference: Make FsRawStream codec doc visible. docs: Improve the title docs: Add docs for the raw plugin raw: Remove trailing whitespace raw: Simplify session notification of new stream codecs rawstream: Simplify set_remote_codecs cuseless rawsession: Codec has already been validated raw: Don't check for stuff in the codecs that is meaningless for raw rawconference: Add a test with the shm transmitter. rawconference: Remove stream from session in stream's dispose. There's a chance that removing the stream when the session has it weak-reffed can be called from a streaming thread. This can cause it to crash and/or deadlock. This patch changes the stream to call the remove_stream function in the session in its dispose function. The stream already protects itself from being disposed in a streaming thread and therefore prevents the crash/deadlock. rawconference: Use local conference variable. tests: Split the rtpconf extra init into separate callbacks for stream and conf tests: Split the rawconf extra init into separate callbacks for stream and conf rawconference: Remove weak_ref when done. rawconference: Dispose FsRawStream in a separate thread if needed. rawconference: Add fs_raw_conference_is_internal_thread. rawconference: Fix trailing whitespace. rawconference: Correct an error message. rawconference: Wait to add the transmitter's gst-sink until sending. rawconference: Dispose of objects in a single place in new_stream. rawconference: blocking_id will always be 0 here. rawconference: Remove transmitter-pad from the public API. rawconference: Correctly use g_value_set_boxed instead of _take_boxed. rawconference: Use macro instead of g_mutex_lock directly. This patch creates and uses FS_RAW_SESSION_LOCK and _UNLOCK and FS_RAW_STREAM_LOCK and _UNLOCK to improve the ability to debug mutexes. rawconference: Add @author to the files I made. rawconference: Misc style and error checking fixes to Sjoerd's commits. When adding streams, sync the element states with the parent element When removing a stream, make the valve drop packets again rawconference: Change signature of function to avoid collision. This patch changes the signature of fs_codec_to_gst_caps to fs_raw_codec_to_gst_caps to avoid colliding with a function of the same name in the FsRtpConference plugin. rawconference: Keep reference to GstObjects in FsRawStream. rawconference: Actually store the src_pad in FsRawStream. rawconference: Remove unused member from FsRawStream private struct. rawconference: Improve locking in FsRawStream. rawconference: Simplify FsRawSession dispose a little. rawconference: Hold references to GstObjects in FsRawSession. rawconference: Improve FsRawSession's locking. rawconference: Remove elements from bin if sync_state_with_parent fails. rawconference: Simplify a little of removing streams. rawconference: Simplify FsRawSession's dispose function. rawconference: Remove redundant gst_element_sync_with_parent call. rawconference: Fix implemention of FsRawSession's current-send-codec. rawconference: Store FsRawSession codecs and notify on change. rawconference: Fix potential double-free. rawconference: Deactivate pad after removing from bin. rawconference: Remove unneeded variable and just return value. rawconference: Fix copy/paste errors. rawconference: Use correct pad template. rawconference: Fix disposed testcase. rawconference: Free transmitter src and sink when removing streams. rawconference: Set the correct error in fs_raw_session_new_stream. rawconference: Fix base test. FsRawConference doesn't generate codecs. rawconference: Use optional_parameters for codec properties. rawconference: Abstract converting FsCodec to GstCaps. rawconference: Add tests for FsRawConference plugin. This patch adds tests for the FsRawConference plugin. Virtually all of the code is from the FsRtpConference plugin testsuite. rawconference: Add data probe and src_pad_added emission. rawconference: Set capsfilter caps when set_remote_codecs is called. rawconference: Plug memory leak. rawconference: Set initial valve drop settings after creation. rawconference: Set ST's "sending" property when setting "direction". rawconference: Set booleans instead of bitmasked integers. rawconference: Fix some GstElement refcount issues. rawconference: Implement FsRawSession's remote codec handler. rawconference: Implement FsRawSession's codecs properties. Implement the FsRawSession's "codecs" and "codecs-without-config" properties. rawconference: Link the FsRawSession's capsfilter and transmitter_sink. rawconference: Free the FsRawSession's FsTransmitter. rawconference: Add to FsConference and partially link transmitter. rawconference: Fix getting an out of range warning on a gboolean value. rawconference: Fix some type issues in fs_raw_session_new_stream. rawconference: Improve setting the direction. rawconference: Implement the remote-codecs FsRawStream property. rawconference: Implement fs_raw_stream_set_remote_codecs. rawconference: Create and connect FsStreamTransmitter signal handlers. rawconference: Implement fs_raw_stream_set_remote_candidates. rawconference: Remove fs_raw_stream_set_tos_locked. rawconference: Add FsStreamTransmitter. rawconference: Implement fs_raw_session_get_stream_transmitter_type. rawconference: Add FsTransmitter member. rawconference: Add FsRawStream class files. rawconference: Add capsfilter to the session pipeline. rawconference: Add an id to FsRawSessions and support creating them. rawconference: Implement fs_raw_conference_list_transmitters. rawconference: Add the FsRawSession class. These files have been copied directly from the FsMsnSession class and have simply been renamed. More modifications will be needed. P.S. The section documentation has also been altered to better suit the FsRawSession class. rawconference: Remove cname from FsRawParticipant. rawconference: Add FsRawParticipant. rawconference: Add base FsRawConference class and plugin structure. Version 0.0.23.1 Version 0.0.23 common-modified: Dist another stamp file nice: Update to use the nice 0.1.0 API nice: Add compatibility for MS Office Communicator 2007 R2 example gui: Keep a ref to the FsElementAddedNotifier to keep it alive example gui: Set the necessary properties for x264enc rtpsession: Really fix dispose checking rtpsession: Only set disposed to TRUE when actually disposing tests: Add a test of codecs-ready before calling any method Make sure the codecs-ready is not TRUE if no methods have been called yet and some codecs that require discovered parameters are missing. rtpsession: Make sure the original codecs are propertly setup Do the update codecs when creating a FsSession so that original codecs have the required bits for the parameter gathering. tests: Add test for pad alloc in fsfunnel Patch by Yongnian Le <yongnian.le@intel.com> funnel: Implement pad allocation Patch by Yongnian Le <yongnian.le@intel.com> https://bugs.freedesktop.org/show_bug.cgi?id=32208 Use portable 'g_snprintf' instead of 'snprintf' https://bugs.freedesktop.org/show_bug.cgi?id=32276 Replace legacy index() with strchr() and avoid calculating the index twice https://bugs.freedesktop.org/show_bug.cgi?id=32276 mcaststreamtransmitter: Fix error message shmtransmitter: Remove unused header includes Update gtk-doc-plugins.mak from common/ Verify the sanity of arguments passed to user-facing functions rtpsession: Unblock pad if the discovery callback is called while disposing of a session docs: Add docs for the shm transmitter docs: Update custom doc building rules to match newer gst tools nice: Use the right enum type for pad link return Version 0.0.22.1
2011-02-21Bump depends and PKGREVISION for libnice shlib major change.wiz19-32/+38
2011-02-21Updated net/libnice to 0.1.0wiz2-3/+3
2011-02-21Update to 0.1.0.wiz3-8/+8
libnice 0.1.0 (2011-01-20) ========================== Added nice_candidate_copy to the public API Make stun_timer timeouts configurable (Break API and ABI) Add compatibility support for MSOC 2007 and MSOC 2007 R2 Add MS-TURN support for MSOC Added and completed TURN RFC 5766 support Add a nice_agent_set_port_range API to force a component to use a specific port Fix various bugs and memory leaks Improve documentation
2011-02-21Introduce RUBY_ABI_VERSION and use it BUILDLINK_ABI_DEPENDS.taca2-4/+6
There are ABI incompatibility amaong Ruby 1.8.7 patchlevel 302, 330 and 334, So it would be handle if such problem in future.
2011-02-21Note update of Ruby security releases:taca1-1/+3
lang/ruby18-base 1.8.7.334 lang/ruby19-base 1.9.2pl180 Implicitly updated related packages: devel/ruby-mode.
2011-02-21Update ruby19-base package to 1.9.2pl180 (Ruby 1.9.2 p180).taca5-16/+33
* The FileUtils Vulnerability http://www.ruby-lang.org/en/news/2011/02/18/fileutils-is-vulnerable-to-symlink-race-attacks/ * Add a patch r30779 from repository; a bug of utf-8 string handling. For more detail changes of Ruby 1.9.2pl180, please refer: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_180/ChangeLog
2011-02-21Update ruby18-base package to 1.8.7.334 (Ruby 1.8.7p334).taca1-4/+4
* The FileUtils Vulnerability http://www.ruby-lang.org/en/news/2011/02/18/fileutils-is-vulnerable-to-symlink-race-attacks/ * The $SAFE Vulnerability Fri Feb 18 21:18:55 2011 Shugo Maeda <shugo@ruby-lang.org> * test/ruby/test_exception.rb (TestException::test_to_s_taintness_propagation): Test for below. Fri Feb 18 21:18:55 2011 URABE Shyouhei <shyouhei@ruby-lang.org> * error.c (exc_to_s): untainted strings can be tainted via Exception#to_s, which enables attackers to overwrite sane strings. Reported by: Yusuke Endoh <mame at tsg.ne.jp>. * error.c (name_err_to_s): ditto. Fri Feb 18 21:17:22 2011 Shugo Maeda <shugo@ruby-lang.org> * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a race condition in the case where the given path is a directory, and some other user can move that directory, and create a symlink while this method is executing. Reported by: Nicholas Jefferson <nicholas at pythonic.com.au> Fri Feb 18 19:46:46 2011 NAKAMURA Usaku <usa@ruby-lang.org> * win32/win32.c (init_stdhandle): backport mistake of r29382. some code are needless in ruby 1.8. [ruby-core:34579] Fri Feb 18 19:22:17 2011 URABE Shyouhei <shyouhei@ruby-lang.org> * configure.in: revert revision r29854. This revision introduced binary incompatibilities on some circumstances. The bug that revision was fixing gets reopened by this reversion. [ruby-dev:43152] cf. [Bug #2553]
2011-02-21* Start upate of ruby18 and ruby19 packags.taca1-5/+4
* Remove redundant GEM_HOME definition from PLIST.
2011-02-21+ gimp-ufraw-0.18, mpg123-1.13.2, sbcl-1.0.46.wiz1-2/+4
2011-02-21Updated emulators/suse100_fontconfig to 10.0nb7obache1-1/+2
2011-02-21Add more font dirs, same as suse113_fontconfig.obache2-15/+17
2011-02-21Updated lang/sun-jdk6 to 6.0.24obache1-1/+3
2011-02-21Update sun-{jre,jdk}6 to 6.0.24.obache7-339/+434
Java SE 6 Update 24 * OlsonData 2010o * Java DB 10.6.2.1 * Bug Fixes, include following security fix. CVE-2010-4422 CVE-2010-4447 CVE-2010-4448 CVE-2010-4450 CVE-2010-4451 CVE-2010-4452 CVE-2010-4454 CVE-2010-4462 CVE-2010-4463 CVE-2010-4465 CVE-2010-4466 CVE-2010-4467 CVE-2010-4468 CVE-2010-4469 CVE-2010-4470 CVE-2010-4471 CVE-2010-4472 CVE-2010-4473 CVE-2010-4474 CVE-2010-4475 CVE-2010-4476 Java SE 6 Update 23 * OlsonData 2010l * Java Hotspot VM 19.0 * Java VisualVM 1.3.1 * Menu Item Corrections for Right-to-Left Languages * Additional Languages Support in Linux Systems * Bug Fixes
2011-02-21Remove deprecated KTERM_USE_WALLPAPER.obache1-6/+1
2011-02-21Deprecate KTERM_USE_WALLPAPER to get rid of imlib dependency.wiz2-23/+3
Ok taca@
2011-02-21Updated mail/opendkim to 2.2.2pettai1-1/+2
2011-02-212.2.2 2010/11/28pettai4-26/+69
Fix bug #SF2903325: Clean up numerous signed vs. unsigned warnings. Fix bug #SF3095782: When VBR is enabled, only perform a query when the "md" domain in the VBR-Info header field matches the "d" field for any valid signature. Fix bug #SF3105993: Better handling of missing records in Lua DB lookups. When reading keys, ensure what's being read is a regular file and not something else. Complain if TrustAnchorFile names something that can't be opened for reading. LIBOPENDKIM: Don't complain about multiple records returned if one of them was an RRSIG. LIBAR: Rework some I/O logic to avoid a deadlock when the nameserver becomes unresponsive during response processing. BUILD: Move all scripts and executables except opendkim to a bin directory for adminstrator convenience. They were previously in the sbin directory. BUILD: Fix bug #SF3101842: Fix opendkim-genzone build when OpenDBX is in use. BUILD: opendkim-testkey can require SASL build information when used with OpenLDAP, or Lua information when built with Lua. BUILD: Dissociate libopendkim and libunbound, as this is now handled through the application rather than the library. BUILD: Convert to using git for source code management. STATS: Additional reporting improvements. STATS: Fix bug #SF3107659: Add additional diagnostic output to opendkim-importstats when malformed input is found. TOOLS: Handle input generated with and without the _FFR_STATS_I extensions. 2.2.1 2010/10/25 Avoid assertion failures when using "-V" and arlib. Fix "refile" loading. Fix collision between "ReputationRoot" and "StatisticsName" in the configuration file. Convert sender's domain name to lowercase prior to doing any database queries with it. This was done before, but lost during the database overhaul in 1.2.0. Fix up Authentication-Results header field generation for VBR. Reported by Fredrik Pettai. Add _FFR_STATS_I enabling statistics reporting of "i=" signature properties. LIBOPENDKIM: Fix bug #SF3081964: dkim.h requires <sys/time.h>. LIBOPENDKIM: Fix bug #SF3087251: Use thread-safe resolver functions when avaialble. LIBOPENDKIM: Cancel completed reputation queries. LIBOPENDKIM: Simplify DKIM_OPTS_ALWAYSHDRS handling. LIBAR: Fix bug #SF3080720: Don't compute timeouts based on completed or dead queries. LIBVBR: Fix some pointer errors causing false negatives. TOOLS: Write "v=" tags in key records output by opendkim-genzone. 2.2.0 2010/10/03 Feature request #SF2874043: Add _FFR_ADSP_LISTS allowing control over action taken when mail is sent to known lists from ADSP "discardable" sources. Feature request #SF2964366: Allow arbitrary data set operations from inside Lua script hooks. Feature request #SF2981598: Add "NoHeaderB" and "SingleAuthResult" settings so that only one Authentication-Results header field is added, and reduce its variability. Feature request #SF3013084: Add "DomainKeysCompat" setting. Feature request #SF3017358: Allow a token in the KeyTable that gets replaced with the sender's domain name. Feature request #SF3019876: Enable registration and use of generic DNS functions. Feature request #SF3021566: Change "ADSPDiscard" to "ADSPAction", allowing selection of what action to take when a message is determined by ADSP to be "discardable". Feature request #SF3023232: Allow selection of a signer (for the signature's "i=" tag) when calling odkim.sign() or via an optional second parameter in the SigningTable. Feature request #SF3024854: Always log a warning if a key file has unsafe group/other read/write bits set. Further, if the new "RequireSafeKeys" setting is true, refuse to use the data. Feature request #SF3030548: Add _FFR_DEFAULT_SENDER, adding the "DefaultSender" setting. Feature request #SF3049483: Use ReportAddress for ADSP Reports and for the sender envelope address. Feature request #SF3056571: Extend signer selection in the SigningTable to include a token that will be replaced by the From: domain. Feature request #SF3062077: Allow the specification of additional recipients when delivering DKIM/ADSP failure reports through a new ReportBccAddress configuration option. Fix bug #SF3004995: Don't apply "SenderHeaders" to the library as that impacts how ADSP works. Fix bug #SF3025856: Fix "AllowSHA1Only", which was not working at all. Fix bug #SF3037504: Rework database schema and tools to meet revised reporting requirements. Fix bug #SF3051536: Allow disabling of reputation queries. Fix bug #SF3058204: Fix numerous possible double-free() incidents in dkimf_config_free(). Fix PeerList to work with IPv6 addresses. Fix loop boundary check in dkimf_db_close(). Fix assertion failure in dkimf_db_get() when used with a "match both" operation. Fix "LocalADSP", which was not working at all. Fix some Lua test mode logic and a build issue that prevented "ScreenPolicyScript" from working. Added MTACommand for overriding default (mainly for testing). Ignore "Domain" and "Selector" settings if "KeyTable" is set. Add "On-PolicyError" to configuration tables. Don't automatically temp-fail messages bearing signatures that reference revoked keys. Some fixes to the "final" Lua script self-test code. Include libmilter version in "-V" output. Single-thread DB queries done via OpenDBX handles as they can't be used to do parallel queries. Attempt to reconnect after SQL disconnections. Revise text/plain portion of policy reports. Fix up DSN parsing so that it is not needlessly restrictive. Add _FFR_STATSEXT: Allows arbitrary local extensions to statistics gathering via a fourth Lua script that can cause the generation of additional SQL insertion operations. LIBOPENDKIM: Feature request #SF3026287: Add dkim_getuser() function. LIBOPENDKIM: Feature request #SF3065035: Apply library query configuration to ADSP lookups as well, mainly to support auotmated testing. LIBOPENDKIM: Fix bug #SF3071368: Fix tiny memory leak in dkim_init(). LIBOPENDKIM: Fix bug #SF3051762: Don't error out of dkim_get_key() when in test mode by testing signature-specific features when against dummy data. LIBOPENDKIM: Don't build against pthread libraries if not needed. LIBOPENDKIM: Add dkim_get_signer(), dkim_policy_state_new() and dkim_policy_state_free(). LIBOPENDKIM: Don't assert a "g=" default when processing keys so that statistics reporting can tell whether or not it was originally there. LIBOPENDKIM: Minor fix to internal state machine when dealing with unsigned messages. LIBOPENDKIM: Rename DKIM_PRESULT_AUTHOR to DKIM_PRESULT_FOUND. LIBOPENDKIM: Improved error reporting from dkim_ohdrs(). LIBOPENDKIM: Improved re-entrancy of dkim_eoh_verify(). LIBOPENDKIM: Undefine DKIM_FEATURE_ASYNC_DNS (obsolete). MILTERTEST: Feature request #SF3005002: Enable testing of "unspecified" protocol family connections. MILTERTEST: Add "-u" option to report resource usage statistics on completion. MILTERTEST: Add mt.signal() to allow signaling of filters for things like configuration file reloads. MILTERTEST: Enhance mt.connect() to accept optional retry and interval arguments. MILTERTEST: Add "-w" option to request no waiting for the child process to exit and report status. MILTERTEST: Allow partial seconds argument to mt.sleep(). TOOLS: Feature request #SF3004335: Add support to opendkim-testkey to get configuration file values and validate an entire KeyTable. TOOLS: Update opendkim-genkeys script to support draft-ietf-marf-dkim-reporting. TOOLS: Flip logic of "-a" flag to opendkim-stats. TOOLS: Fix bug #SF3037452: Change owner/group/mode of stats database when resetting it to whatever the replaced file had. CONTRIB: Add opendkim-reportstats, contributed by John Wood. BUILD: Fix --with-db. Activate _FFR_ZTAGS.
2011-02-20Add tex-bookman.minskim2-2/+4
2011-02-20Import tex-bookman-2010 as fonts/tex-bookman.minskim4-0/+234
A serif typeface derived from Old Style Antique designed by Alexander Phemister in 1858 for Miller and Richard foundry. Consider to use the Kerkis font, which is an extension of Bookman with math support and support for greek characters or the enhanced version available with the TEX Gyre Bonum font.
2011-02-20Updated emulators/ckmame to 0.11wiz1-1/+2
2011-02-20Update to 0.11, set LICENSE.wiz3-8/+8
0.11 (2011-02-20) - MESS Software Lists support - retire mkmamedb-xmame.sh, use "mame -listxml | mkmamedb" instead - link/copy disks from extra if -j (--delete-found) isn't specified - ckmame: display current game on SIGINFO (Ctrl-T) - removed ROMPATH support since mame uses a path in the config file nowadays
2011-02-20Fixes PR pkg/44605pettai1-4/+1
2011-02-20Restrict availability even more. From Aleksey Cheusov in answer to PR 44615.wiz1-3/+8
2011-02-20Forcibly delete any stale cache files during deinstall. For example, thejmmv3-2/+45
gio-querymodules utility does not delete the file when no modules are left, so we were left with a giomodule.cache file after removing glib2 that was not managed by any package. Also, and as a side effect, ensure that the files are created during install time so that in-place updates work correctly. Bump PKGREVISION to 2.
2011-02-20Set LICENSE.wiz1-1/+2
2011-02-20Note update of www/ruby-actionpack3 package to 3.0.4nb1.taca1-1/+2
2011-02-20Add another missing patch, noted by HIRAMATSU Yoshifumi on tech-pkg-ja@.taca2-1/+15
Bump PKGREVISION.
2011-02-20Set LICENSE.wiz2-2/+4
2011-02-20TOOLS_NOOP is not enough to catch all calls to glib-compile-schemas becausejmmv1-1/+7
some packages deduce the full name to the tool instead of relying on the PATH. Attempt to do better by setting the GLIB_COMPILE_SCHEMAS variable to a non-absolute name during the build, hoping that such packages do define this Makefile variable. This should fix the build of evince as reported in PR pkg/44589.
2011-02-20Check for libXvMC (not +W) for enabling libxvmc support.wiz1-2/+2
Fixes PR 44588 by Robert Elz.
2011-02-20Solaris fix from maintainer Aleksey Cheusov in PR 44611.wiz2-1/+16
2011-02-20MirBSD support from Benny Siegert in PR 44606.wiz4-1/+58
2011-02-20+ ImageMagick-6.6.7.8, audacious-plugins-2.4.3, calibre-0.7.46,wiz1-12/+17
curl-7.21.4, dbus-1.4.6, dcc-1.3.138, diffpdf-1.1.5, farsight2-0.0.25, fluxbox-1.3.0, libev-4.04, mrtg-2.17.1, p5-PerlMagick-6.6.7.8, pbzip2-1.1.2, qemu-0.14.0, vice-2.3, x264-devel-20110219.
2011-02-20Remove gimp-docsryoon1-2/+1
2011-02-20Added meta-pkgs/gimp-docs version 2.6.1ryoon1-2/+3
Change successor of graphics/gimp-docs to meta-pkg/gimp-docs
2011-02-20Add gimp-docsryoon1-1/+2
2011-02-20Import gimp-docs-2.6.1 as meta-pkg/gimp-docs.ryoon2-0/+28
This is successor of graphics/gimp-docs.
2011-02-20Import gimp-docs-ja-2.6.1 as graphics/gimp-docs-ja.ryoon4-0/+2091
Documentation package for The GIMP image manipulation software in English. It is successor of graphics/gimp-docs.
2011-02-20I have import en version by mistake.ryoon3-2076/+2076
2011-02-20Removed graphics/gimp-docs successor graphics/gimp-docs-*ryoon1-1/+2
2011-02-20Added graphics/gimp-docs-*ryoon1-1/+12