Commit graph

1834 commits

Author SHA1 Message Date
schmonz
f6a540cad4 ce doesn't need ncurses in particular. Include curses.buildlink3.mk instead. 2005-01-08 07:51:22 +00:00
schmonz
697342268c Update to 4.5. No changelog available, and diffs are extensive.
Many (most?) are to take more care with types and declarations.
2005-01-08 07:46:15 +00:00
adrianp
589bad3eab Bump to 6.3.045 for recent security issue.
2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline
2005-01-06 20:39:28 +00:00
adrianp
a71a93f1fa Bump to 6.3.045 for recent security issue
2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline
2005-01-06 20:38:06 +00:00
tron
5d1e0fdf09 Add conflict with "vim-motif" package. 2005-01-06 14:11:03 +00:00
adam
4b2ab9676e Changes 3.17.14:
* Bug fixes
2005-01-05 15:27:40 +00:00
cjs
9daf6b2e42 Move --enable-multibyte from vim/Makefile to vim-share/Makefile.common,
since it should be not just the command line version of vim but all
versions (e.g., gtk) that use this.
2005-01-05 11:03:44 +00:00
markd
4ffc12549a When configuring reLyX use the value of PERL that is passed in rather
than trying to work it out again (badly).  Fixes the build problems
seen in the bulk builds.
OK'ed by maintainer.
2005-01-04 19:51:11 +00:00
minskim
1b77f3fb00 This package doesn't need perl at run time. Set USE_PERL5 to "build".
Bump PKGREVISION due to dependency change.
2005-01-01 03:44:51 +00:00
minskim
1802a619e6 abiword-plugins doesn't need perl at run time. Move "USE_PERL5=run"
from abiword/Makefile.common to abiword/Makefile.

Bump PKGREVISION of abiword-plugins due to dependency change.
2005-01-01 03:31:38 +00:00
recht
d83d44a3c4 bump PKGREVISION for the aiksaurus shared library version number change 2004-12-29 09:19:58 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jmmv
c58149e364 Update to 2.8.2:
Fixes
=====
- remove UTF-16, UCS-2 and UCS-4 from the supported encoding list since
  they are (and always have been) broken (Paolo Maggi)
- do not leak some tooltips (Paolo Borelli)
- fix crash loading some remote files (Paolo Maggi)
- check if metadata file exists before reading it (Marco Pesenti Gritti)

New and updated translations
============================
Nikos Charonitakis (el)
Martin Willemoes Hansen (da)
Jordi Mallach (ca)
Mohammad DAMT (id)
Christophe Merlet (fr)
2004-12-28 21:52:40 +00:00
wiz
d502237fcc Fix typo in PKG_SUPPORTED_OPTIONS. 2004-12-28 15:45:12 +00:00
reed
4252af9953 Patch added for gcc 3.3.x issue:
xap_UnixEncodingManager.cpp:551: error: invalid conversion from `const char*'
   to `char*'

