Commit graph

1305 commits

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