Commit graph

1834 commits

Author SHA1 Message Date
reed
473b82b42f Remove the reLyX manpage entry.
(It must have snuck back in when I merged in the local directory changes :)

I will just ride on same package version since it was just earlier
today.
2006-04-19 00:54:29 +00:00
reed
93194cc8c7 This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 is
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt
and http://www.lyx.org/announce/1_4_1.txt

This adds a different interface, change tracking, character styles
new tex2lyx (instead of reLyX) and a lot more.

Pkgsrc changes include:

DESCR -- remove the word "New" since it is not new.

Improve COMMENT.

makepsres tool not used anymore.

New python scripts.

Remove post-install target for texmf files as now done via normal install.

patch-ah removed -- already integrated.
patch-ai removed -- reLyX was removed.
patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild
between build and install steps -- need to check this.)

patch-ac added for sys./time.h needed; already in lyx development version.

(I did this update last week and tested on Linux, NetBSD and DragonFly
and havce been using on NetBSD.)
2006-04-18 23:21:18 +00:00
wiz
375b5e4933 More PKGREVISION bumps for png-1.2.9nb2 update. 2006-04-17 14:52:10 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
adam
8625e81e2e Changes 2.4.4:
See http://www.abisource.com/changelogs/2.4.4.phtml for details
2006-04-15 10:47:24 +00:00
jlam
d212457536 Remove trailing whitespace from various info/* entries that was causing
the files to not be found during PLIST creation.
2006-04-14 23:24:46 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
drochner
0b0cb192fe update to 2.14.1
changes:
-bugfixes
-translation updates
2006-04-12 20:00:01 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
bf6d3f15de Set qt_cv_libname=-lqt-mt in the configure environment
because didn't link with pthread during the configure check.
2006-04-08 17:34:02 +00:00
minskim
fbe19483fe Use texmf-dirs to install into texmf-local. Bump PKGREVISION. 2006-04-07 00:54:25 +00:00
minskim
750a413f0b Do not create a directory for tex files, because they are installed in
PKG_LOCALTEXMFPREFIX.
2006-04-07 00:44:53 +00:00
minskim
896408da3d Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX, to match with PLIST. 2006-04-07 00:36:45 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
markd
bc998c9be3 Pass the correct sized argument to sbrk() when trying to reduce the break
so that on 64bit systems it is actually a negative number, not a very
large positive one.  Should fix PR pkg/29351.
Thanks to Martijn van Buul for giving me access to an amd64 box so I
could track this down.  Bump PKGREVISION.
2006-04-05 22:22:16 +00:00
jlam
0e75430a3d INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04 18:07:16 +00:00
jlam
21dc5e3f91 Move info file entries to PLIST. 2006-03-31 15:40:37 +00:00
jlam
ec7d891941 * Remove *.orig files prior to installation so that they aren't installed
during the install phase.

* Remove *.orig entries from the PLIST.

* Move info file entries to the PLIST.

Bump PKGREVISION to 4 for PLIST changes.
2006-03-31 15:34:44 +00:00
jmmv
e4be6bfbde Update to 2.14.0:
============
gedit 2.14.0
============

New and updated translations
============================
- Petr Tomeš (cs)
- Ivar Smolin (et)
- Laurent Dhima (sq)
- Guilherme de S. Pastore (pt_BR)
- Alexander Shopov (bg)
- Duarte Loreto (pt)
- Daniel Nylander (sv)
- Rajesh Ranjan (hi)
- Gabor Kelemen (hu)
- Tino Meinen (nl)

=============
gedit 2.13.93
=============

New features and fixes
======================

- Fix launching on multihead systems (Paolo Maggi)
- Snippets plugin improvements (Jesse Van Den Kieboom)
- Fix the python console history (Steve Frécinaux)
- Fix vim and kate modelines parsing (Steve Frécinaux)
- misc bugfixes

New and updated translations
============================
- Frank Arnold (de)
- Alexander Shopov (bg)
- Funda Wang (zh_CN)
- Francisco Javier F. Serrador (es)
- Theppitak Karoonboonyanan (th)
- Simos Xenitellis (el)
- Leonid Kanter (ru)
- Maxim Dziumanenko (uk)
- Ivar Smolin (et)
- Žygimantas Beručka (lt)
- Rhys Jones (cy)
- Danilo Šegan (sr, sr@Latn)
- Hendrik Richter (de)
- Ignacio Casal Quinteiro (gl)
- Josep Puigdemont i Casamajó (ca)
- Ilkka Tuohela (fi)
- Francisco Javier F. Serrador (es)
- Ankit Patel (gu)
- Clytie Siddall (vi)
- Øivind Hoel (no)
- Gabor Kelemen (hu)
- Satoru SATOH (ja)
- Vincent van Adrighem (nl)


=============
gedit 2.13.92
=============

New features and fixes
======================

- Snippets plugin improvements (Jesse Van Den Kieboom)
- External Tools plugin improvements (Steve Frécinaux)
- Fix the spell checking plugin (Paolo Borelli)
- Make the tags plugin load files lazily to improve startup time (Paolo Maggi)
- misc UI improvements and bugfixes

New and updated translations
============================
- Raphael Higino (pt_BR)
- by Ivar Smolin (et)
- Inaki Larranaga (eu)
- Leonid Kanter (ru)
- Kostas Papadimas (el)
- Slobodan D. Sredojevic (sr)
- Ignacio Casal Quinteiro (gl)
- Ankit Patel (gu)
- Rhys Jones (cy)
- Gabor Kelemen (hu)
- Satoru SATOH (ja)
- Theppitak Karoonboonyanan (th)
- Josep Puigdemont i Casamajó (ca)
- Francisco Javier F. Serrador (es)
- Kjartan Maraas (nb, no)
- Frank Arnold (de)
- Žygimantas Beručka (lt)
- Duarte Loreto (pt)
- Clytie Siddall (vi)
- Funda Wang (zh_CN)
- Ilkka Tuohela (fi)


=============
gedit 2.13.91
=============

New features and fixes
======================

- Snippets plugin improvements (Jesse Van Den Kieboom)
- External Tools plugin improvements (Steve Frécinaux)
- Replace All optimizations (James Livingston)
- Use GOption for command line option parsing (Michael Terry)
- misc UI improvements and bugfixes

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

- Theppitak Karoonboonyanan (th)
- Ivar Smolin (et)
- Raphael Higino (pt_BR)
- Žygimantas Beručka (lt)
- Reinout van Schouwen (nl)
- Lukas Novotny (cs)
- Slobodan D. Sredojevic (sr, sr@Latn)


=============
gedit 2.13.90
=============

New features and fixes
======================

- Hide cursor during incremental search (Steve Frécinaux)
- External Tools plugin improvements (Steve Frécinaux)
- misc UI improvements and bugfixes

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

- Maxim Popov (ru)
- Kostas Papadimas (el)
- Ivar Smolin (et)
- Kjartan Maraas (nb, no)
- Vladimir Petkov (bg)
- Clytie Siddall (vi)
- Francisco Javier F. Serrador (es)
- Ilkka Tuohela (fi)
- Josep Puigdemont i Casamajó (ca)
- Theppitak Karoonboonyanan (th)


============
gedit 2.13.4
============

New features and fixes
======================

- Depend on gnome-python-desktop instead of gnome-python-extras
- Reimplement autosave feature (Sergio Villar Senin, Paolo Maggi)
- Fix a crash on start related to bacon-message-connection (Marco Barisione)
- Fix bottom pane sizing on start (Paolo Borelli)
- Misc improvements to the External Tools plugin (Steve Frécinaux)
- misc UI improvements and bugfixes

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

- Satoru SATOH (ja)
- Ignacio Casal Quinteiro (gl)
- Ankit Patel (gu)
- Ilkka Tuohela (fi)
- Slobodan D. Sredojevic (sr, sr@Latn)
- Adam Weinberger (en_CA)
- Clytie Siddall (vi)
- Francisco Javier F. Serrador (es)


============
gedit 2.13.3
============

New features and fixes
======================

- New External Tools plugin, to execute shell scripts (Steve Frécinaux)
- New 'Snippets' plugin to insert repetitive text fragments (Jesse Van Den Kieboom)
- Bump gnome-vfs requirement to 2.13.4 and use new APIs to get the mime type
- misc UI improvements and bugfixes

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

- Adam Weinberger (en_CA)
- Hendrik Richter (de)
- Kostas Papadimas (el)
- Slobodan D. Sredojevic (sr, sr@Latn)
- Takeshi AIHANA (ja)
- Clytie Siddall (vi)
- Francisco Javier F. Serrador (es)
- Priit Laes (et)
- Theppitak Karoonboonyanan (th)


============
gedit 2.13.2
============

New features and fixes
======================

- Restore cursor position on load (can be disabled through GConf) (Paolo Maggi)
- fix crash on startup (Paolo Borelli)
- fix drag'n'drop from File Roller (Paolo Maggi)
- Implemented search highligthing (Paolo Maggi)
- Improve incremental search UI (Steve Frécinaux)
- Run Python garbage collector when needed (Paolo Borelli)
- Implement configure_dialog support for python plugins (Jesse Van Den Kieboom, Raphael Slinckx)
- Handle problems with SIGINT due to python embedding (Paolo Maggi)
- Backport metadata-manager fixes from Evince (Nickolay V. Shmyrev)
- misc UI improvements and bugfixes

New and updated translations
============================
- Ignacio Casal Quinteiro (gl)
- Rostislav Raykov (bg)
- Clytie Siddall (vi)
- Theppitak Karoonboonyanan (th)
- Francisco Javier F. Serrador (es)
- Ilkka Tuohela (fi)
- Kjartan Maraas (nb, no)
- Josep Puigdemont i Casamajó (ca)
- Ankit Patel (gu)
- Åsmund Skjæveland (nn)
- Adam Weinberger (en_CA)
- Takeshi AIHANA (ja)


============
gedit 2.13.1
============

New features and fixes
======================

- modelines plugin (Steve Frécinaux)
- fix string escaping when creating menus (Paolo Borelli)
- Convert help system to gnome-doc-utils (Micahel Terry)
- misc UI improvements and bugfixes

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

- Clytie Siddall (vi)
- Ilkka Tuohela (fi)
- Adam Weinberger (en_CA)
- Vincent van Adrighem (nl)
- Takeshi AIHANA (ja)
- Ankit Patel (gu)
- Žygimantas Beručka (lt)
- Marcel Telka (sk)
- Ignacio Casal Quinteiro (gl)
- Inaki Larranaga (eu)
- Funda Wang (zn_CH)
- Josep Puigdemont i Casamajó (ca)
- Theppitak Karoonboonyanan (th)
- Francisco Javier F. Serrador (es)


============
gedit 2.13.0
============

New features and fixes
======================
Reworked codebase based on the new_mdi cvs branch,
among other things, it features:
- improved tabbed widget, for instance tabs are reorderable
- GtkUIManager is now used for menus and toolbar instead of
  libbonoboui
- A side panel and a bottom panel have been added
- A new gobject-based plugin system has been implemented
- Plugins can now be written in Python
- Reading and writing of files are now handled in an
  asynchronous way (so the user interface never blocks)
- Local files are read using mmap (when possible)
- Incremental search is supported (use Ctrl+K)
- A lot of usability improvements with some new UI experiment
  are featured
- Startup time and performaces have been improved
- Remote file saving is supported (for a limited configurable
  set of VFS methods)
2006-03-30 21:29:09 +00:00
jmmv
7fda644a8f Update to 2.14.0:
2006-03-12  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Release 2.14.0

2006-03-04  Jérémy Ar Floc'h <jeremy.lefloch@gmail.com>

	* configure.in: Added Breton translation

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-key-editor.c: (update_list_buttons): Fix button sensitivity
	illness on the key list dialog. Patch from Christian Persch. Fixes bug
	#166112

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_window_selection_changed): Remove duplicated strings
	and fix capitalization. Patch from Benoît Dejean. Fixes bug #167350

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/main.c: (invalid_arg_error_dialog): HIGfy error dialog.
	Patch from Kristof Vansant. Fixes bug #325058.

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* po/POTFILES.in:
	* src/gconf-cell-renderer.c: (gconf_cell_renderer_get_size),
	(gconf_cell_renderer_render): Translate "<no value>" string.
	Patch from Gabor Kelemen. Fixes bug #327525

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* data/gconf-editor.desktop.in.in: Added GTK; to Category entry.
	Fixes bug #328037

2006-01-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

	* configure.in: Add "zh_HK" to ALL_LINGUAS.

2006-01-08  Sebastien Bacher  <seb128@debian.org>

	* src/gconf-editor-window.c: (gconf_editor_window_about_window):
	use "translator-credits" instead of "translator_credits",
	patch by Vincent van Adrighem <adrighem@gnome.org> (Closes: #300958)

2006-01-03  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: remove some redundant code which
	set GCONF_DEFAULTS_SOURCE with a value which was
	later overwritten.
2006-03-30 21:28:52 +00:00
jmmv
cbf57061f5 Update to 4.0.0:
=============
Dasher 4.0.0
=============

 * Promoted to stable release

=============
Dasher 3.99.5
=============

 * New icon
 * Bugfixes in 'enter text into other windows' mode

=============
Dasher 3.99.4
=============

 * Fixed font behaviour in Windows
 * Fixed broken start/stop in dynamic button mode
 * Other minor bugfixes

=============
Dasher 3.99.3
=============

 * Bugfix to tarball

=============
Dasher 3.99.2
=============

 * Improved button mode support
 * Cairo support ported from 3.2 branch
 * Win32 should build from tarball again
 * Bugfixes

=============
Dasher 3.99.1
=============

New 4.0.0 preview, highlights include:

* (Partial) button mode support
* Infinite back off
* Improved symbol grouping in alphabets
* New status bar, with 'favourite' alphabet selection

=============
Dasher 3.99.0
=============

First preview of 4.0.0 - many changes and re-writes
2006-03-30 21:27:42 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
joerg
d9b2837b6e Since vim-kde is linked against qt-mt, also link against pthread.
Add the missing files to PLIST. Bump revision.
2006-03-28 22:29:53 +00:00
uebayasi
95434d4ac8 Fix build on sh3el. PR pkg/33418 from Yasushi Oshima. 2006-03-25 02:48:22 +00:00
minskim
d57a93563a Remove BROKEN_IN because this package is not broken in recent bulk builds
on i386.
2006-03-21 18:53:59 +00:00
minskim
b885ba0aaf Make patches general so that the package builds on more platforms. 2006-03-21 18:48:45 +00:00
joerg
2c38d13ebc Explicitly link against pthread, since libpython is multithreaded.
Bump revision.
2006-03-21 15:34:03 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jlam
e10b319ed7 Fix xemacs packages to honor PKGINFODIR in the default INFOPATH when
reading info files.  Also strip the split info files from the PLIST
as the plist module handles them automatically.  Lastly, define
INFO_FILES so that the pkginstall framework properly manages the "dir"
info file database index in the xemacs info directory.

Bump the PKGREVISION.
2006-03-20 18:21:29 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
jlam
7ed707faba Use EMACS_MODULES appropriately to replace EMACS_USE_LEIM and conditional
dependency on xemacs-packages.
2006-03-20 05:27:50 +00:00
jlam
87a4e19255 Remove a patch made unnecessary since the tools framework already
appropriately hides "makeinfo".  Install possibly split info files
correctly, and install them all into ${EMACS_INFOPREFIX}, which is
correct for either Emacs or XEmacs.  List the info files in the PLIST.
Bump the PKGREVISION to 2.
2006-03-20 04:59:08 +00:00
drochner
b395528a29 add one (needed for plugins) 2006-03-14 14:22:36 +00:00
rillig
303fca70a0 Readded the CONFLICTS line for pkg_alternatives. This package does not
really conflict with pkg_alternatives, but with the various vim packages
that can be installed via pkg_alternatives. Thanks to wiz for noting
this.
2006-03-12 17:05:08 +00:00
rillig
818f5a9dcc Removed the references to the working directory. Removed the BROKEN_IN.
Fixed pkglint warnings. Bumped PKGREVISION.
2006-03-12 13:47:35 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
rillig
bbb049a2af Fixed pkglint warnings. 2006-03-10 23:53:49 +00:00
rillig
c4d2c1bb47 Fixed pkglint warnings. 2006-03-10 23:39:24 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
ghen
23a3bdbb82 Use REPLACE_INTERPRETER instead of SUBST. 2006-03-09 14:20:59 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
reed
24e4139b6d Use PKGMANDIR instead of "man". 2006-03-04 00:31:43 +00:00
wiz
2cae0b16a2 Fix build on NetBSD>=3.0. 2006-03-02 19:52:01 +00:00
drochner
463e6123ec update to 2.12.1
changes: two fixes for crashes
2006-03-02 19:51:00 +00:00
ghen
7bcaace8bb Fix the configure (qmake) stage. With the right environment, it works correct
without patch-aa.
2006-03-02 15:09:49 +00:00
martti
7c71746670 More pkglint -Wall fixes. 2006-03-02 11:32:34 +00:00