Commit graph

1929 commits

Author SHA1 Message Date
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
martti
49464c3f98 Updated editors/vim-share to 7.0.91
2799  7.0.077  crash when unletting a v: variable
  1968  7.0.078  there are two error messages called E46
 51669  7.0.079  vimtutor doesn't work for Russian when 'encoding' is utf-8
  1759  7.0.080  compile error when CFLAGS contains a backslash
  2043  7.0.081  command line completion doesn't work for ":!/path"
  2850  7.0.082  crash when using List or Dict argument and waiting for input
  3001  7.0.083  mouse doesn't work for all entries with inputlist()
  5968  7.0.084  garbage collection may free Lists and Dicts still in use
  1512  7.0.085  running tests changes the viminfo file
  2379  7.0.086  getqflist() uses number zero for empty pattern and text
  7382  7.0.087  'acd' doesn't work for ":file fname" and ":saveas fname"
  3066  7.0.088  generated prototypes have "extern" when build with Perl
  2445  7.0.089  "ga" gave wrong results for non-Unicode multi-byte encoding
  2486  7.0.090  need to type Esc twice in console confirm() dialog
  1698  7.0.091  winrestview() may leave cursor in the wrong position
2006-09-08 06:18:28 +00:00
tron
0d9e9ca332 Remove Mario Kemper as maintainer of these package on his request. 2006-09-06 15:38:32 +00:00
martin
a1fbef7957 Update to 21.5.27.
This fixes PR 34197.
2006-09-04 09:20:51 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
martti
68ac4f1a0e Updated editors/vim-share to 7.0.76
1534  7.0.043  "%!" at start of 'statusline' didn't work
  5277  7.0.044  Perl: changing a line in a non-current buffer may not work
  2318  7.0.046  the matchparen plugin didn't handle parens in single quotes
  2219  7.0.047  the exit status of the configure script can be wrong
  2173  7.0.048  the gzip plugin can't handle file names that have a paren
  2221  7.0.049  some Tcl scripts are not recognized
  1437  7.0.050  can't properly close a buffer through the NetBeans interface
  6097  7.0.051  (after 7.0.44) compile and/or run problem with Perl interface
  2237  7.0.052  the Vim server may expose more functionality than expected
  1379  7.0.053  shortening multi-byte directory name may fail
  2464  7.0.054  using an empty menu name may cause a crash
  2204  7.0.055  ":startins" in CmdwinEnter autocmd doesn't work immediately
  1484  7.0.056  can't use "#!" in Vim scripts to make them executable
  1423  7.0.058  gbk and gb18030 encodings are not recognized
  2110  7.0.059  Perl interface doesn't compile with ActiveState Perl 5.8.8
 18082  7.0.060  code for switching buffers is repeated in several places
  2249  7.0.061  crash in Vim command completion when nothing to complete
  4075  7.0.062  Mac: crash when using popup menu with spell error
  1295  7.0.063  tiny chance for a memory leak
  1818  7.0.064  compiler warnings for unused variables
  1407  7.0.066  tab pages line not redrawn after removing the popup menu
  3038  7.0.067  undo problems when using input method
  6123  7.0.068  'ignorecase' is not used properly for Insert mode completion
  1457  7.0.069  crash when setting 'guitablabel' to "%!expand(\%)"
 71560  7.0.070  compiler warnings for shadowed and uninitialized variables
  1550  7.0.071  using empty search pattern may cause a crash
  2791  7.0.072  can't specify anything to do when starting the GUI fails
  1597  7.0.073  CR in Insert mode completion may select original text
  1495  7.0.075  winsaveview() could store wrong desired cursor column
  2635  7.0.076  (after 7.0.010) could not get spell files from non-ftp server
