Commit graph

1712 commits

Author SHA1 Message Date
joerg
e01b718876 Don't define errno after using it already for a dozen times. 2005-12-09 16:19:46 +00:00
joerg
e26a4bd45e Do not use sys/select.h on DragonFly, it got broken by the
(also included) sys/queue.h.
2005-12-09 16:01:55 +00:00
joerg
dec9de3db0 Remove malloc prototype, add ereply prototype. This fixes prototype
signature errors from GCC 3.4+.
2005-12-09 15:26:52 +00:00
joerg
fe6b57c151 Fix errno. 2005-12-09 15:04:19 +00:00
joerg
383bb886ad Use only _SC_PAGESIZE on DragonFly, _SC_PAGE_SIZE does't exist. 2005-12-09 14:45:05 +00:00
joerg
bc3e24b5f1 Remove conflicting prototype for malloc. 2005-12-09 14:33:34 +00:00
joerg
12006ff87c This needs msgfmt. 2005-12-09 14:17:44 +00:00
joerg
58b0d1b544 Adjust valloc return value on DragonFly to not conflict with unistd.h. 2005-12-09 14:10:39 +00:00
joerg
a99eaa10dd Fix errno. Remove "prototypes", which confused GCC 3.4. Add DragonFly. 2005-12-09 13:56:51 +00:00
joerg
0a3d088637 Fix errno. 2005-12-09 13:47:58 +00:00
joerg
6de7cd0f8c Add DragonFly support. The libiconv conditional is nasty -- libiconv
adopts the iconv interface of the underlaying OS and DragonFly follows
SUS there.
2005-12-07 16:45:47 +00:00
wiz
3990f45377 Add and enable gate. 2005-12-06 22:43:03 +00:00
wiz
d0d66d75c7 Import gate-2.06 from pkgsrc-wip, packaged by Hugo Rivera:
Gate is text-gatherer. A text-gatherer is like a text-editor, but much
more lightweight and unobtrusive.
If you have a program or shell script that asks people to enter a small
chunk of text, a text-gatherer like Gate is a good way to do it. It
doesn't clear the screen (annoying if there were just some instructions
printed there). It doesn't require you to know a lot of obscure editing
commands. It doesn't make excessive demands on the intelligence of your
terminal emulation software.
It does provide a number of features that make it easier for novice users
to produce good text. It does word-wrap, prints a prompt on each new line,
and allows backspacing from the currently line onto previous lines. It
also provides features that a more experienced user can use. You can call
up normal editor, or use some of gate's simple-minded editing
commands. You can read in files, or save your text to a file. You can
filter your text through something like the unix "fmt" command. It
provides a nice spell-checking interface too.
2005-12-06 22:42:25 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
4a2c81680f Add -DGTAGS to the CFLAGS. Bump PKGREVISION because the binary changes. 2005-12-05 19:44:01 +00:00
wiz
057d916d58 Split up patch-global multipatch in multiple separate patches. 2005-12-01 18:46:53 +00:00
wiz
b6985a3a59 regen in diff -u format. 2005-12-01 18:33:48 +00:00
wiz
284e43cb9f Convert to options framework.
Fix lots of pkglint warnings while here.
Simplify PLIST handling.
2005-12-01 18:29:58 +00:00
wiz
4d4bc327d4 Remove LEGACY_VARS line -- it is in the global obsolete.mk file. 2005-12-01 18:14:40 +00:00
wiz
f09aca0657 Regen patches in diff -u format.
Replace files/info.patch with usual patch files and a post-install fix.
2005-12-01 18:13:24 +00:00
wiz
52f9b84fd7 Replace superfluous exec/unexec pair with an additional PLIST entry. 2005-12-01 18:12:11 +00:00
wiz
fbd53c3152 Convert to options framework. 2005-12-01 17:34:41 +00:00
martti
e602d79856 Updated editors/vim to 6.4.3
7802  6.4.002  Unix: may change owner of wrong file in rare cases
  1463  6.4.003  (after 6.4.002) build problem on non-Unix system
