Commit graph

825 commits

Author SHA1 Message Date
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
wiz
d155797ab4 Remove INSTALL and DEINSTALL scripts, as requested in pkg/17451 and 18058. 2002-09-09 18:39:34 +00:00
rh
4e00abac3b Add and enable gice 2002-09-06 23:52:03 +00:00
rh
53504a6ffa Initial importof gice-0.6.1, a C language text editor using GTK2.
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18083.
2002-09-06 23:51:13 +00:00
wiz
b51a08c8aa Update to 1.0.0.15, provided by Julio Merino in pkg/18123 (with minor
fixes by me).
Changes:
* Automatic generation of preamble instead of using the TeXmacs.sty file
  (1.0.0.15).
* Widget factory for menus moved to the Scheme interface (1.0.0.15).
* Circulating variants for certain environments (1.0.0.15).
* New menu look and feel (1.0.0.14).
* Some changes to the LaTeX to TeXmacs converter (1.0.0.14).
* We started implementing a TeXmacs to Html converter (1.0.0.14).
* Correction of a severe bug which disabled the keyboard on certain systems
  (1.0.0.13).
* Better support of the numeric keypad and dead accents (1.0.0.13).
* Complete change of the keyboard behaviour (1.0.0.12).
* Automatic detection and configuration of modifier keys (1.0.0.12).
* Automatic translation of menus in the documentation (1.0.0.12).
* Guile/Scheme scripts inside documents (1.0.0.12).
* Wildcard system for keyboard shortcuts (1.0.0.11).
* Keyboard shortcuts in the menus are determined automatically (1.0.0.11).
* Further reorganization of the menus (1.0.0.11).
* Support for grey menu items, checkmarks and ... in menus (1.0.0.11).
* Automatic determination of keyboard shortcuts in menus (1.0.0.11).
* Widgets are now attached to the current display at creation time (1.0.0.11).
* Improved reduce and axiom interfaces (1.0.0.11).
* We replaced the gencc preprocessor by the more standard template system of
  C++ (1.0.0.10).
2002-09-06 11:59:38 +00:00
taca
e3796adbcd Update tamago package to 4.0.6nb1.
- Catch up to recent tamago's CVS repositry.
- Sort PLIST.

Changes are too large to include here, see ChangeLog in detail.

Anyway mainly more better support for emacs 21.X and canna now.
2002-09-04 14:42:41 +00:00
tron
df62b6f32e Fix build problems under Solaris 9. 2002-09-01 13:41:46 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
grant
4525f6f63c reverse if ${USE_INET6} condition, as USE_INET6 is not guaranteed to
be defined.
2002-08-21 02:23:04 +00:00
wiz
203b04fa8a Try to fix bulk build failure, and add a missing file to PLIST. 2002-08-07 12:04:34 +00:00
mjl
948d895015 Update nedit to 5.3
New features:

    * The built-in Help system was revamped, a hyperlink mechanism was
	added for following cross-references
    * Enhanced Exuberant ctags support
    * Line numbers are available in shell commands
    * Goto Line also accepts column numbers
    * Automatic line-feed termination when saving is now optional
    * A customizable window title
    * Optional syntax based parenthesis matching (iso. purely character based)

  Fixed bugs:

    * Find Definition incorrectly reads the X selection when not needed
    * Background popup menu could lock up X-server when used with
	any of the lock keys on
    * Very wide windows when starting NEdit under fvwm
    * Workaround for illegal key bindings installed by other Motif
	applications, causing PageUp/PageDown and arrow keys to stop
	responding in NEdit. This is not an NEdit bug, it just looks like one
    * Fix for PageUp/PageDown keys not responding
    * Crash when running X on 2nd screen
    * Line number display updating in continous wrap mode
    * Performance problem with X Resources highlight patterns
    * Menu fonts showing up as blocks
    * Lockup's in syntax highlighting (especially Perl)
    * Crash when using characters with ASCII code >= 128 in syntax
	highlighting patterns
    * Crash when modifying tab distance in continous wrap mode
    * Crash when running NEdit in low-depth color modes
    * Continous wrap mode + variable width font display bugs
    * Potential scroll bar corruption in continuous wrap mode
    * Workaround for selection copy/paste problems with recent versions
	of gnome-terminal
    * Jump to tags only referenced by line number
    * Composed characters in learned sequence
    * Missing titles in some dialogs
    * Macro language: continue statement outside loop crash
    * Rectangular overstrike paste fixes
    * Hard-coded statistics line font
    * Open filenames starting with a dash
    * Crash when closing window of non-existing file while error dialog is up
    * Bad CapsLock grab on certain keyboard configurations
    * Replacements in rectangular selections could sometimes fail
    * Various buffer overflow fixes
    * Multiple selection dialog does not pop up on first find
    * Tag not found
    * Files opened with -read command line option could not be unlocked