2006-08-31 18:44:36 +00:00
markd
2bf6f2d033 Update kile to 1.9.2
version 1.9.1 -> 1.9.2
Fixes:
 - Add autoref command to standard reference commands
 - Remember the setting of MakeIndexOptions checkbox in the project settings
   dialog.
 - Added utf-8 and other encodings to the quickdocument dialog.
 - Make the "New Tool" dialog box big enough.
 - Check if masterdocs in kilepr files exist, should fix some problems with
   upgrades from kile 1.8.
 - Searching for environments in Edit functions improved.
 - Take array as math environment instead of tabular in
   Configure->Latex Environments.
 - Don't crash if a user changes the icon of a toolbar item.
 - Allow a few more punctuation in codecompletion of citation keys.
 - Remember last working directory in 'find in files' dialog.
 - Tabular wizard should insert all entered elements.
 - Only autosave files which have been modified.
 - Delete comma of last bibtex entry if Bibliographie->Clean is called.
 - Quick Preview fails if graphics are included in selection

version 1.9.0 -> 1.9.1
Fixes:
 - Restore support for KDE 3.2.x.
 - tex files starting with numbers can now also used for "Forward DVI".
 - now we respect the default project location set by the user also in
   projectOpen().
 - don't restore the line position if the file is already open.
 - honor users who want to cancel the close request to embedded parts.
   (namely kbibtex)
 - fix ViewBib, if we support $BIBINPUTS for compilation we should also do
   it for viewing. We now also check in all paths in BIBINPUTS for an bib file.
 - if "show labels" is disabled in structureview, we should nevertheless
   gather them for codecompl. and undefined ref.
 - don't fake pressed buttons, now the log message button does not looked
   pressed when you start kile.
 - only add an trailing slash to the default project location if we need one.
 - hide the latex menu when we don't have docs open.
 - don't see unstarred env. as closing for starred.
 - we are now much more carefully if the autosaving has succeded. We now
   warn if we can't autosave and don't overwrite backups with empty backups.
 - only use special double quotes if no slash is in front of the cursor.

Features:
 - Add the possibility to use bullets in user tags via a new placeholder %B.
 - Colour bullets so that they can be spotted easily.
 - new cwl file for the textcomp and import package.
 - we now highlight TODO, FIXME in comments.
2006-08-30 00:15:29 +00:00
joerg
abdd326d50 Remove some manual ANSI C prototyping and kill clock() prototype
conflicting with time.h on DragonFly.
2006-08-22 19:01:27 +00:00
martin
5d5c91136e Add debug option 2006-08-14 14:22:23 +00:00
drochner
77c2736876 update to 1.0.6.5
changes:
Correction of some bugs concerning Maple and Mathematica
Addition of a plug-in for Cadabra
Addition of a native TeXmacs wiki
Implementation of the first version of a remote TeXmacs file system
Improved system for hyperlinks and navigation
Replacement of the Proclus plug-in by an integrated linking tool
2006-08-11 18:05:12 +00:00
minskim
4cd37c8b4a Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed
shortly.
2006-08-10 03:21:39 +00:00
wiz
8c632fb265 Update to 2.8.1:
Changes since version 2.7.8:
---------------------------
  o Several new keymaps has been added
  o Updated to Unicode 5.0.0
  o An AMD 64 bit fix has been added.
2006-08-07 23:54:17 +00:00
jmmv
85424b5cae Update to 4.0.4:
Dasher 4.0.4

 * Fixed error introduced in last commit
 * Backported bugfix from HEAD

Dasher 4.0.3

 * Fixed compile error when --without-gnome specified
 * Regenerated configure to match configure.in
2006-08-06 19:08:18 +00:00
drochner
821d77a1a6 update to 2.14.4
changes:
- Fix cropped close button on tabs
- Prevent a use-after-free crash
-translation updates
2006-08-03 19:13:59 +00:00
rillig
9568aaec87 Explicitly set USE_LANGUAGES, since the default value changes when
NO_BUILD is set.
2006-07-31 21:13:33 +00:00
minskim
d9002ee8ba Remove conflicting declaration of malloc(). Include stdlib.h instead. 2006-07-29 05:34:06 +00:00
joerg
c3843e51b4 Extract with gtar, pax-as-tar can't find the header correctly on
both NetBSD and DragonFly.
2006-07-25 12:20:44 +00:00
martti
41e5a63925 Updated editors/vim-share to 7.0.42
1946  7.0.040  mouse selection with "z=" and inputlist() gets wrong entry
  2229  7.0.041  cursor([1, 2]) failed, required third item in the list
  1603  7.0.042  crash or hang when pasting a block in Insert mode