2005-12-01 14:04:46 +00:00
reed
a3de33f47f Use the new print/teTeX/module.mk framework and install
the tex files to ${PKG_TEXMFPREFIX}/tex/latex/lyx/.

This makes it so the latex recognizes these available classes/styles.

I noticed that previously cv (curriculum vitae) was not recognized,
but now it is available.

Bumped PKGREVISION.
2005-11-18 16:47:35 +00:00
reed
48b6bc2a69 Add support for DragonFly. This is in the "boost" libraries.
This was fixed upstream for "boost" also.
2005-11-18 06:23:09 +00:00
reed
179efa35a6 Add patch so on NetBSD, it will not core dump on exit.
According to trolltech's support, the QT code for Lyx was done
wrong and so the locked() doesn't return with true and so the
unlock() is never done causing NetBSD's
  Error detected by libpthread: Destroying locked mutex.

I contacted lyx developers about this several times.

This is for PR 26454.
2005-11-16 18:06:12 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11 18:50:23 +00:00
wiz
6bb293e083 Update to 1.0.5.12, provided by Geert Hendrickx in PR 31569:
* Several improvements in LaTeX converters (1.0.5.12).
* User preference for Html converter to export formulas as images (1.0.5.12).
* Several minor improvements in the graphics mode (1.0.5.12).
* More options for the TeXmacs to LaTeX converter and updated documentation (1.0.5.11).
* Several bug corrections and minor improvements in LaTeX to TeXmacs converter (1.0.5.11).
* Faster and more portable help searching (1.0.5.10).
* Added a plug-in for Mathematica (1.0.5.10).
* Use Type 1 EC fonts by default (1.0.5.10).
* Distribution of several font packages with Type 1 EC fonts (1.0.5.10).
* More reliable quoting routines and related bug corrections (1.0.5.10).
* Release a-version of graphical mode (1.0.5.9).
* Improved exportation to Html (1.0.5.9).
* Improved table importation to and from Html/MathML (1.0.5.9).
* Further improvements in Maple interface (1.0.5.9).
* Added a new interface with Maple (1.0.5.8).
* Added converters from and to MathML (1.0.5.8).
* XML parser now expands entities which are defined in the document (1.0.5.8).
* Added an option for reverse video mode (1.0.5.8).
* Further improvements for the upcoming graphical mode (1.0.5.8).
2005-11-10 21:12:07 +00:00
rillig
77cadc1c1a install(1) on NetBSD 1.6.2 refused to install bin/ex with mode 1755 as
unprivileged user. It is now installed with mode 755 instead.
2005-11-08 21:46:03 +00:00
rillig
aa98316659 Fixed patch-ac from tv to only change the code on Interix. This makes all
other platforms work again.
2005-11-08 21:39:12 +00:00
tonio
d0a2df6fd4 convert TeXmacs and lyx-qt to use tex.buildlink3.mk 2005-11-08 18:56:34 +00:00
tv
aecefb8f31 Need devel/libgetopt for <getopt.h> and getopt_long(3). 2005-11-07 20:27:40 +00:00
tv
457e7418c5 Add <sys/time.h> to autoconf check for fd_set so that it is properly
detected on Interix.
2005-11-07 20:26:32 +00:00
tv
bb6363122d Only include <inttypes.h> if HAVE_INTTYPES_H. 2005-11-07 20:16:56 +00:00
tv
52a0a8dbac Interix doesn't have sync(2). 2005-11-07 20:13:44 +00:00
reed
5ec12059d7 Append "/man1" for the --mandir switch.
This is not normal, but the source's configure and Makefile.in
assume this.
2005-11-04 19:30:00 +00:00
rillig
8384f1cd00 Fixed invalid use of WRKSRC. 2005-11-03 21:24:29 +00:00
rillig
0b054ad64c Fixed the HOMEPAGE. 2005-11-03 13:25:16 +00:00
tv
67a06c55ca Include <stdlib.h> to get [u]intptr_t on Interix. 2005-10-31 20:04:45 +00:00
rillig
bb3189edd0 Converted to the options framework. Bumped PKGREVISION. 2005-10-24 19:48:24 +00:00
rillig
561bc99732 Fixed pkglint warnings by replacing PKG_JVM with PKG_DEFAULT_JVM and "#
set" with "yes".
2005-10-24 19:32:00 +00:00
drochner
9dee51b9b3 update checksum - distfile changed on distribution site,
fixes PR pkg/31889 by Robert Elz
(there were no changes between the archives besides timestamps)
2005-10-24 10:21:56 +00:00
rillig
09790e487c Append things to CONFIGURE_ARGS instead of overwriting them. Found by
pkglint.
2005-10-23 14:16:46 +00:00
rillig
d6824d8aba Fixed pkglint warnings. 2005-10-23 14:13:50 +00:00
drochner
611f8d7da2 update to 1.0.5
changes:
kdissert 1.0.5
* new inline editor (hit the keys 'e', 'a', or 'i' to raise it).
* auto-sizing canvas
* generate documents from the command-line
* minor bugfixes
kdissert 1.0.4
bugfixes:
* crash when opening documents containing references of objects that have been removed
* new objects inherit the color of the parent
Additionally, the following features have been added:
* Spanish translation
* select subtrees easily
* spatial selection of objects using the keyboard
(optional, hiearchical selection is still available in
the settings)
2005-10-21 14:47:13 +00:00
adam
171f086619 Changes 3.17:
* Jump to file on Ctrl-j
    * Complete in filebrowser with Ctrl-Tab
    * Debugger fixes and fixes for HP-UX
    * Various build fixes for different OS's
    * Insert history in all input widgets.
    * Shell command line on Escape pipes selected text through
	arbitrary commands (experimental).
    * Colour space options, black on white display.
    * Prolog syntax highlighting.
    * Gimp script syntax highlighting.
    * Valgrind auditing.
