Commit graph

1859 commits

Author SHA1 Message Date
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
reed
b0d6c15916 Update lyx to lyx-1.3.7.
Verified that this works without qt3-tools so remove that comment
and BUILDLINK_DEPMETHOD for that. (Now defaults to build only.)

Add another download mirror.

Use bzipped tar file.

Update PLIST to add "hu" locale file, compiled python code,
and other updates. And use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX
for the dirrm.

Removed three patches related to DragonFly and other patch for a bug
fix as all are now fixed in official release.

Updated patch-ab. The official release removed the unlock() so
still coredumps on NetBSD without this patch.

And regenerated two other patches as lines didn't line up anymore.

And remove PKGREVISION from Makefiles. (Note I did not test "xforms"
version.)

Changes include:

** Updates

- Update lyx2lyx to handle properly the latest LyX 1.4 format (245).

- New hungarian translation. Update Spanish translation.

- Update German documentation.

** Bug fixes

* Document input/output:

- Don't load the wasysym package automatically anymore (bug 1942)

- Fix crash with S-Home while entering a macro name (bug 2046)

- Do not delete selection when entering an index entry.

- Fix LaTeX output when a bibtex inset is used in a child document.

- Support tex4ht for Tex -> MS Word conversion

- Support the previewers kdvi, kpdf, and kghostview

* User Interface:

- Fix wrong path when drag-and-dropping files on Windows. [Qt only]

- Fix interaction of LyX with external clipboard (e.g. Klipper) (bug 1976).

- Ensure that no dialogs have one shortcut assigned to more than one action.
  Always connect the OK button to the Alt-O shortcut. [Qt only]

- Ensure that the user cannot create a reference without first selecting
  one in the reference dialog. [Qt only].

- The Return key is no longer bound to the Goto button in the reference
  dialog. [Qt only].

- Double clicking in the reference dialog now inserts a reference
  (bug 2187) [Qt only].

- Searching backwards in the citation dialog always skipped one result
  (bug 2002). Fixed now.

- Do not trim spaces from either end of the find and replace strings in
  the Edit->Find & Replace... dialog. [XForms only].

- Fix crash when trying to display current directory and ${HOME} is empty.

- Don't force alignment to BLOCK when switching to fixed width cell (bug
1840).

- Add key bindings for "primary-selection-paste".

- Fix some math key sequences for sciword.bind.

- On exit, don't attempt to unlock a mutex in the Qt library --- it
  causes undefined behaviour and leads to a crash on NetBSD.

- Enable Instant Preview to work if the path to the external GhostScript
  executable contains spaces. (bug 2193).

- The error/warning/confirmation dialogs aren't hidden behind the main
  window anymore [Qt only] (bug 1977).

* Configuration/Installation:

- Enable TeXFiles.sh to run when its path contains spaces.

- Compile without STL compatibility support, since some systems do that
  by default (Slackware, for ex.). [Qt only]

- Fix compilation with gcc 2.95 under OSX 10.4. This is useful because
  LyX crashes on startup when compiled with gcc3.

- Fix compilation with Solaris/x86 (bug 992).

- Enable compilation of LyX on DragonFly BSD.

- Add missing cygwin support file in the distribution (bug 2035).

- Enable Windows boxes to recognize the hard-coded paths needed to run
  LyX from the build tree.
2006-01-18 21:00:45 +00:00
ghen
5ed565b45c Add a http:// download site. 2006-01-18 18:19:54 +00:00
adam
e82f8beab0 Changes 2.4.2:
* Added an OpenDocument exportes, and substantially updated the OpenDocument
  importer
