Commit graph

1460 commits

Author SHA1 Message Date
seb
8e524ab84f Add missing entries in INFO_FILES.
Remove info files entries from PLIST.
2004-02-16 21:34:18 +00:00
seb
318d2e538a Remove info files entries from PLIST. 2004-02-16 21:09:56 +00:00
seb
8cbab321d8 Remove info files entries from PLIST. 2004-02-16 20:59:26 +00:00
seb
711c427421 Remove info files entries from PLIST. 2004-02-16 19:55:50 +00:00
itojun
e14efcea47 upgrade to 040103. various portability fixes 2004-02-15 22:29:39 +00:00
recht
550f887d6e update to 1.0.3.3
changes:
- Application of many minor bug fixing patches.
- Some <TeXmacs> primitives have been documented in greater detail.
- Further fixes for using <name|True Type> fonts.

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

Added package:
	erc-0.05

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 The main improvements with respect to TeXmacs-1.0.1 are:

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

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

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

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

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

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

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

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

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

	o Many bugfixes were solved and added new features.

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

Features include:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Before:

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

After:

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

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

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

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

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

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

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

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

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

This is the gnuserv part of XEmacs split out for use in GNU Emacs.  If
you use XEmacs you do not need this package.
2003-06-08 05:46:34 +00:00
cjep
b184c1e87e Truncate COMMENT to under 70 characters 2003-06-07 14:47:16 +00:00
jmmv
582f3a3d4f Help configure scripts find libraries when they are not located in standard
places.
2003-06-06 11:46:22 +00:00
jmmv
8731c91251 Use MASTER_SITE_DEBIAN. 2003-06-05 17:20:26 +00:00
markd
b220e7206c Add EMACS_USE_XAW3D variable to control whether emacs builds against
Xaw3D to have a "pretty" scrollbar.
2003-06-05 12:09:17 +00:00
markd
0d6084c8a5 Update to version 0.3 - add ess. 2003-06-05 11:59:37 +00:00
uebayasi
8997a30889 Bump revisions following the guile14's threaded fix. 2003-06-05 05:01:54 +00:00
magick
64b88bc826 Update xemacs-current to 21.5.14
Changes:

Build

    * Autoconf tweaks for building modules on MacOSX - James.
    * GCC fixes in ellcc.c - James.
    * Module Makefile fixes - Begel, James.
    * Fix shadow warning in regex.c - James.

Documentation

    * New TeXinfo node "Searching and Matching" - Turnbull.
    * New section "Legacy Versions" in FAQ - Turnbull.
    * New FAQ question Q8.0.1 - Turnbull.
    * Update split-string specs in "Regexp Search" - Turnbull.

Internals

    * Package index file updated - Koch.
    * Add some debug checks in file-coding.c - Turnbull.

Lisp API

    * Make error message report the sym checked in `autoload-featurep-protect-autoloads' - Turnbull.
    * `split-string' tweaks - Turnbull.
    * Make the location of the package-index file user customisable - Youngs.
    * Turn on package-index file PGP verification - Youngs.
    * Only use message if interactive for functions in replace.el - Josefsson.
2003-06-04 16:37:25 +00:00
salo
95392f3863 New HOMEPAGE. 2003-06-04 11:56:09 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
martti
686485904b Added vim-gtk2 2003-06-02 08:26:02 +00:00
martti
f470e03f24 Added vim-gtk2. 2003-06-02 08:24:45 +00:00
epg
fedc9f3bd0 Don't add /usr/share/info to Info-default-directory-list; emacs has
had that by default for quite some time.
2003-06-02 08:12:25 +00:00
martti
e2a099818c Updated vim to 6.2.0
This is a bugfix release of Vim.  Since Vim 6.1 hundreds of reported
problems have been fixed.  Also included are new and updated syntax
files, translated menus and messages.

The main new features are:
- Support for GTK 2. (Daniel Elstner)
- Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi)
- ":try" command and exception handling. (Servatius Brandt)
- Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff)
- Support for PostScript printing in various 8-bit encodings. (Mike Williams)
2003-06-02 07:27:24 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
grant
1f5fe68e8c s/USE_CXX/USE_GCC_SHLIB/ 2003-05-29 23:53:13 +00:00
magick
9fa889aa9a Update xemacs-current to 21.5.13
Major change:
The long standing TTY/keyboard bug, the one where RET was behaving
like LFD, is gone!  Yes, that's right folks, you can once again use
XEmacs on a TTY.

