Commit graph

2791 commits

Author SHA1 Message Date
martti
1065e27652 Updated vim to 7.2.394
4898  7.2.392  netbeans hangs reading from a socket at the maximum block size
  9605  7.2.393  Mac: Can't build with different Xcode developer tools dir
  4298  7.2.394  .lzma and .xz files are not supported
2010-03-11 06:32:29 +00:00
martti
cf7be7066e Updated editors/vim-share to 7.2.391
NOTE: 7.2.391 fixes pkg/39375 and pkg/42909

  2051  7.2.386  KDE 3.1 focus hack causes problems for other window managers
  8233  7.2.387  Ruby with MingW still doesn't build all versions
  2486  7.2.388  (extra part of 7.2.387) Ruby with MingW
  4805  7.2.389  synIDattr() cannot return the font
  2302  7.2.390  in some situations the popup menu can be displayed wrong
  3426  7.2.391  internal alloc(0) error when doing "CTRL-V $ c"
2010-03-10 14:04:22 +00:00
sno
69ac3aa0ef Updating editors/p5-Padre from 0.57 to 0.58
pkgsrc changes:
- Adjust dependency

Upstream changes:
0.58 2010.03.08
    - Fixed "Open File In Existing Padre" for non-win32 (PDONELAN)
    - In advanced preferences, display the storage backend name when it is
      default and 'User' is now called 'Overriden' (AZAWAWI)
    - In advanced preferences, display preferences options for non-boolean
      settings (AZAWAWI)
    - In advanced preferences, display a True/False radio button for boolean
      settings (AZAWAWI)
    - Fixed an incorrect default value display bug in advanced preferences
      when it is toggled (AZAWAWI)
    - In advanced preferences, hide bottom controls at startup (AZAWAWI)
    - In advanced preferences, Set button is hidden when it is a boolean.
      True/false radio buttons handle the switch instead (AZAWAWI)
    - Fixed ticket #858 Recent files does not display anything on Padre startup
      (AZAWAWI)
    - Refresh all menus at startup. This prevents "nothing" open mode (i.e. no
      document) from incorrectly showing an enabled menubar (AZAWAWI)
    - Padre::Util::share() can now get the name of a plugin (e.g. 'Perl6') and
      return the share directory of that plugin (SZABGAB)
    - Removed the unused concept of user-configurable menus, which was slowing
      down a ton of different operations that needed a menu refresh (ADAMK)
    - Removed ->refresh calls during the initial menu construction, as we
      will be refresh'ing again anyway at the end of the startup, and thus
      any work done in the menus is completely wasted CPU (ADAMK)
    - Removed the very expensive window list refresh code from the main menu
      refresh method into it's own dedicated refresh method. We can fire
      this directly in the limited number of situations that the notebook
      adds, removed, or renamed documents (ADAMK)
    - Speed up status bar updates (ADAMK, SEWI)
    - Warning editor markers are now actually orange on win32 (AZAWAWI)
    - Landed new and much much faster refresh_windowlist (ADAMK)
    - Fixed ticket #860: Configurable key bindings dialog (AZAWAWI)
    - Added Browse Buttons to External Tools Preference Dialog (PLAVEN)
    - Fixed ticket #863: Continous warnings or prints kill Padre
      (AZAWAWI, KTHAKORE)
    - Bumped Wx::Perl::ProcessStream version requirement to 0.25 (AZAWAWI)
    - Added promised PPI lexer configurable max-length limit for azawawi (ADAMK)
    - Fixed ticket #867: Padre dies when hitting Ctrl-. (AZAWAWI)
    - Fixed ticket #807: F2 is broken (AZAWAWI)
    - Fixed ticket #835: Function list not populated on initial panel showing
      (karl.forner)
    - Added Turkish translation.
2010-03-09 21:56:59 +00:00
sno
e7793132d0 Updating editors/p5-Padre-Plugin-PerlCritic from 0.06 to 0.07
pkgsrc changes:
- Adjust dependencies and module type

Upstream changes:
0.07 Tue Mar 02 2010
    - Changed build to Module::Install
    - Added integration with config_perlcritic config entry
    - Added translations:
      - French (jquelin)
      - Polish (therek)
      - Chinese (Traditional) translation (BLUET)
      - Arabic (azawawi)
      - Spanish (brunov)
      - Brazilian Portuguese (garu)
2010-03-08 18:33:20 +00:00
sno
114c2a7fb3 Updating editors/p5-Padre-Plugin-PerlTidy from 0.09 to 0.10
Upstream changes:
0.10  Thu Jan 21 2010
    - A variety of cleanups to use Padre::Current more efficiently (ADAMK)
    - Added menu separator (ADAMK)
    - A somewhat cleaner code style that is closer to general conventions (ADAMK)
    - Added project config file that matches that of Padre itself (ADAMK)
    - Applied the Perl::Tidy plugin to itself, using the project config (ADAMK, BRICAS)
    - Added a few more menu tests (BRICAS)
2010-03-08 18:29:44 +00:00
martti
ab82a41034 Updated vim to 7.2.385
1623  7.2.368  (after 7.2.361) append line with Ruby interface doesn't work
  1872  7.2.369  error message for :profile is not easy to understand
  4352  7.2.370  (after 7.2.356) a redraw may cause folds to be closed
 10029  7.2.371  build problems on Tandem NonStop
  9674  7.2.372  (extra) cross-compiling GvimExt and xxd doesn't work.
  2901  7.2.373  new messages from gcc 4.5 are not in 'errorformat'
  4434  7.2.374  Ruby eval() doesn't understand Vim types
  1794  7.2.375  ml_get errors when using ":bprevious" in a BufEnter autocmd
  1577  7.2.376  ml_get error when using SiSU syntax
  1983  7.2.377  (extra, after 7.2.372) small mistakes in Ming build file
  2832  7.2.378  C function declaration indented too much
  1758  7.2.379  'eventignore' is set to an invalid value inside ":doau"
  3699  7.2.380  (after 7.2.363) Perl builds with 5.10.1 but not with 5.10.0
  6835  7.2.381  no completion for :behave
  1766  7.2.382  close cmdline window when 'bufhide' is "wipe" uses freed mem
  3021  7.2.383  Vim doesn't build cleanly with MSVC 2010
  1849  7.2.384  (extra) Vim doesn't build properly with MSVC 2010
  2147  7.2.385  can't drag status line when in the command line window
2010-03-03 16:06:26 +00:00
obache
592a9c86f8 Add user-destdir support. 2010-03-03 09:18:14 +00:00
sno
9c0ba4ff6f Patching out the auto_install() invocation in Makefile.PL which causes
core dumps when run without DISPLAY. Thanks to Joerg Sonnenberger for
reporting.
2010-02-25 14:07:52 +00:00
sno
ba32d86d04 Updating editors/p5-Padre from 0.56 to 0.57
pkgsrc changes:
- Adjust dependencies
- Add MacOS X/Darwin support (by patching out use of wxPerl)

Upstream changes:
0.57 2010.02.18 - **WARNING Contains new threading code**
    - Spawn a master thread very early in the startup process. Use that
      master to create worker threads as necessary. Cuts down on memory
      usage and fixes the "Leaked Scalars" warning (BRAMBLE, SMUELLER)
    - Fix pluginmanager error dialog for plugin-event failure (BRAMBLE)
    - Add status messages for Padre::File operations (SEWI)
    - Select some files to close (SEWI)
    - Select some files to reload (SEWI)
    - GotoLine is now called Goto dialog (AZAWAWI)
    - Goto dialog is now non-modal lazy single instance dialog (AZAWAWI)
    - Goto dialog has a current positon/line number field (AZAWAWI)
    - Regex editor dialog is now more compact and it includes regex helper
      buttons (AZAWAWI)
    - Regex editor dialog can now highlight matched text (AZAWAWI)
    - Regex editor dialog can now display regex description (AZAWAWI)
    - Implemented Replace (aka substitution) in Regex editor (AZAWAWI)
    - Right click "Edit with Regex Editor" now works on user-selected
      text (AZAWAWI)
    - Added "headline" method to Padre::Project, which allows a project
      to try and intuit the "primary" file in the project (for a CPAN
      distribution of Foo::Bar this will be lib/Foo/Bar.pm) (ADAMK)
    - Removed the final usage of the "Provider" phrasing, and made more
      of the modules used by the Perl help provider run-time loaded (ADAMK)
    - Moved padre.exe build from bin to win32-loader folder since bin is a
      bad path for putting the Padre win32 launcher code (SMUELLER, AZAWAWI)
    - Added "Open in File Browser" in the File and right-click menu (AZAWAWI)
    - Added "Find in Files" to right-click menu (AZAWAWI)
    - No need to launch a command shell to execute explorer.exe on
      win32 (AZAWAWI)
    - Added "Open with Default System Editor" in "File -> Open..." (AZAWAWI)
    - Implemented padre --reset to flush and reset the current Padre
      configuration in otherwise unrecoverable situations, such as now
      when the Swarm plugin causes the slave-driver code to instantly
      segfault at startup (ADAMK)
    - Add mimetype detection for Template::Toolkit and CSS files (SEWI)
    - Added plugin menu refreshing to the resource locking system (ADAMK)
    - Fixed three cases where code was still manually calling ->Freeze
      and ->Thaw on the main window, breaking the resource locked (ADAMK)
    - Fixed ticket #847: "Implement Mozilla-style about:config for Padre"
      (AZAWAWI)
    - Fixed ticket #845: Fix relative filenames from commandline (SEWI)
    - Added "Open In Command Line" to File menu (AZAWAWI)
    - Renamed Plugins menus to Tools and moved Preferences into it (ADAMK)
    - Re-implemented the mechanism for generating a human-oriented list of
      window names (ADAMK)
2010-02-25 13:32:50 +00:00
joerg
14fc0cf543 Provide SETGIDGAME here as well. This package is abusive and should be
fixed properly (or killed).
2010-02-24 13:05:44 +00:00
wiz
1d85325179 Add RCS Id (hi roy!). 2010-02-21 12:26:47 +00:00
wiz
4f787c55b3 Mention files that include this one. 2010-02-21 12:26:36 +00:00
wiz
11bc583838 Add RCS Id (hi roy!). 2010-02-21 12:24:54 +00:00
wiz
c00c8bf9c1 Add RCS Id. 2010-02-20 10:32:19 +00:00
joerg
39c38da61e SETGIDGAME. Not MAKE_JOBS_SAFE. Bump revision. 2010-02-19 21:28:04 +00:00
joerg
3c5eb0d812 SETGIDGAME. Bump revision. 2010-02-19 20:37:08 +00:00
joerg
783d20d913 Use SETGIDGAME. Bump revision. 2010-02-19 19:46:45 +00:00
minskim
2b346e3218 Update emacs-snapshot to 23.1.92.20100217.
Changes:
        * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
        this header file).
        * .bzrignore: Ignore all .exe, instead of individual files.
        * configure.in: Explicitly check for and link to -lXrender.
        * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-b
        for bug reports for development versions.
2010-02-19 19:04:11 +00:00
martti
5be72293f7 Updated vim to 7.2.367
1899  7.2.321  histadd() and "*" fail to add entry to empty history
  1517  7.2.322  wrong indenting in virtual replace for CTRL-Y and a short line
  2424  7.2.323  (extra) balloon evaluation crashes on Win64
  1901  7.2.324  a negative column argument in setpos() may cause a crash
  1616  7.2.325  stray "w" in the startup vimrc file makes edited file empty
  1790  7.2.326  Win32: $HOME doesn't work when %HOMEPATH% is not defined
  7899  7.2.327  unused functions in Workshop
  1453  7.2.328  has("win64") does not return 1 on 64 bit MS-Windows version
  1390  7.2.329  cursor pos wrong after "g_" in Visual mode and excl. selection
 45468  7.2.330  tables for Unicode case operators are outdated
  1385  7.2.331  can't interrupt "echo list" for a very long list
  3492  7.2.332  crash if spell correcting triggers autocmd to reload a buffer
 10075  7.2.333  warnings from static code analysis
  9095  7.2.334  postponing keys in Netbeans interface does not work properly
  2802  7.2.335  the CTRL-] command escapes too many characters
 26204  7.2.336  MzScheme interface can't evaluate an expression
  3828  7.2.337  ":compiler" doesn't function properly in a function
  3535  7.2.338  (after 7.2.300) part of FD_CLOEXEC change is missing
  1977  7.2.339  (after 7.2.269) part of --startuptime patch is missing
  1587  7.2.340  gcc warning for condition that can never be true
  2072  7.2.341  popup menu wraps to next line if wide character doesn't fit
  2507  7.2.342  popup menu wrong in 'rightleft' mode with multi-byte chars
  1370  7.2.343  (after 7.2.338) can't compile on Win32
  1728  7.2.344  (after 7.2.338) can't compile on some systems
  1324  7.2.345  tab line is not updated when the value of 'bt' is changed
  2895  7.2.346  repeating a command with @: causes mapping to be applied twice
  3784  7.2.347  crash when executing <expr> mapping redefines that mapping
  7230  7.2.348  (after 7.2.330) Unicode double width table is outdated
  1714  7.2.349  CTRL-W gf puts the new tab in the wrong place
  2766  7.2.350  Win32: When changing font window may jump to another screen
  2195  7.2.351  (after 7.2.347) compilation fails with some compilers
  1825  7.2.352  Win64: Vim doesn't work when cross-compiled with MingW libs
  4764  7.2.353  no command line completion for ":profile"
  2270  7.2.354  Japanese single-width double-byte chars not handled correctly
  2663  7.2.355  popup menu in wrong position when 'number' is set
  2166  7.2.356  not all folds are closed when 'foldmethod' is changed
  1565  7.2.357  CR displayed wrong when changing 'fileformat' from/to "mac"
  2384  7.2.358  compiler warnings on VMS
  1805  7.2.359  crash when using the Netbeans join command
  2839  7.2.360  Ruby on MS-Windows: can't use sockets
 23442  7.2.361  Ruby 1.9 is not supported
  2964  7.2.362  (extra, after 7.2.352) Win64 cross-compile problems
  2521  7.2.363  Perl 5.10 dynamic loading doesn't work
  2958  7.2.364  (extra) can't build gvimext.dll on Win 7 x64 using MinGW
  2390  7.2.365  (extra) MS-Windows with MingW: "File->Save As" does not work
  3802  7.2.366  CTRL-B doesn't go back to the first line of the buffer
  3236  7.2.367  "xxd -r -p" doesn't work as documented