* Greatly improved the print quality of images (Unix)
* Fixed a substantial number of memory leaks
2006-01-17 08:07:38 +00:00
schmonz
4fad33ff7a Update to 4.6. No changelog; changes include newer autoconf and
bringing in bash's malloc implementation.
2006-01-13 10:10:46 +00:00
adam
2099193386 Synchronised with pine-4.64 2006-01-12 21:00:52 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
rtr
5efdf52f96 doh! wrong path in patch 2006-01-06 14:52:21 +00:00
rtr
87897c790e include ctype.h earlier to avoid isblank macro running over c99 isblank()
* fixes build on Solaris10
2006-01-06 14:47:56 +00:00
joerg
0b715db0f3 Update distinfo. 2006-01-06 12:09:03 +00:00
joerg
c3ed17d3df Fix errno. 2006-01-05 19:27:50 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
joerg
8cab449c34 Depend on ncurses to provide prototypes for tparm and tgoto.
At least the former creates a conflict between K&R style variable
arguments and ISO C style elipses.
2006-01-04 21:43:44 +00:00
joerg
f2a54795e8 DragonFly, FreeBSD and OpenBSD ship sys/queue.h just like nvi, so
assume they also provide a superset. This fixes conflicts in sys/select.h
on DragonFly.
2006-01-04 21:22:06 +00:00
joerg
c05f839a89 Make this compile on DragonFly in the hope that also means that it is
as usable as Emacs can be.
Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass
the pass to canna lib to configure. The first fixes !NetBSD, the latter
triggers addition of rpath entries for libcanna.
2006-01-04 20:35:08 +00:00
joerg
c668b4c00b Unbreak by switching from post-patch sed with FILES_SUBST_SED to
SUBST framework, only one substitution here.
2006-01-04 17:11:03 +00:00
joerg
95faff136a Add DragonFly support. 2006-01-04 17:05:02 +00:00
joerg
bd9ece0564 Add DragonFly support. Fix errno. Remove patch-ac, it gets
overriden by the GNU_CONFIGURE magic anyway.
2006-01-04 17:00:32 +00:00
joerg
0200b84ad1 Override config.guess and config.sub. Recognize DragonFly. 2006-01-04 16:58:58 +00:00
joerg
52da29f79f Follow up commit. As wiz@ noticed, just dropping the nb part means
an exact match on the base version, so explicitly allow any revision.
The pattern was suggested by jlam@.
2006-01-04 16:58:13 +00:00
joerg
b04d9ab72b Don't hard-code revision of emacs20 in DEPENDS. 2006-01-04 14:11:13 +00:00
markd
3aac27ce5c Remove zero length patch. 2006-01-04 11:11:22 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
ghen
d4d4ff95b7 Pkglint: s/xargs/${XARGS}/. Ok by wiz. 2005-12-30 14:49:49 +00:00
martti
01780929f7 Added jave 2005-12-30 10:52:09 +00:00
martti
78f8c94e97 JavE is a free ASCII Editor. Rather than for editing texts, it is intended
for drawing simple diagrams by using ASCII characters. It is like a graphics
editor for editing texts instead of images.
2005-12-30 10:51:48 +00:00
joerg
e871bba6d7 Use -nocombreloc on DragonFly as well. Suggested by Timothy H. Legant
on DragoFly's user list.
2005-12-29 14:04:56 +00:00
joerg
45fad7e41d Create separate configuration for DragonFly. Fix errno.
Based on patch from Richard Nyberg on DragonFly's user list.
2005-12-29 13:56:51 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
is
e45f4a7fbd Mark C. Henderson's port of Matt Fichtenbaums TECO for Ultrix. 2005-12-28 22:29:17 +00:00
reed
685ceec1bd Add "makepsres" to USE_TOOLS.
This fixes packaging due to missing share/lyx/xfonts/PSres.upr.
2005-12-28 04:25:46 +00:00
reed
eca1ef2b88 Sort to make it easier to compare. 2005-12-28 02:04:00 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
martti
4a661d009c Updated vim to 6.4.6
1581  6.4.004  "go" doesn't work correctly when 'virtualedit' is set
  1577  6.4.005  truncating message may write before buffer
  2320  6.4.006  ":argedit", "argdel" and ":argadd" used count argument