The rest are the hundreds of bugfixes that usually come with a
beta software.
2003-05-16 18:11:35 +00:00
salo
9cc53af2c4 Add lpe. 2003-05-15 21:04:21 +00:00
salo
e36834e48c Import of lpe-1.2.6: Small and efficient programmer's editor for UNIX systems.
LPE is a small, efficient programmer's editor for UNIX systems.  It has grown
from the result of a single night of hacking into a very capable and very
versatile editor that defines it's own philosophy opf text editing.  That
philosophy is that awk and sed are the right tools for most advanced editing
jobs, and a text editor should make simple operations easy and make text look
good.

Package provided by Juan RP via pkgsrc-wip with modifications by me.
2003-05-15 21:02:16 +00:00
martti
a21a32b1d9 Updated lyx to 1.3.2
* the spellchecker code has been overhauled and many bugs have been squashed
* many small bugs in the Qt frontend have been fixed
* several languages now benefit from an improved translation of the user
  interface
2003-05-09 08:02:29 +00:00
agc
8e463e0b8f Adapt to buildlink2. 2003-05-09 07:34:44 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
seb
6b21afbe59 No need for texinfo.mk here. 2003-05-06 16:21:20 +00:00
grant
799ef4b156 be noisier in post-install 2003-05-05 17:38:41 +00:00
grant
1ccf16d959 be noisier in do-install, whitespace fix. 2003-05-05 17:38:02 +00:00
grant
fa617e87b1 be noisier in post-install, whitespace fix. 2003-05-05 17:34:53 +00:00
grant
d1004809dc do-install:
- be noisy.
- create directories first, then install files into them.
2003-05-05 17:30:54 +00:00
grant
d3a5a36b2a be noisy in post-install 2003-05-05 17:29:47 +00:00
grant
f6a381334d be noisy in do-install. 2003-05-05 17:29:09 +00:00
grant
687b3d0710 do-install:
- don't call install with multiple directory args.
- remove some unnecessary trailing slashes.
2003-05-05 17:27:48 +00:00
jmmv
310646b3a5 Line up PKGREVISION whitespace. 2003-05-05 16:21:10 +00:00
wiz
87da88a253 Remove superfluous empty line. 2003-05-02 23:35:43 +00:00
magick
e2273edc7d Update xemacs-current to 21.5.12.
This is a bugfix release. Details can be found at www.xemacs.org.
2003-05-02 23:31:34 +00:00
wiz
ab0fde2ee6 Move PKGREVISION from Makefile.common to Makefile. 2003-05-02 12:11:15 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
cjep
3cb4246cdb RCS Id 2003-04-27 18:11:02 +00:00
cjep
138ce904f2 Use time_t rather than guess int or long. Fixes build on NetBSD/shark
et al.
2003-04-27 17:45:30 +00:00
cjep
fe6d055b05 Lint: make description concise 2003-04-27 15:23:08 +00:00
cjep
2509bf3a96 Lint. 2003-04-27 14:05:52 +00:00
jmc
150f0c4823 If EMACS_USE_X isn't set then explicitly pass --with-x=no to configure as
otherwise it assumes X is there and random configure tests will fail that
shouldn't (like strerror because it couldn't include -lX11...)
2003-04-24 15:00:16 +00:00
jmc
ea4c328970 Bring up to date for 21.3 2003-04-24 13:39:30 +00:00
martin
07fcc79f3d Make it compile with XEMACS_WIDGETS=gtk. 2003-04-23 22:54:42 +00:00
taca
aa72e0cb60 Add dependency to leim. I heard from tamago's developper "tamago works
under control of leim.  It works better, coexisting with and switching to
other input methods."
2003-04-22 16:16:07 +00:00
salo
e20d1a3eb1 Add beaver. 2003-04-19 08:39:04 +00:00
salo
ac994fdb9a Import of beaver-0.2.6: Lightweight GTK+ text editor with syntax highlighting:
Beaver is an Early AdVanced EditoR, for Linux and other Unices
(and even Windows); in other words, it's a text editor that is
intended to be light-weight, but full of useful features for
programming, from editing of web sites to C coding.