2006-07-25 06:20:53 +00:00
drochner
f3cae1fd28 remove comments left over from automatic creation, found by wiz 2006-07-24 16:04:05 +00:00
adam
76ca3b8f63 Changes 3.5:
- Query windows now expand to multiple lines if necessary
- Single key queries are now internationalized (set local versions in the
  .po file)
- Spell check language can be set in the editor
- New syntax files: m4, joerc
- New debug window for highlight file syntax errors.
- Macros can be typed at the ESC X prompt (before it used to accept only
  commands).
- Built-in joerc file allows joe to run even if /etc/joe directory is
  missing.
- Support for 'long long' allows editing parts of files larger than 4GB.
  For example, you can say: joe /dev/hda,0x100000000,0x1000 to edit the 4KB
  block at offset 4GB of a hard drive.
- Option which allows you set how many undo records to keep.
- You can give a path to the tags file in the TAGS environment variable.
2006-07-24 07:50:12 +00:00
reed
86459dfc68 Update to 1.4.2.
New features include:

* A new function buffer-toggle-compression (and corresponding entry
in the Document menu) has been added to change whether the file
will be compressed on disk or not.

* A "LaTeX (pdflatex)" output format has been added. This new
output format produces .tex files that are suitable for pdflatex,
including figure conversion to png, pdf or jpeg instead of eps.

Changelog is at http://www.lyx.org/announce/1_4_2.txt

MESSAGE updated for new user interface.

gtar not needed to extract.

(Note that the xforms version was not tested.)
2006-07-23 00:28:12 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
minskim
49b383cedb Reformat. 2006-07-22 04:36:06 +00:00
minskim
ac80c54328 Make this package build with gcc-4. 2006-07-22 04:34:48 +00:00
minskim
298a650720 Adjust the valloc return value on Darwin not to conflict with the one
declared in unistd.h.
2006-07-22 04:23:29 +00:00
jlam
7d1f4cca8e "BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes.  As such, rename it to
"PKGSRC_MAKE_ENV".

XXX Note, some of the usage of this variable in package Makefiles seems
XXX incorrect.  They probably want "MAKE_ENV", which is the environment
XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21 14:27:56 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
martti
756439f471 * Make sure PATCHDIR is always set so that the patches are really used.
This fixes the vim-motif build.

* Update to 7.0.39

  3990  7.0.036  can't compile with small features and syntax HL
  1880  7.0.037  crash when resizing Vim window when a line doesn't fit
  3236  7.0.038  complete() can be used from expr. mapping after inserting text
  3240  7.0.039  third argument for inputdialog() doesn't work in the console
