Commit graph

3249 commits

Author SHA1 Message Date
prlw1
7c95fa6f13 To quote an earlier commit message:
Recursive revbump because poppler updated its shlib major for a
x.y.z+1 change, again...
2013-08-22 09:21:57 +00:00
wiz
0b9ec9ea7d Add option for gtk3.
Rename "gtk" option to gtk2.
Change default from gtk to gtk3.

Correct a comment while here.

Bump PKGREVISION.
2013-08-14 20:17:08 +00:00
joerg
f2a1b0bc24 Don't use default arguments in friend declarations. 2013-08-13 10:21:35 +00:00
minskim
c25deb47f8 Update emacs-snapshot to 24.3.50.20130810.
New elisp packages: frameset and gnus-icalendar.
2013-08-13 07:29:18 +00:00
minskim
4690a014d4 Update emacs-snapshot tot 24.3.50.20130713.
Notable changes:
    - Fix races with threads and file descriptors.
    - progmodes/ruby-mode.el: Support array of symbols for Ruby 2.0.
    - filenotify.el: New package.
    - textmodes/bibtex.el: Add support for DOI URLs.
    - Convert symbol prettification into minor mode and global minor mode.
    - Add support for dired in saveplace.
    - Implement changes in Secret Service API.
2013-07-22 08:13:56 +00:00
joerg
4c8518dd65 Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
dholland
ad8367a228 Probe a potentially different cpp for preprocessing makefiles. For
now, wire it down; this will probably fail on clang and I'll fix it
better later.
2013-07-07 06:29:48 +00:00
dholland
d1b1866b2a Now revert version 1.4 of patch-ab, which introduced extra configure
tests to work around problems with gcc 4.5's cpp when used on
makefiles.
2013-07-07 05:30:13 +00:00
dholland
92981b3140 Assert MAINTAINER privilege to revert version 1.6 of patch-ab (and
version 1.7, which is its associated patch comment) on the grounds
that it's wrong.
2013-07-07 05:27:45 +00:00
ryoon
1581bb697f Add a comment. 2013-07-05 13:47:02 +00:00
ryoon
181d6e0233 Fix x11 option build. 2013-07-05 13:46:13 +00:00
ryoon
e9e105ec5b Add a patch. 2013-07-05 13:44:07 +00:00
ryoon
209d81f112 Bump PKGREVISION.
* Fix build for giflib 5.0.4.
2013-07-05 13:39:05 +00:00
ryoon
bb13fdc6a8 Bump PKGREVISION.
* Fix build with giflib 5.0.4.
2013-07-05 13:36:12 +00:00
ryoon
8cf6375a1a Bump PKGREVISON.
* Fix build with giflib 5.0.4.
2013-07-05 13:33:40 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
wiz
fdf3c9e67c Bump PKGREVISION for py-sip module major version change. 2013-07-04 17:03:18 +00:00
joerg
0f6065e9bf Don't try to guess the compiler type based on the name. Fix assembler
constraint. Disable integrated assembler for clang due to the misuse.
2013-07-02 12:17:30 +00:00
ryoon
f940f126f9 Update to 6.1.0
* This version of biew works on NetBSD/amd64 at least.

Changelog:
6.0.1:
It supports NEW Intel's AES, AVX, FMA and AMD's XOP, FMA4, CVT16 instructions sets.

6.0.2:
It contains minor bug-fixes in 64-bit mode. I hope this release will finalize series of changes for 6.0.x branch.

6.0.1:
It contains minor bug-fixes in 64-bit mode.

5.7.3.1:
This release fixes one accidental bug in AMD64 disassembler

5.7.3:
unknown.

5.7.2:
unknown.

5.7.1:
Changes:
* Minor fixes and cleanups.
+ feature request: [ 1782395 ] Make Goto (F5) accept percentages