It is based upon the GTK+ toolkit, supports many languages
through config files and offers functions such as automatic
indentation and completion or syntax highlighting.  In fact,
it is 100% compatible with Ultraedit's wordfile.txt files,
and has its own mini macro language.

Package submitted by Vincent Derrien via PR pkg/21180 with modifications
by me (with short stop in pkgsrc-wip).
2003-04-19 08:36:38 +00:00
martti
5cc8f2d5cd Updated abiword-personal to 1.0.5
* bug fixes
2003-04-17 06:22:23 +00:00
uebayasi
0c42594614 Fix a bogus installation mistake. From Kai Puolamaki <Kai dot
Puolamaki at iki at fi>.  Bump revision.
2003-04-17 01:11:10 +00:00
kei
eb79250d42 Accept emacs' version equals to of leim itself, or later as well. Fixes
installation problem.
2003-04-16 23:25:55 +00:00
kei
7522f43bb2 Pull in the diff against Mule-UCS-current and apply a part of it to
lisp/mucs-ccl.el to fix the bug which causes an error "Symbol's value as
variable is void: progn" when evaluating "(require 'un-define)" or
"(require 'jisx0213)".

bump PKGREVISION to 3.
2003-04-16 23:20:50 +00:00
jmc
8552b13914 replace hard coded version with PKGVERSION 2003-04-16 16:31:08 +00:00
uebayasi
073634756e Update emacs-nox11 to 21.3nb1 too. 21.3 + the new ld problem fix. Share
files/directories common to editors/emacs{,.-nox11}.
2003-04-15 03:37:19 +00:00
uebayasi
e537803e68 Redo the last more elaborately. 2003-04-15 02:46:27 +00:00
uebayasi
1bbaff14a8 Improve a NetBSD version matching pattern in the ld fix conditional
considering future version numbers.  Pointed out by tron.
2003-04-14 07:38:42 +00:00
uebayasi
c69589a8e6 If using GNU ld 2.13.2.1 or later, avoid creating combined reloc sections
and .data reloc sections, both of which Emacs can't handle properly.
Analyzed by Stephen Ma <stephenm at employees dot org>.
2003-04-14 03:39:05 +00:00
wiz
af4a9301b2 Update to 21.3. ChangeLog says:
* quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
        * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
        characters and ~o -> ESC$,1 AESC(B, ~O -> ESC$,1 @ESC(B.
        * Makefile.in (install): Use "tar -chf", to follow symlinks.
2003-04-12 14:15:07 +00:00
wiz
c3836a28a7 Sort lines so @unexec rmdir has a chance to succeed, and
try removing share/emacs too.
2003-04-12 13:46:29 +00:00
uebayasi
5ded04da64 Update to Emacs 21.3.
Changes from etc/NEWS:

** The obsolete C mode (c-mode.el) has been removed to avoid problems
with Custom.

** UTF-16 coding systems are available, encoding the same characters
as mule-utf-8.  Coding system `utf-16-le-dos' is useful as the value
of `selection-coding-system' in MS Windows, allowing you to paste
multilingual text from the clipboard.  Set it interactively with
C-x RET x or in .emacs with `(set-selection-coding-system
'utf-16-le-dos)'.

** There is a new language environment for UTF-8 (set up automatically
in UTF-8 locales).

** Translation tables are available between equivalent characters in
different Emacs charsets -- for instance `e with acute' coming from
the
Latin-1 and Latin-2 charsets.  User options
`unify-8859-on-encoding-mode'
and `unify-8859-on-decoding-mode' respectively turn on translation
between ISO 8859 character sets (`unification') on encoding
(e.g. writing a file) and decoding (e.g. reading a file).  Note that
`unify-8859-on-encoding-mode' is useful and safe, but
`unify-8859-on-decoding-mode' can cause text to change when you read
it and write it out again without edits, so it is not generally
advisable.
By default `unify-8859-on-encoding-mode' is turned on.

** In Emacs running on the X window system, the default value of
`selection-coding-system' is now `compound-text-with-extensions'.

If you want the old behavior, set selection-coding-system to
compound-text, which may be significantly more efficient.  Using
compound-text-with-extensions seems to be necessary only for decoding
text from applications under XFree86 4.2, whose behaviour is actually
contrary to the compound text specification.
2003-04-12 10:16:39 +00:00
uebayasi
89ee63bf99 * Put back the 'EMACS_USE_X' option, which is needed since we don't have
-nox11 for Emacs 20.

* Buildlink2 clean up.  Include xaw.buildlink2.mk when either Lucid or
  Athena is used.  (Lucid uses Athena.)  Included motif.buildlink2.mk when
  Motif is used.

  XXX While this, we need to link temacs against X libs, which may break
  Unexec stuffs on NetBSD/pmax, which was fixed around 1999/01 - 1999/02.

I suppose this doesn't change the resulting binary packages.
2003-04-11 04:00:17 +00:00
uebayasi
164b5378ca Bye bye old place. 2003-04-11 01:18:06 +00:00
uebayasi
1368e29d33 Reflect the Leim 20/21 move. 2003-04-11 01:16:40 +00:00
uebayasi
f58d941308 Re-import Leim for Emacs 21, which has settled down in editors/leim21. 2003-04-11 01:15:51 +00:00
uebayasi
b0dea71803 Re-import Leim for Emacs 21, which has settled down in editors/leim21. 2003-04-11 01:14:11 +00:00
uebayasi
8313f9f54e Re-import Leim for Emacs 20, which has settled down in editors/leim. 2003-04-11 01:12:21 +00:00
uebayasi
feffa71476 Bye bye old places. 2003-04-11 01:07:44 +00:00
uebayasi
ca5abc0b55 Reflect the Emacs 20/21 move. 2003-04-11 01:06:10 +00:00
uebayasi
6f38b56b2a Re-import Emacs 21 (no X11), which has settled down in editors/emacs-nox11. 2003-04-11 01:01:49 +00:00
uebayasi
64934caef4 Make sure the new ones are there... 2003-04-11 00:56:32 +00:00
uebayasi
5249874890 Remove old patches 2003-04-11 00:50:53 +00:00
uebayasi
0623d11972 Re-import of Emacs 21, which has settled down in editors/emacs21. 2003-04-11 00:39:35 +00:00
uebayasi
8fdaebd60a Re-import of Emacs 21, which has settled down in editors/emacs21. 2003-04-11 00:34:24 +00:00
uebayasi
e3a2a0b56b Re-import of Emacs 20, which has settled down in editors/emacs. 2003-04-11 00:31:43 +00:00
jmc
08801f2a5d Disable sound on solaris if /usr/demo/SOUND libs aren't available 2003-04-10 18:18:51 +00:00
markd
a24cdf5a11 Add and enable ted-pl. 2003-04-09 13:36:53 +00:00
markd
be372e7129 Initial import of ted-pl-2.14.
Polish spelling dictionary for the Ted word processor.
From Wojciech Puchar in PR 21028 updated to 2.14 by me.
2003-04-09 13:35:15 +00:00
markd
0f753155b5 Update ted to version 2.14.
(Ted 2.14 April 6, 2003)
* Initial support for Macintosh pict images
* Table Headers
* Bug in image rendering on 256 color screens solved
* Fixes in German package
* Brazilian window texts
* Tabs in page headers/footers finally saved in such a way that they are
  picked up by MS-Word 2000

(Ted 2.13 March 15, 2003)
* Options for making much more compact PostScript when a document is printed.
* Support for smallcaps.
* Upgraded the pdfmarks to a version that more recent versions of acroread
  support.
* Default codepage for new documents now is 1252. The defaultAnsicpg resource
  must be used to set a different one.
* Make the print dialog usable when there is a huge number of printers.
* Partial implementation of rowspan/colspan of table cells.

(Ted 2.12 December 1, 2002)
* GTK version is now more mature and even usable. Source Adapted to GTK 2.0
* Solid shading of paragraphs and table cells.
* Colored table cell borders, Text colors.
* GTK version uses X11 resources for configuration, like the Motif version.
* To change the hyperlinks as saved by older versions of Ted to blue and
  underlined once run the command TED_HYPERLINKS_BLUE=1 Ted old.rtf and save
  the document.
2003-04-09 13:26:45 +00:00
magick
bd42266850 Update xemacs to 21.5.11
This release fixes the problem with scrambled screens when using
xemacs in a terminal. Other changes are numerous as its a -current.
Mainly bug fixes.
Please see http://www.xemacs.org for details.
2003-04-07 17:30:14 +00:00