Include ../../devel/popt/buildlink3.mk (and not using abiword's popt).

Add support for building on Darwin/Mac OS X. (Note: using X11 instead of Cocoa.)

Bump PKGREVISION.
2004-12-28 01:56:41 +00:00
wiz
3bcb3ecb96 Bump PKGREVISION for aspell dependency update. 2004-12-24 04:32:54 +00:00
jlam
650b62997d Remove support for some variables that are supposed to go away after
pkgsrc-2004Q4 is branched.
2004-12-22 21:46:24 +00:00
martti
2935e5aea1 Updated lyx-qt and lyx-xforms to 1.3.5
This is mainly a bugfix release, with few notable user-visible
improvements. However, we would like to highlight two fixes in particular:

* Nested documents (with Insert>Include File...), which have been
  broken since LyX 1.2.0, should now work properly, including the
  case where the files are in different directories.

* It is now possible to compile LyX with gcc 3.4.
2004-12-21 07:00:52 +00:00
minskim
b55d046764 Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding targets.
2004-12-14 20:00:22 +00:00
minskim
27fbf431ce Include scrollkeeper/omf.mk, instead of scrollkeeper/buildlink3.mk, to
register .omf files.  Noted by jmmv@.

Bump PKGREIVISION.
2004-12-12 15:35:50 +00:00
minskim
42fb5585bf Explicitly depend on gnome2-dirs because this package needs
share/gnome/help, which is installed by gnome2-dirs.
Noted by jmmv@.

Also correct the corresponding comment in PLIST.
2004-12-12 15:33:27 +00:00
minskim
b4979705a9 Do not delete share/gnome/help and share/omf when deinstalled; they
should be handled by gnome-dirs and scrollkeeper, respectively.

Bump PKGREVISION.
2004-12-11 06:53:21 +00:00
jmmv
696979c066 Update to 0.7.8:
* Implemented widget sesnsitivity.
* Changed scrollbar_spacing to zero.
* Changed about dialog caption.
* Fixed undo sequency for Ctrl+V overwrite.
* Added Hungarian translation (thanks Reviczky Adam Janos).
* Added Catalan translation (thanks David Rosal).
* Added Tamil translation (thanks Vijay Durairaj).
* Added Italian translation (thanks Alessio D'Ascanio).
2004-12-05 11:42:55 +00:00
jmmv
fe3e338573 version 0.7.7:
* Improved undo behavior by word.
* Fixed multi-line unindent properly.
* Updated German translation (thanks Ruediger Arp).

version 0.7.6:
* Improved command line recognition of filename (uri & space-separated).
* Added MimeType entry to leafpad.desktop (suggested by Carlos).
* Assigned Ctrl+G & Shift+Ctrl+G to Find Next/Previous.
* Added statements of copying permission to all source codes.
* Added French translation (thanks Luc Pionchon).
* Added Spanish translation (thanks Lucas Vieites).
2004-12-05 08:32:29 +00:00
jmmv
d9e0a998a2 Update to 1.9.17 and drop maintainership (never used it, really).
1.9.17
	bug fix, when saving hnb DTD, I also saved the text attribute
	removed the format names from prefs.c,.. now the string specified is
	used instead, (makes extending easier)
	improved the tokenizer for libcli, it now acts almost exactly as bash,
	even the hooks for understanding $variable_expansion is included in the
	code, uses a single malloc
	various bug fixes
	cleanups and merging of commands, e.g. go_root, go_recurse, and
	go_backrecurse are now go <root|backrecurse|recurse|up|down|left|right>
	search now is a single command taking direction and query as arguments.
	changed escape to be the key used to bring up the menu,.. and remapped
	^Q to be quit (again)
1.9.16
	attempts to fix the compile on OSX
		renaming mergesort to node_mergesort due to nameclash
		only compiling the static lib
	made indent and outdent only work when there is no data typed already,
	(thus making > and < allowed typed in navigation mode as long as
	they're not the first character typed.
	removed errors appearing with -pedantic (at least here)
	removing all macros with variable arguments replacing them with va_list
		removing inline statements from libcli
	created an utility function for string replacements, that I inserted
	into all the various import/export filters.
	added a function "insert_cal <month> <year>" which inserts the
	specified month/year in a fashion that makes hnb useable as a simple
	timeplanner as well. (when I get around to adding support for clones,
	this might be interesting)
	allowing the user to use <,>,+ and - when typing in new data without
	erratic behavior, and not the need to enter edit mode. (except if it is
	the first char of the data)
	fixed an issue with creating the first child, and pressing insert, and
	various other commands,..
	added rpm spec file from Asgeir Nilsen
	made file_opml and file_hnb interpret all attributes
	implemented buffered reading for the xml tokenizer
	changed the function prototype for functions that register with libcli,
	they must now register with an int (int argc, char **argv, void *data)
	function
		overhauled hnb to use this API, some more refinement might be
		needed in someplaces, but it seems to work OK for now.
	added a menu that is accesed from F9
1.9.15
	outdent fixed to be more efficient and work as intended
	added export context
	changed all import/export functions to use the query variable if
	filename passed is *
1.9.14
	bugfix: The new sort and shuffle functions could result in dataloss
	when saved.
	new feature: expand/collapse and expand_all/collapse_all are new
	bindable functions, expand/collapse is bound to +/- in the default
	config file, they force portions of the tree to stay open even when you
	leave it.
1.9.13
	Apparently I broke the nasty quick-sort I had implemented, when I
	changed the way the tree was stored. Implemented a Merge-sort which is
	faster anyways.
	Improved the behavior of non fixed navigation when the whole tree is
	displayed.
	Added a shuffle function (not currently bound), I used it while
	developing the new mergesort, but someone might find it useful.
1.9.12
	Changed the datastructure to use a "assosciation list" for storing the
	actual data. Will move all tags, like checkbox to this structure.
		Should actually make it possible to do the addition of start
		end date and other "columns" a breeze, perhaps even automatic
		for some export/import formats
	modified tree_duplicate to use the new node_duplicate function, and a
	modified version of the import_node which takes a single node with data
	set as input.
	added import_node_text which disregards all other data items
1.9.11
	changed node_swap to only swap relational pointers, thus making it
	easier to extend the data stored in Node later
		thus also changing and move node, indent/out-dent and sort to
		accommodate for a truer swap
	fixed a bug with editing of newly introduced child
		note: should perhaps move ui_action_edit into a built-in
		command that is handled specially since it now needs special
		attention by being a subcommand to ui_action_command
1.9.4-1.9.10 feb 2003
	re-implementation of positioning of selection bar in non fixed mode
	massive code cleanup and separation
	separation of variables from prefs.* to static variables in the code
	modules where they belonged
	integration with spell checker (Ispell, but through prefs it could
	easily be made Aspell instead)
	new preferences format
	ability to execute commands and running mail-client / web-browser if a
	node or it's children contain url's / mail addresses
	OPML import and export
	postscript export
	htmlcss export
	save_state and restore_state for single level undo where needed
	new XML tokenizer
	cut/paste functionality
1.9.3 jan 2003
	stabilising of the code
	ability to use default terminal colours, (patch from NN)
1.9.1 oct 2002
	option to remember current position in hnb file when saving/loading
	cleaned up most of the help-system code
	further code separation
1.9.0 oct 2002
	fixed the movement behaviour when going to the parent node,.. the
	screen jumped too much
	separated the various export and load filters into own files
	used my new libcli for the cli code, and as "glue" in some code spots
	reverted to a manual makefile instead of autoconf/automake
	improvements to dynamic key-bindings, multiple key-bindings for each
	action, all key-bindings in various context got their own choice in the
	preferences.
	The first of the actual key-bindings shown as help
	added some more bindings for the node editor, (skip word and bskip
	word, hooks for even more)
2004-12-05 08:28:45 +00:00
jmmv
2a2abbba77 Update to 0.6.2: list of changes unknown. Drop maintainership. 2004-12-05 08:13:02 +00:00
wiz
1bd1247a49 Add casts to unsigned char to make this build on -current. 2004-12-04 12:01:09 +00:00
wiz
27a85fabde Update HOMEPAGE and MASTER_SITES. 2004-12-04 11:54:25 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
wiz
93c032c163 Depend on riece instead of liece. Bump version to 0.6. 2004-11-30 15:42:02 +00:00
adam
95da6c1c60 Changes 3.17.12:
* valgrind audits, small memleak fixes.
* fixed process die problem which causes Print to block forever.
2004-11-30 15:00:34 +00:00
jmmv
a7271acd96 This needs a curses. 2004-11-28 13:46:50 +00:00
epg
d7e9fc5b38 Update to 3.12.7.
2004-10-20  Martin Schwenke  <martin@meltin.net>

	* README:
	Updated to say tested under GNU Emacs 21.3, updated gnuserv sources
	from XEmacs 21.5.17, commented that SYSV_IPC works again under Linux,
	explained weirdness resulting from missing X development files at
	compile time.

	* configure.in:
	Added error message for when HAVE_X_WINDOWS doesn't get defined.
	Lifted check for HAVE_SOCKADDR_SUN_LEN from XEmacs 21.5.17.

	* Makefile.in: Added ChangeLog generation.

	* Makefile.in: Bumped version to 3.12.7.

2004-10-19  Martin Schwenke  <martin@meltin.net>

	* acconfig.h: Added HAVE_SOCKADDR_SUN_LEN.

	* sysfile.h, gnuserv.el: Updated to version from XEmacs 21.5.17.
2004-11-27 00:01:42 +00:00
xtraeme
a912ea5470 Convert to use bsd.options.mk, the following options are available:
esound ldap xface canna

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX USE_OPENLDAP
# XXX USE_XFACE
# XXX XEMACS_ESD
# XXX XEMACS_USE_CANNA
2004-11-25 21:42:59 +00:00
xtraeme
b0758c553d Convert to use bsd.options.mk, the following options are available:
ldap xface canna

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX USE_OPENLDAP
# XXX USE_XFACE
# XXX XEMACS_USE_CANNA
2004-11-25 21:34:59 +00:00
snj
2fd234ed7c Update to 1.4.6.
Changes:
* modified new_curse.c to handle different subdirectory naming in terminfo
  directory
2004-11-25 19:45:52 +00:00
magick
6c8bc33728 Update xemacs-current to 21.5.18
From the Releasenotes:
Relative to XEmacs 21.5.17 "chayote", "chestnut" has Jerry James's new
bignum support.  You can now keep track of the U.S. national debt to
the penny, or count to Avogadro's number by ones!  Speaking of really
big numbers, Malcolm Purvis has one in mind: "two".  To GTK+ fans,
that's an awfully big number.  It's not here yet, but Malcolm has put
in a lot of patches, and a port to GTK+ v2 could start soon.  Jerry
James has started using the Uno code checker to clean up unused
variables and other ugliness.  Completion of the portable dumper
project is in sight, as Olivier Galibert has contributed code to
attach the dumpfile to the executable.

A large number of contributors have provided the usual assortment of
bug fixes and feature additions, small and large.
2004-11-25 18:09:06 +00:00
adam
bc97f1a653 Do not force -O optimisation 2004-11-25 15:12:56 +00:00
adam
f3d9a74430 Changes 1.31:
* Unknown
2004-11-25 15:12:14 +00:00
adam
5f9d64488c Changes 2.0.14:
* Filed bugs fixed
  Bug 2633 - MS-Word document falsely password-protected
  Bug 6959 - .doc crashes on import
  Bug 5562 - Bad transcription of accent in XSL-FO documents
  Bug 7341 - at least one letter template should come with Abiword (Ryan Pavlik)
  Bug 7735 - Spelling error inn ispell_dictionary_list.xml (sum1)
  Bug 2726 - copy and paste cause additional style information in the document
  Bug 4788 - [valgrind] crash in msword doc
  Bug 6354 - --merge=FILE command line option does not work in abiword... (Jordi Mas)
  Bug 6537 - Export to XHTML ads 'lang' style, should be 'lang' attribute
  Bug 6606 - Localised status bar displayed as incorrect UTF-8
  Bug 6700 - auto-save on crash must use .abw
  Bug 6731 - caps lock sensitive menu shortcuts (Jordi Mas)
  Bug 6959 - .doc crashes on import
  Bug 7338 - Rulers unrefreshed after deleting table
  Bug 7373 - Disable Insert > Endnote/Footnote when editing endnote
  Bug 7454 - Crash when opening a file after closing lists dialog (Jordi Mas)
  Bug 7456 - Cut and paste removes line break (<ENTER>)
  Bug 7680 - Segfault when saving copy of unnamed document
  Bug 7692 - Crash with breaks, tables, and endnotes
  Bug 7694 - Crash when deleting table with column selected
  Bug 7697 - Crash when inserting hyperlink with bullet and TOC selected
  Bug 7713 - "Select All" + Font Size change = Fatal Error (sum1)
  Bug 7725 - Export to RTF causing crash
* Documentation
  AbiWord is not a System Administration utility [refiled man page]
* Other changes
  Don't allow movement of cursor to illegal positions for text insertion (Martin Sevior)
  Fix uninitialized variable reported by Mike Nordell (Martin Sevior)
  Fix various .doc import problems (Sudar)
  Robustify fp_TextRun::_drawSquiggle (Robert Wilhelm)
  Prepare for and release 2.0.14 (Mark Gilbert)
2004-11-22 13:31:46 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
adam
deaf7ccded Changes 3.17.11:
* Improvements and bug-fixes
* coolicon has been removed
2004-11-08 15:48:20 +00:00
jmmv
f928c74c29 Add and enable leafpad. 2004-11-04 14:29:38 +00:00
jmmv
4f6338e14b Initial import of leafpad, version 0.7.5:
Leafpad is a GTK+ based simple text editor and is ideal as a file viewer.
The user interface is similar to "notepad", aims to be lighter than GEdit
and KWrite, and to be as useful as them.

Its features are:

* Minimum requirements: for portability.
* Minimal menu items: to make full use of features and to learn easily.
* No toolbar: to maximize the text area.
* Single document interface (SDI): to set out windows to view at a time.
* Character coding auto detection: to open file quickly without multi-codeset
  problems.
2004-11-04 14:27:51 +00:00
xtraeme
c8b4611fc4 Apply tshiozak@'s fix for NetBSD >= 2.0, more information:
"Questions about iconv.h" on tech-userlevel@ mailing list.

Bump PKGREVISION.
2004-10-29 07:42:38 +00:00
jmmv
d88efd877e Update to 2.8.2:
2.8.2: "Huerto del loro"
* Fixes:
	- Fix for spewing warnings on startup (Fix bug #144833, Mark
	  McLoughlin)

* Improvements:
	- Updated German documentation (Keywan Najafi Tonekaboni)

2.8.1: "Puerto Rico"
* Fixes:
	- Parse correctly gtk/gnome command line arguments (based on patch
	  from Julio M. Merino Vidal. Fix bug #151829)
	- Fix a crash when have_icons key is not present. Fix bug #151720.
2004-10-28 19:10:12 +00:00
wiz
bd1a5f760e Fix depends, bump PKGREVISION. 2004-10-28 11:49:07 +00:00
reed
47ed57aae4 Only force USE_BUILTIN.iconv=no for non-Linux.
Linux systems have glibc which provides a good GNU iconv.

What GNU iconv feature/function is specifically needed
for abiword?

This should be fixed to not define USE_BUILTIN.iconv=no but
to use some other option, because it overrides PREFER_NATIVE
use for iconv.

Also at this time, converters/libiconv doesn't get built nor installed
under Linux. So abiword's build failed.
2004-10-27 02:50:19 +00:00
xtraeme
a2b808dc7b Cannot use a common PATCHDIR/DISTINFO_FILE for abiword and abiword-plugins,
they are using a different WRKSRC, reported by Jeremy C. Reed on
tech-pkg@.
2004-10-27 01:05:53 +00:00
markd
c8b3cdf519 Update kile to 1.7.1.
Changes in 1.7.1:
Due to reported problems with compiling Kile 1.7, version 1.7.1 is
released. This releases fixes the "KSpell2" compilation problem.

Changes in 1.7:
Among the new features are: autocompletion of (La)TeX commands, completely
configurable build system, advanced LaTeX editing functions, autocompletion
of references and labels (only within projects).
2004-10-25 11:54:59 +00:00
xtraeme
857e1227a7 Added abiword-plugins-2.0.11. 2004-10-21 06:36:39 +00:00
xtraeme
498e2a6b6c Initial import of abiword-plugins-2.0.11, based on patch sent
by Ove Soerensen in PR pkg/26893.

These plugins will enhance your AbiWord-experience. Included are additional
import/export filters for DocBook, HTML, KWord, Latex and MS-Write as well
as plugins adding support for further graphic-formats (JPEG, GIF, BMP, WMF,
etc.)
2004-10-21 06:32:05 +00:00
xtraeme
147f05d018 Update editors/abiword to 2.0.11, and split Makefile into Makefile.common,
which will be used for the upcoming abiword-plugins package, based on patch
sent by Ove Soerensen in PR pkg/26893, this closes PR pkg/26695 by Joel
Carnat too, thanks.

Use bsd.options.mk for the gucharmap dependency/option, which now is
disabled by default, because it adds a lot of GNOME dependencies
(this is bad if you don't use GNOME).

There are too many changes to list here, but notably bugfixes and some
new features were added, as usual, please take a look at the ChangeLog
file.
2004-10-21 06:30:39 +00:00
xtraeme
78429d1f62 Change CATEGORY to editors. 2004-10-21 04:23:28 +00:00
xtraeme
851677739f Move gtranslator to the editors category, Closes PR pkg/26494 by
Douglas Brebner.
2004-10-21 04:20:55 +00:00
xtraeme
05ea87ef5d Update editors/nano to 1.2.4.
Too many changes to list here, because our pkgsrc version was really old!
please take a look at the NEWS/ChangeLog file.

Another change:

Georg Schwarz reported in PR pkg/26671 that nano requires glib to build
in his system (IRIX 5.3) and I know what's happening there...
nano.h checks for the functions snprintf()/vsnprint(), if they aren't
available, the glib functions are used instead, so put the glib dependency
if MACHINE_PLATFORM = IRIX 5.3 and closing PR.

No idea about IRIX 6.x, sorry.
2004-10-21 03:39:04 +00:00
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00
adam
21b2f99dc3 Changes 5.5:
* Tabbed windows
* Find and Clear buttons
* Improvements in macro language
* Better efficiency
* Bug fixes
2004-10-15 13:29:00 +00:00
ben
3110049625 Update biew to version 5.6.2 to address PR#27252.
This release mainly fixes AMD64-related bugs.
2004-10-13 22:16:37 +00:00
jmmv
cfc75fe174 Update to 2.8.1:
Fixes
=====
- do not try to open non regular files (#153204) (Paolo Borelli)
- allow opening file by drag and drop on read only documents (#89881)
  (James Bowes)
- open dropped files in the right target gedit window (#150485) (Paolo Maggi)
- do not change active document when closing an unmodified tab (#149811)
  (Paolo M.)
- fix crash when trying to open an invalid sftp uri (Paolo B.)
- update to the latest egg-recent (Paolo B.)

New and updated translations
============================
- Changwoo Ryu (ko)
- Adam Weinberger (en_CA)
- Žygimantas Beručka (lt)
- Meelad Zakaria (fa)
- Jordi Mallach (ca)
- Gora Mohanty (or)
2004-10-11 08:08:56 +00:00
kristerw
5ff1448687 This pkg fails to build with make from NetBSD-1.6.2. Use the GNU make
instead.
2004-10-08 23:50:37 +00:00
adam
5a3806537c Change man1/nc.1 to man1/nedit-nc.1 to avoid conflict with netcat 2004-10-08 09:18:07 +00:00
jmmv
18803f94a5 Update to 0.7.0:
Enhancements since 0.6.3
========================
* keyboard shortcuts a.k.a fast editing keybindings [Dodji Seketeli]
* new validation and error reporting system. Early support of XSD/RNG
  [Nicolas Centa]
* "comment out node" feature [Dodji Seketeli]
* support new GtkFileChooser [Benjamin Dauvergne, Dodji Seketeli]
* infinite Undo/Redo [Dodji Seketeli]
* menu/toolbar management rework - now based on GtkUIManager [Dodji Seketeli]
* better node clipboard management [Dodji Seketeli]
* support of remote document loading [Philippe Mechaï]
* docs drag & drop from the desktop to the editor [Philippe Mechaï]
* view tabs & naming HIG-fication [Philippe Mechaï]
* lots of HIG-ficcation [Philippe Mechaï, Dodji Seketeli]
* Website redesign [Scott White]

Bugfixes since 0.6.3
====================
* #142163 autoscroll tree editing widget [Dodji Seketeli]
* #142596 fix gcc 2.95 compilation errors [Adrian Bunk]
* #142861 wrong behaviour when closing a view [Nicolas Centa]
* #142980 segfault when multiple views on one doc [Nicolas Centa]
* #144989 relative to absolute uri conversion [Nicolas Centa]
* #144983 wrong behaviour when opening a doc twice [Dodji Seketeli]
* #145381 no scroll during node search [Dodji Seketeli]
* #145383 search dialog blocks the view [Dodji Seketeli]
* #147690 nodes added twice from compl table [Dodji Seketeli]
* #147820 phrasing error [Raphael Higino]
* #148015 phrasing error [David Lodge]
* #148335 phrasing error [David Lodge]
* #150175 update completion table when DTD is associated [Dodji Seketeli]
* #150184 wrong node names/attributes parsing [Dodji Seketeli]
* #150206 node editor bad sync behaviour [Dodji Seketeli]
* #150290 can't open file name with spaces [Bart Vanherck]
* #150384 underscore escaping in filenames [Dodji Seketeli]
* #150487 crash when re-associating a new DTD [Nicolas Centa]
* #150872 wrap tree editing widget text to 80 chars [Dodji Seketeli]
* #151442 crash during editing [Dodji Seketeli]
* #152232 crash when validating empty doc [Dodji Seketeli]
* #152629 badly formed node names [Dodji Seketeli]
* #152858 use GtkFileChooser by default [John Spray]
* #153735 crash when closing doc [Dodji Seketeli]
* #153856 schema selector must use GtkFileChooser [Dodji Seketeli]
* #153874 wrong compl list in contextual menu [Dodji Seketeli]
* many crashers fixes here and there [Dodji Seketeli]

Documentation
=============
* Updated the "MlView internals" document
* Wrote "MlView Keybindings" document

Updated translations
====================
* ja [Ryoichi INAGAKI]
* nl [Tino Meinen, Vincent Van Adrighem]
* cs [Miloslav Trmac]
* en_CA [Alexander Winston]
* en_BG [David Lodge, Garret Owen]
* pt_BR [Gustavo Maciel Dias Vieira]
* es [Francisco Javier F Serrador]
* it [Guido Spadotto]
* zn_CN [Funda Wang]
* de [Daniel Holbach]

Enhancements since 0.6.2
========================
* Updated translations:
  no [Kjartan Maraas]
  hr [Robert Sedak]
  en_GB [Gareth Owen]
  en_CA [Adam Weinberger]
  de [Daniel Holbach]
* Added read/write support for DOCTYPE and entities declaration nodes [Dodji
  Seketeli]
* new entity refs icon [Baptiste Mille-Mathias]
* use glade/libglade instead of GnomeApp & co [Dodji Seketeli]
* Put the "multi-type-of-editing-views" architecture in place
  [Dodji Seketeli, Stephane Bonhomme]
* right click based editing [Dodji Seketeli]
* delete attributes by hiting the 'del' key in the node editing widget
  [Sebastien Bacher]
* added the --dtd|-d command line option [Luuk de Waard]
* Set a default icon for all windows [Dodji Seketeli]
* Deactivate some menuitems depending on the context [Dodji Seketeli]
* Port our SAX plumbing over the new libxml2 2.6.x SAX2 without breaking it
  on previous versions [Dodji Seketeli]
* Force the use of libxml2 2.6.6 or higher [Dodji Seketeli]
* Allow element node name completion in the contextual menu [Nicolas Centa]

Fixes since 0.6.2
=================
* #130036: better utf8 based interaction with gtk+ [Dodji Seketeli]
* #130027: better node type picker behaviour [Dodji Seketeli]
* #130089: xslt dialog crash [Paolo Borelli]
* #132034: better add node dialog usability [Nicolas Centa]
* #130184: cancel on exit dialog [Sebastien Bacher]
* #135780,#139162,#141533,#141578: fix a bad random crash that
  becomes systematic on gnome 2.6 [Dodji Seketeli]
* #135429: proper install of gconf schema file [Julio M. Merino Vidal]
* Replace AM_PROG_LIBTOOL with AC_PROG_LIBTOOL [Dodji Seketeli]
* #141664: validation fix [Dodji Seketeli]
* #130251: avoid having two root element nodes in the same document [Dodji
  Seketeli]
* #132756: avoid having two attributes with the same name on the same element
  node [Dodji Seketeli]
* #141894: better synchronization between node editing widget and tree editing
  widget [Dodji Seketeli]
* #141992: better memory management in the document object model [Dodji
  Seketeli]
* #142152: fix crash in 'find node' [Dodji Seketeli]
2004-10-03 09:43:57 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
e35efc4059 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
===========
gedit 2.8.0
===========

New and updated translations
============================
- Hasbullah Bin Pit (ms)
- Dafydd Harries (cy)
- Christophe Merlet (fr)
- Ridvan Can (tr)
- Vladimir Petkov (bg)
- Theppitak Karoonboonyanan (th)
- David Lodge (en_GB)
- Misu Moldovan (ro)
- Nikos Charonitakis (el)
- Kjartan Maraas (nb)
- Kjartan Maraas (no)
- Raphael Higino (pt_BR)
- Mətin Əmirov (az)
- Miloslav Trmac (cs)
- Hendrik Richter (de)
- Arafat Medini (ar)
- Åsmund Skjæveland (nn)
- Kostas Papadimas (el)


============
gedit 2.7.92
============

Fixes
=====
- fix misc spell plugin issues (#149400, #149761, #149475) (Paolo Borelli)

Docs
====
- Updated for GNOME 2.8 (Breda McColgan)

New and updated translations
============================
- Akagic Amila (bs)
- Iñaki Larrañaga (eu)
- Jarkko Ranta (fi)
- Reinout van Schouwen (nl)
- Changwoo Ryu (ko)
- Jordi Mallach (ca)
- Danilo Šegan (sr.po)
- Danilo Šegan (sr@Latn.po)
- Leonid Kanter (ru)
- Maxim Dziumanenko (uk)
- Francisco Javier F. Serrador (es)
- Adam Weinberger (en_CA)
- Christian Rose (sv)
- Takeshi AIHANA (ja)
- Laszlo Dvornik (hu)
- Funda Wang (zh_CN)
- Miloslav Trmac (cs)
- Martin Willemoes Hansen (da)
- Laurent Dhima (sq)
- Ankit Patel (gu)
- Duarte Loreto (pt)
- Artur Flinta (pl)
- Metin Amiroff (az)
- Kjartan Maraas (nb)


============
gedit 2.7.91
============

Fixes
=====
- Bump Intltool requirement to 0.31 (Owen Taylor)
- Make the print dialog resizable (Jody Golberg)
- Fix a leak on Revert (Paolo Borelli)
- Update to the latest egg-recent (Paolo B.)
- Add new languages to the spell plugin (J.H.M. Dassen)

New and updated translations
============================
- Francisco Javier F. Serrador (es)
- Duarte Loreto (pt)
- Changwoo Ryu (ko)
- Gurban Tewekgeli (tk)
- Laurent Dhima (sq)
- Kjartan Maraas (no)
- Artur Flinta (pl)
- Miloslav Trmac (cs)
- Adam Weinberger (en_CA)
- Christian Neumair (de)
- Funda Wang (zh_CN)
- Miloslav Trmac (cs)
- Åsmund Skjæveland (nn)
- Maxim Dziumanenko (uk)
- Changwoo Ryu (ko)
- Takeshi AIHANA (ja)
- Meelad Zakaria (fa)


============
gedit 2.7.90
============

New Features
============
- Add a command line option to specify the encoding (Paolo Borelli)

Fixes
=====
- Adapt to the new Mime system (Ray Strode)
- Always update the sensitivity of "Move to new window" (Madhan Raj M/Paolo Maggi)
- Remove annoying alert when creating a non-existent file (Vinay)
- Hopefully fix for good the recent files locking (Paolo M.)
- fix accessibility issue in Open Location dialog (Padraig O'Briain)
- avoid multiple about dialogs for the plugins (Paolo B.)

New and updated translations
============================
- Kjartan Maraas (no)
- Nikos Charonitakis (el)
- Christophe Merlet (fr)
- Laurent Dhima (sq)
- Laszlo Dvornik (hu)
- Duarte Loreto (pt)
- Guntupalli Karunakar (hi)
- Gareth Owen (en_GB)
- Miloslav Trmac (cs)
- Francisco Javier F. Serrador (es)
- Christian Rose (sv)
- Vincent van Adrighem (nl)
- Gil Osher (he)
- Takeshi AIHANA (ja)
- Alexander Shopov (bg)


=============================================
gedit 2.7.1 - "FUTURE PROGRAMMING TECHNOLOGY"
=============================================

New Features
============
- Add a change case plugin (Paolo Borelli)
- debugging output is now enabled with env vars (Paolo B.)

Fixes
=====
- link help button in preferences and page setup dialogs (Muktha)
- Syntax Highlighting prefs don't get confused (Travis Snoozy)
- merge misc bugfixes from the stable branch

New and updated translations
============================
- Christian Neumair (de)
- Nikos Charonitakis (el)
- Laurent Dhima (sq)
2004-09-21 17:11:10 +00:00
jmmv
ca602c5993 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2.8,0: "Josha Bell"
* Fixes:
	- Fixes to docs (Shaun McCance)

2.7.92: "Morte della Madonna"
* Improvements:
	- Updated documentation (Shaun McCance)

2.7.91: "Que fuerte me parece"
* Fixes:
	- Fix a crash when selection unset keys (bug #149805)
        - Fix search cancelation (bugs #150728, #146790)

2.7.90: "Old maintainer clip show"
* Improvements:
	- Lots of HIG fixes (Dennis Cranston)

2.7.4: "Siempre estoy soñando"
* Improvements:
	- Search asyncronously
	- Add recent keys
* Fixes:
	- Put the output window in a vpaned so it can be resized
	  (bug #146776)
	- Go to the key in the tree and in the list.
	- Use header capitalization for menu items. Fix bug #147753
	  (Dennis Cranston)

2.7.3: "This one is really released!"
* Fixes:
	- Fix some UI stuff of the search window (Anders Carlsson)

2.7.2: "long queue"
* Improvements:
	- Search!!!!
	- Removed warning dialog (Christian Neumair)

* Fixes:
	- Enable menu internationalization (Christian Neumair)

2.7.1: "Beer at Norway"
* Improvements:
	- Implement list elements editing
	- Added schema
	- Set defaults in gconf.xml.defaults
	- Set a key/value as mandatory from
	- Support for browsing/editing defaults and mandatory

* Fixes:
	- Fix some leaks
	- Fix long standing bug converting some text entries into booleans (bug #136148)

2.7.0: "Favola di Venezia"
* Improvements:
	- Use GNOME libraries (Shakti Sen)
	- Add Help support (Shakti Sen)
	- Use GNOME standard about dialog (Bug #88279)
	- Make menu icons follow menus_have_icons preference key (Mariano
	  Suárez-Alvarez)
	- Show an alert when the key has no schema (Bug #110745)
	- Replace use of item factory with ui manager (James Bowes from the
	  GNOME love fame!)
	- When removing an item in the list edito, select the next or the previous
	  one (Alberto Ruíz, Bug #142994, also a new contributor from the
	  GNOME love and live hacking at guadec-es!)

* Fixes:
	- Fix crash when nothing is selected (Richard Hult)
	- Don't show hidden widgets on new windows.
	- Fix compilers warning and build stuff on AIX.

* Merged fixes from 2-6 branch:
        - Don't escape keys (Bugs #135807 and #136400)
        - Fix a crashing bug in the unref code (Bugs #124662 and #136631)
        - Fix the cell editor for float values (Bug  #137468)
        - Fix a crash when launching gconf-editor with a invalid key path (Bug
          #136381)
        - Allow the notebook in the key editor to fill and expand. (Fix
          #138557)

* Translations:
        - Added Basque translation (Iñaki Larrañaga)
        - Added Gujarati translation (Guntupalli Karunakar)
2004-09-21 17:10:43 +00:00
wiz
73901ee2fb Update to 5.6.1:
Changes in 5.6.1:
This release fixes a bug which blocked dialog's item selection.

Changes in 5.6.0:
+ Java disassembler
+ New feature: "Tabbed" browsing.
   (Now you may access F1-F10 actions through TAB key)
+ Textmode syntax highlighing
+ New submodes of binmode
+ AVR disassembler by Stephan Linz
+ Enable SSE3 for Athlon64
   (due Intel Extended Memory 64 Technology)
+ New feature: input viewer
* Fixed Bug 234729(debian.org):
  Hexadecimal dump is not hex, but binary
  (if hexmode was forced by -h key in command line)
* Fixed Bug 235005(debian.org): Missing values in hex listing
  (was detected when width of terminal window was 106 chars)
* Fixes by Alex:
   * Fixed bug of block-device opening
   * Fixed case sensitive search in hexmode
* Fixed old and evil bug of not repainting of low part of window
   under some terminals.
+ Add russian locales support in linux/unix systems
* Fixing multiple QNX related bugs
+ Added support for QNX 6 Neutrino
* QNX6 related fixes and improvements
+ Added mouse wheel support for Win2k+
* Some MSWin related fixes
   by Oblomov Sergey
* Fixed correct elf32 reading after applying 64-bit support
* Other minor/major fixes.
2004-09-20 23:57:30 +00:00
agc
92afa9f3fd For just now, disable autoconf checks for grantpt(3) - fixes a bulk build
problem.
2004-09-16 11:14:53 +00:00
agc
eaf120951f Use the same mechanism as used in nvi to switch off checks for grantpt(3)
and other System V options for now. Fixes a problem in the bulk build, and
addresses PR 26967.
2004-09-16 10:51:17 +00:00
agc
a559dd7bc7 NetBSD 2.0F and later has grantpt(3) - just ignore it for now, so that we
don't try to use other System V options. Fixes bulk build problem.
2004-09-16 10:40:24 +00:00
jmmv
81c2334925 Update to 3.2.11; couldn't find a decent list of changes. 2004-09-04 16:54:23 +00:00
jmmv
35ea5a5415 Set the path to GConf2's configuration database manually, to fix multiple
crashes.  The problem is that the configure script is picking the gconftool-2
binary from the buildlink directory, which does nothing, so it gets an
incorrect configuration.  Bump PKGREVISION to 1.
2004-09-04 16:10:12 +00:00
reed
f2f825d222 Added a MESSAGE file that is shared with both lyx-qt and lyx-xforms.
And bumped PKGREVISIONs.

This MESSAGE suggests that the user run's LyX's reconfigure option
when upgrading or adding other packages.

The MESSAGE also lists several packages that can extend LyX.
(Later, when wip/sgmltools-lite and wip/html2latex are added to
pkgsrc these should be added to the list.)
2004-08-26 18:04:10 +00:00
recht
cf17a3984b Add missing patch. 2004-08-22 19:47:05 +00:00
recht
f05af955b8 update to TeXmacs-1.0.4-R2
Changes:
This is a bug-fix only release.

Changes to the pkg:
Correctly pass LDFLAGS, so the rpath won't get lost.
2004-08-17 11:18:57 +00:00
minskim
abed02cb37 Honor CPPFLAGS to make this package build on Interix. 2004-08-15 00:08:58 +00:00
adam
6bc77fb62f Changes 4.8:
* Bug-fix release
2004-08-12 12:12:33 +00:00
markd
eb06afd012 Remove patch-ab. Fixes build on Solaris 9. Assume all platforms we
support have strerror(). If there is a platform that doesn't have
strerror() then this should be changed to make OLDWAY properly choose
between the two alternatives and then define OLDWAY in make flags.
2004-08-11 14:10:18 +00:00
adam
dde50871c6 Changes 1.2.10:
- handle getnstr() not defined (needed for SGI IRIX 6.5.22)

Changes 1.2.9:
	- fix searching larger than 3 characters long strings

Changes 1.2.8:
	- replace the unsafe getstr() with getnstr()

Changes 1.2.7:
	- check the presence of <sys/mount.h> before including it
	- fix build on Digital UNIX 4.0f (remove -Wall)
	- use the full width of the terminal (the trick is to stop relying on
	printing "\n", but using move() instead)
	- fix displaying the offsets at beginning of each line on big endian
	boxes (thanks to Martin Schaffner)

Changes 1.2.6:
	- fix core dump when searching backward (thanks to Jean Delvare)
          (the culprit is memrmem, but also fixing provided memrchr)

Changes 1.2.5:
	- fix build on Solaris
	  (which doesn't have BLKGETSIZE and all compilers don't have -W)

Changes 1.2.4:
	- use BLKGETSIZE to try to get the size of a device
	- do not die horribly when accessing after the end
	- fix provided memrchr() (thanks to Yue Luo)
	- fix displaying after searching >32bit files (thanks to Paul Mattal)

Changes 1.2.3:
	- add some KEY_HOME KEY_END (^[[7~ and ^[[8~)
	- fix for HAVE_MEMMEM
	- fix my memrchr not behaving the same as libc's
	- fix the use of memrchr to behave as libc's
	- use "(void)" in prototype of functions having no parameters
	- call "raw()" when help() is over
2004-08-03 12:12:54 +00:00
kristerw
10a31bbed9 Make this build on OS X. The new files are taken from the emacs cvs
repository.
2004-07-31 21:01:54 +00:00
schmonz
e94ce402be Enable pkgviews installation, and use subst.mk. 2004-07-28 17:24:59 +00:00
schmonz
93db98a325 "teach-ce" should find ce(1) in ${LOCALBASE}, not ${PREFIX}. 2004-07-28 17:24:28 +00:00
schmonz
eae816f86c Enable pkgviews installation. 2004-07-28 16:37:00 +00:00
markd
69356e8ad6 USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes 2004-07-28 13:18:11 +00:00
recht
b211e173ab update to TeXmacs-1.0.4
changes:
- Finished documentation of built-in environment variables.
- Bug fixes in the HTML converters and in the accelerator for long
  documents.
- Better quasi-quoting and added unquote-splicing primitive.
2004-07-28 10:44:56 +00:00
recht
a47fc37750 update to TeXmacs-1.0.3.11
changes:
- Finished documentation of TeXmacs primitives.
- Started documentation built-in environment variables.
- Editing of text-at boxes in graphics mode1.
2004-07-28 09:31:16 +00:00
tron
e32233bb87 Because the version number of this package is freely chosen there is no
to use (ugly looking) package revision. We can simply increase the
version number.
2004-07-12 08:40:23 +00:00
cube
7c036cdafe Update distinfo after distfile change (grr). Fixes PR 26231.
PKGREVISION++
2004-07-11 17:56:56 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
xtraeme
3a73785363 Initial import of xwpe-1.5.29a from pkgsrc-wip.
xwpe is a programming environment for UNIX systems writen by Fred Kruse.
The user interface mimics the Borland C and Pascal family of products for
MS-DOS. From within xwpe you can edit, compile, and debug programs.
2004-07-06 07:58:48 +00:00
xtraeme
330f3f2cd7 Added xwpe-1.5.29a. 2004-07-06 07:58:20 +00:00
recht
6f8608ff71 update to 1.0.3.10
changes
- Higher reactivity for editing large documents.
- Speed-up for starting TeXmacs.
- Tab-completion and hyperlinks for intra-project labels and
  references.
- Patches by Henri Lesourd for better editing of graphics.
- Several bug corrections.
2004-07-03 21:25:53 +00:00
jmmv
450a1140b0 Update to 2.6.2:
- Don't show all widgets in new window, because we have hidden ones.
- Fix crash when nothing is selected. (Richard Hult)
2004-06-28 13:34:47 +00:00
dmcmahill
24215ae737 Fix several 64 bit issues to get this going on alpha and hopefully
amd64 and sparc64.  Patches provided by Olaf Seibert in PR pkg/26055.
2004-06-27 20:06:24 +00:00
recht
9011f3c83d update to 1.3.0.9
- Tree call-backs at modifications in documents
- Path-aware trees
- Bug fixes w.r.t. previous version
- Better handling of parameters for page size and margins
- Implementation of ``mutators'', tags which may modify themselves
- Let computer algebra sessions make use of mutators
- All TeXmacs documents become part of one global super-document
2004-06-27 01:08:44 +00:00
jmmv
d839db410d Update to 2.6.2:
Fixes
- Bug #143410 (problem with GOK and Find dialog) (padraig.obriain@sun.com)
- Bug #144525 (include config.h) (Takao Fujiwara)
- Update recent-files stuff (Frederic Crozat)

New and updated translations
- Evgeni Boevski (bg)
- Jordi Mallach (ca)
- Gurban Mühemmet Tewekgeli (tk)
- Ahmad Riza H Nst (id)
- Raphael Higino (pt_BR)
2004-06-26 10:39:25 +00:00
christos
c36b2c10f9 Fix compilation by detecting presense of <sys/stropts.h> and I_PUSH. Version
not bumped, since no actual source changes.
2004-06-21 17:51:41 +00:00
martti
a02a37ca13 Updated vim to 6.3
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
2004-06-21 08:23:48 +00:00
markd
b7f72065bc USE_X11=YES to properly link in -lXau. 2004-06-12 23:21:56 +00:00
schmonz
384af75e68 Packages no longer need to clean up *.subst.sav leftovers. 2004-06-06 04:29:17 +00:00
reed
51f26deb59 Include converters/libiconv/buildlink3.mk in Makefile.common
and bump PKGREVISIONS for lyx-qt and lyx-xforms packages.

lyx uses iconv. The build suggests using libiconv.
Under NetBSD 1.6.2, the lyx-qt build broke when not including
this buildlink. Under Linux and NetBSD 2.x, it built fine before
because it found native iconv() and used it.

Thank you to John R. Shannon for research.

Okayed by maintainer, Martti Kuparinen.
2004-06-04 15:30:35 +00:00
adam
baddb85f50 Changes 3.1:
* Regex and incremental search (jmacs ^S) now work for UTF-8
* More and improved syntax highlighting files, including Mason
* Use ^T E to set character set of file (hit <tab> <tab> at the
  prompt for a list of available character sets).
* Can install custom "i18n" style byte oriented character set
  definition files.
* No longer depends on iconv() (easier to compile)
* Fix bug where right arrow was not doing right thing on last line
* Fix UTF-8 codes between 0x10000 - 0x1FFFF
* Now prints <XXXX> for unicode control characters
* Improved smart home, indent, etc.
* TAB completion is now more "bash"-like
* When multiple files are given on command line, they end up in
  same order on the screen in JOE (before they were shuffled).
* Menu size is now variable (40% of window size or smaller if
  it's not filled).
* Added -icase option for case insensitive search by default.
* Added -wrap option, which makes searches wrap
* Added status line sequence %x: shows current context (function
  name if you're editing C).
* Added tab completion at search prompts and ESC-Enter for tab
  completion within text windows.
* Warn if file changed on save.
* Added Ctrl-space block selection method
* Added Ctrl-arrow key block selection method
* ^K E asks if you want to load original version of the file
* jmacs bugs fixes: upperase word, transpose words, ^X ^C is
  more emacs-like., ^X k and ^X ^V more like emacs.
* Much improved compile system ^[ c
* Much improved jpico
* aspell support.
2004-06-03 08:52:23 +00:00
reed
83372cfaa6 To packages@ list, maintainer, Michael Graff, said he
should give up onwership of this package. So change
to tech-pkg for now.
2004-06-02 20:22:54 +00:00
seb
ad3165957f Fix SUBST_FILES.sysconf's value. 2004-05-31 09:17:38 +00:00
markd
70dc224cd0 Update version 1.6.2 -> 1.6.3
- fix a crash when opening/closing projects with common files
 - warn if user tries to overwrite an existing file in the "New Project"
   dialog
 - make usertags/tools shortcuts configurable
 - place cursor after a bracket when inserting a usertag
 - polished up the "New File" wizard, the size and selected template are
   now remembered, an option to start the Quick Start wizard after
   selecting an empty template is also added
 - double clicking on a non-existent file results in a dialog requesting
   the creating of this file, instead of just an error
2004-05-29 12:55:23 +00:00
shannonjr
699b53b1a3 Backported correction from HEAD to correct problem that package does not compile with gcc 3.4.0. The patches were those submitted in PR 25695 2004-05-29 11:27:09 +00:00
shannonjr
b2ef33a502 Closes PR pkg/25695 2004-05-29 11:19:59 +00:00
shannonjr
41057d0f7e Backported correction from HEAD to correct problem that package does not compile with gcc 3.4.0. The patches were those submitted in PR 25695 2004-05-29 11:19:58 +00:00
kim
4a498047a1 Bump required version, pine 4.60 does not compile with 4.6 2004-05-23 00:59:15 +00:00
adam
00ad2a7ee7 Don't complain about lesstif version any more, and use the original web-site, since it is working again 2004-05-21 12:13:05 +00:00
grant
3b675ac59e quieten the start of the build, we don't need to see all of MAKE_ENV
being set.
2004-05-17 11:29:34 +00:00
grant
081fa1d06e whitespace/indentation fixes 2004-05-17 11:28:26 +00:00
grant
4d758a646d link against libcurses on Darwin. 2004-05-17 11:11:30 +00:00
grant
b4bc5cd882 whitespace fixes 2004-05-17 10:56:17 +00:00
jmmv
0864c75701 Update to 2.6.1:
- Bug #137329 (Wrong filename got after Save as) (Paolo Maggi)
- Bug #138051 (Reproducible search/replace dialog application lockup) (Paolo M.)
- Fixed some mem leaks (Paolo Borelli)
- Enabled vfs file choosing (Paolo M.)
- Bug #137805 (Text area unfocused after opening) (Paolo M.)
- Set the window type of the tag list window to UTILITY (Rob Adams)
- The indent plugin now does not indent empty lines (Paolo B.)
2004-05-15 14:28:53 +00:00
jmmv
59c0b92f2c Update to 3.2.10:
Dasher 3.2.10 - "Automake will eat your soul"

- Rerelease of 3.2.9 without a broken tarball (hopefully)

Dasher 3.2.9

- Changed default compile options so accessibility, speech and gnome support
  are built by default. Use --with-gnome=false, --with-speech=false and
  --with-gnome=false to disable this

- Fixed bugs related to control-mode crashing and colour selection not working

- A couple of minor build-system cleanups
2004-05-15 12:49:25 +00:00
kristerw
68748c8b5a Correct spelling of ja-FreeWnn-lib and Canna-lib in use of BUILDLINK_PREFIX. 2004-05-13 19:29:42 +00:00
adam
ae524f489f Changes 4.7:
* bug fixes
2004-05-13 18:27:48 +00:00
grant
0872fa7055 s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
markd
e54791f172 Update Ted to version 2.16
Changes since version 2.14
(Ted 2.16 Apr 18, 2004)
* Fixed some bugs, in particular a crash after you deleted a table near
  the end of a document. Additionally many bugs relating to (foot)notes
  were fixed.
* More navigation keys work like in MS-Word.
* Refresh of some of the translations and spelling dictionaries.
* Support for a second custom print command to support both ghostview for
  print preview and xpp for double sided printing.
(Ted 2.15 Apr 5, 2004)
* Norwegian window texts
* Printing (and so pdf conversion) of embedded macpict images
* Bug fixes.
* Mapping between rtf, PostScript and X11 fonts revisited. Preparations
  for the integration with the GhostScript font installation. Fonts can be
  embedded in the printout to print on any printer.
* Separated Spanish Spanish texts and Argentinial Spanish texts.
* Many fixes to support Central European and Greek files.
* Very thoroughly tested by Jonathan Drews and Axel Schwarzer.
2004-05-11 11:50:00 +00:00
reed
91e9b985e1 Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to
"yes"). So any packages that have old GNU configure script that
does not support --infodir option (while using INFO_FILES) can set
CONFIGURE_HAS_INFODIR=NO.

This was suggested by agc@ as a clearer definition.
2004-05-08 16:14:55 +00:00
uebayasi
68028b8f52 Make this aware of emacs21nox. 2004-05-08 15:15:07 +00:00
uebayasi
97dbaacc12 Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
reed
64ec3da5be Use a new option NO_CONFIGURE_INFODIR which is about to be introduced
because although these packages use autoconf-style configure
scripts they do not know --infodir option.
2004-05-08 02:08:38 +00:00
reed
d4f7a4db1f Make sure this installs the info document to INFO_DIR directory. 2004-05-08 01:28:36 +00:00
reed
b5394f2c1b Make sure that GNU_PROGRAM_PREFIX is prepended to
filename used by INFO_DIRS.

(Alternatively, I could patch this to not install
as ged.info for example.)
2004-05-08 01:27:03 +00:00
reed
e036ee27d8 Remove the info/ed.info entry because the INFO_FILES pkgsrc
capability registers it automatically.
2004-05-08 00:59:31 +00:00
cjep
c3f6e4f661 Add RCS tags 2004-05-07 12:06:47 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
snj
099d31cd3a s/buildlink2/buildlink3/ in comments. 2004-05-02 00:23:40 +00:00
snj
b3990b97af Convert to buildlink3. 2004-05-02 00:22:20 +00:00
dmcmahill
3cf021a86c avoid tricking the configure script into thinking we're cross compiling
which breaks compilation if you do not have a cross tool chain installed.
Not sure how this ever compiled before...
2004-04-27 21:58:15 +00:00
adam
5af7d3ea93 Changes 1.0.3.7:
* bug fixes
* support for new languages
2004-04-27 11:56:26 +00:00
snj
d61a61e132 Convert to buildlink3. 2004-04-26 04:55:28 +00:00
tv
976f457a1a Make build on Interix. 2004-04-26 03:51:52 +00:00
snj
217071a8da Convert to buildlink3. 2004-04-25 02:19:17 +00:00
snj
9f9d5ccef7 Convert to buildlink3. 2004-04-25 01:46:11 +00:00
snj
3b63e89fba Convert to buildlink3. 2004-04-25 01:19:19 +00:00
markd
f4b39d9825 bl3ify 2004-04-23 12:05:58 +00:00
tv
a6e4fd78ea If we're including gettext-lib, use it. (nano was factoring it out if
"msgfmt" was missing.)
2004-04-22 17:14:37 +00:00
cube
536a13d16b USE_LDAP -> USE_OPENLDAP 2004-04-21 20:50:41 +00:00
xtraeme
c1dab89fe0 bl3ify 2004-04-19 21:40:52 +00:00
markd
ff99c6f070 Move include of bsd.prefs.mk before the test of EMACS_USE_XAW3D so the
later can actually work.
2004-04-19 15:39:34 +00:00
jmmv
5023cb7a7c Bump PKGREVISION due to libcroco's update (major version bump in library name). 2004-04-19 15:04:59 +00:00
snj
246cd0fe0a Convert to buildlink3. 2004-04-18 04:19:49 +00:00
snj
d920d6db74 Convert to buildlink3. 2004-04-17 23:59:21 +00:00
snj
71262575ec Convert to buildlink3. 2004-04-17 19:41:18 +00:00
jmmv
19991df5a0 Update to 2.6.1:
* Fixes:
        - Don't escape keys (Bugs #135807 and #136400)
        - Fix a crashing bug in the unref code (Bugs #124662 and
          #136631)
        - Fix the cell editor for float values (Bug  #137468)
        - Fix a crash when launching gconf-editor with an invalid key path
          (Bug #136381)
        - Allow the notebook in the key editor to fill and expand. (Fix
          #138557)

* Translations:
        - Added Basque translation (Iñaki Larrañaga)
        - Added Gujarati translation (Guntupalli Karunakar)
2004-04-16 13:47:17 +00:00
jmmv
cad79331bb Set USE_LIBTOOL=yes. 2004-04-15 11:16:04 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
xtraeme
8d74972d0a bl3ify 2004-04-12 15:17:09 +00:00
xtraeme
6cfe5f95ad bl3ify 2004-04-12 15:14:55 +00:00
xtraeme
6127702110 bl3ify 2004-04-12 11:17:15 +00:00
xtraeme
74d5785eeb bl3ify 2004-04-12 10:53:07 +00:00
snj
1ac8daa07f Convert to buildlink3. 2004-04-12 03:41:51 +00:00
snj
690238c591 Convert to buildlink3. 2004-04-12 03:35:28 +00:00
snj
69749ccab8 Convert to buildlink3. 2004-04-11 08:36:43 +00:00
snj
c9e44fd776 Convert to buildlink3. 2004-04-11 08:32:04 +00:00
snj
094c54864f Convert to buildlink3. 2004-04-11 08:25:09 +00:00
snj
e47eb6e58f Convert to buildlink3. 2004-04-11 08:14:24 +00:00
snj
2da2cc2b7b Convert to buildlink3. 2004-04-11 08:03:29 +00:00
reinoud
9fbcdce47f Fixing of fatal compilation errors. Mainly it redefined time_t causing it
to bomb out. Secondly it made assumptions about the processor being a 32
bitter wich gave rise to various warnings about pointer to integer
conversion. These were not that serious for they were mainly used for
calculating hash values but i decided to fix those too if only to get
better hash values.
2004-04-06 19:02:48 +00:00
wiz
b60053fdb0 Bump dependency to latest emacs20 version. 2004-04-05 13:47:55 +00:00
markd
13f258f4bf Update kile to 1.6.2
Changes:
This release fixes some problems with spurious "file changed on disc"
messages, remembers Master Document, and doesn't crash if KViewShell is
called with the DVI parameter but KDVI is not installed.
2004-04-05 11:21:05 +00:00
recht
657e9dc2ea update to 1.0.3.6
Changes:
A lot of documentation has been added on how to write style files. Several
bugs that were introduced in the last two versions have been corrected.
2004-04-04 23:19:45 +00:00
magick
12ff70405b Update xemacs to 21.5.17:
*          XEmacs 21.5.17 "chayote" is released.
      "chayote" is the eighteenth in the OXYMORON series.


The main purpose of the "chayote" release is to provide a checkpoint
before upcoming major changes.  Bignum (infinite precision integer)
support and Xft (including antialiasing) support are expected to be
added in the near future.

Relative to XEmacs 21.5.16 "celeriac", "chayote" has many improvements
in module support from Jerry James, and improved package management
from Steve Youngs.  Steve Youngs also ported the "lazy" widget support
from GNU Emacs 21.3, and Jerry James synched frame and window support.
A number of annoying crashes in GTK, in X11 dialogs, and in the
bytecode interpreter were fixed, but several crashes remain.
2004-04-04 16:12:01 +00:00
yamt
eaa0bb5d45 - fix a crash with the following seqence.
(i've sent the same patch to bostic@bostic.com a few years ago.)
	% vi a
	:N b
	:q
	:q
- bump to nb2.
2004-04-03 17:30:56 +00:00
jmmv
97f053158b Update to 3.2.8 (which should have happened two days ago; pointed out by rh@):
Dasher 3.2.8 - "Meaningless phrase goes here"
=============================================
Updated translations

Dasher 3.2.7 - "The Austin Mini of text entry"
==============================================
Panel detection code fixed

Dasher 3.2.6 - "What, those po files are supposed to do something?"
===================================================================
Make translations actually work

Dasher 3.2.5 - "Attack of the flying letters - the revenge"
===========================================================
Fixed a speech crash bug
Use gtkfilechooser
WE WELCOME OUR US SPELLING OVERLORDS
A couple of nasty bugs involving the branch change logic being broken when
in control mode were fixed, which should fix both hangs and exceptions
2004-04-03 07:30:27 +00:00
snj
dc687eee75 Arrgh. Forgot to add this. 2004-04-02 03:34:54 +00:00
jmmv
6d6165d266 Update to 2.6.0. Changes since previous stable branch (2.4.x):
============
gedit 2.6.0
============

Documentation
=============

- Add localized documentation from Sun's translation team (Glynn Foster)

New and updated translations
============================

- Åsmund Skjæveland (nn)
- Baris Cicek (tr)
- Alastair McKinstry (ga)
- Andras Timar (hu)
- Abel Cheung (zh_TW)
- Gareth Owen (en_GB)
- Dmitry G. Mastrukov (ru)
- Arafat Medini (ar)
- Stanislav Visnovsky (sk)
- Swapnil Hajare (mr)
- Funda Wang (zh_CN)


============
gedit 2.5.92
============

Fixes
=====

- Bug #136920 (Preferences dialog type hint) (Rob Adams)
- Fix maintainer builds (Thomas Vander Stichele)

New and updated translations
============================

- Dinesh Nadarajah (ta)
- Theppitak Karoonboonyanan (th)
- Ales Nyakhaychyk (be)
- Maxim Dziumanenko (uk)
- Arafat Medini (ar)
- Roberto Rosselli Del Turco (it)
- Rhys Jones (cy)
- Miloslav Trmac (cs)
- Raphael Higino, Gustavo Maciel Dias Vieira (pt_BR)
- Vincent van Adrighem (nl)
- Duarte Loreto (pt)
- Sanlig Badral (mn)


============
gedit 2.5.91
============

Enhancements
============

- Updated On-Line Manual (Breda McColgan)
- Added Paolo Borelli to the list of authors (Paolo Maggi)
- Uses PANGO_UNDERLINE_ERROR in the automatic spell checker (Thomas Voß)

Fixes
=====

- Bug #135824 (Solaris build with pixmap SOURCES) (Glynn Foster)
- Bug #104950 (Right-click unselects text if you click outside the
  selection) (based on patch by Nathan Fredrickson <nathan@silverorange.com>
  backported from gtkspell 2.5.0)
- Bug #135565 (.cgi files no longer highlight) (Paolo M.)
- Bug #135628 ("Enable Syntax Highlighting" checkbox not synched with
  GConf key) (Paolo Borelli)
- Bug #136231 (Should not run the file chooser in a loop to
  enter folders) (Paolo M.)
- Bug #135987 (crash when opening the choosing file window after successfully
  opening a first file in a folder with spaces) (Paolo M.)
- Various portability problems (Albert Chin-A-Young)

New and updated translations
============================

- Alastair McKinstry (ga)
- Amanpreet Singh Alam (pa)
- Arafat Medini (ar)
- Changwoo Ryu (ko)
 -Christophe Merlet (RedFox) (fr)
- Duarte Loreto (pt)
- Funda Wang (zh_CN)
- Mətin Əmirov (az)
- Mugurel Tudor (ro)
- Ole Laursen (da)
- Pablo G. del Campo (es)
- Priit Laes (et)
- Reinout van Schouwen (nl)
- Roberto Rosselli Del Turco (it)
- Takeshi AIHANA (ja)
- Žygimantas Beručka (lt)


=============
gedit 2.5.90"
=============

New features
============

- added a --enable-deprecations flag to configure.in
  to switch on the DISABLE_DEPRECATED cflags (Mark McLoughlin)

Fixes
=====

- Bug #133178 (Underquoted definitions in acinclude.m4) (Alexander Winston)
- Removed unused gconf key
  schemas/apps/gedit-2/preferences/editor/save/save_encoding (Paolo Maggi)
- Removed AC_SUBST(CFLAGS), AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS)
  from configure.in (Tomasz Kłoczko)
- Bug #135000 ("Save the changes to document before closing"
  dialog should have Accessible Role "ALERT") (Padraig O'Briain)
- Uses the new file chooser in the shell_output plugin (Paolo Borelli)
- Disables the menu items when the gedit state is not NORMAL (Paolo M.)
- Bug #133851 (Saves the file on pressing ESC from the
  "Save As" dialog) (Paolo B.)
- Don't highlight single column lists (Jeroen Zwartepoorte)
- Uses latest libegg recent-files code (Paolo M.)
- Bug #133604 (The name of filters are not marked for translation) (Paolo M.)
- Bug #133269 (check box check or uncheck is not having any bearing) (Paolo M.)
- Bug #133481 (check box selection is not habing any bearing) (Paolo M.)
- Fixed a lot of bugs in the preferences dialog (Paolo B. and Paolo M.)
- Fixed a lot of bugs in the Open/Save As dialog (Paolo M.)

New and updated translations
============================

- Adam Weinberger (en_CA)
- Alastair McKinstry (ga)
- Åsmund Skjæveland (nn)
- Chanchai Junlouchai (th)
- Changwoo Ryu (ko)
- Christian Neumair (de)
- Christian Rose (sv)
- Christophe Merlet (RedFox) (fr)
- Duarte Loreto (pt)
- GNOME PL Team (pl)
- Hasbullah Bin Pit (ms)
- Jarkko Ranta (fi)
- Joao Emanuel (pt_BR)
- John C Barstow (mi)
- Kjartan Maraas (no)
- Kostas Papadimas (el)
- Laurent Dhima (sq)
- Miloslav Trmac (cs)
- Mətin Əmirov (az)
- Ole Laursen (da)
- Pablo G. del Campo (es)
- Reinout van Schouwen (nl)
- Sanlig Badral (mn)
- Takeshi AIHANA (ja)
- Данило Шеган (sr)


=============================
gedit 2.5.[0123] - "I'm lazy"
=============================

New Features
============
- New preferences dialog (now you can also configure
  syntax highlighting) (Paolo Maggi)
- Uses ngettext where appropriate (Danilo Segan, Paolo)
- Uses the new gtk+ 2.3 GtkFileChooser (Jan Arne Petersen, Paolo)
- New close all dialog (Paolo, Paolo Borelli)
- Don't use EelInputEventBox, use gtk+ instead (Anders Carlsson)
- Async loading of remote files (Paolo)

Fixes
=====
- Bug #117365 - Alternate path for diff command is not
  configurable (Balamurali Viswanathan, Paolo)
- Bug #117443 - Help from "Compare Files" plugin page
  opens Gedit "Copyright" page (Leena Gunda, Paolo)
- Bug #122790 - Compilation error in gedit-2.4.0 (Mariano Suarez-Alvarez,
  Ettore Perazzoli)
- Bug #117056 - Preferences/Plugins/Manager has mystery button (Paolo)
- s/Gnome/the GNOME Desktop in the about dialog
- Bug #124769 - Crash in gedit print/printpreview code (Alexander Nedotsukov)
- Bug #117360 - Troublesome strings in gedit (Dafydd Harries)
- Partially fixed bug #115633 - Don't split sentences in gedit (Dafydd)
- Partially fixed bug #124238 - Compilation fails on Darwin (Jerry Talkington)
- Bug #117518 - Shouldn't say "string" in "search for string" tooltip (Paolo)
- Bug #102543 - Add statusbar hints to the recent files menu (Paolo)
- Bug #118935 - Can't find and replace \ (backslash) (Eric Ritezel)
- Added icon to the Edit->Delete menu entry (Paolo)
- Bug #128379 - highlighting sometimes fails (Paolo)
- Bug #128810 - HIGgify close confirmation dialog (Paolo B.)
- Bug #130226 - HIGify replace confirmation dialog (Paolo B.)
- Bug #127638 - Window tabs should truncate filenames if its to long (Paolo)
- Bug #87172 - Should never disable (unsensitive) the Revert functions (Paolo)
- Bug #120727 - Unnecessary calls to gtk_window_set_title (Padraig O'Briain)
- Removed separator from dialog (Paolo B.)
- Bug #129994 - gedit can't deal with double clicks on a tabs (Paolo B.)
- Bug #127693 - Bug in gedit.1 manual page (Eric S. Raymond)
- Bug #123007 - Help from date/time plugin points to Gedit copyright page (Leena)
- Bug #122611 - gedit spell plugin lacks Ukrainian support (Maxim Dzumanenko)
- Bug #124052 - shell_output problems with 'pos' return value (Owen Taylor)
- Bug #121377 - shell_output: G_IO_HUP is not enough to detect broken pipe
  (Laurent Vivier)

New and updated translations
============================

- Alastair McKinstry (ga)
- Arafat Medini (ar)
- Åsmund Skjæveland (nn)
- Changwoo Ryu (ko)
- Christian Neumair (de)
- Christian Rose (sv)
- Dafydd Harries (cy)
- Duarte Loreto (pt)
- Gabor Sari (hu)
- GNOME PL Team (pl)
- Jarkko Ranta (fi)
- KAMAGASASAKO Masatoshi (ja)
- Kjartan Maraas (no)
- Kostas Papadimas (el)
- Laurent Dhima (sq)
- Miloslav Trmac (cs)
- Mətin Əmirov (az)
- Ole Laursen (da)
- Pablo G. del Campo (es)
- Pawan (ne)
- Pramod (kn)
- Reinout van Schouwen (nl)
- Robert Sedak (hr)
- Sanlig Badral (mn)
- Sébastien Bacher (fr)
- Žygimantas Beručka (lt)
- Данило Шеган (sr)
2004-04-01 18:51:56 +00:00
jmmv
e805d3d706 Update to 2.6.0. Changes since previous stable version (2.4.x):
2.6.0:
* Translations:
	- Added Punjabi translation (Amanpreet Singh Alam)
	- Updated Hungarian translation (Andras Timar)
        - Added British translation (Gareth Owen)

2.5.92:
* Translations:
	- Updated Croatian translation (Robert Sedak)
	- Added Canadian English translation (Alexander Winston)
	- Updated Ukrainian translation (Maxim Dziumanenko)
	- Updated Thai translation (Theppitak Karoonboonyanan)

2.5.91:
* Fixes:
	- Show key documentation even if it has been modified (Bug #121813,
	  Fernando Herrera)

2.5.4:
* Fixes:
	- Fix a crash when deleting keys (Bugs #105884 and #124662, Sanjiv
	  Agarwala)
	- Copy path if no key is slected (Bug #132085, Fernando Herrera)
	- Fix a crash with NULLs nodes (Bug #128272, Fernando Herrea)
	- Unify copyright strings (Bug #101728, Christian Neumair)
	- Handle escaping of keys correctly (Bug #96744, Hidetoshi
	  Tajima)
	- Removed final "," in enums (Fernando Herrera)

* Improvements:
	- Update statusbar on key selection (Fernando Herrera)
	- Added man page (Sebastien Bacher)

2.5.1:
* Fixes:
	- Fix a crash with unset values (Bug #121084, Sebastien Bacher)
	- Added float support to the list editor, fixing a crash (Ross Burton)
	- Remove the GTK_DISABLE_DEPRECATED flag (Bug #123932, Arvind Samptur)

* Improvements:
	- Set the cursor to GDK_WATCH while we are figuring
	  out the child nodes (Federico Mena Quintero)
	- Expand tree items when double clicked (Christophe Fergeau)
2004-04-01 18:51:26 +00:00
xtraeme
a9ebcdea11 Update abiword to 2.0.5
Changes:

	o Remove the coquille plugin from the RPM spec file.
	o Fix a crash on editting tables with multiple windows (bug 6332).
	o Fix stylesheet handling in wv.
	o Use FREEP() instead of delete[] on UT_strdup.
2004-03-31 04:59:18 +00:00
snj
e8d3279f18 Update to 6.2.14. KDE-specific changes unknown.
General changes include:
* Zillions of miscellaneous bugfixes
* Support for editing Arabic text
* :try command and exception handling
* Support for PostScript printing in various 8-bit encodings
2004-03-31 04:31:20 +00:00
xtraeme
8368b91acb Added poedit-1.2.5. 2004-03-30 23:21:47 +00:00
xtraeme
2aecefec26 Initial import of poedit-1.2.5 from pkgsrc-wip.
poEdit is a cross-platform gettext catalogs (.po files) editor.  It is built
with wxWindows toolkit and can run on any platform supported by it (although
it was tested only on Unix with GTK+ and Windows).  It aims to provide more
convenient approach to editing catalogs than launching vi and editing the
file by hand.

Here is a brief features list:

- User friendly way of editing entries. You can easily navigate in large
  catalogs, easily enter or modify entries (fuzzy flag is automatically
  removed if you change translation, you can copy original string to
  translation by pressing Alt-I)
- Whitespaces highlighting
- Fuzzy and untranslated records highlighting. Furthermore, untranslated
  and fuzzy translations are displayed at the top of the list
- Automatic compilation of .mo files (optional)
- Automatic headers update
- References browser lets you see where in what context the string is used
- You can use poEdit to scan source code for translatable strings
- Integration with KDE and GNOME desktops
2004-03-30 23:20:36 +00:00
recht
47c4855969 update to 1.0.3.5
changes:

# Experimental support for recursive sections and structured
  sections/lists (1.0.3.5).
# Thorough reorganization of style files: counters, lists, environments,
  sections (1.0.3.5).
# Support for local layout changes when formatting source code (1.0.3.5).
# Added a plug-in for Python by Ero Carrera (1.0.3.5).
# New TeXmacs icon by Johann Dréo (1.0.3.5).
# The editing of style files has been completely reorganized and
  improved (1.0.3.4).
2004-03-30 12:41:27 +00:00
reed
91d555c0a3 This fix was lost in last update.
This was my PR pkg/23368. And fredb fixed for me on 04/Nov/2003.
Old patch was put in place accidently on 26/Dec/2003.
This fixes the problem with ut_iconv.cpp and invalid conversion
under gcc 3.3.x.
2004-03-30 00:53:31 +00:00
wiz
c981972898 Update to 2.3.1 (previous distfile disappeared).
Changes:
Added continue to keyword list.
Added use contributed matlab-generate-latex command.
Doc comment update (New file exchange link, matlab shell switches)
Font lock of pragmas
Whitespace mode support.
Exclude block verify from save hooks.
Fixed if statement regexp for unreachable code.
Add persistent as a keyword.
Fill paragraph: Fix to handle comment at end of buffer.
matlab-shell: Fix where kill-local-variables is called.
User patch for finding the symbol at point.
Yoni Wexler contributed patch for indented tic/toc.
Block highlighting tic/toc.
font lock for tic toc.
2004-03-27 21:45:07 +00:00
wiz
b870ab1789 Update comment about why this needs ncurses.
Only remaining: abuses stdscr->_delay (XXX: possible to replace
with timeout()?).
2004-03-26 20:43:55 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
kristerw
b67ea17b63 It is not only SunOS that need -fno-zero-initialized-in-bss when
using gcc 3.  Add this flag for all configurations.

Bump PKGREVISION.
2004-03-25 22:28:12 +00:00
kristerw
0e1233b17d Fix LP64 issues.
Add -fno-zero-initialized-in-bss when compiling with gcc3 (this is not
needed for all configurations, but it does never hurt).

Bump PKGREVISION.
2004-03-25 22:13:34 +00:00
wiz
5759afee21 Update to 9.4 (that version works with perl-5.8).
Changes:
Highlights since 9.3:

    + Bug fixes, lots.  See the CHANGES file for details.

General changes
===============

    + regular expressions and searches allow null characters.

    + minibuffer editing commands are more complete, implementing all of the
      inline cursor search- and motion-commands.

    + implement new editing commands in the minibuffer:  r, ~, x, X.

    + use insert-mode bindings when mini-edit mode is active.  Use insert-key
      to toggle, rather than set mini-edit mode.

    + modify buffer- and filename-completion on Unix to escape backslashes
      which are stored in the [Completions] buffer.  Doing this allows one
      to complete a buffer or filename containing a backslash.

    + improve history-editing by quoting tokens which contain embedded blanks
      or other special characters, using that to retrieve tokens from the
      history buffer unambiguously.

    + save/restore window modes such as linewrap when rereading a file,
      or when executing a shell command.

    + use realpath() if it is available, and "$VILE_PWD" environment variable
      rather than "." as parameter to getcwd() if it is valid, to speed up
      operation on quasi-filesystems such as ClearCase.

    + add configure option --with-screen=XawPlus for XawPlus library.

    + add configure option --with-screen=ncursesw to allow building the
      curses driver using the wide-character version of ncurses.

    + add check in tcap.c for terminfo kmous capability like xterm, in case
      we are running in screen, which also supports xterm mouse protocol.

    + modify support for "^X-e" to make it use the whole line if the current
      buffer is a directory.


Locale Improvements
===================

    + change default for --with-locale option to yes.  Note that this
      option is only tested if locale support is found, and it is becoming
      less common to encounter systems with broken locale support.

    + add "locale" to the "$cfgopts" variable if vile is compiled with
      locale support.

    + modify vile-manfilt to decode UTF-8 emitted by groff 1.18

    + in UTF-8 locale, adjust termcap driver to use UTF-8 to display codes
      in the 160-255 range, setting vile's locale to non-UTF-8 locale.
      (yes, this is a short-term fix).

    + add configure check for wctype functions, to work around defect in
      glibc's ctype functions: in UTF-8 locale, the latter return useless
      information on character classes.  This works on Solaris.

    + move upper/lower case-conversion into tables so that locale support can
      augment the built-in translation.


New Commands
============

    + "which-keywords" macro shows the location of files containing keywords
      for the given majormode.

    + "edit-buffer" simplifies "which-keywords" and similar macros.

    + "encode-attributes-til" and "write-encoded-til" convert the syntax
      highlighting in a region back to control/A sequences, or write the
      corresponding data to a file.  There is a corresponding alias
      "decode-attributes-til" for "attribute-cntl_a-sequences-til".

    + "substitute-all-til" implements the "^X-s" binding.


New Modes
=========

    + add "overlap-matches" mode, to control whether highlighting for the
      visual-matches mode should skip to the next character, or past the
      current match when checking.

    + add "percent-crlf" mode, which controls the threshold at which the
      whole file will be considered DOS-format (CRLF record separators)
      if the given percentage already ends with CR/LF.

    + "yankmotion" mode controls whether the cursor should be moved as in vi
      after yanking text.

    + add "xterm-title" mode.

    + add logmode majormode, to distinguish some makefiles from logfiles.

    + add "texmode" majormode, as a variation of latexmode.


New Variables and Functions
===========================

    + add several short-named relational operators "&geq", "&gt", "&leq",
      "&lt", "&neq", "&sgeq", "&sgt", "&sleq", "&slt", "&sneq" to reduce
      the need for "&not".

    + add "$pathname-separator" variable.


Syntax Filters
==============

    + add Ruby syntax filter.

    + add syntax filter for rpm ".spec" files.

    + add syntax filter for PostScript ".ps" files.

    + add syntax filter for enscript ".st" files.

    + add xml-filter based on html-filter.

    + add pot-filt.l, to highlight ".po" files.  Using sh-filt.l was
      not satisfactory since the quoting rules were not close enough.

    + add syntax filters and corresponding modes for assembler (GNU and M$),
      info and texinfo.

    + add -j option to c-filt.c, to implement some java-specific features
      such as "$" as part of an identifier, and \u escapes.

    + add un-filters (atr2ansi, atr2html, atr2text) which convert encoded
      control/A text to different forms.

    + modify spell.rc, spellflt.l and select.c to allow spell filter to
      work as a built-in filter.

    + modify built-in spell filter to work with encrypted files.

    + add a -t option to filters, to pass tabstop value.  Use this in
      makefilt.l to provide better highlighting of problems with leading
      whitespace.

    + modify manpage.rc to check if the current buffer is perl, and if so,
      to render contents using pod2man or pod2text.

    + set "vilemode" for [History] buffer.

    + reorder lex-based filters to allow building with flex 2.5.31, which
      introduces several incompatibilities with respect to flex 2.5.4
      and lex.

    + add configure check/warning for flex 2.5.31, which has broken support
      for the "-P" option used for built-in filters.
2004-03-22 11:48:39 +00:00
agc
be93ef44ba Make this compilable by gcc3 - no more multi-line string constants, link
with the correct compiler invocation.
2004-03-20 22:08:10 +00:00
bouyer
edf4700caf -fno-zero-initialized-in-bss is required in CFLAGS on SunOS with gcc3,
otherwise emacs core dump on exit. Found this on an emacs mailing list.
2004-03-20 17:58:56 +00:00
xtraeme
5ee0f92c6e Make sure we get converters/libiconv dependency, via USE_BUILTIN.iconv=no
(looks like USE_GNU_ICONV doesn't get the dependency), this will fix
the problem seen in latest agc@'s bulk build.

Bump PKGREVISION.
2004-03-20 16:25:16 +00:00
xtraeme
e15c6825ea PR pkg/24355: Michal Pasternak, make this build under FreeBSD. 2004-03-18 16:42:36 +00:00
martti
fe64a53114 Updated lyx-xforms and lyx-qt to 1.3.4
* It adds support for old files from LyX 0.10.x or 0.12.x;
  * Lyx documents can now be opened and edited even if
    they use text classes not present in your latex installation;
  * New Qt features have been added (improved selection,
    drag-and-drop);
  * Mac OS X support is much improved;
  * The interface and documentation localization have
    been polished.
2004-03-17 15:52:36 +00:00
cjep
310ad4462a add ed 2004-03-12 13:13:09 +00:00
reed
62e0dd6e41 Initial import of ed-0.2, the GNU version of line-oriented text editor. 2004-03-12 04:46:33 +00:00
jlam
40c2807f53 Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mk
is included by not checking its value explicitly.
2004-03-10 17:58:22 +00:00
jmmv
c4e6ed9e14 Fix build under 1.6.2 caused by a C99-ism.
Noted by last kristerw's bulk build.
2004-03-09 22:05:08 +00:00
wiz
ddc561bf09 Remove treetext package; HOMEPAGE disappeared and broken for months. 2004-03-08 23:21:08 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jmmv
1d84e24551 Some cleanups. 2004-03-07 10:44:00 +00:00
jmmv
61a4aa8efb Enable gucharmap support unconditionally, to get a full featured abiword
package.  Bump PKGREVISION to 1.
2004-03-07 10:41:03 +00:00
xtraeme
1a6a097905 Update abiword to 2.0.4
The changes from version 2.0.3 to 2.0.4 include, amongst others:

# Fix the caret positioning on Windows.
# Fix style export with when using non ASCII characters, corrupting the
  document.
# Fix Input Methods handling for the Thai input handler.
# Speedup the very slow setting of a language on a large selection.
2004-03-06 07:12:54 +00:00
ben
c73e9d2248 Update bvi from 1.3.0 to 1.3.2. Remove from TODO and make note in CHANGES.
Changes include:
* bug and portability fixes
* -c option in bmore (clear before displaying)
* -n num option in bmore (display the indicated number of lines in each
  screenful
* -w num option in bmore (display the indicated number of bytes in each
  line)
* autoconf 2.52
* bmore: nicer last line
2004-03-03 21:30:08 +00:00
kristerw
8a72ed7fa8 Copy a missing .h file from ${FILESDIR} to make this compile on amd64. 2004-02-29 14:14:19 +00:00
kristerw
9af5ce5e1f Make this compile on amd64, based on Richard Rauch's patches (PR pkg/23701)
as applied to the editors/emacs package.
2004-02-28 20:57:48 +00:00
jmmv
e494e49b07 Update to 3.2.4:
- Billions of translations
- X server portability fixes
- Behaves intelligently when it comes to deleting characters
- Fix various nasty things that broke switching between accessible applications
2004-02-26 15:10:50 +00:00
markd
dd05c8383d USE_LANGUAGES= c c++. 2004-02-25 22:16:23 +00:00
jmmv
fddad60334 Add and enable mlview. 2004-02-25 22:05:56 +00:00
jmmv
8168d935fe Initial import of mlview, version 0.6.2, based on the package found in
pkgsrc-wip (which was updated from 0.6.0 and with multiple corrections):

MlView is an XML editor for the GNOME environment.  Some of its features are:
* Cut/copy/paste as child/paste as prev/paste as next/ of XML elements.
* XML element/attributes search.
* Multi docs edition.
* Several editing views can be opened on the same document.
* Drag and drop based copy/cut/past of XML elements.
* Edition of XML elements and attributes can be made directly on the tree.
* Namespace support.
* On-demand validation.
* Graphical error reporting.  Parse/validation time errors reported.
  graphically.  This feature is new so it may be buggy or not well polished...
* When validation is switched on, MlView proposes an elements/attributes.
  completion feature.  When an element is added to the tree, MlView also
  adds the children elements required by the DTD for the document to be valid.
* Validation can be switched off.  The XML document editon can then be done
  without any constraint.
* A clean code.
2004-02-25 22:04:48 +00:00
drochner
fc846a903c make yhis compile on amd64,
based on Richard Rauch's patches (PR pkg/23701)
2004-02-25 19:11:43 +00:00
jmmv
f615766e48 Add gnome to CATEGORIES. 2004-02-23 19:04:59 +00:00
jmmv
b8e1bfdc9a Add and enable dasher. 2004-02-23 19:02:19 +00:00
jmmv
57b2092704 Initial import of dasher, version 3.2.3:
Dasher is an information-efficient text-entry interface, driven by natural
continuous pointing gestures.  Dasher is a competitive text-entry system
wherever a full-size keyboard cannot be used - for example:
- on a palmtop computer
- on a wearable computer
- when operating a computer one-handed, by joystick, touchscreen, trackball,
  or mouse
- when operating a computer with zero hands (i.e., by head-mouse or by
  eyetracker)
2004-02-23 19:01:53 +00:00
jmmv
cf0ce11ba2 bl3ify and add some more dependancies on packages used directly by this one. 2004-02-20 19:25:39 +00:00
jmmv
454bf4873e bl3ify 2004-02-20 12:43:28 +00:00
kristerw
227648818b Change the INSTALL value to make this package actually install. 2004-02-18 21:29:10 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
jmmv
714d6b32f9 Update to 0.7.12:
Enhancements
* New translations: Croatian (hr) (Robert Sedak), Japanese (ja) (Mitsuru Oka)
* Updated translations: Albanian (sq) (Laurent Dhima), Serbian (sr.po,
  sr@Latn.po) (Danilo ?egan), nl (Daniel van Eeden), Czech (cs) (Miloslav
  Trmac), Greek (el) (Kostas Papadimas), German (de) (Christian Neumair),
  Croatian (hr) (Robert Sedak)
* Added preliminary support for the TEI Lite format (Roberto Rosselli Del
  Turco)
* Big fix of XML namespace handling. Dispspecs now refer to elements using a
  namespace URI (if any) and the local name within that namespace.
  Element-matching code now uses namespaces rather than prefixes in various
  places, including the XSL-FO and RELAX NG plugins, which should lead to
  more robust handling of arbitrary documents. (me)
* When determining which dispspec to use, calculate coverage of the document
  elements and pick the best (above a certain threshold percentage) (me)
* New dialog for selecting which child element to insert when a DTD requires
  such a choice. The new dialog lists both the XML names and the translated
  names with icons where available (me)
* Added a workaround for bug #124507 which pops up a dialog explaining what
  the problem is and tells you which elements are causing it. The problem
  elements will not appear in the editor widget. The dialog repeats every
  time the document is editor, but this is better behaviour than a silent
  crash :-) (me)

Fixes
* Reorganised source tree so that the xds files live in their own "dispspecs"
  subdirectory, rather than sharing the "examples" folder with the sample
  instance documents (Geert Stappers)
* Tidying up of plugin management code to use Service IDs to identify
  instances and GType to identify classes (me)
* Big warning fix, should now compile cleanly on "-Wall -Werror" (me)
* Big cleanup of the insides of the popup context menu, replacing lots of
  obcure hackery with a more maintainable system. (me)
2004-02-17 23:25:45 +00:00
seb
e66d505d7d Remove info files entries from PLIST. 2004-02-17 14:36:04 +00:00
seb
4bc358ffaa Remove info files entries from PLIST. 2004-02-17 00:00:02 +00:00
seb
6794d2eb49 Fix build with gcc3. 2004-02-16 23:41:26 +00:00
jmmv
53313e2689 Depend on xdg-dirs to handle the share/applications shared directory.
Bump PKGREVISION.
2004-02-16 23:20:05 +00:00
jmmv
6e12832dda Explicitly include glib2's and pkgconfig's bl3 files (the later fixes build).
Also sort includes and use pkgsrc intltool.
2004-02-16 23:10:24 +00:00
jmmv
6cd7dd4ed0 Explicitly depend on glib2 and sort bl3 includes. 2004-02-16 21:44:46 +00:00
jmmv
08069fc711 Explicitly include pkgconfig's buildlink to fix build, and use pkgsrc
intltool.
2004-02-16 21:38:44 +00:00
seb
8e524ab84f Add missing entries in INFO_FILES.
Remove info files entries from PLIST.
2004-02-16 21:34:18 +00:00
seb
318d2e538a Remove info files entries from PLIST. 2004-02-16 21:09:56 +00:00
seb
8cbab321d8 Remove info files entries from PLIST. 2004-02-16 20:59:26 +00:00
seb
711c427421 Remove info files entries from PLIST. 2004-02-16 19:55:50 +00:00
itojun
e14efcea47 upgrade to 040103. various portability fixes 2004-02-15 22:29:39 +00:00
recht
550f887d6e update to 1.0.3.3
changes:
- Application of many minor bug fixing patches.
- Some <TeXmacs> primitives have been documented in greater detail.
- Further fixes for using <name|True Type> fonts.

in the pkg:
- USE_LANGUAGES= c c++
- no need for gettext-lib, libiconv is enough for TeXmacs
2004-02-15 15:47:42 +00:00
minskim
ecef206c5f Update xemacs-packages to 1.14, a complete set of XEmacs packages as of
2003/02/14.

Added package:
	erc-0.05

Updated packages:
	auctex-1.36	c-support-1.19	calendar-1.23	cc-mode-1.42
	ecb-1.14	ecrypto-0.16	edit-utils-2.11	ess-1.07
	fsf-compat-1.14	gnus-1.79	hyperbole-1.15	ispell-1.29
	liece-1.13	mail-lib-1.64	mail-crypt-2.14	mh-e-1.28
	mule-base-1.46	net-utils-1.38	os-utils-1.35	prog-modes-1.94
	psgml-1.42	riece-1.14	sgml-1.11	sieve-1.15
	sml-mode-0.11	text-modes-1.73	tramp-1.17	x-symbol-1.09
	xemacs-base-1.84		xemacs-devel-1.61
2004-02-15 03:42:31 +00:00
minskim
133d519c2d Do not override version. 2004-02-15 03:01:57 +00:00
minskim
30244379ce Let xemacs and xemacs-nox11 share xemacs/Makefile.common. This
synchornizes xemacs and xemace-nox11 again.
2004-02-15 02:58:46 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jlam
b259a0a438 CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
2004-02-14 15:29:15 +00:00
snj
779cf2a1ec s/dependant/dependent/ 2004-02-13 23:46:25 +00:00
minskim
8d0a675c0b Remove .info from PLIST. 2004-02-12 14:36:50 +00:00
minskim
b8e1f2b23b bl3ify 2004-02-12 14:34:06 +00:00
jlam
057d7df5ec Teach these package Makefiles about ICONV_TYPE. 2004-02-11 12:20:03 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +00:00
reed
d0e7e41990 Use MESSAGE_SRC instead of MESSAGE, because PREFIX was not
replaced in for +DISPLAY. (Maybe PKGREVISION should be bumped too?)
2004-02-10 07:17:38 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
99a7540d77 Update to 0.7.11:
Conglomerate 0.7.11
===================
Enhancements
	* New translations: no (Kjaartan Marass), fr (Alban Browaeys),
	  sq (Laurent Dhima)
	* Updated translations: cs (Miloslav Trmac), es (Francisco Javier
	  F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt
	  (Duarte Loreto), sr/sr@Latn (Danilo ?egan),
	* The File->New assistant now has a "Random Document" plugin, which
	  is both great fun, and good for testing. If you select this, you
	  reach a page where you can select a document type from those
	  available (based on the dispspec files loaded). You can also specify
	  a "depth" which is used to give an idea of how deep the document's
	  tree should be. If a DTD is available, Conglomerate will try to
	  ensure that the document is valid against that DTD. It also
	  generates random text, to really push the unicode support (it
	  generates random strings using most of the full range of Unicode).
	  (me)
	* If a DTD if found, the DTD tab of the Properties dialog for a node
	  now has a "content model" view, showing the valid child elements
	  that are allowed by the DTD in a tree form. (me)
	* First attempt at a "Find" dialog; improving this and the "Replace"
	  dialog would make great jobs for programmers wanting to get
	  involved. (me)
	* Big rewrite of the plugin code with the aim of eventually moving
	  over to libgnomeoffice's framework. Plugins contain services of
	  various kinds; everything is now a GObject subclass. (me)
	* The "--enable-printing" configuration option no longer requires
	  libfo; this is now enabled separately with a new "--enable-libfo"
	  option (me)
	* Change template code to use a <cong:template> element (Jeff Martin)
	* Toolbar now has a "New Document" button (Daniel van Eeden)
	* Internal improvements to GUI button sensitivity logic (Paul Smith)
Fixes
	* Fix bug #130820 (me)
	* Fixed crash when loading file without a dispspec with no extension
	  in its filename (me)
	* Fixed a bug in the template code (Daniel Larson)
	* Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers)
	* Fixed whitespace issues in the README files (David Hoover)
	* Various build fixes, including disabling gtk-doc for now (Geert)
	* Added a couple of DocBook tags to the display specification (Daniel
	  Larsson)
	* Added a template file for display specifications to the examples
	  subfolder (Boris Goldowsky)

Conglomerate 0.7.10
===================
Enhancements
      * The Home and End keys now take you to the start/end of text
        within the current structural element; with Ctrl pressed they
        take you to the start/end of text within the document. Shift can
        be used to drag out selections as usual. This fixes bug #109698
        (me)
Fixes
      * Big rewrite of File->Properties dialog - it now uses Glade, it
        updates in response to changes of DTD, file URL and modification
        status (bugs #122029, 130728) (me)
      * Overview tree's root element now changes when the file's URL
        changes (bug #130728) (me)
      * Fix for bug #130724 (crash on loading examples/test-docbook.c)
        (me)
      * Added a wrapper function to generate generic property dialog
        descriptions to reduce translator workload (fixes bug #124780)
        (me)
      * Various documentation and Debian packaging fixes, including bug
        #123131 (Geert Stappers)
      * Disabled plugin support for Norman Walsh's website format as
        it's currently too broken to be worth supporting (see Bugzilla
        #113001 for some of the problems) (me)

Conglomerate 0.7.9
==================
Enhancements
      * Support for middle mouse button paste of PRIMARY (me)
      * Update PRIMARY whenever selection changes, fixing bugs #130248
        and #126039 (me)
      * Rewrite of clipboard and selection code. Selections are now
        offered and received as both XML and as text, in a sane format,
        fixing bug #129731 (me)
      * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo
        ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador)
      * Installs GConf schema file (Geert Stappers)
Fixes
      * Fixed various compilation warnings (me)
      * Fix for bug #125918 (Elements appearing in incorrect order) (me)
      * Fixed various bugs in the calculation of selection highlighting
        (including bug #124130); added an early reject to throw away
        unnecessary updates when dragging out a selection with the mouse
        (me)
      * Added ordering function for comparing nodes; fixed long-standing
        bug in CongRange reordering function which was causing glitches
        in the selection code (me)
      * Fixed bug when moving cursor to next word near end of a node's
        content which would generate an invalid cursor location
        off-by-one beyond the valid range (me)
      * Fix for bug #124508 (crash on inserting sibling) (me)
      * Fix for bug #125720 (crash on deleting nothing) (me)
      * Fixed crash when testing text nodes as being irrelevant
        whitespace in the case where they haven't yet been added to the
        tree (me)
      * Implemented various missing node types in
        cong_document_get_node_name, fixing a problem in the test data
        for bug #120976 (me)
      * Fix for bug #124208 (entity modification is not saved) (me)
      * Fix for bug #129752 (nested entity edit) (me)
      * Fix for bug #129907 (Elements appear in reverse order under
        certain circumstances) (me)
      * Fix for bug #130227 (Pasting simple text using the middle mouse
        button often causes assertion failures) (me)
      * Fix for bug #123490 (Carriage return should add a carriage
        return if whitespace is being preserved) (me)
      * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and
        Geert Stappers)
      * Improvements to dispspec debugging (Geert)
      * Fixed intltool problems (me)

Conglomerate 0.7.8
==================
Enhancements
      * Big reorganisation of the implementation of the editor widget,
        simplifying the code (me)
      * New GObject class representing an XPath expression, which will
        help towards some future bugfixes (me)
Fixes
      * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik)
      * Fixed missing files in POTFILES.in (Marcel Telka, Geert
        Stappers)
      * Fixed lots of warnings (me)
      * Increased self-tests on cursor validity (me)

Conglomerate 0.7.7
==================
Enhancements
      * Experimental GUI code to use the new GTK File Choser dialog
        (currently needs manually enabling) (Me)
      * Big rewrite of display specifications for document types.
        Support for localising XML element names and descriptions, using
        the xml:lang attribute and intltool; numerous other improvements
        (Me)
      * Ignore unnecessary whitespace text nodes in main editor view -
        Fix for bug #123367 by Anders Petersson giving a big visual
        enhancement ; fixed cursor movement to skip over them (me)
      * Updated translations - ca (Jordi Mallach), de (Christian
        Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der
        Vegt), pt (Duarte Loreto)
Fixes
      * Fix for bug 123065 (open using empty window instead of whole new
        window) (Robert Varga)
      * Portability improvements (Duraid Madina, Pav Lucistnik)
      * Get strings from immodule as UTF8, notify immodule of focus
        in/out (bug 125993) (Yukihiro Nakai)
      * Fixed unref of NULL uri (bug #126231) (Paul Smith)
      * Various GUI sensitivity fixes (Paul Smith)
      * Rewrie of intenals of text normalisation to supoprt Pango
        attributes in preparation for proper support of "pre-edit"
        strings from GTK input methods (me)
      * Fixed loading from GnomeVFS with a relative path (Robert Varga)
      * Fix for bug #127026 (crash when using cut from popup menu) (me)
      * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael
        Terry)
      * Force span tag to be wide enough to accommodate its title.
        Center contents. (Boris Goldowsky)
2004-02-09 12:38:58 +00:00
markd
7fc605c5f5 Update kile to version 1.6.1.
Besides various tiny bugfixes the most important changes are:
 o fixed some crashes related to project management
 o made Kile KDE 3.2 ready
2004-02-09 11:06:06 +00:00
minskim
6d713b3afb Update xemacs to 21.4.15. Approved by uebayasi@.
Changes in this version:
 	* etc/OXYMORONS: Inserted "Corporate Culture" for 21.4.15.
	* etc/package-index.LATEST.gpg: New, replaces
	`package-index.LATEST.pgp'.
	* etc/package-index.LATEST.pgp: Removed, replaced with
	`package-index.LATEST.gpg'.
	* configure.in: The icc compiler pretends to be gcc.  It isn't.
	* etc/PACKAGES (ERC): new.
	* configure.usage (--with-widgets): widgets now defaults to
	--with-widgets=no.  Patch inspired by Jim Schumacher.
	* etc/PACKAGES (riece): New package.
	* etc/PACKAGES (liece): Mark as deprecated.
	* configure.in: Add Intel C++ compiler detection to compiler
	version reporting.
	* configure.in: record additional info about compiler and libc
	versions, to assist in debugging.
	* configure.in (line 3573):
	(Mule input methods):
	Deprecate Motif for Linux.
	(Installation): Report when LessTif is used.
	* configure.in: installexe.sh is under srcdir, not blddir.
	* aclocal.m4: Add icc (Intel compiler) support.
	* configure.in: Ditto.
	* configure.in (OS_RELEASE): Add support for SunOS 5.10.
	On current OSes produced by Sun, `uname -r' prints "5.9".
	It seems likely that on future OSes, `uname -r' will print "5.10".
	We need to accept multi-digit release numbers.
	* PROBLEMS: Propose bash as an alternative to buggy Solaris
	/bin/sh.
	* configure.in: XEmacs failed to build on Solaris9.
2004-02-09 07:54:58 +00:00
minskim
a26fbaedb6 Use XEMACS_USE_CANNA instead of EMACS_CANNA for consistency, and add
it to BUILD_DEFS.  Approved by uebayasi@.
2004-02-09 07:16:13 +00:00
jlam
d420fe7358 CC_VERSION is "gcc-2.8.1" for egcs. Also fix up a few nits: not all
compilers understand "-O" to optimize, and if we only care about gcc, then
wrap the block in an ifdef that is triggered only if we're using gcc.
2004-02-09 03:26:39 +00:00
jlam
a1c40fc01e We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
2004-02-08 04:03:14 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
jmmv
3317acb024 Bump PKGREVISION due to gtksourceview update. 2004-02-07 15:24:56 +00:00
grant
b032cd4dcc USE_LANGUAGES=c c++ 2004-02-05 10:09:03 +00:00
recht
58779c0b95 update to 1.0.3.2
changes:

Reorganization of font-system so that it can work with True Type fonts
instead of the usual pk fonts. This makes it possible to make TeXmacs
distributions which do not longer rely on Metafont for the font-handling.

Implementation of compound fonts. This is used in order to similate EC fonts
by combining several other CM-like fonts. It also provides a first step
towards native Unicode support.

Improved Octave plug-in and added plug-ins for Clisp, Cmucl and Matlab.
2004-02-01 22:26:01 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
xtraeme
3d6cdbd713 There's no need to use 'USE_X11BASE' in xvile package, we'll use
USE_X11 instead, bump PKGREVISION.
2004-01-28 15:55:17 +00:00
agc
3f227fc581 make this compile with gcc3: varargs -> stdarg 2004-01-28 14:43:01 +00:00
xtraeme
b155a5ab4b There's no need to use 'USE_X11BASE' in mule package, we'll use
USE_X11 instead, bump PKGREVISION.
2004-01-28 14:16:41 +00:00
xtraeme
8f89324344 There's no need to use 'USE_X11BASE' in cooledit package, we'll use
USE_X11 instead, bump PKGREVISION.
2004-01-28 13:45:56 +00:00
xtraeme
c2c06717db There's no need to use 'USE_X11BASE' in nedit package, we'll use
USE_X11 instead, bump PKGREVISION.
2004-01-28 12:13:02 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
kristerw
e07880e51a Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
2004-01-25 12:44:34 +00:00
xtraeme
2a48a239f1 Update abiword to 2.0.3
Changes:

	o Several crasher bugs have been fixed related to Foot and
	  Endnotes.
	o Fix a nagging bug causing Copy&Paste not to function properly.
	o Lots of Windows frontend fixes and cleanups.
	o Improved WordPerfect importer, adding initial support for WP4.2
	  and 5.x type documents.
	o Improved SDW importer.
	o Translation updates for the Arabic, Finish, Spanish, Albanian,
          Malay and Catalan languages.
2004-01-24 13:10:56 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
agc
8cbf6814c3 Make this compile with gcc3: varargs -> stdarg 2004-01-22 23:19:02 +00:00
recht
336ce769ff update to 5.4
new features in 5.4:
- Calltips (SF patch #495286)
- Rangesets (SF patch #529298, #628933)
- Backlighting (SF patch #529298)
- Highlighting information macros (SF patch #529298)
- Full mouse wheel support for XFree86 (SF patch #715941)
- Look-behind matching for regular expressions (SF patch #530308)
- Regular expression and syntax highlighting speed-ups
- Flexible resource file location (SF patch #484674) See the section
  "Upgrading from 5.3 to 5.4" of the README file for more information.
- Color dialog (SF patch #595330)
- Option to auto-hide mouse pointer while typing
- Option to keep cursor away from top and bottom of the screen
- Check for real changes of externally modified files (SF patch #602426)
- Synchronized interaction between nc and nedit (SF patch #403647)
- Several smaller improvements on usability and speed
- Several smaller improvements to the macro language (SF patch #552760, ...)

For a complete list of features see the release notes at:
http://nedit.sourceforge.net/relnotes.shtml

Also (temporarly) change the HOMEPAGE/MASTER_SITE since nedit.org's ISP
has problems. See the (current) homepage at http://nedit.sourceforge.net/
for details.
2004-01-22 17:34:48 +00:00
grant
265e175a76 avoid if ! .. statement, not all shells can handle it. 2004-01-22 08:31:31 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
recht
c3cc545228 Fix a build/linking problem wrt Xft2.
Reported by Peter Bex.
2004-01-21 17:43:55 +00:00
recht
29dd842171 Add patches which I forgot in the previous commit. 2004-01-21 10:11:19 +00:00
recht
eb383dd30c install configuration files in PKG_SYSCONFDIR/elvis instead of /etc/elvis 2004-01-20 22:48:07 +00:00
recht
9beff601b7 + elvis, elvis-x11 2004-01-20 21:18:49 +00:00
recht
aac40f4a78 initial import of elvis-2.2.0 (x11 version)
by Peter Bex via pkgsrc-wip

This is the X11 GUI version of Elvis. It includes the console version, as well.

Elvis - written by Steve Kirkendall is a very powerful vi/ex clone providing
a remarkable number of bells and whistles like:

	* Syntax Highlighting.
	* Multiple files in multiple windows.
	* Browse modes for LaTeX (rather experimental), HTML and MAN pages.
	* Networking support (http and ftp).
	* GUI frontends for some of its platforms.
2004-01-20 21:17:22 +00:00
recht
7b9f166397 initial import of elvis-2.2.0 (non x11-version)
by Peter Bex via pkgsrc-wip

Elvis - written by Steve Kirkendall is a very powerful vi/ex clone providing
a remarkable number of bells and whistles like:

	* Syntax Highlighting.
	* Multiple files in multiple windows.
	* Browse modes for LaTeX (rather experimental), HTML and MAN pages.
	* Networking support (http and ftp).
	* GUI frontends for some of its platforms.
2004-01-20 21:16:06 +00:00
recht
503d845154 update to TeXmacs-1.0.3.1
The main improvements with respect to TeXmacs-1.0.2 are:

* An export filter for Postscript and Pdf which supports scalable fonts.
* An interface with FreeType 2 for the support of several new fonts.
* TeXmacs has become ?DRD aware?, which means that properties can be
  associated to primitive and user defined tags.
* The TeXmacs website has been redesigned and generated using TeXmacs.
* A better Html output filter and several minor improvements in the LaTeX
  import converter.
* Several improvements in the plug-ins and support for the free Axiom system.
* Scheme support for plugging in new data types and converters.
* Support for the Slovene language.
2004-01-20 14:44:13 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
markd
547aa21b43 Fix build on Solaris. 2004-01-15 09:20:53 +00:00
magick
654d9d212b Disable sound support as proposed by Martin Husemann to make xemacs compile
under -current, until i found out why it suddenly fails.
2004-01-14 16:50:19 +00:00
kristerw
325906f103 Make this build on NetBSD-current. 2004-01-13 21:58:51 +00:00
uebayasi
47a97ba2a5 Back the last out according to Jan's request. 2004-01-13 04:29:20 +00:00
uebayasi
6ed9e32208 Update to 0.6; exclude JDE temporarily from the list on behalf of bulk-builds. 2004-01-13 03:15:40 +00:00
seb
0104f4dfbf Fix build on NetBSD current. 2004-01-11 19:43:27 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
recht
b7d154dbce update to 1.0.2.11, ok'ed by jmmv@
Lots of fixes/changes.

 The main improvements with respect to TeXmacs-1.0.1 are:

* Improved user & developer support for plugins + documentation.
* Plugins for Graphviz, GNUplot, Eukeides.
* Improved converters for Html.
* Possibility to save and load as XML.
* Manual available in French, Italian, Portuguese and Spanish.
* Informative flags for otherwise invisible tags.
* Cleaner interface with Guile and module system.
2004-01-01 12:30:56 +00:00
cjep
ae7fd52e7b Add trailing / on HOMEPAGEs 2003-12-30 17:21:54 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
xtraeme
ff1f7d3b9f Remove some unused options (missed in previous). 2003-12-27 09:12:49 +00:00
wiz
adaabaa8b4 abiword -> abiword1, abiword2 -> abiword. 2003-12-26 18:27:57 +00:00
wiz
8a465c49ae Update to 2.0.2 (move abiword2 package here and change PKGNAME, really). 2003-12-26 18:26:59 +00:00
wiz
15e3adbb15 Note that this is based on gtk1 and a newer version is out.
Add conflicts with other abiword packages.
2003-12-26 18:25:30 +00:00
wiz
58d476f688 Re-import abiword-1.x branch as abiword1 package. 2003-12-26 18:20:27 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
jmmv
bf1d5fad5f Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
2003-12-23 21:10:22 +00:00
uebayasi
61c13afad9 prog-modes-1.91 had a wrong hash. Pointed out by Min Sik Kim, PR pkg/23842.
(prog-modes-1.91-pkg.tar.gz on ftp.jp.xemacs.org seems broken now!)
2003-12-23 05:36:49 +00:00
uebayasi
3041cbb5b2 Update xemacs-packages to 1.13, a complete set of XEmacs packages as of
2003/12/22.

Newly added packages are:
	* general-docs-1.01
	* hyperbole-1.13
	* oo-browser-1.04
	* riece-1.12

And many others are updated.
2003-12-22 08:14:26 +00:00
uebayasi
fb9bf933f5 Update to 21.4.14, "Reasonable Discussion".
Changes from the release note.

-- Fix: Make sure local variables get processed -- Andy Piper
-- Fix: Make Windows scrollwheel work even if no scrollbars -- Ren  Kyllingstad
-- Fix: Fix bytecompiler infinite recursion -- Michael Toomim
-- Fix: Handle embedded carriage returns in make-docfile -- Andrew Begel
-- Fix: Regexp matching of degenerate word boundaries -- Stephen Turnbull
-- Fix: Don't use DB_AUTO_COMMIT in database.c -- Stephen Turnbull
-- Fix: FAQ, docstring and PROBLEMS corrections -- Stephen Turnbull
-- Fix: Discard docstrings in compiler only if appropriate -- Stephen Turnbull
-- Fix: Reverse bogus regexp tests -- Stephen Turnbull
-- Fix: Modify configure to add -fno-strict-aliasing to gcc -- Stephen Turnbull
-- Fix: Disable event compression under Motif -- Stephen Turnbull
-- Fix: Enable -DREGEX_MALLOC by default -- Stephen Turnbull
-- Fix: Turn off widgets by default -- Stephen Turnbull
-- Fix: Add docstrings for lisp-mode hooks -- Vasily Korytov
-- Fix: Support MacOSX shared library loading -- Andrew Begel
-- Fix: Font-lock fix for defuns -- Adrian Aichner
-- Fix: cl-macs generated incorrect docstrings -- Nickolay Pakoulin
-- Fix: Remove bogus key definitions -- Jerry James
-- Update: Latest package index -- Norbert Koch
-- Update: about.el information -- Vin Shelton
-- Update: Use X Font Sets in sample.Xdefaults -- Stephen Turnbull
-- Update: etc/PACKAGES -- Stephen Turnbull
2003-12-22 07:08:30 +00:00
xtraeme
1349d4d719 abiword2-gnome install the same files
with or without --disable-gnome :/ (pointed out by Martti Kuparinen).
2003-12-21 09:24:39 +00:00
xtraeme
b0d97157a4 Update to 2.0.2
Changes:

	o Translation updates.
	o Set the default values in the Insert Table dialog (GTK) properly.
	o Add checks for setenv/putenv and for strings.h
	o Fix bad deletion of resources.
	o Fix various resource leaks.

And more... please review http://www.abisource.com/release-notes/2.0.2.html
to see a complete list of changes.

While here, remove Makefile.common, abiword2-gnome install the same files
with or without --disable-gnome :/ (pointed out by Martti Kuparinen).
2003-12-21 09:23:12 +00:00
wiz
e4fe259035 Sort. 2003-12-18 09:45:51 +00:00
xtraeme
8b4992c357 This needs libgnomeprintui and aspell from Soren Jacobsen. 2003-12-15 01:04:06 +00:00
xtraeme
7d3cc08f2d Update to 2.4.1
Changes:

	o Fixed the --help messages translation problem (Paolo Maggi)
	o Used the new docs build system (John Fleck)
	o Managed unknown current locale encodings (Paolo)
	o Other minor bugs (Paolo and Eric Ritezel)

And more... review Changelog to see a full list of changes.
2003-12-15 00:16:02 +00:00
xtraeme
910301f6e2 Update to 2.4.0
Changes:

	o Many bugfixes were solved and added new features.

Review Changelog to see a full list of changes.
2003-12-15 00:06:12 +00:00
markd
a50063ab7e Update kile to version 1.6
Changes:
* new editor (katepart)
* project management
* auto-complete environments
* statistics dialog for document (word count)
* can open multiple files in one go (using the open file dialog or the sidebar)
* launch you favorite BibTeX editor using the bilbiographies found in your document
* interaction with gBib and pyBliographer
* restore files and projects on start up (optional)
* checking whether or not the document is a LaTeX root before compile is optional now
* structure view: jump to line AND column, allow multiple labels on one line, allow
  space between \struct and { }, don't parse structure elements that are out-commented
* configurable shortcuts to focus log/messages, output, konsole, editor views (resp.
  ctrl+alt+m,o,k,e)
* more advanced \includegraphics dialog
* check if file is modified on disk
* highligthing inside math environments
* allow user to set PS-PDF, DVI-PS, PDF-PS, BibTeX, makeindex commands
2003-12-14 11:38:21 +00:00
wiz
04afa01b54 Bump PKGREVISION for previous. 2003-12-14 10:14:28 +00:00
cjs
eefb4d4d66 Add enable-multibyte option so that vim properly displays Asian languages.
(This is now worthwhile because xterm now supports UTF-8.)
2003-12-14 10:10:52 +00:00
xtraeme
356739432e Add and enable abiword2{,-gnome}. 2003-12-14 03:27:39 +00:00
xtraeme
c761a036b4 abiword 2.0.1-2 for GNOME 2. 2003-12-14 03:25:19 +00:00
xtraeme
aafa67e741 Initial import of abiword 2.0.1-2 from pkgsrc-wip.
AbiWord is an open-source, cross-platform WYSIWYG word processor.
This version uses GTK+2.

Features include:

 - Basic character formatting (bold, underline, italics, etc.)
 - Paragraph alignment
 - Spell-check
 - Import of Word97 and RTF documents
 - Export to RTF, Text, HTML, and LaTeX formats
 - Interactive rulers and tabs
 - Styles
 - Unlimited undo/redo
 - Multiple column control
 - Widow/orphan control
 - Find/Replace
 - Anti-aliased fonts
 - Images

This doesn't use GNOME 2.  If you want GNOME 2 support, use
abiword2-gnome.
2003-12-14 03:24:49 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
adam
aff9b608e5 Do not force -O, use CFLAGS; cosmetics in Makefile 2003-12-12 10:20:53 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
xtraeme
1747724326 Updated to 0.7.6
Changes:

     * Undo/Redo now works, with an unlimited history. Large amounts of
        the program was rewritten to allow this.

     * Allow clicking beyond the end of the fragment of text, to make
       it easy to select past the end of a line.

     * Improvements to the "Required Child" dialog to use Glade and be
       more HIG-compliant (David Hoover).

And more bugfixes, etc.
2003-12-03 23:03:39 +00:00
kristerw
f6d8743f8c Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
magick
71ceb282c9 Update xemacs to 21.5.16
As usual many small bugfixes. Details are on
http://www.xemacs.org/Releases/21.5.16.html
2003-12-03 00:50:34 +00:00
jmmv
a3e3faed3c Mark as broken: the package does not build with our actual fox version,
and as I see it, it will never be fixed.  The program seems abandoned:
there hasn't been any update since it was imported several years ago,
the homepage does not work and it can't be fetched from its master site.
Suggested by agc@.
2003-11-17 17:02:43 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
reed
f3a587a949 Only configure with libiconv if has libiconv (by using new ICONV_IS_GNU).
This fixes build failure under glibc system that doesn't have any libiconv.
2003-11-04 23:00:00 +00:00
fredb
05c55e8819 Back out the last patch, which removed the conditional const-poisoning,
but rather, make it work. The "const" wasn't be-ing put in for either
NetBSD-current's or pkgsrc's libiconv, but both need it. This should close
PR pkg/23368.
2003-11-04 20:57:29 +00:00
grant
68fd50e391 bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. 2003-10-11 13:40:19 +00:00
reed
77cfa38c9c Allow to use teTeX2 also. 2003-10-08 20:58:05 +00:00
wiz
77aa8f9c73 Update to 2.7.6:
2.7.6:
More Open Type tables are supported. The rendering of complex
scripts (Indic) was improved. Punjabi menu translations were added.
Bugfixes were made.
2.7.5:
This version is updated for Unicode 4.0, includes better entry
level (not full) Tibetan support, and adds new x-input styles, new
key maps, new menu translations, and bugfixes.
[remaining changes to 2.7.2, if any, not found.]
2003-10-05 12:46:57 +00:00
wiz
1b11b40d9b Move comment so that this works. Closes PR 23030. 2003-10-01 21:27:45 +00:00
tron
e42ecfc8c2 Fix GCC 3.3.1 related build problem. 2003-09-28 14:52:55 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
xtraeme
ebd4aef956 Bump package revision to 1 (scrollkeeper's dependency) 2003-09-27 10:22:49 +00:00
xtraeme
926a74062f Add pthread's buildlink and scrollkeeper's omf.mk (fixes latest bulk build
by hubertf@)
2003-09-27 02:46:09 +00:00
recht
b33b51063e Update to 1.3.3
Remove dependency on ispell since it can be installed at any time later.
Adapted changes to CXXFLAGS from LyX's configure script and downgrade
optimizations only for archs where gcc is known to produce broken code
for >= -02.

What's new
==========
** Updates
- add basic support for the memoir class
- add Proof layout to elsart class and get sections to be numbered
- make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX)
- add a bit of documentation of the AGU journals support in the
  Extended manual; small tweaks to the english documentation; german
  documentation overhaul; french documentation and examples update
- completely new italian localization; french, german, russian and
  slovenian localization updates
** Bug fixes
- fix possible crash when changing text class [bug #1050]
- fix language setting when switching textclass
- fix math bug where formulas containing for example a \prettyref
  would not be parsed correctly [bug #1126]
- speed up conversion of large old files on some systems
- fix bad conversion of tables from LyX 1.0 [bug #1045]
- convert old files (0.11 series) correctly, suppressing space
  between number and units [bug #763]
- fix docbook export with nested environments [bug #821]
- output newline and hfill correctly in docbook [bug #1148]
- when pressing delete or backspace over a selection, do not modify
  the clipboard [bug #1049]
- when inserting a float or a note over a selection, make sure that
  the insets and font changes in the selection are correctly kept
  (note however that doing this now modifies the clipboard)
- clean-up properly after completed graphics conversion processes.
- enable graphics conversion using the default convertDefault.sh converter
  when exporting, even if convertDefault.sh is not executable.
- work around a Qt 3.1.2 bug with the environment combo box [bug #1136]
- fix bug where browsing for files in graphics inset would always
  return an absolute path [bug #1028, Qt only]
- do not write in preference file the colors which are still at their
  default value [bug #1069, Qt only]
- fix loading of symbol fonts [Qt 3.2.0 only]
- fix loading of symbol fonts on solaris
- fix the math panel symbols [Qt 3.2.0 only]
- do not reset natbib style when adding a new entry to a citation [Qt
  only]
- allow insertion of width strings like "2.5in" into tabular dialog
  [Qt only]
- fix some cases where the View>TeX information dialog would get
  confused because the same file gets listed several times
- remove annoying message on console when LyX tries to make TeX fonts
  available to the X server
- it was not possible to view the french versions of the Extended and
  Customization manual.
- the lib/configure script now works correctly with zsh [bug #977]
- add missing c_str.sed file in the distribution
- hopefully really fix problems with patch requiring aclocal-1.6
- fix compilation on HP-UX 11.x
- do not report failed inlining when compiling with gcc
- fix compilation with new development versions of xforms
- fix compilation with AikSaurus 1.0
2003-09-26 20:04:37 +00:00
fredb
d62e687ae5 Let this compile with NetBSD-current/gcc-3.3.1. 2003-09-26 14:31:40 +00:00
xtraeme
e693be0b6d Updated to 0.7.4.
Changes:

Enhancements
Beginnings of RELAX NG support
      * An importer that reads DTD files and generate RELAX NG schema.
        (me)
      * A Conglomerate display specification for editing RELAX NG schema
        files. (me)

Beginnings of XHTML support:
      * A Conglomerate display specification for editing XHTML (strict)
        web pages. (me)
      * A simple template for creating new web pages. (me)

Attribute editing:
      * The Property dialog now has a tab page listing any attributes
        found in the DTD for the selected node (me)
      * Utility functions to make it easy to create attribute editors by
        binding GTK and Glade widgets to XML attributes (me)
      * A custom property dialog for DocBook <orderedlist> tags as an
        example of the above. (me)

Improvements to document type infrastructure:
      * Support for template files that can be used in the File->New
        assistant (Jeff Martin)
      * A template for creating new Conglomerate display specification
        files (Jeff Martin)
      * XML doc types can specify a file extension. For example, RELAX
        NG schema files have a ".rng" extension, and HTML files have
        ".html" extension. (me)
      * The display spec file can specify a formal Public ID for the
        DTD, and the code will try to use this, even if the XML file
        doesn't explicitly specify the DTD. (me)
      * The File->Properties dialog allows you to remove DTD
        associations, and can guess at a DTD if one is not present. It
        has a button to add the association to the document header. (me)
      * The display specification file format now supports XML
        namespaces (me)

Improvements to the "Cleanup the XML Source" tool
      * The tool now understands the difference between structural and
        span tags and doesn't force line breaks for span tags. (me)
      * Fixed some bugs and improved look of the resulting source, IMHO.
        (me)

Other Enhancements
      * Stability enhancements (me)
      * Improvements to the DTD for our display specification files (me,
        Jeff Martin)
      * Various test files should now be in the examples subdirectory of
        the tarball (Geert Stappers)
      * You can now merge adjacent paragraphs (as requested by Linux
        Weekly News) - move the cursor to the end of a <para> tag and
        press Delete, or to the start of a tag and press Backspace. (me)
      * Probably some other things I missed :-)

Fixes
      * Fixed lots of cleanup bugs when documents were closed; this
        makes the app much more stable. (me)
      * Fix for bux #118769 - a new dialog to select importers if more
        than one is applicable (me)
      * Empty context submenus are now insensitive (me)
      * Removed an unnecessary dependency on GDK 2.2 which broke the
        build on Red Hat 8
2003-09-25 15:45:20 +00:00
jmmv
ec4a1f8d2a Fix install target under SunOS. From Jonathan Perkin in PR pkg/22932. 2003-09-25 12:56:34 +00:00
tron
915fd0ce04 Rewrite to use "stdarg.h" instead of "varargs.h" to fix build problem
with GCC 3.3.1.
2003-09-22 20:22:36 +00:00
jmmv
37f761c4f2 Update to 4.16.0.63. Closes PR pkg/19924 by Greg A. Woods.
Changes since 4.16:
- Portability fixes.  Most important: work around a never-to-be-fixed
  bug in ncurses (the freely redistributable termcap/terminfo
  database).
- Various minor bug fixes.  Highlights:
  + use mkstemp to avoid a security loophole
  + avoid bad interaction between metakey and xterm mouse support
    in windows wider than 95 characters
  + handle symlinks better
  + obscure bug in text justification that could hang JOVE
  + misuse of stat that only misbehaved on LINUX
2003-09-22 14:10:14 +00:00
wiz
f1d9fbec91 Add SETENV MAKE_ENV to build target.
From Jeremy C. Reed in PR 22759.
2003-09-18 18:42:22 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
wiz
a63cd4dcce Remove patch-ae.work. 2003-09-17 05:24:51 +00:00
wiz
754ea01368 No reason to bump PKGREVISION -- no change here. Undo, it was not long ago. 2003-09-12 22:17:28 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
tron
82236b537c Let "pico" use the Pine 4.58 distribution file because older version
have been removed due to security problems. Bump package revision to
reflect this change. This fixes PR pkg/22757 by Jeremy C. Reed.
2003-09-12 19:42:06 +00:00
hubertf
a28df1a143 fix mastersite/homepage 2003-09-09 18:00:24 +00:00
magick
65bb879816 Update xemacs-current to 21.5.15
This beta release includes mainly bugfixes. No new features.
2003-09-06 17:01:42 +00:00
tron
20f7d53ff8 Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-09-05 19:00:57 +00:00
minoura
b4bac686fc Add bbdb. 2003-09-04 13:50:59 +00:00
minoura
3e551a3787 Add skk, remove ddskk. 2003-09-02 14:20:21 +00:00
cjep
b42456df51 Add NetBSD RCS tags 2003-09-01 10:17:35 +00:00
reed
f4dbbee688 Fix spelling typo. 2003-08-30 05:08:59 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
taca
b5cc2f438e Remove extra "done" state ment in do-install target.
NetBSD 1.5.X's sh(1) dosen't allow it.
2003-08-29 16:20:56 +00:00
jmmv
ff0d056103 Fix MASTER_SITES. 2003-08-29 16:18:16 +00:00
xtraeme
86b4288e60 Bump package revision to 2, (fox buildlink was changed to the new version). 2003-08-29 10:17:55 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
jmc
11d7f06799 Touch a few files so configure doesn't run again on build 2003-08-26 16:14:14 +00:00
markd
f75e8fa018 USE_GNU_ICONV as an interim measure to get this to build again on
NetBSD-current.  Someone may be able to get this to use the native iconv
but the configure script at least is very GNU iconv specific.
2003-08-24 12:50:09 +00:00
jschauma
5e93a320d3 Put this package into a new pseudo-category called 'java'. 2003-08-23 15:10:41 +00:00
grant
dfba081206 s/gui/GUI/ 2003-08-10 03:15:28 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
agc
b77570afed Update vile from version 9.3 to 9.4
Changes for vile 9.4 (released Mon Aug 04 2003)

Various bug fixes and some new functionality:
	+ modify vilefilt.l to highlight shell commands.
	+ add cases for 'u', 'U', 'x' and 'X' to RegStrChr2(), making the
	  [:upper:] and [:xdigit:] regular expression character classes work.
	+ tested with gcc 3.3 and g++ 3.3, modifying several interfaces to use
	  'const'.  gcc 3.x also introduces more nonstandard name-pollution.
	+ modify manpage.rc to check if the current buffer is perl, and if so,
	  to render contents using pod2man or pod2text.
	+ add un-filters (atr2ansi, atr2html, atr2text) which convert encoded
	  control/A text to different forms.
	+ modify support for ^X-e to make it use the whole line if the current
	  buffer is a directory.
	+ increase output- and state transitions-limits for latexflt.l,
	  rpm-filt.l, sh-filt.l and vilefilt.l to compile with Solaris and HPUX
	  lex programs (report by Adam Denton).
	+ modify vile-manfilt to decode UTF-8 emitted by groff 1.18
	+ add Ruby syntax filter (rb-filt.l, rb.key).
	+ fix: java has no 'operator' keyword.
	+ add texmode, as a variation of latexmode.
	+ add .ltx, .sty suffixes for latexmode.
	+ implement xml-filter based on html-filter.
	+ implement xterm-title mode.
	+ add syntax filter for rpm ".spec" files.
	+ add syntax filter for PostScript ".ps" files.
	+ add syntax filter for enscript ".st" files.
	+ make cursor-movement on a yank command match vi's, tested for various
	  left/up motions such as yk, yh, yH, y1G, y0, y-, yb (report by
	  George Eccles).
	+ updates to allow vile to build with perl 5.8.0 (ifdef's checked for
	  5.6.1, 5.5.3 and 5.4.5).
	+ rewrote spell.rc to make it work properly if the spell-filter is
	  built-in (reported by Clark Morgan).
2003-08-08 13:31:06 +00:00
scw
269d9e9993 Fix some off_t format strings. hexedit now displays addresses correctly
on big-endian platforms.
2003-08-08 13:24:56 +00:00
drochner
25e4c51173 bump revision after qt3/kde prefix change 2003-08-05 13:35:26 +00:00
jklos
86816449f7 Pine 4.56 requires Pico 4.6; 4.4 will not do. Fixed so updates won't fail. 2003-07-31 09:31:04 +00:00
markd
b2ff2753a2 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:43:43 +00:00
markd
9796962052 Update kile to 1.5.2 (seems 1.32 was actually 1.3.2).
Changes 1.5 - 1.5.2:
user can define an arbitrary number of user tools/tags
autosave (optional)
user can stop running processes (for example latex)
better syntax highlighting (deals with \verb and verbatim environment)
summary of compilation results after running LaTeX
support for templates
improved error handling
many small improvements in the interface
fixed spell checking bugs
many other small bugfixes

Changes 1.32 - 1.5:
Unknown.
2003-07-30 15:27:10 +00:00
jmmv
12a10361a1 Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk. 2003-07-30 10:41:22 +00:00
adam
9d1f374a55 Released with Pine 4.56
Cannot find any changes information
2003-07-28 14:35:33 +00:00
wiz
aca6da334c Update to 5.5.0:
5.5.0
- fixed bug of non repainting of bottom part of window under some
  vt100 terminals (NK).

5.3.2
- use /struct termdesc/ instead of /int/ for terminal type
- compiler warnings cleanup

5.3.1
- changed default prefix to /usr/local, cosmetic fixes

5.3.0
- BIEW/LINUX: reduce use of system calls, use pwrite if possible,
        keyboard functions reimplemented using async IO,
        added proper pseudographics support on xterms
        (with G1 charset) and console (with null map),
        autodetection of vcsaN number,
        "Save as" codepage conversion fixed.
- BIEW/SLANG: wrap lines in WriteBuff when buffer length exceeds
        terminal width - thanks to John Davis for helping me out.
- BIEW/CURSES: added mouse support (ncurses are required for this),
        added acs_map ncurses hack.
- BIEW/VT100: added proper pseudographics support (with G1 charset),
        keyboard functions reimplemented using async IO,
        added mouse support on Linux systems (gpm).
- use getpwuid() to determine home directory when HOME is unavailable
- reduce malloc()/free() calls in vioWriteBuff()
- moved default datadir from /usr/lib/biew to /usr/share/biew
2003-07-22 12:27:07 +00:00
uebayasi
b589792094 Back out previous and more; "\ No newline at end of file" *is* needed in
this case.  Sprinkle two more copies of the mark.

Tested by Isihara-san, the originator of PR22172.
2003-07-22 03:58:52 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
uebayasi
a49a02621b Remove "No newline at end of file" lines.
Addresses PR22172 by Takanori Isihara <isihara at stud dot sccs dot chukyo-u
dot ac dot jp>.
2003-07-18 10:26:04 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
itojun
178547f81f checksum changed again... 2003-07-16 09:25:05 +00:00
wiz
90b176d863 Replace perl interpreter in grep-changelog. From Soren Jacobsen in PR 21197. 2003-07-14 08:25:34 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
markd
27b3165a7a Be explicit about --srcdir. Fixes PR 21944 (emacs fails to build on
Solaris 8)
2003-07-08 13:34:46 +00:00
uebayasi
af5f50abc0 Update along with the ${DIST_SUBDIR} change. 2003-07-07 13:04:16 +00:00
uebayasi
3da12fc2a4 Put distfiles into a fixed subdirectory across versions, instead of creating
each directory per version.

Before:

	% ls -rt /usr/pkgsrc/distfiles/xemacs-packages*/apel*
	/usr/pkgsrc/distfiles/xemacs-packages-1.9/apel-1.25-pkg.tar.gz
	/usr/pkgsrc/distfiles/xemacs-packages-1.10/apel-1.26-pkg.tar.gz
	/usr/pkgsrc/distfiles/xemacs-packages-1.12/apel-1.26-pkg.tar.gz
	/usr/pkgsrc/distfiles/xemacs-packages-1.11/apel-1.26-pkg.tar.gz

After:

	% ls -rt /usr/pkgsrc/distfiles/xemacs-packages*/apel*
	/usr/pkgsrc/distfiles/xemacs-packages/apel-1.25-pkg.tar.gz
	/usr/pkgsrc/distfiles/xemacs-packages/apel-1.26-pkg.tar.gz

Pointed out by Robert Elz, PR22085.
2003-07-07 12:51:44 +00:00
uebayasi
131916b44a On NetBSD, link "temacs" against /usr/lib/crt{n,i}.o if they exist. Or
"temacs" fails to start.

(Actually, I don't understand the fact inside.)

Bump revision to 2.
2003-07-06 16:10:18 +00:00
jmmv
88dabd91bf Add and enable conglomerate. 2003-07-04 11:53:13 +00:00
jmmv
3a6ef82c5a Initial import of conglomerate, version 0.5.4:
Conglomerate is a project to create a complete structured information
authoring, management, archival, revision control and transformation system.
Conglomerate uses XML semantics and powerful graphical editing, coupled with
a centralised storage model and a flexible transformation language to create
an environment which is easy to use, produces high-quality structured output
and lets the user target several output media with a single source document.

Provided by Juan RP in pkgsrc-wip with some changes by me.
2003-07-04 11:52:49 +00:00
cjep
fea3ce99ba Respect ${CC} and ${MAKE}. Fixes build on Solaris. 2003-07-03 07:05:09 +00:00
agc
0e14eb8512 Upgrade mined from version 2000.6 to 2000.7
Pkgsrc changes include displaying the help file correctly.

New features in this release:
*       Enhanced East Asian input method support;
        selection menu for multiple character choices ("pick list").
*       Support for editing CJK encoded files in UTF-8 terminal; major
        CJK encodings are supported (Big5, GBK, JIS, S-JIS, UHC, Johab).

Main enhancements:
(for details see the change log)
*       Flag menus for all flags for more intuitive selection.
*       Enhanced and generalized coded character input (CJK / decimal
        / illegal code recognition).
*       Extended bullet recognition for clever justification (auto-indent).
*       Makefile for Mac OS X.
2003-07-01 15:52:00 +00:00
seb
1fd933d3d9 No need for texinfo.mk here. 2003-06-30 11:24:54 +00:00
seb
45521f3760 Convert to USE_NEW_TEXINFO. 2003-06-30 09:57:54 +00:00
seb
4815db1810 Convert to USE_NEW_TEXINFO. 2003-06-30 02:42:15 +00:00
seb
07f0d088a4 Convert to USE_NEW_TEXINFO. 2003-06-30 02:04:50 +00:00
seb
1c1c5de4b9 Convert to USE_NEW_TEXINFO.
Register all info files.
A '@unexec...${MKDIR}' looked like a thinko, should have been
'@unexec...${RMDIR}'. Anyway rewrote into the usual idiom.

XXX Too much unusual '@.*exec' in there IMHO. To be removed in a future
rototil.
2003-06-30 01:43:12 +00:00
uebayasi
2610db1d89 Update to 1.12, all XEmacs binary packages as of 20030629.
Added / updated packages:
	* auctex-1.35		* bbdb-1.23		* cc-mode-1.33
	* clearcase-1.06	* dictionary-1.12	* ecb-1.08
	* ecrypto-0.13		* edebug-1.18		* ediff-1.47
	* edit-utils-2.02	* eshell-1.05		* ess-1.04
	* eudc-1.38		* games-1.14		* gnus-1.71
	* hm--html-menus-1.21	* ilisp-1.32		* jde-1.45
	* liece-1.12		* mail-lib-1.59		* mh-e-1.23
	* mule-base-1.43	* net-utils-1.32	* os-utils-1.31
	* pgg-1.03		* prog-modes-1.79	* psgml-1.40
	* sasl-1.13		* sieve-1.13		* sml-mode-0.09
	* texinfo-1.24		* text-modes-1.61	* time-1.13
	* tm-1.36		* tramp-1.15		* vc-1.37
	* vhdl-1.17		* viper-1.36		* vm-7.14
	* x-symbol-1.05		* xemacs-base-1.78	* xemacs-devel-1.55
	* xslide-1.07
2003-06-30 00:42:33 +00:00
seb
937685fbf5 Convert to USE_NEW_TEXINFO. 2003-06-30 00:17:06 +00:00
seb
2be29bc99b Convert to USE_NEW_TEXINFO.
Earned in the process: fixed info files registration for binary package
and all info files actually registered.
2003-06-29 23:38:41 +00:00
jtb
df69359c4d Update to version 1.6.2.
Changes from Zile 1.6.1 - Zile 1.6.2

* Fixed a few core dumps.
* Fixed some bugs with patches from Nicolas Duboc.
* Fixed a build problem where dumb makes tried to build "-lncurses".
2003-06-29 22:19:13 +00:00
joda
15c9d6dad8 copy the GNU ld fix from editors/emacs; also don't install dist patch
backup files
2003-06-28 17:14:29 +00:00
seb
ff648d9d90 Convert to USE_NEW_TEXINFO.
Earned in the process: fixed info files registration for binary package
and all info files actually registered.
2003-06-23 13:24:29 +00:00
wiz
60511a1127 Builds and runs fine with native curses now;
replace USE_NCURSES with INCOMPAT_CURSES.
2003-06-20 07:23:36 +00:00
wiz
5448979502 Add and enable gnuserv. 2003-06-19 08:32:43 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
jschauma
1da2fe464a Apply patches provided by Jeremy C. Reed in PR pkg/21887 to make this
build and install cleanly under Linux.
Also improces DESCR.
2003-06-18 00:58:12 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
jmc
3599836308 Regen from the last set of commits 2003-06-10 05:08:47 +00:00
abs
b3b827de91 Update joe to 2.8nb2:
Do not unconditionally set CC, and remove unnecessary #include <varargs.h>
2003-06-08 15:20:40 +00:00
epg
93e1bb707d Import gnuserv-3.12.6.
gnuserv allows you to attach to an already running Emacs.  This allows
external programs to make use of Emacs' editing capabilities.  It is
like GNU Emacs' emacsserver/server.el, but has many more features.

This is the gnuserv part of XEmacs split out for use in GNU Emacs.  If
you use XEmacs you do not need this package.
2003-06-08 05:46:34 +00:00
cjep
b184c1e87e Truncate COMMENT to under 70 characters 2003-06-07 14:47:16 +00:00
jmmv
582f3a3d4f Help configure scripts find libraries when they are not located in standard
places.
2003-06-06 11:46:22 +00:00