5.7.0:
Changes:
* Fixes by Daniel Borca <dborca@yahoo.com>:
* unix/vio.c use the correct alternate set for line drawing.
see http://www.in-ulm.de/~mascheck/various/alternate_charset/
* configure: accept linux and Linux from uname. i?86 is really ia32.
* makefile: install xlt and man pages correctly.
* unix/os_dep.c: DATADIR conforming to configure. Fix duplicate biew
name in configuration file
* ia32/_inlines.h: replace xlat with regular table indexing (to be able
to test biew with valgrind).
* linux/keyboard.c: fix 'I/O possible' error; it seems to be appearing
spuriously between __init_vio and the end of __init_keyboard, where
SIGIO is hooked as event handler. I think it's harmless to just or maybe
block SIGIO events until we are finished setting up the keyboard.
+ Assembling through the nasm/yasm. Patch by <mauro.giachero@gmail.com>
+ New opcodes (SSSE3, SSE4.1, SSE4.2, SSE4a) in x86 disassembler.
+ Provide alternative insns hilighting in ix86-32 disassembler.
* Fixed bug of repainting in hexmode when up_arrow key pressed
and filepos == 0.
* Fixed REX handling in x86_64 disassembler
* Fixed CPU information dialog
+ New disassemblers:
+ ARM32 / XScale
+ AIM Power5+ ISA
+ Added support for PE32+ file format.
+ NEW: User defined names aka bookmarks (Ctrl-F10)!!!
* Many other improvements and fixes.

5.6.4:
This is release has goal to fix loopback in biew during file format detection.
Also it has some other changes:
* Fixed bug #1695783 (biew 5.6.3 - Bug in file detection due mp3.c)
* Improved multimedia format support
+ Added initial support for Sis and SisX formats of Symbian OS
* Fixed bug #1696442 (-extraincdir and -extralibdir can only handle one extra lib.)
* Added endian selection in hexmode viewer

5.6.3:
This minor featues enhancement release which adds support for multimedia file formats
2013-06-30 13:39:05 +00:00
obache
8e374f4af9 add RCS Id and comments. 2013-06-23 09:45:52 +00:00
mbalmer
ba255f4251 Add a patch from Red Hat to set the default visual. This avoids crashes
when saving the defaults and should fix PR pkg/47777
2013-06-23 09:30:14 +00:00
dholland
729435044c Rather than try to guess which flex version changed the prototype of
yyget_leng() from returning int to returning size_t, since it was
apparently somewhere between the flex I have and the flex Joerg's
build machine has, skip the declaration, since it's apparently no
longer necessary to provide it for flex. This should fix the build on
netbsd-6.
2013-06-22 22:12:42 +00:00
wiz
84dceed952 Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono
packages.

Bump dependencies and PKGREVISIONs.

Ok during freeze: gdt@
2013-06-17 12:44:53 +00:00
joerg
3c7611716e Fix PLIST. Bump revision. 2013-06-13 21:41:02 +00:00
morr
00cb423ffd Update to patchlevel 1140. (Over 1000!)
Patches:

7.3.906  the "sleep .2" for running tests does not work on Solaris
7.3.907  Python uses IndexError when a dict key is not found
7.3.908  possible crash when using a list in Python
7.3.909  duplicate Python code
7.3.910  Python code in #ifdef branches with only minor differences
7.3.911  Python: Access to Vim variables is not so easy
7.3.912  typing ":" at hit-enter dialog fails if the a file changed
7.3.913  (after 7.3.905) still a crash when writing viminfo
7.3.914  ~/.viminfo is messed up when running tests
7.3.915  next encoding in 'fencs' is not used if error at the end
7.3.916  using freed memory when pasting with the mouse (Issue 130)
7.3.917  when a path ends in backslash appending a comma fails
7.3.918  repeating Ex command after using Visual motion does not work
7.3.919  (after 7.3.788) empty nl.po file does not work with old msgfmt
7.3.920  compiler warning for size_t to int
7.3.921  trying to create a fontset handle when 'guifontset' is not set
7.3.922  no test for what 7.3.918 fixes
7.3.923  configure check for X11 header files fails on Solaris
7.3.924  Python interface can't easily access options
7.3.925  typos in source code and build files
7.3.926  triggering autocommands is wrong for :tabclose et al.
7.3.927  missing combining characters when putting text in a register
7.3.928  (after 7.3.924) can't build with strict C compiler
7.3.929  (after 7.3.924) unused variable, not freeing unused string
7.3.930  MSVC 2012 update is not recognized
7.3.931  no completion for :xmap and :smap
7.3.932  compiler warning for uninitialized variable
7.3.933  Ruby on Mac crashes due to GC failure
7.3.934  E381 and E380 make the user think nothing happened
7.3.935  (after 7.3.933) Ruby init stack differs on 64 bit systems
7.3.936  (after 7.3.935) Ruby missing piece for static 64 bit linking
7.3.937  more can be shared between Python 2 and 3
7.3.938  Python: not so easy to get the window number
7.3.939  Using Py_BuildValue is inefficient sometimes
7.3.940  Python: Can't get position of window
7.3.941  Python: Stuff in if_py_both.h is ordered badly
7.3.942  Python: SEGV in Buffer functions
7.3.943  Python: Negative indices were failing
7.3.944  external program receives the termrespone
7.3.945  Python: List of buffers is not very useful
7.3.946  sometimes keys starting with &lt;Esc&gt;[ ar not working
7.3.947  Python: No iterator for vim.list and vim.bufferlist
7.3.948  cannot build with Python 2.2
7.3.949  Python: no easy access to tabpages
7.3.950  Python: Stack trace printer can't handle messages
7.3.951  Python exceptions have problems
7.3.952  Python: It's not easy to change window/buffer/tabpage
7.3.953  Python: string exceptions are deprecated
7.3.954  No check if PyObject_IsTrue fails
7.3.955  Python: Not enough tests
7.3.956  Python vim.bindeval() causes SIGABRT
7.3.957  Python does not have a "do" command like Perl or Lua
7.3.958  Python: Iteration destructor not set
7.3.959  (after 7.3.957) missing error number
7.3.960  compiler warning for unused variable
7.3.961  tests 86 and 87 fail when using another language than English
7.3.962  Python tests are not portable
7.3.963  setting curbuf without curwin causes trouble
7.3.964  Python: not so easy to access tab pages
7.3.965  Python garbage collection not working properly
7.3.966  there is ":py3do" but no ":pydo"
7.3.967  (after 7.3.965) build fails on Mac OSX
7.3.968  multi-byte support is only available with "big" features
7.3.969  can't built with Python 3 and without Python 2
7.3.970  (fixed) pattern matching is slow, include the NFA engine
7.3.971  no support for VS2012 static code analysis
7.3.972  cursor not restored properly after InsertEnter autocommand
7.3.973  (after 7.3.970) compiler warnings, crash on startup
7.3.974  can't build with ruby 1.8.5
7.3.975  (after 7.3.970) crash in regexp parsing
7.3.976  (after 7.3.970) can't build with HP-UX
7.3.977  compiler warnings, white space, uncommented for testing
7.3.978  regexp debug logs don't have a good name
7.3.979  complex NFA regexp doesn't work
7.3.980  regexp logs contain garbage; character classes don't work
7.3.981  old regexp engine fails on \i, \I, \f and \F with mbyte chars
7.3.982  \p does not work on multi-byte chars in new regexp engine
7.3.983  uneccessary temp variable
7.3.984  Visual mapping using CTRL-G works differently from Insert mode
7.3.985  GTK vim not started as gvim has WM_CLASS property wrong
7.3.986  test 95 doesn't pass when 'encoding' isn't utf-8
7.3.987  no easy to run an individual test; test 64 may fail
7.3.988  new regexp engine is slow
7.3.989  new regexp engine compares negative numbers to character
7.3.990  memory leak in new regexp engine
7.3.991  more can be shared between python 2 and 3
7.3.992  Python: Too many type casts
7.3.993  (after 7.3.992) later patch does things slightly differently
7.3.994  Python: using magic constants
7.3.995  Python: Module initialization is duplicated
7.3.996  Python: Can't check types of what is returned by bindeval()
7.3.997  Vim and Python exceptions are different
7.3.998  Python: garbage collection issues
7.3.999  new regexp engine sets curbuf temporarily
7.3.1000  (whoa!) typo in char value causes out of bounds access
7.3.1001  duplicate condition in if
7.3.1002  valgrind errors for Python interface
7.3.1003  Python interface does not compile with Python 2.2
7.3.1004  Python: no error when option could not be set
7.3.1005  get stuck on regexp "\n*" and on "%s/^\n\+/\r"
7.3.1006  NFA engine not used for "\_[0-9]"
7.3.1007  can't build on Minix 3.2.1
7.3.1008  test 95 fails on MS-Windows
7.3.1009  Python: compiler warning for ambiguous else
7.3.1010  new regexp: adding \Z makes every character match
7.3.1011  new regexp engine is inefficient with multi-byte characters
7.3.1012  \Z does not work properly with the new regexp engine
7.3.1013  new regexp logging is a bit messy
7.3.1014  new regexp state dump is hard to read
7.3.1015  new regexp engine: Matching composing characters is wrong
7.3.1016  unused field in nfa_state
7.3.1017  zero width match changes length of match
7.3.1018  new regexp engine wastes memory
7.3.1019  not working with the new regexp engine: \%[oxduU]123
7.3.1020  not all patterns are tested with auto / old / new engine
7.3.1021  new regexp engine does not ignore order of composing chars
7.3.1022  compiler warning for shadowed variable
7.3.1023  mixed results for pattern with composing char only and \Z
7.3.1024  new regexp: End of matching pattern not set correctly
7.3.1025  new regexp: not matching newline in string
7.3.1026  new regexp: pattern that includs a new-line matches too early
7.3.1027  new regexp performance: Calling no_Magic() very often
7.3.1028  new regexp performance: Copying a lot of position state
7.3.1030  (after 7.3.1028) can't build for debugging
7.3.1031  compiler warnings for shadowed variable
7.3.1032  "\ze" is not supported by the new regexp engine
7.3.1033  "\1" .. "\9" are not supported in the new regexp engine
7.3.1034  new regexp code using strange multi-byte code
7.3.1035  compiler warning on 64 bit windows
7.3.1036  can't build on HP-UX
7.3.1037  look-behind matching is very slow on long lines
7.3.1038  crash when using Cscope
7.3.1039  new regexp engine does not support \%23c, \%&lt;23c and the like
7.3.1040  Python: Problems with debugging dynamic build
7.3.1041  Python: valgrind invalid read errors.
7.3.1042  Python: can't assign to vim.Buffer.name
7.3.1043  Python: Dynamic compilation with 2.3 fails
7.3.1044  Python: No {Buffer,TabPage,Window}.valid attributes
7.3.1045  Python: No error handling for VimToPython function
7.3.1046  Python: Using Py_BuildValue for building strings
7.3.1047  Python: dir() does not work properly
7.3.1048  Python: no consistent naming
7.3.1049  Python: no consistent naming
7.3.1050  Python: Typo in pyiter_to_tv
7.3.1051  Python: possible memory leaks
7.3.1052  Python: possible SEGV and negative refcount
7.3.1053  Python: no flag for types with tp_traverse+tp_clear
7.3.1054  (after 7.3.1042) can't build without the +autocmd feature
7.3.1055  negated collection does not match newline
7.3.1056  Python: possible memory leaks
7.3.1057  Python: not enough compatibilty
7.3.1058  call of funcref does not succeed in other script
7.3.1059  Python: Using fixed size buffers
7.3.1060  Python: can't repr() a function
7.3.1061  Python: Dictionary is not standard
7.3.1062  Python: List is not standard
7.3.1063  Python: Function is not standard
7.3.1064  Python: insufficient error checking
7.3.1065  Python: key mapping is not standard
7.3.1066  Python: Insufficient exception and error testing
7.3.1067  Python: documentation lags behind
7.3.1068  Python: Script is auto-loaded on function creation
7.3.1069  Python: memory leaks
7.3.1070  crash in Python tests; compiler warning for unused function
7.3.1071  new regexp engine: backreferences don't work correctly
7.3.1072  compiler warning for uninitialized variable
7.3.1073  new regexp engine may run out of states
7.3.1074  compiler warning for printf format
7.3.1075  compiler warning for storing a long_u in an int
7.3.1076  new regexp engine: \@= and \& don't work
7.3.1077  Python: Allocating dict the wrong way, causing a crash
7.3.1078  new regexp engine: \@! doesn't work
7.3.1079  test 87 fails
7.3.1080  test 86 fails
7.3.1081  compiler warnings on 64-bit Windows
7.3.1082  new regexp engine: Problem with \@= matching
7.3.1083  new regexp engine: Does not support \%^ and \%$
7.3.1084  new regexp engine: only accepts up to \{,10}
7.3.1085  new regexp engine: Non-greedy multi doesn't work
7.3.1086  old regexp engine accepts illegal range, new one doesn't
7.3.1087  a leading star is not seen as a normal char when \{} follows
7.3.1089  tests 86 and 87 fail on MS-Windows
7.3.1090  new regexp engine does not support \z1 .. \z9 and \z(
7.3.1091  new regexp engine: no error for \z1 or \z( when not working
7.3.1092  regexp debugging: can't build, debug output has wrong pattern
7.3.1093  new regexp engine: empty \1 skips a character
7.3.1094  new regexp engine: Attempts to match "^" at every character
7.3.1095  compiler warnings for shadowed variables
7.3.1096  Python: popitem() was not defined in a standard way
7.3.1097  Python: a few recently added items are not documented
7.3.1098  Python: Possible memory leaks
7.3.1099  Python: changing directory causes problems
7.3.1100  Python: a few more memory problems
7.3.1101  configure doesn't find Python 3 on Ubuntu 13.04
7.3.1102  completion of ":py3do" and ":py3file" fails after ":py3"
7.3.1103  new regexp engine: overhead in saving and restoring
7.3.1104  new regexp engine does not handle "~"
7.3.1105  new regexp engine: too much code in one function; dead code
7.3.1106  new regexp engine: save/restore lastlist takes a lot of time
7.3.1107  compiler warnings for unused variables
7.3.1108  error message for os.fchdir()
7.3.1109  building on MS-Windows doesn't see changes in if_py_both.h
7.3.1110  new regexp matching: Using \@= and the like can be slow
7.3.1111  nfa_recognize_char_class() implementation is inefficient
7.3.1112  new regexp engine: \%V not supported
7.3.1113  new regexp engine: \%'m not supported
7.3.1114  (after 7.3.1110) can't build without the syntax feature
7.3.1115  users don't like cursor line number with 'relativenumber' set
7.3.1116  can't build without Visual mode
7.3.1117  new regexp engine: \%[abc] not supported
7.3.1118  match failure rate is not very specific
7.3.1119  flags in 'cpo' are searched for several times
7.3.1120  crash when regexp logging is enabled
7.3.1121  new regexp engine: adding states that are not used
7.3.1122  new regexp engine: \@&gt; not supported
7.3.1123  can't build tiny Vim on MS-Windows
7.3.1124  Python: Crash on MS-Windows when os.fchdir() is not available
7.3.1125  error for using \%V in a pattern in tiny Vim
7.3.1126  compiler warning for uninitialized variable
7.3.1127  no error for using empty \%[]
7.3.1128  every failure in the NFA engine is a syntax error
7.3.1129  can't see what pattern in syntax highlighting is slow
7.3.1130  (after 7.3.1129) can't build with anything but huge features
7.3.1131  new regexp engine is a bit slow
7.3.1132  crash when debugging regexp
7.3.1133  new regexp engine is a bit slow
7.3.1134  running test 49 takes a long time
7.3.1135  compiler warning for unused argument
7.3.1136  ":func Foo" does not show attributes
7.3.1137  new regexp engine: collections are slow
7.3.1138  new regexp engine: neglist no longer used
7.3.1139  new regexp engine: negated flag is hardly used
7.3.1140  new regexp engine: can skip expensive match
2013-06-12 14:53:56 +00:00
wiz
220e245fa7 Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir="
and only used by 10 packages.
2013-06-12 12:35:35 +00:00
jnemeth
6dab32dee6 builds with emacs24 2013-06-10 21:51:04 +00:00
ryoon
c0ea88ef00 Update to 1.2.13
* Remove obsolete DESTDIR patch.

Changelog:
february 2013:
        - fix displaying sector number when above 2^31
        - fix potential file descriptor leak (thanks to Rich Burridge)
        - add DESTDIR support to the makefiles
        - preprocessor flags should use CPPFLAGS, not CFLAGS
        - fix a small issue in mymemmem/mymemrmem when HAVE_MEMMEM/HAVE_MEMRMEM is not defined
2013-06-09 05:40:33 +00:00
ryoon
e277b81b4c Update to 3.0.3
Changelog:
----------------------------------------------------------------------
 OmegaT 3.0.3
----------------------------------------------------------------------
   4 Enhancements
   4 Bug fixes
   8 Localisation updates
----------------------------------------------------------------------
3.0.3 vs. 3.0.2 update 1

  Implemented requests:

  - Change script keyboard shortcuts to Ctrl+Shift+Fn
  https://sourceforge.net/p/omegat/feature-requests/839/

  - Make groovy scripts that ship with Scripting Plugin cross-platform
  https://sourceforge.net/p/omegat/feature-requests/864/

  Other enhancements:

  - The Scripting plugin was integrated in OmegaT. When using
this version, remove the scripting plugin from the plugin folder.

  - Linux: linux-install.sh and omegat.kaptn were improved, notably
with the inclusion of Microsoft Translate

  Bug fixes:

  - LanguageTool wasn't working in some languages

  - When one source term was corresponding to several ones
(e.g., source term = target term1, target term2) in the glossary pane,
only the first target term was shown in the TransTip popup menu

  - The autocompleter was sometimes capitalising the first letter of
terms when it shouldn't

  - When Remove leading and trailing tag was not checked in File Filter
Options, some trailing conditionnal paragraph end tags could remain at
the end of the segment. It mainly affected segmented XLIFF generated by
Rainbow.

  Localisation updates:

  - Catalan localisation updated to 3.0.1 (UI, Instant Start, Readme)
  - Czech localisation updated to 3.0 (UI, Instant Start, Readme)
  - Dutch localisation updated to 3.0.2 (UI, Documentation, Readme)
  - Greek localisation updated to 3.0 (UI, Partial documentation, Instant Start)
  - Japanese localisation updated to 3.0.2 (UI)
  - Slovenian localisation updated to 3.0 (UI)
  - Ukrainian localisation updated to 3.0 (UI, Instant Start, Readme)
  - Welsh localisation updated to 3.0 (UI)

----------------------------------------------------------------------
 OmegaT 3.0.2 update 1
----------------------------------------------------------------------
   1 Enhancement
   1 Bug fix
   0 Localisation update
----------------------------------------------------------------------
3.0.2 update 1 vs. 3.0.2

  Other enhancements:

  - LanguageTool and tokenizer plugin annexes updated in the documentation

  Bug fixes:

  - Creating a new project failed in 3.0.2

----------------------------------------------------------------------
 OmegaT 3.0.2
----------------------------------------------------------------------
   2 Enhancements
   0 Bug fix
   0 Localisation update
----------------------------------------------------------------------
3.0.2 vs. 3.0.1

  Implemented requests:

  - View log from within OmegaT
  https://sourceforge.net/p/omegat/feature-requests/243/

  - Allow user to adjust tokenizer behavior
  https://sourceforge.net/p/omegat/feature-requests/866/

----------------------------------------------------------------------
 OmegaT 3.0.1
----------------------------------------------------------------------
   5 Enhancements
   6 Bug fixes
   8 Localisation updates
----------------------------------------------------------------------
3.0.1 vs. 3.0.0

  Implemented requests:

  - Add facility to auto-complete input
  https://sourceforge.net/p/omegat/feature-requests/854/

  - PDF input filter
  https://sourceforge.net/p/omegat/feature-requests/539/

  - Keyboard access to contextual menu items
  https://sourceforge.net/p/omegat/feature-requests/537/

  Other enhancements:

  - LanguageTool was updated to 2.1, and now has specific rules for
29 languages: http://www.languagetool.org/languages/

  - Versionning support was added for plugins. How to use it is
documented in docs_devel/OmegaT developer's guide.odt

  Bug fixes:

  - Tag validation window does not keep enough space for Japanese errors
  https://sourceforge.net/p/omegat/bugs/583/

  - Remove leading and trailing tags option not working
  https://sourceforge.net/p/omegat/bugs/582/

  - New tag handling changes XML formatting for empty tags
  https://sourceforge.net/p/omegat/bugs/581/

  - Team projects: during save, OmegaT could not update omegat.project
and some time was lost (e.g., 13 seconds) while it tries to delete it

  - Under Linux, when trying to open a project with a second instance
of OmegaT, the second instance would freeze

  - In some cases, MyMemory wasn't returning any results

  Localisation updates:

  - Belarusian localization updated to 3.0.0 (UI, Readme)
  - Galician localisation updated to 3.0.0 (UI, Readme, Documentation)
  - German localisation updated to 3.0.0 (UI, Readme, Instant Start)
  - Greek localisation updated to 3.0.0 (UI, Instant Start)
  - Hungarian localisation updated to 3.0.0 (UI)
  - Japanese localisation updated to 3.0.1 (UI, Readme, Documentation)
  - Simplified Chinese localisation updated to 3.0.0 (UI)
  - Welsh localisation updated to 3.0.0 (UI, Readme, Instant Start)
2013-06-07 15:52:27 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
minskim
33031f63e1 Update emacs-snapshot to 24.3.50.20130527.
Notable changes:
- Obsolete lisp packages: sup-mouse and xesam.
2013-05-31 23:20:18 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
wiz
2c8f1b3a15 Recursive revbump because poppler updated its shlib major for a
x.y.z+1 change, again...

Noted by tron.
2013-05-29 22:13:16 +00:00
joerg
78f2255ab1 Sync prototype with modernish flex. 2013-05-25 23:42:45 +00:00
wiz
b96a5e5ce3 Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
joerg
cec4fe0c44 Add missing includes. 2013-05-23 18:39:35 +00:00
joerg
6f74b78911 Explicitly use custom copy_if, it also exists in C++11 implementations. 2013-05-21 16:37:04 +00:00
markd
597b18e07e Update to KDE SC 4.10.3
bugfixes.
2013-05-21 12:49:28 +00:00
minskim
07db45c86e Update emacs-snapshot to 24.3.50.20130510.
Notable changes:
- Use Gnulib ACL implementation, for benefit of Solaris etc.
- Eliminate variable c-standard-font-lock-fontify-region-function.
- Handle arbitrarily long C++ member initialisation lists.
2013-05-13 20:57:16 +00:00
joerg
7da6a02c7c Explicitly resolve the conversion from QString to ifstream argument by
using ascii().
2013-05-11 21:36:56 +00:00
agc
debc7d424c Allow this package to be cross-built by specifying the BUILD_TARGET and
TEST_TARGET properly
2013-05-11 05:31:52 +00:00
ryoon
e9c12a7f6e Update to 3.0.0
Changelog:

----------------------------------------------------------------------
 OmegaT 3.0.0
----------------------------------------------------------------------
  27 Enhancements
   5 Bug fixes
   7 Localisation updates
----------------------------------------------------------------------
3.0.0 vs. 2.6.3

  Implemented requests:

  - Have glossary search in Find dialog
  http://sourceforge.net/support/tracker.php?aid=3385415

  - Grey out more options with Search Files
  http://sourceforge.net/support/tracker.php?aid=3385348

  - Put "Search files" option at top of Search window
  http://sourceforge.net/support/tracker.php?aid=2610166

  - Adding content (e.g., glossaries) search options
  http://sourceforge.net/support/tracker.php?aid=1587706

  - Go to Next **Translated** Segment
  http://sourceforge.net/support/tracker.php?aid=3181098

  - Do not remove leading and trailing spaces
  http://sourceforge.net/support/tracker.php?aid=3608611

  - Preserve spaces for all tags
  http://sourceforge.net/support/tracker.php?aid=3608615

  - Moving between tags with a single keystroke
  http://sourceforge.net/support/tracker.php?aid=3579784

  - Show the content of tags in tooltips
  http://sourceforge.net/support/tracker.php?aid=3573166

  - Validate tags when creating target files
  http://sourceforge.net/support/tracker.php?aid=1398289

  - Validate tags after each segment
  http://sourceforge.net/support/tracker.php?aid=3608715

  - Tag protection
  http://sourceforge.net/support/tracker.php?aid=3608720

  - Protected text in XLIFF
  http://sourceforge.net/support/tracker.php?aid=3608725

  - Move active match selection up/down
  http://sourceforge.net/support/tracker.php?aid=3608814

  - Gnome Shell integration
  http://sourceforge.net/support/tracker.php?aid=3609146

  - Do not remove leading and trailing tags
  http://sourceforge.net/support/tracker.php?aid=3574760

  - Not adding extra space on Insert Missing Source Tags
  http://sourceforge.net/support/tracker.php?aid=3370310

  - Better OmegaT icon resolution
  http://sourceforge.net/support/tracker.php?aid=3603928

  - Integrate tokenizers in OmegaT
  https://sourceforge.net/p/omegat/feature-requests/844/

  - Enable LanguageTool Plugin in Java Webstart version
  https://sourceforge.net/p/omegat/feature-requests/851/

  Other enhancements:

  - Insert Source Tags become Insert Missing Source Tags. It only adds
the tags missing in the segment.

  - Edit > Insert Next Missing Tag inserts the next tag missing in the
target segment

  - In the right-click menu of the current segment, missing tags
appear in the contextual menu, and can be inserted individually

  - When a match is inserted from a TMX contained in a folder named
"mt", the background of the active segment is changed to red. The
background is restored to normal when the segment is left.

  - OmegaT has now a machine translation connector for MyMemory.
To use it, check Options > Machine Translation > MyMemory

  - Import Source Files was renamed to Copy Files to Source Folder
and Import From MediaWiki was renamed to Download MediaWiki Page
to clarify the fact that no import process occurs, and that files
are just copied

  - Last changes can be displayed in the Help menu
(Help > Last Changes)

  Bug fixes:

  - XLIFF Filter: <ept> not recognized in relation with <bpt>
  http://sourceforge.net/support/tracker.php?aid=1988732

  - Problem with Undo after entering Japanese with IME
  http://sourceforge.net/support/tracker.php?aid=3586912

  - Infinite loop of exceptions when using Undo function
  http://sourceforge.net/support/tracker.php?aid=3540091

  - When the custom shortcut file was containing non-existent shortcuts,
OmegaT failed to load the valid ones

  - OmegaT team projects were not working behind some firewalls

  Localisation updates:

  - Basque localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Brazilian Portuguese localisation updated to 3.0.0 (UI, Instant Start)
  - Dutch localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Italian localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Japanese localisation updated to 3.0.0 (UI)
  - Russian localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Turkish localisation updated to 3.0.0 (UI)
2013-05-09 15:24:16 +00:00
joerg
5fc9833ff2 Sync PLIST with reality. 2013-05-09 13:57:52 +00:00
joerg
bb2e2b5b02 Allow building with libc++, where std::shared_ptr overlaps with
boost::shared_ptr.
2013-05-09 13:56:57 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
joerg
6637ef4270 Add a bunch of missing includes hidden by libstdc++ namespace pollution. 2013-05-04 12:59:45 +00:00
obache
1a3bece9a8 missing recursive bump from poppler-0.22.3 shlib major change. 2013-05-04 07:19:01 +00:00