2005-10-19 10:53:43 +00:00
adam
cf3963bf43 Changes 2.4.1:
* CAN-2005-2972: Fix several stack-based buffer overflows in the RTF importer
* Fix the BiDi direction in menu strings (Windows)
* Fix various crashers related to Equation editing
2005-10-17 08:33:43 +00:00
martti
fb9d7c6c1d Updated vim to 6.4.0
This is a bugfix release of Vim. Since Vim 6.3 dozens of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.

There are no new features. This release is only fixing bugs.
2005-10-17 06:49:34 +00:00
jmmv
59c67fd096 Update to 2.12.1:
============
gedit 2.12.1
============

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

- Adam Weinberger (en_CA.po)
- Christian Rose (sv)
- Clytie Siddall (vi)
- Erdal Ronahi (ku)
- Ignacio Casal Quinteiro (gl)
- Inaki Larranaga (eu)
- Kjartan Maraas (nb)
- Kjartan Maraas (no)
- Maxim Dziumanenko (uk)
- Rhys Jones (cy)


============
gedit 2.12.0
============

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

- Ankit Patel (gu)
- Baris Cicek (tr)
- Chao-Hsiung Liao (zh_TW)
- Christophe Merlet (fr)
- Clytie Siddall (vi)
- Dan Damian (ro)
- Danilo Šegan (sr, sr@Latn)
- Duarte Loreto (pt)
- Francisco Javier F. Serrador (es)
- Frank Arnold (de)
- Gabor Kelemen (hu)
- Ivar Smolin (et)
- Josep Puigdemont i Casamajó (ca)
- Justina Klingaitė (lt)
- Kostas Papadimas (el)
- Laurent Dhima (sq)
- Leonid Kanter (ru)
- Miloslav Trmac (cs)
- Mohammad DAMT (id)
- Raphael Higino (pt_BR)
- Reinout van Schouwen (nl)
- Rhys Jones (cy)
- Runa Bhattacharjee (bn)
- Vladimir Petkov (bg)
- Young-Ho Cha (ko)