2005-12-27 10:17:29 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
reed
9cc940848f Fix installation of help files.
This is during the freeze. Hopefully, this fixes PR #32310
and #32144. Before this fix, under Linux, the package's PLIST
didn't match up with what was actually installed. Also problem
was seen recently on bulk-builds list.

Add patch-af from
abiword-2.0.9-windowshelppaths.patch from Fedora Core 4 Extras abiword-2.4.1-2.
This gets rid of the DOS style file paths of images.

Add patch-ag to have portable use of cp -r * instead of */.
This fixes problem where files were not installed to their subdirectories.

Use post-build target to create "help" docs and to clean out junk.
(Fixes problem where "make clean" can't clean.)

Fix permissions in post-build too. Fixes problem where some
subdirectories for the help files were not browsable.

Copy the help files into place in the post-install target.

Many PLIST changes due to fixing of the help files.

While I am here, use PKGMANDIR instead of "man" and add INSTALLATION_DIRS
for that.

Bump PKGREVISION.

The maintainer of this package, adam, said he was unavailable to
work on this currently and said it was okay for me to work on this.

I tested on PkgLinux and NetBSD/i386. I reviewed some "help" files
in browser (which abiword opens). And saw some images too.
2005-12-21 22:04:59 +00:00
taca
b7e0b9fdbc Update MASTER_SITES; ftp.foretune.co.jp's URL update and added official
site (ftp.sleepycat.com).

This should fix the situation reported by PR pkg/32263 by yamt@.
2005-12-19 16:09:57 +00:00
rillig
9d2a5b8b70 Added a patch that includes the <memory> header, needed for std::auto_ptr. 2005-12-18 22:01:33 +00:00
rillig
4328e8aad1 Fixed quoting bugs related to autoconf2.13. 2005-12-18 20:57:26 +00:00
ghen
da9c990bfc Update my e-mail address. 2005-12-13 12:15:16 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
rillig
a2e64eafd6 Fixed the bug that has been introduced with the pkglint patch on Dec 05.
I had written {PREFIX:Q} instead of ${PREFIX:Q}.
2005-12-11 21:16:46 +00:00
joerg
67bcd27848 This needs msgfmt. Also add explicit build time dependency on
gettext-lib, configure tries to be clever.
2005-12-09 16:39:16 +00:00
joerg
547059ecd2 What's the point of a configure check if you don't use the result?
Disable vsprintf on DragonFly, it doesn't compile and libc is fine.
2005-12-09 16:32:57 +00:00
joerg
c757ed95de Fix errno. 2005-12-09 16:22:28 +00:00
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
jmmv
83b4d54ad4 Update to 2.12.0:
2.12.0: "I only care when I miss it"
* Fixes:
	- Doc fixes (Shaun McCance)

2.11.92: "Paris Combo"
* Improvements:
	- Ported to GtkComboBox byMichael Gossard
2005-10-16 12:11:33 +00:00
reed
0c1f4bdf3d Just like this configure doesn't support --infodir, it doesn't
support --mandir. Also add to the patch to allow this
PKGMANDIR customization.
2005-10-16 05:07:58 +00:00
jmmv
aa5c883bb6 Update to 3.2.18: changes since 3.2.15 unknown. 2005-10-14 21:51:19 +00:00
hiramatsu
f1d7980a7c Build fix on OpenBSD, borrowed from OpenBSD ports.
Quote from the commit log(ports/editors/emacs21/Makefile version 1.10).
-----------------------------------------
Work around the fact that emacs undump knows too much about the layout
of elf files (or thinks it does). These assumptions were just broken
by binutils/ld changes to put GOT and PLT into their own PT_LOAD sections.
Thus BSS is no longer part of the DATA PT_LOAD section. This is a
workaround using the '-Z' compatibility flag which disables the GOT/PLT
padding.
2005-10-14 08:59:50 +00:00
tonio
0de5a99724 Add CONFIGURE_HAS_MANDIR= no, since configure does not support --mandir 2005-10-12 12:13:38 +00:00
joerg
223fc42443 Patch libtool.m4 in configure to support DragonFly. 2005-10-10 16:31:59 +00:00
joerg
0f363db80a Remove nested extern int errno. Include errno.h in one case instead. 2005-10-10 16:18:04 +00:00
minskim
00800f12c9 Update poedit to 1.3.4.
Changes since 1.2.5:
- build with wxGTK-2.6
- use standard accelerators for Close command
- added ability to create bookmarks (Olivier Sannier)
- improved status icons (Olivier Sannier)
- more robust parsing of catalog headers
- saving into read-only file now fails as expected
- added "New catalog from POT file" feature
- added ability to display automatic comments in the UI
- added ability to search comments
- added checking of input files' correctness
- plural forms support
- fixed catalog I/O to correctly handle automatic comments
- usability improvements
- added more translations
- many bug fixes
2005-10-09 18:33:17 +00:00
markd
97bc9cf4f4 A couple of patches to fix build on NetBSD/hp700. From Konrad Schroder. 2005-10-06 11:08:39 +00:00
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
adam
e7bbc9b9d5 Changes 2.4.0:
* grammar checker, equation editor
* improved GNOME Office integration
* OpenDocument support
2005-10-04 09:55:05 +00:00
jmmv
d7726d1f1c Update to 0.8.4:
2005-09-24

  version 0.8.4:
	* Implemented GOption (thanks Magnus Bergman).
	* Added '--tab-width' command line option.
	* Inform read-only file by less/greater than sign bracket.
	* Improved Korean auto-detection.
	* Added Hebrew translation (Yo'av Moshe).
	* Added Turkish translation (Kaya Oguz).
	* Added Greek translation (Stavros Giannouris).
	* Updated Italian translation (Alessio D'Ascanio).

2005-07-22

  version 0.8.3:
	* Implemented replaced word highlighting.
	* Modified line-number margin.
	* Fixed space-separeted filename bugs (thanks Andrea Antolini).
	* Added Slovak translation (Peter Chabada).
	* Updated Polish translation (Michal Wrobel).

2005-07-02

  version 0.8.2:
	* Improved dependency caused by intltool (thanks Machismo Ulverstein).
	* Modified left margin.
	* Fixed Macintosh return code bug (thanks young dave).
	* Fixed "response" signal of about diaglog (thanks Muthiah Annamalai).
	* Updated Bulgarian translation (Yavor Doganov).
	* Updated Simplified Chinese translation (Carlos Z.F. Liu).

2005-05-14

  version 0.8.1:
	* Implemented searched word highlighting.
	* Modified Up/Down/PageUp/PageDown behaviour when scroll-outed.
	* Fixed space-separated filename bug (thanks Chris Everts).
	* Added Bulgarian translation (Yavor Doganov).
	* Added Vietnamese translation (Quy NGUYEN DAI).
	* Updated Hungarian translation (Reviczky Adam Janos).
	* Updated Polish translation (Michal Wrobel).

2005-04-29

  version 0.8.0:
	* Implemented glib-gettext & intltool.
	* Added Print feature (only invoke lpr).
	* Added load stdin feature.
	* Added command line options.
	* Added '--enable-chooser' configure option for GtkFileChooser.
	* Modified some small points (DnD, caret, shadow, sensitivity...).
	* Changed shortcut keys displayed on menu.
	* Fixed replace question dialog behavior (thanks Keith).
	* Added Portuguese translation (thanks Alan Kelon).

2004-12-26

  version 0.7.9:
	* Shrinked codeset menu.
	* Fixed destroy response for question dialog (thanks Richard S).
	* Removed local "G_BROKEN_FILENAMES" setting.
	* Removed scrollbar_spacing manipulation.
	* Updated Swedish translation (by Isak Savo).
	* Added Lithuanian translation (thanks Lech Jankovski).
	* Added Polish translation (thanks Michal Wrobel).
2005-10-02 21:34:50 +00:00
kristerw
e7ea54b462 Make sure -Wl,-R${PREFIX}/lib is added when linking, so that this work
on platforms (such as NetBSD 1.6) where ncurses from pkgsrc is needed.

Bump PKGREVISION.
2005-10-01 18:52:03 +00:00
minskim
8dc474a962 Add and enable heme. 2005-10-01 05:59:16 +00:00
minskim
76bb09a31f Import heme from pkgsrc-wip. Packaged by pancake and modified by me.
Heme is a fast and portable console hex editor for unix systems.  It
has undo support (number of undo operations is only limited by
available memory), ability to fill a range of addresses with the
specified byte, ability to search for a single byte or character
string.

Offsets can be given in hexadecimal, octal or decimal.  There are two
editing modes: hex and ascii.  In hex mode you type hexadecimal digits
and in ascii mode you type characters.  In the ascii mode cursor is
automatically moved to the next byte after typing a character (this
behaviour is configurable for hex mode).
2005-10-01 05:57:30 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
agc
bb2788e243 Upgrade xvile to version 9.5
Differences to previous pkgsrc version (9.4):
+ many bug fixes
+ some minor enhancements
2005-09-28 09:44:30 +00:00
agc
d4604037be Upgrade vile to version 9.5.
Differences to previous pkgsrc version (9.4):
+ many bug fixes
+ some minor enhancements
2005-09-27 22:49:27 +00:00
adam
75cd5c490f Changes 2.2.10:
* Fix security bug: AbiWord RTF import stack-based buffer overflow / CESA-2005-004 - rev 1
* Fix a list corruption in the MS Word importer
* Fix the text highlighting color in TOC and field elements (Windows)
2005-09-27 15:49:56 +00:00
wiz
9ca63d9b76 Reset maintainer, posix dot org dot uk has no DNS entry. 2005-09-23 20:08:05 +00:00
minskim
8b1274c47f Include perl5/buildlink3.mk to use libperl. 2005-09-17 17:06:19 +00:00
drochner
a5afec0645 remove a temporary private location from MASTER_SITES, it is not needed
anymore because the DISTFILE is on the primary site again,
requested by The Maintainer
2005-09-12 18:47:07 +00:00
schmonz
c55c82964e As on NetBSD, force vi_cv_sys5_pty=no on Darwin to fix build on 10.4. 2005-09-11 18:08:02 +00:00
wiz
27123d6950 Reset maintainer to tech-pkg because email bounced. 2005-09-11 12:07:53 +00:00
drochner
c0f543e08e +texmaker 2005-09-08 19:59:58 +00:00
drochner
b01a4ea7f4 import texmaker-1.12, another LaTeX frontend, from pkgsrc-wip 2005-09-08 19:59:13 +00:00
reed
496c706535 Martti said I can maintain this now. 2005-09-07 17:40:08 +00:00
reed
e60eb54445 Use different descriptions for the QT and XForms versions of LyX. 2005-09-07 17:38:41 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
drochner
07a5158511 update to 1.0.5.7
changes:
-Several minor bugfixes from buglist
-Further improvements in configure
-Finished implementation of document parts and preambles
-Improved cursor accessability handling

also change TeX dependency to teTeX-bin, so that this can be used
with teTeX3 as well
2005-08-26 17:21:04 +00:00
drochner
364925692e build-depend on scons>=0.96.1nb1 which includes a dependency on py-xml,
should fix build problem seen in bulk-builds
2005-08-19 11:18:32 +00:00
hiramatsu
f4e3c71871 Add .include "../../lang/perl5/buildlink3.mk" to fix build problem. 2005-08-17 14:57:19 +00:00
tv
97a6176c40 Update to 4.10, part of Pine 4.63. Near zero changes; just one
international charset tweak.

(libpico is ABI compatible with 4.9, so no BUILDLINK_DEPENDS bump required)
2005-08-12 20:21:29 +00:00
adam
8c6ab686ba Changes 2.7.8:
o Several new keymaps has been added
  o New handwriting recognition files has been added.
  o FAQ and GUI translations has been added.
  o AMD 64 bit fixes has been added.
  o Filename and application icon is now shown.
2005-08-12 13:47:31 +00:00
adam
01e6419499 Changes Zile 2.2.4:
* Fix macro creation.
* Add --funcall back.
* termcap terminal replaced with ncurses again.
* More code cleanup.
* .zilerc replaced by .zile, which is a pseudo-Lisp file.
* Various other bug, design and documentation fixes.
* Add case-replace and kill-whole-line.
* Change command-line options to be more like Emacs.
2005-08-11 15:33:08 +00:00
uebayasi
413a9b5ca1 Whitespace. 2005-08-11 14:34:38 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
drochner
51efee0329 +kdissert 2005-08-09 18:38:53 +00:00
drochner
78b224bcb2 import kdissert-1.0.3, a Mindmapping-like tool to generate text templates 2005-08-09 18:37:41 +00:00
taca
aa41827984 Update nvi-m17n to 1.79.20040401 applying patch from PR pkg/30216
by ISIHARA Takanori.

Brief changes:

2004/4/1
	publish a new diff as "cvs diff" (with old cvs) generated malformed
	diff.
2002/5/22
	support iso-2022-15 character encoding.
2001/10/24
	plug a printf string vulnerability.
2000/4/7
	support automatically recognize iso-2022-jp-3 character encoding.
		common/multibyte.c
2005-08-08 14:44:07 +00:00
wiz
193f82a45f Depend on wxGTK24, bump PKGREVISION. 2005-08-07 11:28:07 +00:00
taca
080ca9891e It seems that "sleepy.vwh.net" isn't exist anymore. 2005-08-04 01:39:08 +00:00
rillig
74b0171535 Added -DMISSING_EXTERN_ENVIRON for NetBSD. Still does not build because
of missing Perl include files.
2005-07-30 21:04:36 +00:00
adam
49333985b9 Changes 2.2.9:
* Bugfixes
2005-07-28 15:21:42 +00:00
drochner
4c5b3bc5c4 update to 1.0.5.6
changes:
-Improvements in the double-buffering system
-Implementation of a triple-buffering system for the graphical object
-Improvements in the partial redraw system
-Start the implementation of document parts and preambles
-Simplifications in configure.in and the main makefile
-Global folding and unfolding according to type of contents
2005-07-27 17:32:13 +00:00
martti
3876758362 Updated vim to 6.3.085
1729  6.3.081  glob() may execute shell command unexpectedly
  2102  6.3.082  (after 6.3.081) more generic solution to avoid shell commands
  5053  6.3.083  VMS: add function keys to vt320 termcap entry
  3408  6.3.085  crash in syntax highlighting
2005-07-27 06:29:55 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
drochner
e4e73da702 update to 1.3.6
changes: bugfixes, in particular:
* It is now possible to typeset files which reside in a directory with
  spaces in its name; this requires a modern TeX implementation (such
  as teTeX 3.0).
* It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and
  <opt><shift>-tab with LyX/Mac) to switch between the open documents.
* LaTeX-type accents, ligature breaks and hyphenation marks are now
  considered as part of words
2005-07-19 17:49:33 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
adam
c869fe9ade Changes 3.3:
- The default background color can now be set.
- JOE now supports 256 color xterm.
- The mouse can now resize windows and select menu entries.
- During selection with the mouse, the window will autoscroll when you go
  past the edge.
- An xterm-patch is included which makes "-mouse" mode work better.  (With
  the patch, also set "-joexterm").
- Syntax files are provided: ADA, AWK, COBOL, SED, Postscript, and SQL
- Improved jpico: search now looks more like real pico
- Grep find: use ESC g to grep.  Then use ESC space to jump to
  to indicated file/line.
2005-07-19 08:29:52 +00:00
kristerw
110a24a3f9 Do not include <malloc.h>. 2005-07-18 00:46:18 +00:00
kristerw
11b94d504c Regenerate so that the Mac OS X patch program undestands how
to apply it.
2005-07-17 23:02:05 +00:00