2002-08-04 13:33:30 +00:00
schmonz
842b7d513d Build on Darwin. 2002-07-28 05:38:46 +00:00
hubertf
afe3e6d21e Update to mule-2.3nb1:
* adjust bdf-path (for any2ps, m2ps, ...) from really non-useful
   (/usr/share/fonts) to where pkgsrc/fonts/intlfonts puts it's
   BDF-files. (The intlfonts pkg still needs to be installed manually!)
 * Fix character-set=>bdf-file mapping for a few cases (latin, jis);
   mule seems to expect other filenames than what intl installs.

This intends to fix PRs 17589 and 17336.
2002-07-24 02:35:09 +00:00
agc
edfa60de4d Add and enable xjed. 2002-07-23 14:27:42 +00:00
agc
b693240af0 Initial import of xjed-0.99.15 into the NetBSD Packages Collection.
Inspired by PR 14195, from Scott Baron (sb125499@ohiou.edu), but based
on the -current NetBSD jed package.

JED is a freely available text editor for Unix, VMS, MSDOS, OS/2, and
MS Windows.

Features include:
     * Color syntax highlighting on color terminals.
     * Folding support
     * Extensible in a language resembling C. Completely customizable.
     * Capable of read GNU info files from within JED's info browser
     * A variety of programming modes (with syntax highlighting) are
       available including C, C++, FORTRAN, TeX, HTML, SH, IDL, DCL, NROFF...