=============
gedit 2.11.93
=============

Fixes
=====
- Fix leak in caseless search (Paolo Maggi)
- Encoding should not be remembered when auto-detected (Paolo Maggi)

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

- Chris Jackson (cy)
- Jordi Mallach (ca)
- Clytie Siddall (vi)
- Gabor Kelemen (hu)


=============
gedit 2.11.92
=============

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

- Ankit Patel (gu)
- Ilkka Tuohela (fi)
- Maxim Dziumanenko (uk)
- Evandro Fernandes Giovanini (pt_BR)
- Kostas Papadimas (el)
- Ivar Smolin (et)
- Duarte Loreto (pt)
- Dan Damian (ro)
- Chao-Hsiung Liao (zh_TW)
- Laurent Dhima (sq)
- Reinout van Schouwen (nl)
- Marcel Telka (sk)
- Gabor Kelemen (hu)
- Francisco Javier F. Serrador (es)
- Frank Arnold (de)
- Funda Wang (zh_CN)
- Rostislav Raykov (bg)
- Takeshi AIHANA (ja)
- Kjartan Maraas (nb)
- Kjartan Maraas (no)
- Clytie Siddall (vi)
- Adam Weinberger (en_CA)


=============
gedit 2.11.91
=============

Fixes
=====
- fix a potential crasher in the spell plugin (Paolo Borelli)
- fix a runtime warning due to an api change in recent-files (Paolo B.)
- remove preferences for Undo (Paolo Maggi)
- minor string fixes (Paolo M.)

New and updated translations
============================
- Ankit Patel (gu)
- Raphael Higino (pt_BR)
- Theppitak Karoonboonyanan (th)
- Josep Puigdemont (ca)
- Clytie Siddall (vi)
- Takeshi AIHANA (ja)
- Adam Weinberger (en_CA)
- Francisco Javier F. Serrador (es)
- Miloslav Trmac (cs)
- Kjartan Maraas (nb)
- Kjartan Maraas (no)
- Funda Wang (zh_CN)


============
gedit 2.10.4
============

Fixes
=====
- Metadata manager saves data every 2 seconds if needed (Paolo Maggi)
- Do not scroll on copy (Paolo Borelli)
- Fixed bug #303943: potential gedit crash at startup (Paolo M.)
- Fixed bug #311187: "Save As" does not work with file names containing
  spaces (Federico Mena Quintero)
- Fixed bug #166903: gedit mdi title does not handle correctly non-unicode
  filename (Paolo M.)
- Fixed bug #306847: conversion options for CP932, EUC_JP_MS (Kazuhiko Maekawa)
- Fixed bug #308237: sort the languages list alphabetically (Guillaume Desmottes)
- Fixed bug #309187: preselected highlighting mode in preferences
  (Ruben Vermeersch)
- Ellipsize the recent file lists (Paolo M. and Paolo B.)
- Fixed bug #172277: scrolling down and clicking in editor window returns editor
  pane to top of file (Paolo B.)
- Fixed bug #137539: recent files menu broken with very long file names
  (Paolo M.)
- Fixed a problem with Documents menu
- Fixed bug #169816: use the same permission as the original file (Paolo B.).
- Fixed bug #166350: Gedit crashed when insert date and time (Paolo M.)

New and updated translations
============================
- Rostislav Raykov (bg)
- Josep Puigdemont (ca)
- Hendrik Richter (de)
- Ivar Smolin (et)
- Baptiste Mille-Mathias (fr)
- Ignacio Casal Quinteiro (gl)
- Yair Hershkovitz (he)
- Gabor Kelemen (hu)
- Kjartan Maraas (nb, no)
- Tino Meinen (nl)
- Everson Santos Araujo (pt_BR)
- Marcel Telka (sk)
- Игор Несторовић (sr)
- Prajasakti Localisation Team (te)
- Theppitak Karoonboonyanan (th)
- Funda Wang (zh_CN)
- Woodman Tuen (zh_TW)
2005-10-16 12:11:46 +00:00