2010-02-18 08:18:25 +00:00
wiz
f20bc0fc40 Update to 0.1.9:
Sigil v0.1.9 2010.02.08.
    - fixed a regression that caused Sigil to demand that all XHTML
    streams in an epub file be valid XML (issue #248)
    - the "container.xml" reading subsystem now handles XML files
    with namespaces (issue #235)
    - HTML encoding detection is now performed even on XHTML files
    in epub archives (per spec, they have to be UTF-8 or UTF-16,
    but Sigil will now handle those that aren't)
    - fixed an issue with content file filenames using "%20" for
    spaces not being loaded (issue #232)
    - the temp directory used on Windows is now <Profile>/Sigil
    instead of <Profile>/My Documents/Sigil (issue #222)
2010-02-16 15:37:05 +00:00
sno
6d95bb047a Fixing PLIST by removing '*.orig' relics from patch stage 2010-02-16 15:22:44 +00:00
sno
861c26311d Updating editors/p5-Padre-Plugin-Catalyst from 0.07 to 0.08
pkgsrc changes:
- Updating dependencies (including a lot of updates of dependend modules
  and import of new ones)

Upstream changes:
0.08
    disabling plugin's own panel until it's properly fixed
    fixed Build.PL requirements (ticket 53616 - thanks Jens Rehsack for reporting!)
    fixed bug where the plugin dies when trying to call helper methods while not in
    a catalyst project. What we do now is disable the whole menu (ticket 53603 -
    thanks Alexander Hartmaier for reporting!)
2010-02-12 20:33:02 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
joerg
2f778e191d Retire jave. 2010-02-10 17:34:51 +00:00
joerg
a730c967e3 Regen, forgotten to commit with the patches. 2010-02-09 18:28:01 +00:00
minskim
d7d867cbbc Mention dvipdfmx instead of dvipdfm; the latter was obsoleted by the former. 2010-02-05 19:07:43 +00:00
joerg
597f980ecd Not MAKE_JOBS_SAFE. 2010-02-04 13:58:45 +00:00
dholland
88cb213617 destdir support, plus fix some pre-existing funnies with install permissions 2010-02-04 06:40:19 +00:00
joerg
ee217e6074 DESTDIR support 2010-02-03 21:55:04 +00:00
joerg
794e9d058d DESTDIR support 2010-02-03 21:35:42 +00:00
wiz
6cf4ff1816 Update to 0.1.8. Please note the nice date in the following entry:
Sigil v0.1.8 2009.13.30.
    - fix for a regression causing all imported CSS code to be merged into one line
    - fix for an issue with ignored linefeed characters (caused by same regression) (issue #217)

Sigil v0.1.7 2009.12.28.
    - minor aesthetic toolbar fixes for Mac
    - fixed an issue with "&nbsp;" in headings not being converted to a space in the TOC (issue #215)
    - minor aesthetic changes to the line number area in Code View
    - fixed an issue with "Insert Image" not working if the Book View doesn't have focus (issue #204)
    - the "Add metadata property" dialogs in the Meta Editor now remember their size, position
    and splitter bar position
    - Sigil now loads HTML metadata when importing if metadata conforms to Dublin Core;
    code contribution from Kevin Hendricks (issue #160)
    - fixed an issue with loading TXT files with unescaped character entity references (issue #202)
    - fixed an issue with headings not being centered after View switches (issue #200)
    - fixed an issue with files with uppercase extensions being loaded incorrectly
    - fixed an issue with loading TXT files with Mac-style (CR) line endings (issue #170)
    - fixed an issue with loading UTF-16 encoded files that used Windows style (CRLF) line endings
    - Sigil should now detect UTF-8 encoded HTML files even when they don't specify that they
    are UTF-8 encoded, and HTML files that use the XML "encoding" attribute (for any encoding)
    - the Views can now be scrolled by one line up/down by pressing CTRL+Up/Down (issue #72)
    - the About dialog now links to the online version of the GPLv3
    - made viewport switching more robust; the rare crashes should now become much rarer

Sigil v0.1.6 2009.12.06.
    - added a "Report An Issue" menu entry to the Help menu; opens a web browser and goes to the
    "ReportingIssues" wiki page on Sigil's website
    - fixed an issue with empty NavMap generation in the NCX if the file had no headings;
    the epub specification forbids empty NavMaps (issue #174)
    - fixed an issue with the document not being marked as modified in the GUI if the user only
    changed the document's metadata (issue #189)
    - fixed a rare bug with searching for a string that is at the very end of a document (issue #181)
    - new "Remove Formatting" WYSIWYG action (issue #56)
    - Sigil now preserves ALL HTML entity references (it used to convert most to Unicode equivalents);
    this change was necessary since soft hyphens were becoming "invisible" (issue #186)
    - implemented "blockquote" support through new WYSIWYG actions: "Indent Less" and
    "Indent More" (issue #41)
    - updating Qt fixed an issue with images wrapped in SVG tags not being shown (issue #91)
    - updated Qt from 4.5.2 to 4.6.0
    - fixed an issue with regex matching in Code View when such regexes referenced line
    endings with "\n" (issue #182)
    - PageUp and PageDown keys now work in Book View (issue #130)
    - fixed a crash invoked on switching views and searching in Book View when the caret
    element's parent has HTML comment children (issue #179)
    - "Replace All" is now treated as a single undo/redo operation *in Code View*
    - tentatively fixed a problem with bad TOC generation if the input file had multiple headings
    with the same ID (across XHTML files) (issue #177)
    - fixed a regression that was causing crashes when switching views
2010-02-03 15:50:33 +00:00
sno
1095c621e3 Updating editors/p5-Padre from 0.55 to 0.56
pkgsrc changes:
- Adjusting dependencies according to upstream META.yml
- Adjusting module type (for build)
- Using b3.mk from x11/p5-Wx to ensure correct BUILD_DEPENDS for Wx bindings

Upstream changes:
0.56 2010.02.01
    - Plugins may now add their GUI elements to the view menu (SEWI)
    - Padre now displays a dynamic to-do list generated from comments
      in your source code (CORION)
    - Landed new Padre::Startup module which is dramatically faster
      when loading files into an existing Padre via the single instance
      server, and finally provides a mechanism for allowing configuration
      to disable the startup splash image (ADAMK)
    - Changed a few configuration settings to create a more consistent
      naming pattern for them (ADAMK)
    - Audited dependencies and updated a variety of them (ADAMK)
    - Ctrl-Shift-W is now bound to "Close This Project" (ADAMK)
    - Added an option for traceing Padre subroutine calls to the
      developer plugin (SEWI)
    - Uses correct make from Config.pm for the run menu item -> Build and
      run tests (KTHAKORE)
    - Speedup and less false-shows for autocomplete (SEWI)
    - Speedup while changing tabs (use the correct project dir) (SEWI)
    - Simple refocus on document after command run (KTHAKORE)
    - Fixed ticket #822: main window could be off screen on start (BLAKEW)
    - padre-client allows you to use Padre for commit messages and other
      synchronous edit events (CORION)
    - WIN32, Converted the --desktop registry code to Win32::TieRegistry
      and removed hardcoded strawberry paths (AZAWAWI)
    - WIN32, padre.exe will run with the same UAC privileges as same as
      the invoker (AZAWAWI)
    - Disable debugger menu items when there is no document (AZAWAWI)
    - Fixed a Padre debugger crash when an unsaved document is debugged (AZAWAWI)
    - Fixed Padre no-document crash with Find Next/Find Previous functionality
      (AZAWAWI)
    - Make sure that windows context key shows the refactor menu
      items in the right-click pop-up menu (AZAWAWI)
    - Used Module::CoreList::is_deprecated to display deprecated CORE modules
      in help search title (AZAWAWI)
    - Padre::Util::Win32::ExecuteProcessAndWait doesn't automatically inherit
      the same Cwd as the parent process. Added support for explicit cwd
      parameter and make the syntax checker pass the cwd to it. Syntax checking
      of test scripts and such should now work as intended on Win32(ADAMK)
    - Audit uses of Padre::Util::Win32 to only load it via require. Added a
      TRACE warning to verify it never gets loaded on non-Win32 (ADAMK)
    - Tuned the locking for ->close_where, which should make a variety of
      functions like "Close This Project" and "Close Other Projects"
      noticably faster (ADAMK)
    - Changed func_foo config variables to feature_foo, in anticipation of
      of a future equivalent to the Mozilla "about:config" control (ADAMK)
    - Added feature_cursormemory to allow disabling of Padre's feature to
      remember the location in the file you were scrolled to (ADAMK)
    - Added a fast ascii shortcut to the very slow encode detector. Opening
      files all of a sudden gets much faster if you have ascii files (ADAMK)
    - Bumped ORLite to 1.38 to get faster ARRAY object support and
      Class::XSAccessor acceleration support. If they cause problems,
      these changes can be safely backed out. (ADAMK)
    - Fixed the mass-error-popups on mimetypes without help provider (SEWI)
    - During DB locks (which are the most likely place for things to make
      changes to the database) disable synchronous SQLite writes. This will
      reduce the time that Padre blocks, at the risk of config.db corruption
      if there is a hardware failure or operating system crash. (ADAMK)
    - Fixed ticket #837: padre.exe should be able to be placed in
      c:\strawberry\perl\site\bin (AZAWAWI)
    - Improved "Goto Line" dialog to be smarter with better validation/error
      messages (AZAWAWI)
    - Open Resource can now display Perl package names for matching resources
      (AZAWAWI)
    - Fixed #838: Author tests should all check RELEASE_TESTING and/or
      AUTOMATED_TESTING (RHEBUS, AZAWAWI)
    - Fixed Regex Editor dialog destruction bug where multiple ->Show and
      ->Destroy could lead to a Padre crash on WIN32 (AZAWAWI)
    - Project detection differentiates between four different subclasses
      of Perl build systems (three of those correctly) (ADAMK)
    - Function List has resource locking around it and properly triggers a
      refresh when we show it for an already open document (ADAMK)
    - "Goto Line" dialog now supports going to lines and positions (AZAWAWI)
    - Fixed perl to refactor action prefix for refactor menu for
      consistency (AZAWAWI)
    - Fixed ticket #841: Quick Menu Access should show the location of the
      menu item on the menu system (AZAWAWI)
2010-02-03 11:23:19 +00:00
joerg
251b54e564 Honour varbase and create tmp/vi.recover during +INSTALL. Bump revision. 2010-01-31 21:24:03 +00:00
joerg
9bc9d3d461 DESTDIR support 2010-01-29 20:02:25 +00:00
joerg
548726b8ff DESTDIR support 2010-01-29 19:54:17 +00:00
joerg
4f6b6ed2a1 DESTDIR support 2010-01-29 19:43:36 +00:00
joerg
fcc6b5c420 DESTDIR suppport 2010-01-29 19:43:32 +00:00
joerg
012dc3eef2 DESTDIR support 2010-01-29 19:31:33 +00:00
joerg
219508ecab DESTDIR support by simplification. 2010-01-27 18:20:43 +00:00
wiz
319e13628d More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
dholland
17fb3cad85 revbump for jpeg-8, apparently got missed. 2010-01-24 00:17:56 +00:00
sno
ebfaa4fe17 Updating editors/p5-Padre from 0.54 to 0.55
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
0.55 2010.01.21
    - Add full list of file types to the View Document As menu (SZABGAB)
    - dist-zilla projects detection finally fixed (#489) (JQUELIN)
    - The directory tree refresh method will shortcut if nothing has
      changed, which should fix a number of bugs relating to the
      directory tree "doing things" when it shouldn't be (ADAMK)
    - Saving files to somewhere other than the current project will now
      correctly flush the document project state, and triggers a directory
      tree flush so that we communicate the change in project (ADAMK)
    - Cloned ORLite::Migrate to a private version as Padre::DB::Migrate
      so we have a better chance of fixing bug #796 (ADAMK)
    - Tentatively fixed #796 by spawning migration scripts in a manner which
      does NOT assume the pre-existance of STDOUT. This is at best a
      short-term hack, because this STDOUT problem is going to come back and
      bite us in other ways in the future, for sure (ADAMK)
    - Tuned the directory tree refresh logic to improve startup speed when
      launching Padre with specific named files to open (ADAMK)
    - Tuned the creation and management of tool widgets to remove the need
      to load or construct tools at startup time that are turned off in the
      user's configuration.
    - Tuned lock-release refresh execution to remove low-level refresh
      methods that are also contained in higher level refresh methods.
    - Removed a superfluous AUI Update from the refresh method (ADAMK)
    - Delay loading some additional GUI classes and objects until they
      definitely needed (ADAMK)
    - Suppress warnings that occur during plugin loading (ADAMK)
    - 'Simple' possible fix for #331 to update the tabs when 'save all' is
      run in Padre. (PLAVEN)
    - Fixed #819: Don't crash on missing project dir (SEWI)
    - Upgrading --desktop option from VBScript to a new Win32::Shortcut-based
      Padre::Desktop. Desktop link creation works on Vista and newer
      operating systems again (ADAMK)
    - Tuned menubar refresh to only fire if we change document mimetype,
      which saves a ton of CPU and seems to reduce flicker (ADAMK)
2010-01-23 12:05:32 +00:00
drochner
fd142fe833 fix an obvious copy'n'pasto
being here, trim dependencies by some which are not referenced
directly (but still through libgnomeui)
2010-01-22 20:44:58 +00:00
ghen
d939a34afa Add a "gnome" option for dasher (enabled by default), to make it possible to
build the package without the gnome dependencies.

XXX sometimes the canvas isn't drawn on startup.  Resizing the window makes
    it appear (noted by Patrick Welche).
2010-01-22 19:55:07 +00:00
roy
8b8e8cc495 When running terminfo but compiled for termcap, we cannot assume
that we actually have anything useable in termcap_term_buffer so just
use the terminfo fixed size defined ealier.
2010-01-20 03:21:20 +00:00
minskim
0a7f6066cc Update emacs-snapshot to 23.1.91.20100111.
Changes:
* .dir-locals.el (change-log-mode): Restore bug-reference-mode.
* info/dir: Add Semantic.
* info/dir: Add EDT entry.
* .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
* elisp package updates: edt, cedet, chart, eieio, files-x, font-setting,
  hfy-cmap, htmlfontify, mule-conf, ucs-normalize, mpc, imap, tramp,
  levents, lucid, sym-comp, org, js, and subword.
2010-01-18 19:34:20 +00:00
drochner
0b4f14a872 update to 2.28.3
changes:
-Misc bugfixes
-translation updates
2010-01-18 18:37:37 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
sno
11d0e95800 Importing editors/p5-Acme-Padre-PlayCode v0.13
This is a simple Padre plugin to run Acme::PlayCode on either selected
source code (if there is any selection) or the entire document.
2010-01-16 23:23:02 +00:00
sno
818a812c57 Removing editors/p5-Padre-Plugin-PlayCode/ (must be imported into
editors/p5-Acme-Padre-PlayCode).
Thanks to Klaus Heinz for reporting.
2010-01-16 23:21:38 +00:00
sno
75917bf5c0 Add SUBDIR for recent Padre plugin imports 2010-01-16 21:47:47 +00:00
sno
3c8910ae07 Importing editors/p5-Padre-Plugin-SpellCheck v1.1.2
This plugins allows one to checking her text spelling within Padre using
F7 (standard spelling shortcut accross text processors). One can change the
dictionary language used in the preferences window
(menu Plugins / SpellCheck / Preferences).
2010-01-16 21:45:03 +00:00
sno
bb5c614679 Importing editors/p5-Padre-Plugin-SVN v0.04
Padre::Plugin::SVN provides a simple SVN interface for Padre.
2010-01-16 21:44:12 +00:00
sno
a7b43b783f Importing editors/p5-Padre-Plugin-HG v0.14
Padre::Plugin::HG provides a mecurial interface for Padre.
2010-01-16 21:43:15 +00:00
sno
63606939b0 Importing editors/p5-Padre-Plugin-Git v0.01
Padre::Plugin::Git provides a simple Git interface for Padre.
2010-01-16 21:42:24 +00:00
sno
848b2c0462 Importing editors/p5-Padre-Plugin-Encrypt v0.06
Padre::Plugin::Encrypt provides file encryption/decryption in Padre.
2010-01-16 21:41:26 +00:00
sno
58d31c87b8 Importing editors/p5-Padre-Plugin-Ecliptic v0.19
This plugin provides Eclipse like "killer features" into Padre, like
* Quick Assist
* Quick Outline Access
* Quick Module Access
2010-01-16 21:40:26 +00:00
sno
c8db0960d4 Importing editors/p5-Padre-Plugin-Debugger v0.3
Padre::Plugin::Debugger allows to debug perl code from within Padre.
2010-01-16 21:38:06 +00:00
sno
f2afc56c49 Importing editors/p5-Padre-Plugin-DataWalker v0.02
This plugin uses the Wx::Perl::DataWalker module to provide facilities for
interactively browsing Perl data structures.
2010-01-16 21:36:17 +00:00
sno
3f7583d25e Importing editors/p5-Padre-Plugin-Catalyst v0.07
This package provides a Padre plugin to manage Catalyst development
environment and some handy tools to speed up Catalyst development.
2010-01-16 21:34:51 +00:00
sno
6d101fcfaf Importing editors/p5-Padre-Plugin-Autoformat v1.1.2
Padre::Plugin::Autoformat allows to reformat text within Padre using
Text::Autoformat underneath.
2010-01-16 21:33:41 +00:00
sno
0c8ca17c3c Move SUBDIR addition for recent Padre and Padre plugin imports from textproc/Makefile to editors/Makefile 2010-01-16 21:32:44 +00:00
sno
d9ff469bc3 Importing editors/p5-Acme-Padre-PlayCode v0.12
This is a simple Padre plugin to run Acme::PlayCode on either selected
source code (if there is any selection) or the entire document.
2010-01-16 18:38:40 +00:00
sno
e836950a8f Importing editors/p5-Padre-Plugin-Kate v0.02
This plugin provides an interface to the Syntax::Highligh::Engine::Kate
which implements syntax highlighting rules taken from the Kate editor.

Currently the plugin only implements Perl 5 and PHP highlighting.

Once this plug-in is installed the user can switch the highlighting of
all Perl 5 or PHP files to use this highlighter via the Preferences menu
of Padre.
2010-01-16 18:37:16 +00:00
sno
f8d7043b33 Importing editors/p5-Padre-Plugin-Nopaste v0.2.1
This plugin allows sending stuff from Padre to a nopaste website with
Ctrl+Shift+V, allowing for easy code / whatever sharing without having
to open a browser.
2010-01-16 18:36:13 +00:00
sno
34115f0e5a Importing editors/p5-Padre-Plugin-PerlCritic v0.06
Padre::Plugin::PerlCritic is a simple plugin to run Perl::Critic on
source code.
2010-01-16 18:34:59 +00:00
sno
b207e39b6d Importing editors/p5-Padre-Plugin-PerlTidy v0.09
Padre::Plugin::PerlTidy is a simple plugin to run Perl::Tidy on source code.
2010-01-16 18:34:01 +00:00
sno
40125f80bb Importing editors/p5-Padre-Plugin-Vi v0.22
Once installed and enabled the user is in full vi-emulation mode, which
was partially implemented.
2010-01-16 18:32:32 +00:00
sno
1910d4e128 Importing editors/p5-Padre-Plugin-XS v0.01
This plugin is intended to extend Padre's support for editing XS and
C-using-perlapi.

Currently the plugin implements limited syntax highlighting and calltips
using a configurable version of the perlapi.
2010-01-16 18:30:55 +00:00
sno
e98efed433 Importing editors/p5-Padre v0.54.
Padre is a Perl IDE, an Integrated Development environment, or in other
words a text editor that is simple to use for new Perl programmers but
also supports large multi-lingual and multi-technology projects.

Features
  * Customizable syntax highlighting of many languages
  * Syntax checking for Perl 5 and Perl 6
  * Refactoring tools for Perl 5 and Perl 6
  * Context sensitive help
  * Multi-platform: Microsoft Windows, Linux, Mac OS X
  * Special features for beginners
  * Extra features for advanced programmers
  * Written in Perl 5
  * ...
2010-01-16 18:29:36 +00:00
sno
514c3f3811 Importing editors/p5-PPIx-EditorTools v0.09 as dependency of scheduled
import of editors/p5-Padre.

Utility methods and base class for manipulating Perl via PPI.
2010-01-16 18:27:38 +00:00
joerg
5890ceb416 Needs libxslt for all files in the PLIST. Bump revision. 2010-01-04 15:52:51 +00:00
abs
51f88e08ae +javascript-mode 2009-12-30 12:06:44 +00:00
abs
62c353f3e9 Added editors/javascript-mode version 2.2.1 - addresses PR pkg/35669
Emacs major mode for Javascript programming language.

The main features of this JavaScript mode are syntactic highlighting
(enabled with `font-lock-mode' or `global-font-lock-mode'), automatic
indentation and filling of comments.
2009-12-30 12:05:37 +00:00
joerg
ba74763b94 Fix the mysterious bulk build failure (temacs can only run in batch mode). 2009-12-29 21:51:00 +00:00
drochner
399ef178b6 make this work with maxima-5.20, bump PKGREVISION 2009-12-21 12:17:51 +00:00
abs
4a1bbcf83d Add DESTDIR to install target - not sufficient for PKG_DESTDIR_SUPPORT 2009-12-17 22:12:49 +00:00
martti
0755739512 Updated vim to 7.2.320
3370  7.2.316  may get multiple _FORTIFY_SOURCE arguments
  5249  7.2.317  memory leak when adding a highlight group resulting in E669
  2637  7.2.318  wrong locale value breaks floating point numbers for gvim
  1846  7.2.319  Motif: accessing freed memory when cancelling font dialog
  6269  7.2.320  unused function in Mzscheme interface
2009-12-16 19:24:11 +00:00
zafer
5dc7f40f65 ex-vi has moved to sourceforge. update homepage and master_sites. add license. 2009-12-15 23:24:33 +00:00
joerg
c35b4c99f9 Recursive bump for libltdl 2009-12-15 21:41:00 +00:00
joerg
a6da2cadce Needs --x-includes/--x-libraries for modular Xorg. 2009-12-14 23:42:10 +00:00
martti
740ff9dea7 Updated vim to 7.2.315
1831  7.2.304  compiler warning for bad pointer cast
  2727  7.2.305  recursively redrawing causes a memory leak
  1541  7.2.306  shellescape("10%%", 1) only escapes first %
  4869  7.2.307  crash with a very long syntax match statement
  5504  7.2.308  submatch() in "\=" of ":s" command returns empty string
  1533  7.2.309  (after 7.2.308) warning for missing function prototype
  1874  7.2.310  ftdetect plugin using ":setf" doesn't work with # comment
  1408  7.2.311  can't compile with FreeMiNT
  9769  7.2.312  iconv() returns invalid char sequence when conversion fails
  3744  7.2.313  command line completion doesn't work after "%:h" and similar
  1620  7.2.314  small build broken after 7.2.313
  4605  7.2.315  Python libs can't be found on 64 bit system
2009-12-04 10:38:23 +00:00
wiz
457cdd9e15 Update to 1.0.1:
Version 1.0.1
* Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya)
* Fix printing in Windows Vista and Windows 7 (#576554)
* Show correct help version on Windows and Mac (#601067, Stefan Cosma)
* Always show icons for note items in recent notes menu (#590653)
* Other fixes: #596416, #596395
* Translation updates: ca, et, ja, lv, pl, ro, ru
2009-12-02 09:29:21 +00:00
joerg
227b87c02c Remove the term.h check, it fails with ncurses from pkgsrc. 2009-11-26 18:10:14 +00:00
joerg
bef75f56b4 Always use correct --mode argument for libtool. 2009-11-26 00:10:42 +00:00
wiz
807dbf6673 Update to 0.1.5:
Sigil v0.1.5 2009.11.25
    - fixed a race condition with view syncing in Book View
    - fixed an issue with loading text files that don't end with a newline (some text would end up missing)
    - A NEW FIND & REPLACE DIALOG (issue #13)
    - no more hard line breaks in Code View (courtesy of recent performance optimisations) (issue #61)
    - TOC Editor now remembers its size across invocations and program launches
    - the uninstaller now removes Sigil's temporary working directories
    - removed the "Start Sigil" checkbox in the last page of the installer; starting Sigil like this
    was causing problems because Sigil had admin privileges (issue #163)
    - fixed an issue with chapter breaks not working after they are Left/Center/Right Aligned (issue #158)
    - multiple images can now be inserted with the "Insert Image" dialog by selecting multiple images
    - fixed an issue with loading images from documents with uppercase tags and attributes (issue #156)
    - tentatively fixed an issue with Sigil crashing on overwriting existing epubs (issue #146)
    - fixed an issue with Sigil crashing on epubs with "date" OPF elements but no value set
    for those elements (InDesign CS4 creates such invalid epubs) (issue #149)
    - fixed an issue with words being merged on TXT import (issue #148)
    - various performance improvements through code profiling and parallelization
    - Linux and Mac builds should now be slightly faster because of new compiler optimizations
    - fixed issue with Sigil incorrectly loading (and therefore subsequently saving) "date"
    OPF elements with "event" attributes (issue 144)
2009-11-25 10:12:35 +00:00
martti
5ebba8345d Updated vim to 7.2.302
1931  7.2.285  (after 7.2.169) CTRL-U in Insert mode also deletes indent
  7058  7.2.286  (after 7.2.269) --startuptime argument is not consistent
  1733  7.2.287  warning from gcc 3.4 about uninitialized variable
  1680  7.2.288  Python 2.6 pyconfig.h redefines macros
  3979  7.2.289  checking wrong struct member
  5344  7.2.290  not freeing memory from ":lmap", ":xmap" and ":menutranslate"
  1498  7.2.291  reading uninitialised memory in arabic mode
  1518  7.2.292  block right-shift wrong with multibyte encoding and 'list' set
  1954  7.2.293  when setting 'comments' option it may be used in a wrong way
  8992  7.2.294  when using TEMPDIRS dir name could get too long
  4053  7.2.295  in map() on a List the index is not known, set v:key to index
  1809  7.2.296  (after 7.2.286) help message about startuptime is wrong
  1846  7.2.297  reading freed memory when writing ":reg" output to a register
  1608  7.2.298  ":vimgrep" crashes with an autocommand that sets w: variable
  1733  7.2.299  crash when comment middle is longer than start
  5886  7.2.300  file descriptors not closed when executing external command
 14601  7.2.301  formatting is wrong when 'tw' is set to a small value
  4941  7.2.302  (extra, after 7.2.301) extra part of the 7.2.301 tests
  2073  7.2.303  (after 7.2.294) can't build on MS-Windows
2009-11-19 07:39:38 +00:00
wiz
1530d6491b Update to 1.0.0:
Version 1.0
* Fix crash when showing Search from panel applet (#595098).
* Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log.
* Every patch contributor goes in the About dialog now.
* Add Underline add-in to Windows/Mac builds.
* WebSync fixes on Windows.
* New Translations: ca@valencia, id
* Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB,
                       es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko,
                       lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr,
                       sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW

Version 0.15.7
WebSync updates:
* Update for latest (hopefully final) REST API spec (Rodrigo Moya).
* Initial support for OAuth 1.0a servers (#594046).
* Drop heavy System.Web dependency by bundling HttpUtility class.
* Fix parsing bug that caused Tomboy to upload empty notes to the server.
* More streamlined initial auth procedure (less clicks).
* Fix error when connecting before logged in to Snowy (#591455).
Other updates:
* Prevent crash on PPC and ARM when showing menus (#586605, #593422).
* Don't connect to session manager when running as applet (#533537).
* When closing search window, do not quit if Tomboy icon is visible (#584910).
* Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR,
                       sr, sr@latin, sv, ta, zh_HK, zh_TW

Version 0.15.6
* Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and
  appropriate conventions on Windows and Mac OS X (#518585, #557288).
* Don't force port 22 when no port is specified for SSH sync (#574517).
* Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle).
* New Translations: br, ga
* Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW

Version 0.15.5
* Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes).
* Rename notebooks from the Search window (#435734).
* Clean up wasted space in Search and Preferences windows (#574155 and more).
* Maintain scroll position when notes change while Search window open (#588593).
* Fix Notebook toolbar button appearance with 'text beside icons' setting.
* Translation updates: ca, gl, nb, pt_BR

Version 0.15.4
* Improved behavior when changing font sizes (Stefan Schweizer).
* Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong).
* Require gtk+ 2.14 and stop using obsolete libgnome APIs.
* New Help Translations: cs
* Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK

Version 0.15.3
* New underline formatting add-in (disabled by default) from Mark Wakim.
* Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer).
* Fix bullet display in HTML export (#422954, Stefan Schweizer).
* Update WebSync to use OAuth for authentication, and use the latest REST API.
* Fix i18n issue in WebSync (Anders Petersson).
* Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences.
* Reduce command line output when not running Tomboy with --debug.
* Fix tarball for those that need panelapplet-sharp bundled.
* Documentation updates (Paul Culter).
* New Translations: vi
* Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN

Version 0.15.2
* Fix HTML Export on Mac OS X (#583995).
* Translation updates: es, et, nb, sv, zh_CN

Version 0.15.1
* New WebSync add-in syncs to any server that implements the Tomboy Web REST API,
  such as Snowy [http://live.gnome.org/Snowy].  Baby-eating preview release.
* Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono.
* Prevent PATH problems on Windows from breaking Tomboy (#558314).
* Search for phrases by quoting search text (#551097, Jan Rüegg).
* Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer).
* Save width of notebook pane in Search window (#563744, Benjamin Podszun).
* Disable sync menu items until backend configured (#473335, Benjamin Podszun).
* Close note find bar on escape, even when not focused (#540822, Benjamin Podszun).
* Support FUSE being built-in to kernel (#500524).
* Prevent crashes when reading unexpected note XML (#581844).
* Change "Open New Note Template" LinkButton to Button to prevent error (#581582).
* Focus search field every time Search window summoned (#535131, Benjamin Podszun).
* Only show Start Here note on first run if not running as applet (BNC #299810).
* HIG compliance in Sync preferences (#574154).
* Use correct "info" icon in add-in info windows (#508844).
* Use relative path to load help (BNC #326457, Boyd Timothy).
* Cache frequently-used text tags in one place instead of five.
* Documentation updates (Paul Cutler).
* Translation updates: el, es, et, gl

Version 0.15.0
* New NoteDirectoryWatcher add-in supports directly editing note files
  (Michael Fletcher).
* Improve startup time by only rebuilding add-in registry when passing --debug.
* Fix random startup crash caused by using GConf before GTK+ was initialized.
* Improvements to printing add-in (#572024, Benjamin Podszun).
* Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun).
* Add resize grip to Search All Notes window (#500513, Benjamin Podszun).
* Highlight wiki words starting with "Mac", "Van", etc (#392627,
  Stefan Schweizer).
* Usability improvements to note find bar (#483297, Benjamin Podszun).
* Fix over-zealous URL matching (#436994).
* Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast).
* Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088).
* Documentation text now cross-platform (#576487, #500803, Paul Cutler).
* Support console logging on Windows (Benjamin Podszun).
* Theming fixes on Windows XP (Aaron Bockover).
* Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 17:04:46 +00:00
snj
4979da23ed Update to 0.8.17. Minor bugfixes and translation updates. 2009-11-17 03:55:19 +00:00
wiz
353631f52d Update to 2.28.2:
============
gedit 2.28.2
============

New Features and Fixes
======================
- Fix regressions/warnings due to mistakes in OS X integration


============
gedit 2.28.1
============

New Features and Fixes
======================
- Fix regressions in the External Tools plugin (Jesse van den Kieboom)
- Better OSX integration (Jesse van den Kieboom)
- Misc bugfixes

New and updated translations
============================
- ca (Gil Forcada)
- crh (Reşat SABIQ)
- lv (Rūdolfs Mazurs)
- ro (Adi Roiban)
- ru (Alexander Saprykin)
- sl (Matej Urbančič)
- th (อาคม โชติพันธวานนท์)
- th (Theppitak Karoonboonyanan)
2009-11-15 21:18:07 +00:00
joerg
807390d6ab Don't leak the buildlink directories into the final program. I can't
find a good reason why they are used here, so don't use them.
2009-11-09 14:09:41 +00:00
martti
4b6093dc63 Updated editors/vim-share to 7.2.284
2274  7.2.268  crash when using Python to set cursor beyond end of line
  7128  7.2.269  add --startuptime so that slow startup can be analysed
  2281  7.2.270  ":@c" does not execute everything if the c register has a CR
  2649  7.2.271  Motif GUI: Using freed memory when making a choice
  2582  7.2.272  "_.svz" is not recognized as a swap file
  3404  7.2.273  crash when redirirecting to unknown array
  3749  7.2.274  syntax folding doesn't work properly when adding a comment
  2717  7.2.275  warning for unused argument and comparing signed and unsigned
  1875  7.2.276  crash when setting 'isprint' to a small bullet
  1937  7.2.277  CTRL-Y in a diff'ed window may move cursor outside of window
  2312  7.2.278  using magic number in the folding code
  3413  7.2.279  invalid memory read with visual mode "r"
  6656  7.2.280  a redraw in a custom statusline with %! may cause a crash
  2241  7.2.281  'cursorcolumn' highlighting is wrong in diff mode
  1584  7.2.282  a fold can't be closed
  2030  7.2.283  GTK: changing font doesn't keep the window maximized
  1572  7.2.284  two windows on a buffer + folding: display error after change
2009-11-04 10:08:19 +00:00
drochner
3308ac3b2c PKGREVISION bump pkgs which are affected by the libgnome change
to leave out esound
2009-10-29 23:14:13 +00:00
martti
a1b3085c71 Updated editors/vim-share to 7.2.267
2634  7.2.263  GTK2: Vim window in wrong position using the -geom argument
  5161  7.2.264  GTK2: When Vim window maximized, set 'columns' doesn't work
  1892  7.2.265  with ":silent broken" inside try/catch silency may persist
  6560  7.2.266  in an expression abbreviation the typed character is unknown
  1461  7.2.267  crash for narrow window and double-width character
2009-10-29 07:14:22 +00:00
joerg
faf456681f Don't leak the .buildlink directory into the final binary for vim-motif.
Bump revision.
2009-10-28 01:20:33 +00:00
drochner
0b1d863a5b update to 0.4.11
many fixes and improvements, too much to list here, see the ChangeLog
2009-10-27 19:47:54 +00:00
drochner
2a4c6bc306 update to 0.4.7
changes:
-bugfixes
-added IPv6 support for mdns/avahi
-translation updates
2009-10-27 19:41:11 +00:00
drochner
6c31ff0a98 update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-24 13:00:04 +00:00
drochner
6ce07f1c9d update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-21 18:04:55 +00:00
tnn
14c60a3dd6 resolve lib/charset.alias conflicts. PR pkg/42199 2009-10-21 16:51:46 +00:00
reed
75664cece6 Add a SUPERSEDES so package update tools can now that this can replace
old lyx-xforms or lyx-qt packages.
2009-10-16 13:02:37 +00:00
reed
1708322421 Remove editors/lyx-qt, editors/lyx15, editors/lyx-xforms.
I added editors/lyx. It should load all old documents.
Also xforms has not been supported for a long time.
2009-10-16 12:59:07 +00:00
reed
acf3f94eaa Import lyx as lyx.
This is version 1.6.4.1. LyX should always be able to
import old document formats.

This now works without a "python" named "python".
(But that needs to be fixed by upstream still.)

Sorry way too many changes to list them here.

I will be removing the lyx-qt, lyx-xforms, and lyx15 packages soon.
2009-10-16 12:36:20 +00:00
wiz
5e34fba133 Update to 0.1.4:
Sigil v0.1.4 2009.10.08.
    - SGF files are now associated with Sigil on Windows (issue #135)
    - SGF files are now associated with Sigil on Mac OS X (issue #10)
    - fixed issue with "Open With" OS actions not working on Macs (issue #111)
    - provided more informative tooltips by following Word 2007 tooltip style (issue #64)
    - the heading text can now be edited in the TOC Editor (issue #131)
    - the Save As dialog now uses the current filename in the filename field (issue #18)
    - views can now be zoomed (issue #44)
    - Sigil no longer loads flow-specific CSS... this was causing more harm than good; loading
    flow-specific CSS will be back in 0.2.0.
    - implemented a NEW workaround for a webkit bug causing the first character of a heading
    created after a chapter break to be displayed incorrectly (issue #78)
    - fixed issue with TOC editor not resolving HTML entities (issue #125)
    - fixed issue with Tidy changing case of attribute names (issue #120)
    - Sigil will from now on check for a newer version on startup and present an informative
    message if such a version is found (issue #67)
    - made SGF importing MUCH faster (issue #119)
    - provided a window icon on Linux
    - providing binary installers for Windows AND LINUX (issue #6)
    - further improved encoding detection for HTML import
    - fixed graphical misalignment of controls in MetaEditor on Linux and Mac platforms
    - fixed syntax highlighting for XPGT stylesheets
    - fixed rare issue with SGF importing that displayed all body text underlined (issue #118)
    - fixed display of the Sigil chapter break in Book View: the red double-line now
    properly appears after all images (issue #117)
    - added support for importing images referenced in SVG elements in HTML import
    - HTML importing now defaults to a locale-aware codec if one is not detected in the HTML stream;
    previously the fallback codec was UTF-8; this change should improve importing of old HTML
    documents (issue #113)
2009-10-11 08:51:39 +00:00
wiz
32b0db37b4 Update to 0.1.3:
Sigil v0.1.3 2009.09.02.
    - implemented a work-around for a bug in Qt causing documents with "us-ascii" encoding
    specified in the XML declaration to crash Sigil (issue #109)
    - resource path updating rewritten; should be more robust
    - fixed an issue where EPUB files from Google Books could not be opened (issue #106)
    - fixed regression for storing the folder from which the user last imported an image (issue #105)
    - refactored HTML file import resource loading: should be a lot more robust now
    - fixed an issue with loading HTML files that reference the same images multiple times (issue #90)
    - implemented non-live View position synchronization; the Views are now synced
    by HTML element: moving the caret in one View will center the other View (upon switching)
    to the same HTML element that held the caret in the first View (issue #8)
    - newlines are now removed from TOC headings to avoid rendering problems in ADE (issue #96)
    - Sigil now creates a unique book identifier (if one is not provided by the user)
    using the UUID standard instead of a radnom sequence of characters and numbers;
    the old "SigilGEN" scheme is replaced with "UUID"
    - initial support for calibre interoperability (issue #94)
    - book updates from TOC editor are now faster and have a much smaller memory overhead
    - fixed issue with removing headings from TOC in TOC editor (issue #88, part 2 and issue #21);
    also made TOC editor updates to headings MUCH more robust
    - all headings are now by default included in TOC... heuristics for "guessing" which
    headings the users wants have been removed (issue #88, part 1)
    - fixed critical issue with Sigil hanging when loading certain SGF files (issue #87)
    - fixed rare issue with duplicate image loading (issue #86)
    - implemented a workaround for a webkit bug causing the first character of a heading
    created after a chapter break to be displayed incorrectly (issue #78)
    - the "makedmg" target for Macs is not build by default anymore and needs to be
    invoked directly; this was done to speed rebuilds
    - Macs now have a standard multiple document interface: opening a new file opens it
    in a new window, not in the old one (issue #22)
    - fixed a bug with warning dialog not informing the user of unsaved changes
    if he tried to load from the recent files list
2009-10-11 08:33:39 +00:00
obache
782b4278ac fit for NetBSD-mips variants, do not use pmax configuration.
prevent unrequisite warning messages on NetBSD-alpha (patch-ac) and NetBSD-mips
variants (patch-af). fixes PR 39027.

Bump PKGREVISION.
2009-10-07 10:56:40 +00:00
obache
65fb0dca57 prevent unrequisite warning message on NetBSD-Alpha,
as reported in PR 39027.

Bump PKGREVISION.
2009-10-07 10:50:59 +00:00
ahoka
7f7e4db063 Avoid getline breakage.
Now with the patch actually committed.
2009-10-03 10:14:18 +00:00
ahoka
1540390c2c Avoid getline breakage. 2009-10-03 10:13:36 +00:00
sketch
3e82c8a23a Add a bunch more gtkdoc-rebase workarounds. 2009-09-30 09:22:47 +00:00
martti
c355376d00 Updated editors/vim-share to 7.2.262
1870  7.2.255  (after 7.2.242) cursor column may be wrong after :set
  1783  7.2.256  GTK font dialog doesn't have a default when 'guifont' not set
  2092  7.2.257  GTK 2.17: lots of assertion error messages
  1989  7.2.258  v:beval_col and b:beval_text are wrong in UTF-8 text
  5393  7.2.259  exists() doesn't work properly for an empty aucmd group
  5431  7.2.260  (extra part of 7.2.259)
  2515  7.2.261  E38 may appear when deleting folded lines
  5652  7.2.262  string passed to user cmd custom completion can be too long
2009-09-21 17:35:55 +00:00
jun
0aff02977c compile enable on mips ports.
adviced and patches from tsutsui-san on [netbsd,09810].

tested on hpcmips-current.
2009-09-21 10:10:58 +00:00
reed
998c2601fe Upgrading Xfce to 4.6.1.
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.

The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0

Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
2009-09-16 01:15:32 +00:00
jun
5dfc68ffbb change patch-ab:
add mips config to configure
Bump PKGREVISION
2009-09-13 02:12:28 +00:00
jun
4dbfb61837 regen. 2009-09-13 01:27:35 +00:00
jun
bd764b6bf0 Fit for mips, change fix from emacs23:
http://cvs.savannah.gnu.org/viewvc/emacs/configure.in?root=emacs&r1=1.602&r2=1.603

adviced by obata-san,[netbsd,09792]
2009-09-13 01:26:34 +00:00
martti
71843765dc Updated vim to 7.2.259
1848  7.2.246  Cscope home page link is wrong
  2561  7.2.247  Mzscheme interface minor problem
  4408  7.2.248  (extra) Win32: Mzscheme interface building minor problems
  1555  7.2.249  script that checks .po files can't handle '%' in plural forms
  1693  7.2.250  (extra) possible buffer overflow in GvimExt
  2802  7.2.251  compiler adds invalid memory bounds check
  1495  7.2.252  when 'enc' is multi-byte 'iskeyword' can't contain chars > 128
  4223  7.2.253  netbeans interface: getLength always uses current buffer
  1654  7.2.254  compiler warning for assigning size_t to int
  1870  7.2.255  (after 7.2.242) cursor column may be wrong after :set
  1783  7.2.256  GTK font dialog doesn't have a default when 'guifont' not set
  2092  7.2.257  GTK 2.17: lots of assertion error messages
  1989  7.2.258  v:beval_col and b:beval_text are wrong in UTF-8 text
  5393  7.2.259  exists() doesn't work properly for an empty aucmd group
2009-09-12 15:34:38 +00:00
joerg
4a2b3bc45f Pass down X11BASE/lib explicitly to avoid empty rpath options 2009-09-11 12:55:44 +00:00
minskim
70bdf138c9 Strip PKGREVISION from the emacs version string for a directory name. 2009-09-07 06:51:19 +00:00
wiz
5ce5fb991e Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
sno
2e84c0a7cb bump revision because of graphics/jpeg update 2009-08-26 20:19:17 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
cf79fe6cb9 Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
wiz
109c80313e Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case.

Fix some packages that need it and remove -L from some packages
that manually set it.
2009-08-25 11:56:34 +00:00
hasso
9cbc22894e Remove cscope option and make it default. Via PR 40710 and discussed with
martti@.
2009-08-25 08:17:36 +00:00
minskim
5797e2789f Silence unnecessary warnings. 2009-08-23 18:14:38 +00:00
minskim
c83e6ae234 Derive EMACSLOADPATH from the currently-installed emacs, not from the
Makefile fragment in pkgsrc.
2009-08-22 18:51:58 +00:00
wiz
a33ee562ba Update to 0.1.2.
XXX: binary was renamed from "Sigil" to "sigil" -- should I make PKGNAME
match?

Sigil v0.1.2 2009.08.12.
    - added the ability to specify the main publication identifier directly,
    through the "CustomID" basic metadata property (issue #3)
    - fixed a bug with warning dialog not informing the user of unsaved changes
    when editing in code view (issue #30)
    - Sigil is now a universal Mac application (ppc and i386, in 32bit) (issue #5)
    - implemented a workaround for a bug in QTextCodec causing bad HTML codec detection (issue #74)
    - SVG elements are not removed anymore (issue #24)
    - inter-document HTML links are now fully supported (issue #53)
    - fixed rare issue where CSS style rules could get duplicated when changing views
    - fixed issue with inline style tags in OPS documents not being loaded (issue #58)
    - Sigil can now accept a file to load as the first command line argument; this also
    provides support for "Open With..." operating system features (issue #63)
    - fixed an issue where the reported build time in the About dialog was actually the execution
    time (issue #65)
    - loading of missing files in the recent files list is now improved (issue #57)
    - fixed a rare issue where the wrong view could be sent to the printer on print actions
    - Sigil now creates a guide element with a cover page in the OPF if the content of the first
    OPS document is less than 1000 characters long (issue #48)
    - support for importing UTF-16 encoded documents (not just UTF-8)
    - provided install target for linux; the binary is now also named "sigil"
    (lower case 's') on Unix systems (except Mac) for the sake of convention (issue #46)
    - removed dependency on "data" directory (issue #51)
2009-08-19 14:43:36 +00:00
taca
51fb37b89a Revert previous. It didn't work on emacs22. 2009-08-17 16:05:32 +00:00
taca
afe6d9800f To work on emacs23, add a minimum patch from
http://www.m17n.org/mlarchive/mule-ja/200703/msg00018.html.

Bump PKGREVISION.
2009-08-17 15:28:23 +00:00
minskim
409da28132 Update HOMEPAGE. 2009-08-16 21:46:55 +00:00
lukem
05884c684e Apply more fixes from NetBSD src/dist/nvi:
* Fix :ESC
* Fix #+ #- in multibyte configuration
* Update reported version to nvi-1.81.6nb5

Update package revisiion to nb5 to suite.
2009-08-16 08:34:34 +00:00
minskim
82d24dd4a4 Update MASTER_SITES and HOMEPAGE. 2009-08-15 23:14:58 +00:00
drochner
980c83b89e recognize maxima-5.19, bump PKGREVISION 2009-08-13 17:27:59 +00:00
hasso
4a10ecec28 Include curses.buildlink3.mk on platforms which want to link against curses.
Unbreaks build on DargonFly and probably some others.
2009-08-12 18:11:24 +00:00
obache
3b11655430 recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
wiz
d8c47c2642 Update to 0.14.3:
Version 0.14.3
* Fix build for those with gnome-sharp < 2.23.90 (Stefan Schweizer).
* Fix HTML Export add-in on Mac OS X.
* Translation updates: el, es
2009-08-09 08:44:49 +00:00
lukem
6d74174604 Apply various features and fixes from NetBSD basesrc:
* Implement options:
	expandtab
	gtagsmode
	matchchars
* Fix tty garbling when quitting from recovery mode.
* Don't coredump during autoindent edge case.
* Set internal version to "nvi-1.81.6nb4 (2009-08-07)"
* Crank pkgrevision to nb4.
2009-08-07 16:39:20 +00:00
joerg
928e957703 Update to poedit-1.4.2. It compiles and doesn't immediately crash, so it
is a huge improvement over the old version.
2009-08-06 20:46:52 +00:00
wiz
67f4cba17a + Sigil. 2009-08-06 06:23:43 +00:00
wiz
268a16813b Initial import of Sigil-0.1.1:
Sigil is a multi-platform WYSIWYG ebook editor. It is designed to
edit books in ePub format. Features:

    * Free and open source software under GPLv3
    * Multi-platform: runs on Windows, Linux and Mac
    * Full Unicode support: everything you see in Sigil is in UTF-16
    * Advanced automatic conversion of all imported documents to Unicode
    * Full EPUB spec support
    * WYSIWYG editing
    * Multiple Views: Book View, Code View and Split View
    * Metadata editor with full support for all possible metadata
      entries (more than 200) with full descriptions for each
    * Multi-level Table Of Contents editor
    * Book View fully supports the display of any XHTML document
      possible under the OPS spec
    * SVG support and basic XPGT support
    * Currently imports TXT, HTML and EPUB files
    * Currently exports EPUB and SGF (Sigil native format)
    * Embedded HTML Tidy; all imported documents are thoroughly
      cleaned; changing views cleans the document so no matter how
      much you screw up your code, it will fix it (usually )
    * An actually usable user interface
2009-08-06 06:23:23 +00:00
minskim
dcd23a92cd Update patches for emacs-23.1.
These should have been committed when emacs was updated.
2009-08-06 04:46:04 +00:00
minskim
7b90c30295 PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
2009-08-06 01:44:45 +00:00
minskim
70fbfdbc6e Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 as
emacs23 and emacs23nox, respectively; editors/emacs is the default
one.
2009-08-05 22:14:28 +00:00
minskim
91839934f8 Add emacs22 and emacs22-nox11. 2009-08-05 22:07:08 +00:00
minskim
52609480ca Update editors/emacs and editors/emacs-nox11 to 23.1.
Major changes:
- Improved Unicode support.
- Font rendering with Fontconfig and Xft.
- Support for using X displays and text terminals in one session, and
  for running as a daemon.
- Support for multi-file commits in distributed version-control
  systems (VC-dir).
- The default X toolkit is now Gtk+, rather than Lucid.
2009-08-05 22:04:50 +00:00
minskim
7bf56543c2 emacs22 is now in editors/emacs22. 2009-08-05 10:41:55 +00:00
minskim
a979227b49 Import emacs-nox11-22.3nb2 in editors/emacs-nox11 as
editors/emacs22-nox11.
2009-08-05 10:32:54 +00:00
minskim
ac7d4d0adc Import emacs-22.3nb2 in editors/emacs as editors/emacs22;
editors/emacs will be updated to 23.1.

Proposed by obache@, and OK'ed by markd@ and drochner@.
2009-08-05 10:30:26 +00:00
minskim
4900968224 EMACS_VERSIONS_ACCEPTED must be defined before including
emacs/modules.mk.
2009-08-05 08:45:11 +00:00
minskim
7ce2c6d4ec editors/tamago can be built with emacs23. 2009-08-05 06:57:41 +00:00
minskim
5254a8e9cb "23" is a valid value for EMACS_VERSION_MAJOR. 2009-08-05 06:53:29 +00:00
martti
755787b7cb Updated editors/vim-share to 7.2.245
2052  7.2.219  (extra) Photon GUI is outdated
  2958  7.2.220  (after 7.2.215) BufEnter "cd" autocommand causes problems
  7103  7.2.221  X cut_buffer0 text may be used in the wrong encoding
  1816  7.2.222  ":mksession" doesn't work properly with 'acd' set
  5132  7.2.223  a script run with ":silent" cannot give any messages
  2542  7.2.224  crash when using 'completefunc'
  2874  7.2.225  when using ":normal" a saved character may be executed
  7470  7.2.226  ml_get error after deleting the last line
  1574  7.2.227  when using ":cd" in a script there is no way to track this
 14946  7.2.228  cscope is limited to 8 connections
  1595  7.2.229  warning for shadowed variable
  2442  7.2.230  a few old lint-style ARGUSED comments
  1473  7.2.231  warning for unreacheable code in Perl interface
  2704  7.2.232  cannot debug problems with being in a wrong directory
  2901  7.2.233  extra part of 7.2.232
  3831  7.2.234  it is not possible to ignore file names without a suffix
  2696  7.2.235  Using CTRL-O z= in Insert mode has a delay before redrawing
  2809  7.2.236  Mac: Compiling with Ruby doesn't always work
  1965  7.2.237  crash on exit when window icon not set
  3941  7.2.238  leaking memory when setting term to "builtin_dumb"
  4151  7.2.239  using :diffpatch twice may cause a crash
  2078  7.2.240  crash when using GUI find/replace dialog repeatedly
  5174  7.2.241  problems with using ":bufdo" and "doautoall" or ":vimgrep"
  2505  7.2.242  setting 'lazyredraw' causes the cursor column to be recomputed
  1918  7.2.243  memory leak when using :vimgrep and resizing
  4757  7.2.244  insufficient info for a conversion error from utf-8 to latin1
  5093  7.2.245  wrong conversion when writing Unicode encoded files
2009-08-04 05:53:03 +00:00
joerg
622417d1aa MAKE_JOBS_SAFE=no, simplify 2009-08-03 15:55:52 +00:00
jun
4cb7310a43 enable pmax (=mipsel--netbsd) again. 2009-08-02 10:44:48 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
zafer
2dc310acc5 Update zile to 2.3.9. Update homepage and master_sites. Add license.
Changes between 2.2.50 and 2.3.9:

Release 2.3.9

This release fixes a build problem on OSF/1.

Release 2.3.8

This release fixes a crash in find-file-alternate, and another
potential crash.

Release 2.3.7

This release fixes a crash in query-replace and a highlighting bug,
both introduced in 2.3.5. Some code cleanup was done. A bug in the
build system that caused help2man to be required to build Zile was
removed.

Release 2.3.6:

This release fixes a build-system bug that caused Lua to be required
to build the release.

Release 2.3.5:

This release fixes a bug in write-file, where the undo state was not
properly updated, resulting in dirty states being marked clean. A
crash bug in paragraph filling was fixed, and some other minor bugs.
The --funcall option was reintroduced for backwards compatibility with
Zile 2.2. The build system was made more portable. Some code cleanup
was done.

Release 2.3.4:

This release fixes yet another bug in filename completion, and a
potential crash that the bug exposed. Some minor code cleanup was
performed.

Release 2.3.3:

This release fixes two more bugs in filename completion introduced in
2.3.1. Users of 2.3.1 and 2.3.2 should upgrade. Some minor code
cleanup was also performed.

Release 2.3.2:

This release fixes a bug in filename completion introduced in the
previous release that had serious results, and some minor problems in
the build system, and improves the installation instructions. help2man
is now needed to build Zile (and has been since 2.3.1). I'm sorry I
described DejaGnu as "flaky" in my previous release announcement; the
faults I encountered were those of the underlying expect/Tcl
combination, and not DejaGnu's.

Release 2.3.1:

This release contains a rewrite of the test suite which drives Zile
directly, as DejaGnu proved to be insufficiently portable, and too
flaky. Two commands have been added to make it possible to write all
the tests in Lisp, namely execute-kbd-macro and insert-char. The
--script flag is now --load, which is what it really does. Various
commands have been made to work non-interactively. Duplication has
been reduced by generating much of the documentation from the code.
The info manual, which was not particularly useful and only duplicated
information available elsewhere, has been removed. Other small fixes
and improvements have been made.

Release 2.3.0:

This release continues the code cleanup and portability fixes started
in 2.2.60. gnulib is now used extensively, and 2,000 lines of code, or
about 20% of the code base, has been removed by refactoring,
simplification, and use of gnulib. The new minor version number
reflects the magnitude of the change.

To try to limit the number of bugs introduced as a result, and to aid
future maintenance, a DejaGnu test suite has been added, which tests
almost all the interactive commands.

Many small bugs have been fixed, including cases where Zile did not
behave like Emacs; some small limitations of Zile with respect to
Emacs have been removed.

Users are for the most part encouraged to upgrade, as this release is
believed to be stable; however, cautious users may want to wait for
further 2.3.x releases, or for a suitable length of time to elapse.

Release 2.2.61:

This release uses gnulib for regex, getopt, vasprintf, and various
other features, rather than previous ad hoc solutions, to improve
portability.

Release 2.2.60:

This release attempts to improve portability by using gnulib for
various non-standard features instead of idiosyncratic code and making
various other fixes. Thanks to Nelson Beebe for reporting many build
problems on a wide range of platforms; unfortunately I've not been
able to establish how many of them this release fixes. A crash and
related bug on attempting to kill when mark and point are the same
have been fixed. Some fatal error messages have been improved.

Release 2.2.59:

This release fixes various problems with release 2.2.58, including
shipping the wrong source code (oops), and automates the GNU release
process so that errors of this sort should no longer happen. The build
system was tidied a little.

Release 2.2.58:

This release makes Zile's transition to being a GNU program. Note the
new web site, distribution URL and support addresses. This release
also fixes the display of errors that occur during startup.

Release 2.2.57:

This release changes the code to meet GNU coding standards. It's not
recommended for users because there are no (intended!) functional
changes whatsoever, and it's just possible that new bugs have been
introduced.

Release 2.2.56:

This release fixes a bug that prevented top-bit-set characters being
bindable to commands.

Release 2.2.55:

This release allows Zile to produce core dumps when it crashes,
handles SIGBUS, and fixes a crash caused by trying to bind a command
to the empty string.
2009-07-19 11:49:10 +00:00
minskim
d4fe5903b5 Update emacs-snapshot to 23.0.96.20090710.
Nothing notable in ChangeLog.  The minor version number was incremented.
2009-07-12 11:56:54 +00:00
drochner
a5b0200d7f update to 2.26.3
changes:
-UI improvements
-bugfixes
2009-07-09 18:23:26 +00:00
minskim
897268af03 Update emacs-snapshot to 23.0.95.20090703.
Changes:
* configure.in: Restore netbsd on mips, mipsel, mipseb.
* make-dist
  (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
  (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
  No longer make links.
* make-dist (tempdir): Don't create directories preferences.gorm
  and preferences.nib, they are no longer required.
* configure.in: Delete mac-fix-env target, which has been
  removed (Bug#3531).
2009-07-08 13:32:39 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
martti
c04c0f0e21 Updated editors/vim-share to 7.2.218
1530  7.2.197  warning for uninitialized values of typebuf
  2006  7.2.198  buffer used for termcap entry may be too small
  1894  7.2.199  strange character in comment
 10318  7.2.200  reading past string end when using menu bar or resizing window
 14460  7.2.201  cannot copy/paste HTML to/from Firefox via the clipboard
  1846  7.2.202  BufWipeout autocmd that edits another buffer causes problems
 40481  7.2.203  using current window to work on hidden buffer has side effects
  4407  7.2.204  (extra) Win32: Can't build with Visual Studio 2010 beta 1
  2852  7.2.205  (extra) Win32: No support for High DPI awarenes
  1485  7.2.206  Win32: Can't build netbeans interface with Visual Studio 2010
  2237  7.2.207  using freed memory when ":redrawstatus" works recursively
  2569  7.2.208  "set novice" gives an error message, it should be ignored
  2532  7.2.209  for xxd setmode() is undefined on Cygwin
  1896  7.2.210  warning for file changed outside of vim even after :checktime
  1639  7.2.211  memory leak when expanding a series of file names
  1727  7.2.212  (extra) warnings for redefining SIG macros
  1521  7.2.213  warning for using vsprintf()
  1983  7.2.214  crash with complete function for user command
  8298  7.2.215  ml_get error when using ":vimgrep"
  4822  7.2.216  two error messages have the same number E812
  2020  7.2.217  running tests with valgrind doesn't work as advertised
  1448  7.2.218  cannot build GTK with hangul_input feature
2009-06-25 05:34:53 +00:00
joerg
7fdde28ea5 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
zafer
4828d6b6c5 replace jedsoft mirror with new master. 2009-06-12 22:41:32 +00:00
rillig
61c7cf362d Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
wiz
d6d8031e05 Bump PKGREVISION for vte-0.20.5. 2009-06-11 08:10:25 +00:00
martti
a95c7c120d Updated editors/vim-share to 7.2.196
8242  7.2.185  some more compiler warnings when using gcc -Wextra
  7260  7.2.186  some more compiler warnings when using gcc -Wextra
  3334  7.2.187  (after 7.2.186) doesn't compile with older tcl versions
  8531  7.2.188  crash with specific use of function calls
  2889  7.2.189  possible hang for deleting auto-indent
  4827  7.2.190  the register executed by @@ isn't stored in viminfo
106448  7.2.191  Mzscheme interface doesn't work on Ubuntu
  4206  7.2.192  (after 7.2.188) still a crash in the garbage collector
  1545  7.2.193  warning for uninitialized values in struct
  1345  7.2.194  (extra) MSVC: rem commands are echoed
  2229  7.2.195  leaking memory for the command Vim was started with
  3466  7.2.196  remove support for splint, it doesn't work well
2009-06-09 10:27:30 +00:00
hasso
9ed6613899 Make it build on DargonFly. Make it build on systems using non pax tar.
Bump PKGREVISION.
2009-06-07 20:12:06 +00:00
minskim
632d74ccb6 Set _EMACS_VERSION_MICRO for emacs-snapshot.
Suggested by Makoto Fujiwara in PR 40023.
2009-06-06 05:06:12 +00:00
minskim
dd35d07c6d Add emacs23 as a valid EMACS_TYPE.
This addresses the issue reported in PR 40023.
2009-06-05 21:18:02 +00:00
minskim
d94d944500 Add emacs-snapshot. 2009-06-05 02:59:50 +00:00
minskim
16fa31d2aa Import the development version of emacs (23.0.94).
This package is based on emacs-current in pkgsrc-wip, which was
originally packaged by OBATA Akio.
2009-06-05 02:57:53 +00:00
drochner
9560942f19 more PKGREV bumps for vte shlib major change 2009-06-04 16:06:48 +00:00
wiz
8f5eb6747e Add link to upstream bug report. 2009-05-26 20:39:13 +00:00
martti
83b14778e1 Updated editors/vim-share to 7.2.184
15646  7.2.149  read uninit memory when using return value that wasn't set
 35686  7.2.150  (extra) VisVim doesn't support tabs
  1533  7.2.151  ":hist a" doesn't work like ":hist all" as the docs suggest
  2963  7.2.152  "silent echo x" inside ":redir" leaves cursor halfway the line
  2908  7.2.153  memory leak for ":recover empty_dir/"
  2390  7.2.154  (after 7.2.132) can still do ":cd" in SwapExists autocmd
  1249  7.2.155  memory leak in ":function /pat"
  5543  7.2.156  no completion for :scscope and :lcscope commands
  4299  7.2.157  illegal memory access when searching in path
  2177  7.2.158  warnings from VisualC compiler
  2478  7.2.159  when $x_includes ends up being "NONE" configure fails
  1353  7.2.160  search pattern not freed on exit when 'rightleft' set
  5400  7.2.161  folds messed up in other tab page
  2363  7.2.162  the quickfix window may get the wrong filetype
  1754  7.2.163  the command line window may get folding
  4089  7.2.164  when 'showbreak' is set wrong Visual block size reported
  1794  7.2.165  FuncUndefined autocmd event argument is expanded like filename
 10538  7.2.166  no completion for ":sign" command
 54715  7.2.167  splint doesn't work well for checking the code (part 1)
  2936  7.2.168  if no ctags program found, "make tags" executes first C file
 35841  7.2.169  fix more splint warnings, define colnr_T to be int
  4481  7.2.170  using b_dev while it was not set
  2261  7.2.171  (after 7.2.169) compiler warnings
  1883  7.2.172  (extra) compiler warning
 17875  7.2.173  use gcc instead of lint to check for unused function arguments
 42277  7.2.174  too many warnings from gcc -Wextra
  1455  7.2.175  compiler warning in OpenBSD
  5956  7.2.176  exceptions for splint are not useful
 57904  7.2.177  more warnings from gcc -Wextra
  3898  7.2.178  using negative value for device number might not always work
  2944  7.2.179  using negative value for device number might not always work
198701  7.2.180  some more compiler warnings when using gcc -Wextra
 49635  7.2.181  some more compiler warnings when using gcc -Wextra
  2128  7.2.182  compilation fails for Motif, gvim with GTK crashes on startup
 52709  7.2.183  configure problem for sys/sysctl.h on OpenBSD
 84846  7.2.184  some more compiler warnings when using gcc -Wextra
2009-05-22 09:27:17 +00:00
wiz
8dc4647ce6 Remove cargo cult patch. 2009-05-21 16:06:35 +00:00
wiz
8f31c397c8 Update to 4.10.1:
=============
Dasher 4.10.1
=============
  * Fix crash when scrolling precisely vertically.
  * Gtk: the speed spin button on the main screen now changes and is in
    synch with the value in preferences.
2009-05-21 16:04:03 +00:00
zafer
3635718966 update mirror. 2009-05-21 00:21:57 +00:00
zafer
edf74c4c64 update mirrors. 1.4.5.1 is in 1.4.x 2009-05-21 00:17:32 +00:00
wiz
eed11dca53 Update to 2.26.2. Set LICENSE to gnu-gpl-v2.
============
gedit 2.26.2
============

New Features and Fixes
======================
- Misc bugfixes

New and updated translations
============================
- ar (Khaled Hosny)
- ca (Joan Duran)
- el (Michael Kotsarinis)
- es (Jorge González)
- et (Mattias Põldaru)
- zh_CN (TeliuTe)
2009-05-20 10:01:03 +00:00
wiz
96cb2a992c Update to 0.14.2. Set LICENSE. Convert to user-destdir.
Remove unneeded dependencies.

Version 0.14.2
* Improve startup time by only rebuilding add-in registry when passing --debug.
* Fix random startup crash caused by using GConf before GTK+ was initialized.
* Fix over-zealous URL matching (#436994).
* Support FUSE being built-in to kernel (#500524).
* Prevent crashes when reading unexpected note XML (#581844).
* Change "Open New Note Template" LinkButton to Button to prevent error (#581582).
* Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088).
* Support console logging on Windows (Benjamin Podszun).
* Documentation text now cross-platform (#576487, #500803, Paul Cutler).
* Translation updates: ca, el, es, et

Version 0.14.1
* Translation updates: ar, ca, el, es, he, kn, nb, tr

Version 0.14.0
* Fix buggy behavior with Tomboy icon menus in Windows (#556406, #566173).

Version 0.13.6
* Fixes to linking (#436994,#573317,#525753, Stefan Schweizer & Benjamin Podszun)
* Add printing support to Mac OS X version.
* Localization fixes: #572096, #570121 (Benjamin Podszun and Wouter Bolsterlee)
* Translation updates: be@latin, bg, da, de, en_GB, es, et, eu, fi, fr, hu, it,
                       ja, ko, nb, nl, pl, pt, ro, sv, ta, th, zh_HK, zh_TW

Version 0.13.5
* Additional updates to note printing (#512369, #572024, Benjamin Podszun).
* Windows installer now requires Novell's GTK# >= 2.12.8 (#569324).
* Increase/Decrease Indent shortcuts now appear in menu (#570334, Benjamin Podszun).
* No longer writes to disk every 40 seconds (#514434).
* Fixes to note linking (#323845, Florian Pinault).
* Add GConf preference for auto-accepting SSL Certs in WebDAV sync (#531364).
* After succcessfully configuring sync, offer to perform first sync (#553079).
* Other fixes: #570917, #570918.
* Translation updates: bg, cs, da, es, eu, hu, nl, pl, pt, ro, sv, th, vi,
                       zh_HK, zh_TW

Version 0.13.4
* Removed bundled Mono.Addins. Mono.Addins is now a hard dependency.
* Update printing to use Gtk.Print (#512369, Benjamin Podszun). Still buggy.
* Fix multi-page printing of exported note HTML (#548198,
  Leonardo Ferreira Fontenelle and Stefan Schweizer)
* Fix crash when clicking link and browser not set (#569639).
* 64-bit Windows support (#558272, Jay R. Wren).
* Search window position saved on Windows/Mac (#559663).
* Fix lingering tray icon in Windows (#569709, Benjamin Podszun).
* Fix bug with font settings (#559724, Benjamin Podszun).
* Mac MonoDevelop solution now easier to build (Doug Johnston et al).
* Other fixes: #562846 (James Westby)
* Translation updates: ca, es, fi, ko, lt, lv, nb

Version 0.13.3
* Rename Mono process to "tomboy" instead of "Tomboy" (#565166).
* Cut down memory usage by 25% (#565790). Also improves startup times a bit.
* Fix panel applet icon background transparency (#567308).
* Improvements in translatable strings (#566711, #565208).
* Fix crash associated with notes with '&' or '<' in their title (#566967).
* Translation updates: es, fr, lv, nb, pt_BR, sk, sv

Version 0.13.2
* Fix Windows<->Linux sync incompatiblities (#559094).
* Fix data loss bug in sync and SetNoteCompleteXml dbus method.
* Link fixes in HTML Export (#564150, Stefan Schweizer).
* Header cleanups in libtomboy (#564235, Przemysław Grzegorczyk).
* Translation updates: it

Version 0.13.1
* Configure/build fixes.
* Help menu item opens online help on Windows and Mac.

Version 0.13.0 (Windows/Mac-only "preview" release)
* Initial support for Windows and Mac OS X.
2009-05-20 09:22:10 +00:00
wiz
3478537b52 More readline-6.0 stragglers. 2009-05-20 01:09:12 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
rillig
79a38fed91 cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN. 2009-05-16 07:22:01 +00:00
hasso
b7cec2bb8b Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-12 08:27:09 +00:00
hasso
9858c63ef3 Needs msgfmt. 2009-05-02 08:57:52 +00:00
hasso
3c72c30f0a Make it build on DragonFly master. 2009-04-30 17:22:06 +00:00
zafer
3224164862 no distfile at phred.org. removed. ok'd by obache. 2009-04-28 21:07:20 +00:00
zafer
b32ec12c67 no distfile at ftp.phred.org. removed. ok'd by obache. 2009-04-28 21:06:16 +00:00
zafer
1ec35cd8df Remove dead mirror. Ok'd by obache. 2009-04-28 21:01:14 +00:00
zafer
1c50dd61cd remove trailing backslash from commit before. 2009-04-28 19:56:45 +00:00
zafer
d1df70cb3b update mirrors. 1.5.4 has moved to stable/1.5.x/. ok'd by obache. 2009-04-28 19:55:34 +00:00
tnn
6fd3eac04b Update to mined-2000.15.
Character encoding support enhancements:
* Updated to Unicode 5.1; added XHC Hanyu pinyin pronunciation information.
* Enhanced character information display, also in non-UTF-8 text encoding.
  Adding Unicode character name and Unicode decomposition, see Info menu.
* Enhanced character substitution display for non-Unicode terminals;
  using base character according to Unicode decomposition.
* Encoding conversion from UTF-8 enhanced to all text encodings.
* Enhanced terminal support for cygwin 1.7, including UTF-8 mode.
* Character replacement commands (e.g. ESC _) also unescape
  URL escape notation (%E2%82%AC) and HTML numeric entities (&_#x20AC;).

Text editing features:
* Enhanced line begin/end navigation, may also go to previous/next line.

Interactive:
* Changed cursor positioning when moving vertically over multi-column characters
  * Turning to the closest side of a TAB.
  * Options -T/+T for preference to stay left/right of TAB.
* Enhanced menu navigation (Ctrl-mouse-scroll, initial key word finding).
* Multi-option selection in open Info display ("?") menu.
* Scrollbar mouse control enhancements:
  * Scroll direction adapted to other applications (old mode with option -oo).
  * Click-and-drag scrollbar scrolling.
  * Accelerated scrolling (by half a page) while over scrollbar.
* Added usage hints to messages on typical keyboard interaction misconceptions.
* Help function improvements.
* Tweaked handling of Home/End/Del and modified keypad keys.

Interworking enhancements:
* Distinction of small/numeric keypad keys for djgpp-compiled DOS version.
* Tweaked uterm terminal invocation script:
  * Workaround to safely ensure UTF-8 on cygwin.
  * Best guess for user preference of rxvt (if rxvt-unicode is found).
  * Command line options for user preference for xterm or rxvt.
* Tweaked cygwin script wmined to use mintty if available.
* Tuned keypad assignments to achieve more uniform keypad functions
  among different kinds of terminals as much as possible.
* Support of additional terminal codepages as supported by cygwin 1.7,
  also in the djgpp-compiled DOS version.
* Recognising and adapting to PuTTY or MinTTY.

Printing:
* Added printing feature using notepad /p for cygwin and DOS versions.

Miscellaneous:
* Applying computed dim screen attribute for line indications (in xterm),
  actived by defining an empty environment variable MINEDDIM.
* Revised/enhanced line end handling support:
  * Added option +r to convert Unix lineends (LF) to DOS lineends (CRLF).
  * Enhanced Mac lineend handling options -R and +R.
  * Either of -r/+r can be combined with either of -R/+R.
  * Added search pattern "\r" to search for CRLF (DOS/Windows) line ends.
2009-04-25 11:25:42 +00:00
drochner
c7101d28d1 update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 18:40:42 +00:00
joerg
cee67a4edb Use META_PACKAGE. 2009-04-08 22:47:07 +00:00
hasso
204c2622ab Make it include correct file. 2009-04-08 06:20:32 +00:00
drochner
6483178499 update to 2.6.8
This is a major update, I couldn't find the relevant changecogs but
the last one. A couple of bugfixes.

pkgsrc note: Since base and plugins are seperate distfiles now, we
could abandon the Makefile.common or at least part of its complexity.
I'll leave this to the MAINTAINER.
Also, I'd suggest to rip -plugins into parts - many are too exotic.
(There are also some new which are not built, I've just kept status quo.)
2009-04-07 16:27:08 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
abs
4e547ccea6 Updated editors/mlview to 0.9.0
The changelog since 0.7 is 5000+ lines, some highlights include:
+ Desktop DnD polishing
+ Update GNOME mime database at install/uninstall
+ Previously Opened Files History (HIG: File Menu)
+ Revert to Saved (HIG: File > Revert)
+ Tree view widget proportions should be settings
2009-03-24 16:22:57 +00:00
wiz
b1076bb765 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
wiz
1391533b08 Update to 4.10.0, convert to user-destdir.
============
Dasher 4.10.0
============
  * Fix click modes where letters near the edge of the selection box to "leak"
    out so they could not be selected.
  * Fix UTF-8 bug so e.g., Japanese and Hebrew work.
2009-03-22 15:30:51 +00:00
martti
4e5f5b42ad Updated editors/vim-share to 7.2.148
1496  7.2.102  (after 7.2.100) BOM at start of Vim script not removed
  5153  7.2.103  tab page line isn't always updated, e.g. when 'bomb' is set
  1523  7.2.104  after ":saveas foo" the tab label isn't updated right away
  2159  7.2.105  modeline setting for 'foldmethod' overrules diff options
  3422  7.2.106  endless loop for "]s" in HTML when there are no misspellings
  1825  7.2.107  After a GUI dialog ":echo" messages are deleted
  1622  7.2.108  (after 7.2.105) can't compile without the diff feature
 11901  7.2.109  'langmap' does not work for multi-byte characters
  1407  7.2.110  compiler warning for unused variable
  2724  7.2.111  selection unclear for Visual block mode with 'cursorcolumn'
  1509  7.2.112  cursor invisible in first col in Visual mode if 'number' set
  2700  7.2.113  crash when using submatch() in substitute()
  2531  7.2.114  using wrong printf format: %d instead of %ld
  2716  7.2.115  some debugging code is never used
  1619  7.2.116  not all memory is freed when EXITFREE is defined
  2592  7.2.117  location list incorrectly labelled "Quickfix List"
  2068  7.2.118  <PageUp> at the more prompt only does half a page
  1550  7.2.119  status line is redrawn too often
  8305  7.2.120  location list is copied and then deleted when opening window
  4993  7.2.121  can't stop output of "!grep a *.c" in gvim with CTRL-C
  2472  7.2.122  invalid mem access if VimResized autocmd changes screen size
  1568  7.2.123  ":map" output continues after typing 'q' at more prompt
  3127  7.2.124  ":tselect" output continues after typing 'q' at more prompt
  3936  7.2.125  leaking memory when reading XPM bitmap for a sign
  4326  7.2.126  when EXITFREE is defined signs and keymaps are not freed
  1708  7.2.127  get another more prompt after typing 'q'
  1537  7.2.128  (after 7.2.055) ":lcd" causes invalid session file
  2229  7.2.129  opening command window from input() uses the search history
 12852  7.2.130  Vim may haing until CTRL-C is typed when using CTRL-Z
  2612  7.2.131  using wrong cursor highlighting after clearing 'keymap'
  7823  7.2.132  accessing freed memory when changing dir in SwapExists autocmd
  1665  7.2.133  ":diffoff!" changes settings in windows not in diff mode
  2314  7.2.134  compiler warnings for discarding "const" from pointer
  1991  7.2.135  memory leak when redefining user command with complete arg
  1326  7.2.136  (after 7.2.132) ":cd" still possible in SwapExists autocmd
 11328  7.2.137  wrong left shift of blockwise selection in tab when 've' set
  5428  7.2.138  extra part of 7.2.137
  2229  7.2.139  crash when 'virtualedit' is "all"
  1974  7.2.140  diff highlighting missing if Visual area starts at cursor pos
  6622  7.2.141  fixing bold spill redraws too many characters
  1753  7.2.142  Motif and Athena balloons don't use tooltip colors
  6830  7.2.143  no command line completion for ":cscope" command
  2304  7.2.144  colorscheme is reloaded when 't_Co' is set to the same value
  3379  7.2.145  white space in ":cscope find" is not ignored
  3394  7.2.146  v:warningmsg isn't used for all warnings
  1548  7.2.147  cursor in wrong position after Tab for small version
  4275  7.2.148  highlighting a character after the line doesn't always work
2009-03-22 10:24:19 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
drochner
1c6899025e needs libSM 2009-03-19 12:14:01 +00:00
jmcneill
e2bca8ef99 Update gconf-editor to 2.26.0.
2.26.0
* Updates:
	- Updated translations.

2.25.91
* New features:
	- Add preliminary support to set default/mandatory values
	  with PolicyKit (Vincent Untz).

* Fixes:
	- Fix sensitivity of context menu entries for Unset, SetDefault
	  and SetMandatory (Vincent Untz).
	- Port to GtkTooltip.
	- Enforce single-include policy for GLib and GTK+
	- Don't steal focus with the "Pattern not found" dialog.
	- Drop dependency on libgnome and libgnomeui.
	- Plug some memory leaks.

* Updates:
	- Updated translations.
2009-03-18 01:59:43 +00:00
jmcneill
0297cb0588 Update gedit to 2.26.0.
pkgsrc changes:

    * remove libbonobo, libglade, libgnomeui, ORBit2 dependencies

============
gedit 2.26.0
============

New Features and Fixes
======================
- Misc bugfixes

New and updated translations
============================
- Amitakhya Phukan (as)
- Gintautas Miliauskas (lt)
- I. Felix (ta)
- Ignacio Casal Quinteiro (gl)
- Jennie Petoumenou (el)
- Krishnababu K (te)
- Manoj Kumar Giri (or)
- Rajesh Ranjan (hi)
- Runa Bhattacharjee (bn_IN)
- Yuriy Penkin (ru)


============
gedit 2.25.8
============

New Features and Fixes
======================
- Misc bugfixes

New and updated translations
============================
- Baris Cicek (tr)
- Claude Paroz (fr)
- Duarte Loreto (pt)
- Gabor Kelemen (hu)
- Jesse van den Kieboom (nl)
- Mattias Põldaru (et)
- Milo Casagrande (it)
- Philip Withnall (en_GB)
- Rajesh Ranjan (hi)
- Rajesh Ranjan (mai)
- Sandeep Shedmake (mr)
- Sweta Kothari (gu)
- Takeshi AIHANA (ja)
- Theppitak Karoonboonyanan (th)


============
gedit 2.25.7
============

New Features and Fixes
======================
- Misc bugfixes

New and updated translations
============================
- Adi Roiban (ro)
- Alexander Shopov (bg)
- Chao-Hsiung Liao (zh_HK)
- Chao-Hsiung Liao (zh_TW)
- Clytie Siddall (vi)
- Duarte Loreto (pt)
- Ihar Hrachyshka (be@latin)
- Inaki Larranaga Murgoitio (eu)
- Kenneth Nielsen (da)
- Mikel González (ast)
- Sweta Kothari (gu)
- Tomasz Dominikowski (pl)
- Wouter Bolsterlee (nl)


============
gedit 2.25.6
============

New Features and Fixes
======================
- Misc bugfixes

New and updated translations
============================
- Andre Gondim (pt_BR)
- Andre Klapper (de)
- Changwoo Ryu (ko)
- Christian Kirbach (de)
- Gabor Kelemen (hu)
- Gil Forcada (ca)
- Raivis DEjus (lv)
- Yair Hershkovitz (he)
- 甘露(Gan Lu) (zh_CN.po)


============
gedit 2.25.5
============

New Features and Fixes
======================
- Add Fullscreen Mode (Ignacio Casal Quinteiro)
- Add a configuration dialog for the python console (B. Clausius)
- Rescan plugins when opening the preference dialog (Ignacio Casal Quinteiro)
- Misc bugfixes

New and updated translations
============================
- Daniel Nylander (sv)
- Ilkka Tuohela (fi)
- Ivar Smolin (et)
- Joan Duran (ca)
- Jorge Gonzalez (es)
- Kamil Paral (cs)
- Kjartan Maraas (nb)
- Marcel Telka (sk)
- Petr Kovar (cs)
- Shankar Prasad (kn)
- Theppitak Karoonboonyanan (th)


============
gedit 2.25.4
============

New Features and Fixes
======================
- Add quick syntax highlightig and tab width selection in the statusbar (Jesse van den Kieboom)
- More work on the internal bus system (Jesse van den Kieboom)
- Bugfixes and features for the snippets plugin (Jesse van den Kieboom)
- Parse syntax highlighting language from modelines (Sergej Chodarev)
- Misc bugfixes

New and updated translations
============================
- César Veiga (pt_BR)
- Jorge Gonzalez (es)


============
gedit 2.25.3
============

New Features and Fixes
======================
- Win32 port with installer (Ignacio Casal Quinteiro)
- Internal bus system to allow plugin intercomminication (Jesse van den Kieboom)
- Use GtkSourceView to detect language highlighting (Paolo Borelli)
- Misc bugfixes

New and updated translations
============================
- Jorge Gonzalez (es)
- Theppitak Karoonboonyanan (th)
- Alexander Shopov (bg)
- Claude Paroz (fr)


============
gedit 2.25.2
============

New Features and Fixes
======================
- Fixes to the new plugin system (Paolo Borelli)

New and updated translations
============================
- Daniel Nylander (sv)


============
gedit 2.25.1
============

New Features and Fixes
======================
- Rework the plugin system to have loaders as shared objects (Jesse van den Kieboom)
- Fix build on OSX (Jesse van den Kieboom)

New and updated translations
============================
- Jorge Gonzalez (es)
- Yuriy Penkin (ru)
2009-03-15 20:13:11 +00:00
hasso
8f30d9b46a Make it build on DragonFly. 2009-03-11 19:24:41 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
hasso
976eef0d73 Needs msgfmt. 2009-03-05 17:46:45 +00:00
drochner
845340dd6a This pkg didn't build anymore due to incompatible changes
in the "scons" build system, so
update to 1.0.7
Didn't find a changelog, but an obvious one is that it uses "waf"
to build now.
2009-02-27 19:51:13 +00:00
drochner
cfec47106c +ghex 2009-02-26 20:37:34 +00:00
drochner
b7a7336d27 import ghex-2.24.0, a binary editor for thr Gnome desktop 2009-02-26 20:35:07 +00:00
obache
8ba1bd4118 Fixes configure failure if db1 is not in BDB_ACCEPTED. 2009-02-22 12:20:17 +00:00
drochner
6ebe87ef17 quell CHECK_INTERPRETER complaint about a helper script which is
not worth a full perl dependency
2009-02-18 13:57:41 +00:00
drochner
8e0844688d fix checksums for changed distfile
(The distfile was changed long before I committed the update, so
no DIST_SUBDIR games are necessary.)
reported by Joerg Sonnenberger
2009-02-16 12:26:51 +00:00
abs
85a8d4f6c6 Remove NCURSES define and check (which had no effect). This package is
not going to build without a real ncurses without a lot of effort
No change to generated binary
2009-02-13 11:42:01 +00:00
abs
a0e2359df6 Add CONFLICTS mg* 2009-02-13 11:13:40 +00:00
abs
2b1d7c561a +mg 2009-02-13 11:04:35 +00:00
abs
26b3f56cd0 Added editors/mg version 20090107
This is the portable version of the OpenBSD mg editor

Mg (mg) is a Public Domain EMACS style editor.  It is "broadly"
compatible with GNU Emacs, the latest creation of Richard M.
Stallman, Chief GNUisance and inventor of Emacs.  GNU Emacs (and other
portions of GNU as they are released) are essentially free, (there are
handling charges for obtaining it) and so is Mg.  You may never have
to learn another editor.  (But probably will, at least long enough to
port Mg...)  Mg was formerly named MicroGnuEmacs, the name change was
done at the request of Richard Stallman.

Mg is not associated with the GNU project, and most of it does not
have the copyright restrictions present in GNU Emacs.  (However, some
of the system dependent modules and the regular expression module do
have copyright notices.  Look at the source code for exact
copyright restrictions.)  The Mg authors individually may or may not
agree with the opinions expressed by Richard Stallman in "The GNU
Manifesto".

This program is intended to be a small, fast, and portable editor for
people who can't (or don't want to) run real Emacs for one reason
or another.  It is compatible with GNU because there shouldn't be
any reason to learn more than one Emacs flavor.
2009-02-13 11:04:14 +00:00
drochner
340f24d28d update to 1.0.6.15
changes:
-Improved Scheme mode
-Improved appearance of Wikipedia mathematical pages
-Added plug-in for drawing Feynman diagrams
pkgsrc change: make it work with maxima-5.17
2009-02-11 17:53:40 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
abs
f4bb0e74c4 MAKE_JOBS_SAFE=no 2009-02-07 17:33:51 +00:00
martti
a2f435a7ca Updated editors/vim-share to 7.2.102
17606  7.2.070  crash when a function returns a:000
  2353  7.2.071  (extra) Win32: Handling netbeans events may cause a crash
  1786  7.2.072  (extra) compiler warning in Sniff code
  4121  7.2.073  ":set <xHome>" has the same output as ":set <Home>"
  1832  7.2.074  (extra, after 7.2.073) extra part of 7.2.073
  2218  7.2.075  (after 7.2.058) unclear comment about making a diff
  2666  7.2.076  rename(from, to) deletes file if names refer to the same file
  4745  7.2.077  (after 7.2.076) rename() fails if names differ only in case
  3298  7.2.078  problems with deleting folds
  6947  7.2.079  "killed" netbeans events are not handled correctly
  9942  7.2.080  accessing wrong memory with completion and composing char
  1728  7.2.081  compiler warning for float overflow on VAX
  2134  7.2.082  if 'ff' is "mac" then "ga" on a ^J shows 0x0d instead of 0x0a
  1733  7.2.083  ":tag" doesn't return to the right tag entry in the tag stack
  4331  7.2.084  Python: vim.eval() is wrong for recursive structures
  1862  7.2.085  ":set <M-b>=<Esc>b" does not work when 'encoding' is utf-8
  3045  7.2.086  using ":diffget 1" in buffer 1 corrupts the text
  1570  7.2.087  adding URL to 'path' doesn't work to edit a file
  2895  7.2.088  (extra) Win32: Using the clipboard sometimes fails
  2473  7.2.089  (extra) Win32: crash when using Ultramon buttons
  3286  7.2.090  user command containing 0x80 does not work properly
  2113  7.2.091  ":cs help" output is not aligned for some languages
  4538  7.2.092  some error messages are not translated
  7287  7.2.093  (extra) dialogs can't always handle multi-byte text
  3430  7.2.094  compiler warning for signed/unsigned compare, typos
  1902  7.2.095  using "r" and then CTRL-C Visual highlighting is not removed
  1464  7.2.096  after ":number" "Press Enter" msg may be on the wrong screen
  1692  7.2.097  "!xterm&" doesn't work when 'shell' is "bash"
  1864  7.2.098  warning for signed/unsigned pointer
  3498  7.2.099  unnecessary redraw when changing GUI options in terminal
  3846  7.2.100  missing first three bytes on sourced FIFO
  1362  7.2.101  (extra) MSVC version not recognized
  1496  7.2.102  (after 7.2.100) BOM at start of Vim script not removed
2009-02-06 06:28:53 +00:00
markd
11c929eca1 Seems the hack is needed for 4.0/x86_64 as well. See Manuel Bouyer's
bulk builds.
2009-01-28 11:36:34 +00:00
shattered
630cda67bb Mark BROKEN -- requires an Unicode build of wxGTK.
OK by wiz@.
2009-01-18 08:45:57 +00:00
obache
416dcac7d7 Fixes configure option for bdb, now accept DB4.
Bump PKGREVISION again.
XXX: configure said, "Use of db1 is not officially supported."
XXX: so not add db1 to BDB_ACCEPTED.
2009-01-16 12:31:51 +00:00
wiz
16bdc7d8c4 Update to 2.24.3; make spell checking an option; update dependencies.
============
gedit 2.24.3
============

New Features and Fixes
======================
- Backport some bugfixes from the developement version

New and updated translations
============================
- Alexander Shopov (bg)
- Priit Laes (et)
- Shankar Prasad (kn)
2009-01-12 21:50:16 +00:00
wiz
66047608de Update to 0.12.2:
Version 0.12.2
* Fix data loss bug in sync and SetNoteCompleteXml dbus method.
2009-01-07 16:17:51 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
epg
1159d32e80 Add a TODO about the configure brokenness. 2008-12-31 20:48:37 +00:00
epg
25035570ec Revert 1.31 (allow use of db4), as the autoconf crap is broken and doesn't
work somehow on NetBSD and DragonFly (and probably others).  This is a shame,
as nvi itself actually does support db4, it's the autocrap that's broken.
2008-12-31 20:46:33 +00:00
jmcneill
f1f777e62c Fix build with XFree86. 2008-12-24 17:56:11 +00:00
epg
0726519343 Bump PKGREVISION for new bdb support. 2008-12-21 23:03:27 +00:00
epg
6380b3347a - nvi actually supports db4, so just include bdb.buildlink3.mk
- Add minor patch for db 4.4 and up
2008-12-21 23:02:24 +00:00
martti
5ea810ff41 Updated editors/vim-share to 7.2.69
8484  7.2.050  compiler warnings for not using return value of fwrite()
 15179  7.2.051  can't avoid 'wig' and 'suffixes' for glob() and globpath()
  2611  7.2.052  synIDattr() doesn't support "sp" for special color
  1754  7.2.053  crash when using WorkShop command ":ws foo"
  2006  7.2.054  compilation warnings for fprintf format
 34319  7.2.055  various compiler warnings with strict checking
  1635  7.2.056  (after 7.2.050) tests 58 and 59 fail
  3210  7.2.057  (after 7.2.056) trying to put size_t in int variable
  2338  7.2.058  can't add a feature name in the :version output
  1847  7.2.059  diff is not always displayed properly
 34772  7.2.060  spell checking doesn't work well for compound words
  1886  7.2.061  creating funcref requires loading the autoload script first
  1657  7.2.062  "[Scratch]" is not translated
  3558  7.2.063  warning for NULL argument of Perl_sys_init3()
  1942  7.2.064  repeating "~" on a Visual block doesn't always update screen
  5149  7.2.065  GTK GUI: cursor disappears doing ":vsp" when maximized
  2759  7.2.066  not easy to check if 'encoding' is a multi-byte encoding
  1683  7.2.067  can't load sesison extra file when it contains special chars
  2598  7.2.068  error when Emacs tags file line is too long
  1726  7.2.069  (after 7.2.060) compiler warning for putting size_t in int
2008-12-20 20:47:02 +00:00
hira
246d0402ca Bump BUILDLINK_{API,ABI}_DEPENDS.
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18 16:46:29 +00:00
hira
075f3904d8 Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:09:26 +00:00
hira
9bd4d8b349 Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:

x11/xfce4-panel:
  * Quite a bit code changed in the dnd code. Mostly to fix a segfault
    in FreeBSD-amd64, but more problems were discovered and a lot of
    code was simplified.
  * Don't respond the uri drags, we don't use it and it only causes
    problems like hiding the panel when a file was dragged over the
    panel (Bug #3815).
  * Fix crash with xrandr 1.2 (Bug #3620)

x11/xfce4-desktop:
  * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
    (Bug #1026).
  * Fix incorrect initial desktop font size when setting custom font
    size if a custom font was never set before (Bug #3957).

wm/xfce4-wm:
  * Fix automaximize on move
  * Remove trailing \0 in UTF-8 strings, that causes libwnck to
    rightfully complain that NET_WM_NAME contains invalid UTF-8
  * Exit on SelectionClear event so that xfwm4 exits even with WM who
    do not send a ClientMessage event such as Openbox (Bug #2374)
  * Backport overlay and compositor support from trunk (Bug #3849)
  * Filter out grab/ungrab events so we don't end up redrawing the
    frame twice
  * Set monitor when positionning menu (Bug #4162)
  * Reduce flickering during resize (Bug #4283)
  * Fix NET_WM_STATE claiming maximization vertical and horizontal even
    if only horizontal of vertical is actually set (Should fix Bug #3969)
  * Loosen the rule that prevents an application from iconifying itself
    when skip_taskbar is set (Bug #4434)
  * Rework visual depth selection of the frame window (Bug #4452)
  * Add support for NET_MOVERESIZE_WINDOW
  * Take gravity bit into account in configure resize only requests to
    comply with standard (Bug #3634)
  * Add client windows to save set to avoid loosing all windows in case
    of crash
  * Use guint32 instead of Time internally to avoid potential issues in
    64bits
  * Add a "--replace" command line option to replace ICCCM2 compliant
    window managers (Bug #3731)

x11/libxfce4gui:
  * Fix format-string vulnerability in dialog code

x11/xfce4-terminal:
  * Update to latest trunk translations.

sysutils/xfce4-thunar:
  * Update to latest trunk translations.

editors/xfce4-mousepad:
  * Sort recent items by most recently used.

x11/xfce4-utils:
  * Fix missing translated chars (Bug #3543)

Updated translations:
  * Basque
  * Brazilian Portuguese
  * Catalan
  * Chinese Traditional
  * Danish
  * Estonian
  * Finnish
  * French
  * Galician
  * German
  * Indonesian
  * Japanese
  * Korean
  * Kurdish
  * Latvian
  * Norwegian
  * Polish
  * Sinhala
  * Slovak
  * Slovene
  * Spanish
  * Turkish
  * Urdu
2008-12-17 12:50:02 +00:00
wiz
5b4a700783 + tomboy. 2008-12-04 16:45:59 +00:00
wiz
cda58a649d Initial import of tomboy-0.12.1, based on rhaen's 0.11.3 package:
Tomboy is a desktop note-taking application for Linux and Unix. Simple
and easy to use, but with potential to help you organize the ideas and
information you deal with every day.
2008-12-04 16:45:09 +00:00
ghen
eaf13d7029 Update to Texmaker 1.8.
New in 1.7:
- New search widget
- Spell checking is now based on hunspell and uses OpenOffice.org dictionaries.
- New LaTeX log errors detection
- Indentation "memory"
- Code completion

New in 1.7.1:
- no more crash with the "Previous LaTeX error" command and the syntax
  highlighting
- the "find" command starts at cursor and not at the beginning of the document

New in 1.8:
- texmaker can now be only started once per user : inverse search will no more
  launch a new instance of texmaker
- the spell checker is now based on hunspell-1.2.4
- the latex errors detection has been improved
- the background color of the selected symbol is now always the same (to be
  sure that the symbol is always visible)
- parentheses matching is back
- "\end{...}" is now added automatically after "\begin{...}" while using
  autocompletion
2008-12-03 08:26:15 +00:00
obache
207788f692 ftp.m17.org is closed now. 2008-11-26 13:07:38 +00:00
markd
1c2c956239 Update kile to 2.0.2
version 2.0.1 -> 2.0.2

Fixes:
 - Insert \item[] in description environments for smart newline,
 reported and fixed by Job Noorman
 - Fix regression in 2.0.1 inside structure view related to opening files
 - Fix regression in latexoutputfilter resulting in the wrong file being
   reported
 - Fix regression in Kile 2.0.x, blend symbols so that they are usable with
   dark themes also
 - Don't create 'save' and 'save-as' actions specifically for Kile as they will
   interfere with the corresponding actions from KatePart. Thanks to Mathias
   Soeken for reporting.
 - Also parse class warnings and show them in the Logview, patch by Jeroen
   Leeuwestein
 - Remove not sh-compliant code by requiring a Bash shell for system check
 - Add a workaround for a bug contained in KatePart 3.x in the 'setEncoding'
   method, which enforces a reload on every change of the encoding (as a
   consequence the user sees a confusing document-modified dialog)
 - Make find-in-files work again with anyting else than the "all files" filter
 - Minor cwl fixes

Features:
 - cwl file for siunitx (thanks to Dirk Sarpe) and allrunes packages

version 2.0 -> 2.0.1

Fixes:
 - Do all section actions on the whole section
 - Fix possible crash due to unchecked index bounds
 - Some i18n fixes
 - cwl files: fix wrong commands with \left and \right and make them more
   complete
 - Typos in symbols
 - Sync kile project on disk before archiving
 - Add figure* to the structure view also
 - Fix completion for multiple citations/references
 - Fix crash at template handling, reported and fixed by Vincenzo Di Massa
 - Rename some cwl files so that they not only differ by case
 - Search also in $BIBINPUTS and $TEXINPUTS paths if opening files from the
   structure view
 - Add missing package definitions to some symbols from the misc-text pane
 - Allow spaces in the name of images in the includegraphics dialog
 - Don't recompile forever if some file timestamps are in the future
 - Fix the "autocompletion dies" bug

Features:
 - Add \newlength as a variation of newcommand
 - Add url.cwl, svninfo.cwl, svn-multi.cwl, yfonts.cwl, virginialake.cwl
 - Allow ":" and "-" in citation keys, important for codecompletion

Syntax:
 - Highlight & and @{} in tabular like environments
 - Ignore Noweb blocks

version 2.0beta2 -> 2.0

Fixes:
 - Added some new logic to really disable all debug output if --disable-debug
   is given to configure, should make kile faster

Features:
 - New documentation kile-remote-control.txt
 - Added new DVItoPDF config Modern which calls dvipdfmx instead of dvipdfm,
   set Modern as default

version 2.0beta1 -> 2.0beta2

Fixes:
 - Polishing Quickdocumentdialog
 - More agressive recompiling
 - Cwl fixes
 - Mathsymbol commands were biased with one, some symbol cleanups
 - Don't make system check if the user has defined a master document
 - Don't offer eqnarray in the latex menu (but we still support it for
   math environment completion etc.)
 - Consider also files located in $TEXINPUTS and $BIBINPUTS paths for
   codecompletion.

Features:
 - Call asymptote if needed on latex run
2008-11-26 10:34:11 +00:00
wiz
dfe50e0908 Update to 2.24.2:
============
gedit 2.24.2
============

New Features and Fixes
======================
- Fix icon lookup in the filebrowser plugin (Jesse van den Kieboom)
- Allow to move to a line relative to the current line (Ignacio Casal Quinteiro)
- Misc bugfixes

New and updated translations
============================
- Ignacio Casal Quinteiro (gl)
- Leonardo Ferreira Fontenelle (pt_BR)
- Rafael Garcia (la)
2008-11-24 13:39:28 +00:00
martti
aa8e77d197 Updated editors/vim-share to 7.2.49
22993  7.2.041  diff messed up when editing a diff buffer in another tab page
  4987  7.2.042  restoring view in autocmd sometimes doesn't work completely
  2550  7.2.043  VMS: Too many chars escaped in filename and shell commands
  5639  7.2.044  crash because of gcc 4 being over protective for strcpy()
  2056  7.2.045  the Python interface has an empty entry in sys.path
  1704  7.2.046  wrong check for filling buffer with encoding
  2470  7.2.047  using -nb while it is not supported makes other side hang
  4758  7.2.048  v:count and v:prevcount are not set correctly
 32552  7.2.049  (extra) Win32: the clipboard doesn't support UTF-16
2008-11-21 08:00:31 +00:00
drochner
06e159b290 use desktop-file-utils to make sure the database is rebuilt 2008-11-20 21:47:16 +00:00
tron
afc5223eef The work around for PR pkg/39778 is also necessary under NetBSD 5.0_BETA
and newer.
2008-11-14 16:05:15 +00:00