Commit graph

1613 commits

Author SHA1 Message Date
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