xjed is the version for X11
2002-07-23 14:26:54 +00:00
wiz
e66688c221 Update to 1.0.0.9, requested by Julio Merino in pkg/17650.
Changes since 1.0.0.7:
* You may now make money donations to the TeXmacs project (1.0.0.9).
* Headers and footers through menus (1.0.0.9).
* Minor bug fixes (1.0.0.9).
* Reorganization of the online manual (1.0.0.9).
* Standard keyboard prefixes part of tmdoc style file (1.0.0.9).
* Some changes for compilation with g++ 3.1 (1.0.0.8).
* Implementation of arrows with limits above and below (1.0.0.8).
2002-07-20 01:20:05 +00:00
mycroft
c78670e7fb `@unexec ${RMDIR}' needs the %D prefix. Doh. 2002-07-19 04:54:23 +00:00
mycroft
1f90303f21 Sync. 2002-07-19 03:08:26 +00:00
mycroft
0c063ed01f Pull in string.h and stdlib.h as appropriate to eliminate LP64 warnings/errors. 2002-07-19 03:08:09 +00:00
mycroft
7592e868cc Pull in unistd.h to get the real vfork(). 2002-07-19 03:07:35 +00:00
mycroft
cd7ad57e0c -fno-common is not necessary on NetBSD/alpha (or any ELF platform, really). 2002-07-19 03:07:15 +00:00
wiz
25b679d7ae Fix depends line -- needs emacs21. 2002-07-17 17:59:34 +00:00
heinz
a4c3534d73 Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Some
slight formatting changes.
2002-07-15 22:57:27 +00:00
dmcmahill
b00a84f205 add and enable cooledit 2002-07-07 19:46:21 +00:00
dmcmahill
2f559088ea import cooledit-3.17.5 per PR pkg/17490 submitted by
Rui-Xiang Guo <rxg@ms25.url.com.tw>.


   Cooledit is a full-featured text editor, for Unix computers that run
   the X Window System. Cooledit was born from a need for a user
   friendly text editor that would rival editors of other operating
   systems in ease of use and convenience. Lately Cooledit is also a
   powerful programmer's editor. It is also small and fast, making it
   ideal for interface with applications that allow for, or require, an
   external editor. See 'Features' in the man page for a more elaborate
   description of what Cooledit can do.
2002-07-07 19:45:39 +00:00
hubertf
50cf46ab5b Update AbiWord to 1.0.2. Changes:
* Embedable AbiWord! Now you can view AbiWord documents in
      Evolution and Gnumeric. Is it not nifty?
    * Plugins.
          o GDict plugin now builds without libgdict installed.
          o Bugfixes in AbiPaint and AbiMagick for Win32 platforms.
          o Some AbiMagick and AbiGimp enhancements.
          o Wikipedia works again.
    * Internationalization
          o French documentation.
          o Documentation generation scripts now allow for multiple languages.
	  o Win32 now allows for Arabic and Hebrew lists, as well
	    as improved bidi list support.
          o Finnish system profile.
	  o Japanese, Swedish, Welsh, French, German, and Lithuanian
	    localization updates.
    * Build system
          o Minor fixes all around.
          o Improved build system documentation (BUILD.TXT).
          o Updated RPM spec for GNOME embedding.
    * Import/Export
          o RTF importer now handles /sectd.
          o Several LaTeX exporter fixes.
    * Miscellaneous
	  o Bug numbers fixed (not a complete list): 3301, 3171,
	    3215, 2223, 3332.
          o A number of unnumbered bugs.
          o Code cleanup.

Patch submitted by Dawid Szymanski <dawszy@tgr.lubin.edu.pl> in PR 17451
2002-07-03 21:59:07 +00:00
wiz
47d1c0f887 Add RCS Id. 2002-07-02 12:42:52 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
wiz
b20aa08ed6 Update to 1.0.0.7, provided by Julio Merino in pkg/17234 with minor changes.
Changes since 1.0.0.2:
* First part of a reorganization of the menu layout (1.0.0.7).
* Support for user preferences (1.0.0.7).
* Mathematical characters in special fonts become tokens (1.0.0.7).
* Support for the itanium platform (1.0.0.7).
* Rudimentary switches and folding (1.0.0.6).
* Improved documentation for adding new computer algebra systems (1.0.0.6).
* Added a presentation mode (1.0.0.6).
* Improved interfaces for QCL, Axiom and Mupad (1.0.0.6).
* Visual environment information when editing (1.0.0.5).
* Letter and exam styles; old letter becomes ``generic'' (1.0.0.5).
* Implementation of overline and underline macros (1.0.0.5).
* Improved special mathematical fonts cal, frak and Bbb (1.0.0.5).
* Some small improvements in LaTeX to TeXmacs converter (1.0.0.5).
* Added amsart and jsc style files (1.0.0.5).
* Further reorganization of the style files (1.0.0.5).
* Spanish translations of several help files (1.0.0.4).
* Further reorganization of the style files (1.0.0.4).
* Examples of TeXmacs documents are available from online help (1.0.0.4).
* Experimental support for the Giac computer algebra system (1.0.0.4).
* Experimental support for MacOSX with help from Martin Costabel (1.0.0.3).
* Suffixes handling in the file loader and saver by Gareth McCaughan (1.0.0.3).
* Experimental support for the Axiom system by Andrey Grozin (1.0.0.3).
* Experimental support for Italian with help from Xav (1.0.0.3).
* Fixed bug with computer algebra session styles (1.0.0.3).
* Preliminary version of online help (1.0.0.3).
2002-06-16 18:50:26 +00:00
sakamoto
4a537d7a26 use buildlink.mk. Closes pkg/16353. 2002-06-12 04:38:24 +00:00
sakamoto
ee867261f9 use inputmethod/canna-lib/buildlink.mk. 2002-06-12 04:35:15 +00:00
sakamoto
70c98f1dc2 use inputmethod/{canna-lib,ja-freewnn-lib}/buildlink.mk. 2002-06-12 04:30:32 +00:00
wiz
4055b6202d Wildcard ja-freewnn-lib dependency. 2002-06-12 01:47:38 +00:00
sakamoto
ead50718ec use inputmethod/canna-lib/buildlink.mk and fix CANNAINC, CANNALIB. 2002-06-10 12:37:42 +00:00
sakamoto
aaa2f282c3 use inputmethod/canna-lib/buildlink.mk for Canna-lib. 2002-06-10 12:16:37 +00:00
taca
99c6d2203b Allow depends on emacs 21 and later. 2002-06-09 05:06:27 +00:00
seb
d53a4a7ece Mark as conflicting with nvi package from editors/nvi. 2002-05-31 16:06:04 +00:00
seb
5f661affe6 Adjust various pathnames to use newly reimported packages from the japanese
category.
This is part of the japanese category retirement.
2002-05-31 15:19:55 +00:00
yyamano
65c4e505e0 eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-29 14:45:56 +00:00
seb
31c1365c78 Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE: no-op for NetBSD,
fix libvi shared library version for Solaris.
2002-05-24 00:16:09 +00:00
cjep
9083e1d5bc Add NetBSD tags. 2002-05-20 17:41:05 +00:00
cjep
011c2c2354 On arm32, use gcc-2.95.3 to avoid egcs compiler error:
/usr/src/gnu/usr.bin/egcs/common/../../../dist/gcc/caller-save.c:657:
Internal compiler error in function insert_save_restore
2002-05-20 16:46:29 +00:00
abs
2b325a79cd prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12 10:16:44 +00:00
kleink
a763c90bcc G/c references to ftp.uni-trier.de. 2002-05-08 11:44:50 +00:00
drochner
34c1cda317 add emacs21-nox11 2002-05-07 14:58:06 +00:00
drochner
4e51ebe020 same as ../emacs21, but without X11 2002-05-07 14:55:29 +00:00
wiz
2d7fae37d7 Add and enable leim21. 2002-05-04 22:48:54 +00:00
wiz
142efdb7c1 leim package for the emacs21 package. 2002-05-04 22:47:23 +00:00
jtb
8dbfa5420c Add and enable zile. 2002-05-04 01:27:50 +00:00
jtb
4a209d70f8 Initial import of zile.
Zile is another Emacs-clone.  Zile is a customizable, self-documenting
real-time, open-source display editor.  Zile was written to be as similar
as possible to Emacs; every Emacs user should feel at home with Zile.
2002-05-04 01:27:08 +00:00