2006-07-18 10:27:16 +00:00
joerg
272d3fb422 Fix errno regression. 2006-07-11 00:30:09 +00:00
adam
d54a851f0f Changes 2.4.5:
Almost completely rewrote the DocBook export filter, gaining substantial more functionality in the process
Fixed a security bug pointed out to us by Joxean Koret
Fixed a massive amount of bugs in the OpenDocument import and export filters
Fixed the unstability on x86_64 architectures
2006-07-10 21:40:49 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
adam
1b8930c54b Changes 3.4:
- Paragraph reformatter and word wrap now handle '*' and '-' bullet lists.
- Better internationalization (i18n)
- Multi-file search and replace
- JOE now restores cursor position in previously visited files.
- Build and grep window work more like Turbo-C: the messages window is
  forced onto the screen when you hit ^[ = and ^[ -.
- Syntax highlighter definition files (.jsf files) can now have subroutines.
  This eases highlighter reuse: for example, Mason and PHP can share the HTML
  highlighter.
- I've changed the way JOE handles '-' and redirected input
- Many bugs have been fixed.  I've tried to address every issue in the bug
  tracker.  Hopefully I didn't create too many new ones :-)
- You can now define which characters can indent paragraphs.  Also the
  default list has been reduced so that formatting of TeX/LaTeX files works
  better.
- Highlighting now uses less CPU time and always parses from the beginning
  of the file (the number of sync lines option is deprecated).  Here is a
  CPU usage comparison for scrolling forwards and backwards through a 35K
  line C file:
- JOE now matches Thomas Dickey's implementation of my xterm patch (but
  configure xterm with --paste64).
- File selection menu/completion-list is now above the prompt (which is more
  like bash).  Also it is transposed, so that it is sorted by columns
  instead of rows.
- "Bufed" (prompt for a buffer to edit), works like other file prompt
  commands: it's a real prompt with history and completion.
- Automatic horizontal left scroll jumps by 5-10 columns.
- New syntax files: troff, Haskell, Cadance SKILL, REXX, LUA, RUBY.  Many of
  the existing syntax files have been improved.
2006-07-07 18:22:00 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
markd
a90778d824 The package xemacs conflicts with is called gnuserv not gnuclient. 2006-07-07 01:31:42 +00:00
jlam
cf56f31e09 In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",
not "netbsd.org".
2006-07-06 21:14:19 +00:00
joerg
5e2559d89d Needs msgfmt. 2006-07-06 13:14:01 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
rpaulo
1ef2dcbef4 Update Apel to 1.32, needed by Wanderlust for XEmacs.
Reviewed by magick@
2006-07-04 17:50:22 +00:00
martti
eabef14ed1 Updated editors/vim-share to 7.0.35
1649  7.0.018  VMS: plugins are not loaded on startup
  1425  7.0.019  crash for "VjA789" and repeating
  1470  7.0.020  GUI: crash when using 'mousefocus'
  4240  7.0.021  crash when using "\\[" and "\\]" in 'errorformat
  5471  7.0.022  Ruby: buffer.append() could append to the wrong buffer
  5351  7.0.023  crash after Insert mode completion without matches
  1619  7.0.024  it is possible to set arbitrary v: variables
  2606  7.0.025  crash when deleting an item from a:000
  1800  7.0.026  Unix: when using libcall() and old error may be shown
  1494  7.0.029  cursor position may be wrong when using getchar()
  1664  7.0.030  the ":compiler" command can't be used in a FileChangedRO event
  1808  7.0.031  after deleting a buffer its Select mode mappings remain
  2431  7.0.033  pasting after autoindent removes the indent
  2042  7.0.034  repeating completion was wrong after typing text or using BS
  5905  7.0.035  repeating Insert mode completion doesn't work properly
2006-07-02 17:05:14 +00:00
rillig
4f256be13c Don't install the files in share/emacs group-writable. Bumped
PKGREVISION of emacs and emacs-nox11.
2006-07-02 10:03:14 +00:00
wiz
91b21e0667 Remove some lvalue casts to make this compile with gcc-4.1. 2006-06-30 22:22:58 +00:00
tron
3266459653 Fix build with GCC 4.x:
- Include "stdlib.h" and "string.h" where appropriate.
- Don't use function-local forward declarations of static functions.
2006-06-30 15:59:58 +00:00
joerg
52cb93f65e Instead of ${VERSION}* use to more specific ${VERSION}{,nb*} idiom. 2006-06-30 09:45:19 +00:00
joerg
fd2cea7dbf matlab-mode-* => matlab-mode-[0-9]*. Bump revision. 2006-06-30 07:08:50 +00:00
joerg
32d0637d85 Needs intltool. 2006-06-29 21:50:51 +00:00
joerg
a817cfa772 Needs intltool and msgfmt. 2006-06-29 12:17:16 +00:00
rillig
9a023f4670 Added patch-ae, which resolves a name collision (FT_FILE) with FreeType. 2006-06-26 10:21:55 +00:00
rillig
54b445d363 Replaced /bin/bash with ${SH} in a shell script. Bumped PKGREVISION. 2006-06-21 23:52:45 +00:00
joerg
8786cc5d8c Needs msgfmt. 2006-06-21 13:23:25 +00:00