Commit graph

36906 commits

Author SHA1 Message Date
jmmv
6e6a66594c Note update of pkg_comp to 1.4 2002-12-24 16:29:56 +00:00
jmmv
5db3a401f4 Update pkg_comp to 1.4:
- Added an EXTRAMK variable to allow the addition of any kind of stuff
  into the generated mk.conf.
- While creating the template, quote ${LOCALBASE} so it does not get
  replaced. Reported by Douglas Brebner in PR pkg/19509.
2002-12-24 16:28:33 +00:00
wiz
2e215bbad1 Fix CATEGORIES. 2002-12-24 16:26:45 +00:00
wiz
75f2835239 Update to 2.1.1. Rename the package to gphoto2 to match the installed
program. libgphoto2 is split from gphoto2 in this (minor version(!))
release.
Newly supported cameras include:
Ricoh RDC-1, -2, -2E, -100G, -300, -300Z, -4200, -4300, -5000
Philips ESP2, ESP50, ESP60, ESP70, ESP80, ESP80SXG
Canon PowerShot G3, S230, S45, A100, A200
Nikon D100
Mustek gSmart mini, mini2, mini3 and So. Show 301
USB Jenoptik JD350v
RCA CDS1005, FujiFilm @xia ix-100, Oregon Scientific DShot II,
Media-Tech mt-406, and Scott APX 30
Aiptek Pencam and Medion MD 5319
and probably some more
2002-12-24 16:24:07 +00:00
wiz
ff5a4cc8a4 Add and enable libgphoto2. 2002-12-24 16:19:42 +00:00
wiz
3aa4abba00 Initial import of libgphoto2 -- the libraries for gphoto2. 2002-12-24 16:18:14 +00:00
tron
4092ac61eb Add a comment that "PKGREVISION" must be set in "../xchat/Makefile.common". 2002-12-24 09:35:53 +00:00
agc
715752bb11 Comments begin with the '#' character in Makefiles, not '$' 2002-12-24 09:08:47 +00:00
tron
f558415488 Correct revision number for last update of "xchat-gnome" package and
add missing entry for "xchat" package.
2002-12-24 09:06:24 +00:00
tron
bb2d235c5e Bump package revision to 3 after "freetype2" change. 2002-12-24 09:05:00 +00:00
tron
82cf6bab0f Revert last incorrect change. 2002-12-24 09:04:24 +00:00
kim
0b75b6bd5c More ${TOUCH}ing to make this compile again.
Fixes PR pkg/19463.
2002-12-24 09:04:12 +00:00
schmonz
4ccf97627b USE_BUILDLINK2 after all. It works, so why not? 2002-12-24 07:55:15 +00:00
schmonz
687dc0aa1d pkg_install uses Berkeley DB. USE_BUILDLINK2, USE_DB185, and include
databases/db/buildlink2.mk.

On platforms that lack Berkeley DB, pkg_install will build and
install from bootstrap-pkgsrc, but will be missing some important
functionality. On such systems, once bootstrapped, install this
package to get full functionality. (We'll take care of this
automatically in the future.)

Platforms that are reported to lack Berkeley DB in the base system:
Solaris, some Linuxes. There are probably others.

Suggested by "Jeremy C. Reed" <reed@reedmedia.net> on tech-pkg@.
2002-12-24 07:46:09 +00:00
wiz
e6bf73d6ce glib2, gtk2, atk, pango done. 2002-12-24 06:31:27 +00:00
wiz
1df8e5cee2 Lots of updates related to the freetype2 library major bump.
Also glib2-2.2.0, atk-1.2.0, pango-1.2.0, and gtk2+-2.2.0, and
all related updates.
2002-12-24 06:28:54 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
wiz
6d6bf8d2bd If we depend on the package, depend on the latest version
after a library major bump.
2002-12-24 05:48:28 +00:00
jschauma
79eecce301 Make this work on IRIX. 2002-12-24 04:23:09 +00:00
wiz
b249c25bb8 Update to 2.2.0.
Subjective extract of changes:
* Only close dialogs on Escape if they have a cancel button. [James Willcox]
* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
  Narayana Pattipati, Marius Andreiana]
* Improved default color scheme [Soeren Sandmann, with advise from
  Tuomas Kuosmanen and Garrett LeSage]
* Make pixmap creation functions take a GdkDrawable not a GdkWindow
  [Kristian Rietveld]
* Support move-resize emulation for all edges. [Matthias Clasen]
* Remove extra selections for ButtonRelease in XInput code
  [Garry Osgood, Owen]
* Support RTL flipping for statusbars [Matthias]
* Use octal escapes rather than literal UTF-8 in strings [Owen]
* Make a lot of read-only data const. [Matthias, Morten Welinder]
* Use g_get_application_name() for default window titles and
  for the title of the client leader window [Owen, Havoc Pennington]
* Complete resize-grippy support, move-resize emulation
  [Anders Carlsson, Matthias Clasen]
* On screen change, recreate the widget's Pango context [Owen]
* Make g_object_set (gtk_settings_get_default (), ...) to override
  settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
* Make GtkInputDialog multihead aware [Owen]
* Add a ::screen-changed signal to GtkWidget [Owen Taylor]
* Draw/check menu items insensitive [Soeren, Tim Evans]
* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
  GtkCheckMenuItem [Matthias Clasen]
* Handle painting text on dark-colored progressbars [Soeren]
* Sort the input method list in the right click popup [Abigail Brady]
* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
* Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
* Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
* Add simple support for startup notification [Havoc Pennington]
* Handle focus indication for check and radio buttons without children
  [Dave Camp, Owen]
* Much work on improve submenu navigation [Soeren Sandmann]
* Add "selected_shadow_type" property for menus [Soeren]
* Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
* Rework GtkPaned keynav [Soeren, Calum Benson]
* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
* Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
* Allow themes to set GtkTreeView even/odd row colors [Kristian]
* Add support for separately installed Pixbuf loaders [Matthias Clasen]
* Export gdk_event_new(), discourage stack allocated events [Owen]
* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
* Basic support for RandR extension [Keith Packard, Owen]
* Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
* Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
* gtk_window_set_[default_]icon_from_file [Owen, Havoc]
* Multihead support
* Add GdkDisplay, GdkScreen structures
* Add _for_display(), _for_screen() variants where needed in GDK and GTK+
  (In other cases, make the variants methods on GdkDisplay/GdkScreen
* Adapt GTK+ widgets to be multihead safe
* Allow initialization of GTK+ without opening a display with gtk_parse_args()
* Add multihead support to demos/tests.
* Xinerama support [Erwann Chenede, Matthias Clasen]
* Allow GDK backends to add custom argument parsing [Sven Neumann]
* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
* Add style property for drawing menu items without shadow [Soeren]
* gtk_widget_modify_color_component/font(): Allow clearing
  current modifications. [Owen]
* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
* Some XEMBED changes for standards compliance and Qt compatibility [Owen]
* Improve label behavior when it gets a too small allocation [Soeren]
* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
* Theme drawing improvements [Soeren]
* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
* Add gtk_menu_shell_select_first() [Owen]
* Add gtk_notebook_get_n_pages() [Havoc Pennington]
* Allow accel_path = NULL for gtk_menu_item_set_accel_path().
* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
* Improve gdk-pixbuf loader tests [Soeren Sandmann]
* Use iTXT chunks when necessary in PNG image saver [Matthias]
* Add incremental loading for progressive jpegs [Matthias]
* Add load-at-size functionality [Matthias]
* Add a loader for .ANI animations [Matthias]
* Load hotspot for .ICO files [Matthias]
* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]

Lots of bug fixes and enhancements.
2002-12-24 04:07:31 +00:00
jschauma
999e13c1b9 Add PLIST for irix6. Same as netbsd and solaris -- maybe we can combine these? 2002-12-24 03:57:04 +00:00
wiz
2375e2d0a4 Update to 1.2.0.
Changes:
* Add new role ATK_ROLE_APPLICATION [Bill Haneman]
* Correct implementation of i18n support [Padraig O'Briain]
* Add signal "active-descendant-changed" to AtkObject [Padraig]
* Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY
[Bill Haneman]
* Add atk_hyperlink_is_inline() [Bill]
* Add new functions atk_object_add_relationship, atk_object_remove_relationship,
atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
states and relationships; add text-attributes-changed signal for AtkText
interface. [Padraig O'Briain]
* Add po directory and update atk_role_get_localized_name() to allow it to
return localized name [Padraig]
* Add implementtaion of atk_object_factory_get_accessible_type() for
AtkNoOpObjectFactory [Padraig]
* Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
and some translation updates and bug fixes.
2002-12-24 03:44:18 +00:00
wiz
1512196acb Not needed any longer. 2002-12-24 03:42:04 +00:00
wiz
25e388366f Update to 1.2.0. Depend on Xft2.
Changes:
* Improve font solection for Hangul tone marks
* Improve range definitions for basic-xft [Jungshik Shin]
* Draw unknown character boxes with X primitives for the
  X backend instead of hoping for a suitable glyph [Morten Welinder]
* For Xft/FT2, give an informative error mesage when no fonts are found.
* Support shape modules with ranges beyond the BMP [Federic Zhang]
* Use octal escapes rather than literal UTF-8 [Arnaud Charlet]
* Use g_[sf]printf where appropriate [Matthias Clasen]
* Fix the Arabic-words-broken-by-underlines problem by
  stripping out non-shape affecting attributes then adding them
  back after shaping.
* Hangul shaper fixes [Changwoo Ryu, Jungshik Shin]
* Handle compatability ideographs in basic-x shaper [Federic Zhang]
* Implement pango_ft2_font_map_set_default_substitute() [Matthias Clasen]
* Hangul module bug fixes and improvements [Changwoo Ryu, Jungshik Shin]
  - Move rendering of precomposed characters to hangul-xft shaper
  - Handle Hangul tone marks
* Add a new wrap mode for PangoLayout - PANGO_WRAP_WORD_CHAR [Alex Larsson]
* Indic module improvements [Eric Mader]
* Fixes to generic OpenType handling [Eric]
* Improve language specific charset ordering basic-x11 [James Su, Brian Yuan]
* Some merges of fixes by Werner Lemberg to the original
  FreeType OpenType code.
* Robustify and otherwise improve pango_color_parse() [Matthias Clasen]
* Some cross-compiling fixes [J. Ali Harlow]
* Merge a lot of the code between the Xft and FT2 backend,
  so that the FT2 backend gets the recent improvements to Xft.
* Add proper language tag support to the Xft/FT2 backends.
* Various effienciency fixes for the Xft/FT2 backends.
* Support for version 2 of the Xft library. [Keith Packard]
* Convert the freetype backend over to using fontconfig,
  instead of MiniXft for font cataloging.
* A port of the Indic OpenType code from ICU to Pango. [Eric Mader]
* A new hangul-xft [Changwoo Ryu]
* Various cleanups to the PangoXft and PangoFT2 public APIs.
... as well as the usual bug fixes.
2002-12-24 03:41:10 +00:00
wiz
6d534a4f20 Update to 2.2.0. Deprecate PTL2 support for this package.
Major changes:
* Improve generation of pseudo-random integers [Morten Welinder,
  Sebastian Wilhelmi]
* Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
* Add copy of the Trio library to build and use for printf() when
  system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
* Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
* Add g_markup_parse_context_get_element() [Matthias]
* Add g_utf8_strreverse [Matthias]
* Add g_ascii_strtoull() [Tim Janik]
* Support scanning of 64-bit values with GScanner [Tim]
* Add g_set/get_application_name() [Havoc Pennington]
* Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
  Use for g_return_if_fail(). [Matthias Clasen]
* Add G_GNUC_DEPRECATED macro [Tom Tromey]
* Improve the seeding algorithm of GRandom to avoid problems
  with certain pathological seeds. Support G_RANDOM_VERSION=2.0
  environment variable. [Sebastian Wilhelmi]
* Improve thread configure checks, use -pthread where applicable
  [Sebastian]
* Improve handlng of thread priorities [Sebastian]
...as well as many bug fixes and translation updates.
2002-12-24 03:36:58 +00:00
wiz
0d65cd4431 bins-1.1.20 update. 2002-12-24 02:06:47 +00:00
wiz
60f394e8c3 +gnucash-1.7.6, gpa-0.6.0, sylpheed-claws-0.8.7, xcdroast-0.98alpha12. 2002-12-24 02:06:25 +00:00
wiz
7ad4f25d7d Update to 1.1.20:
- corrects bug with UTF-8 local encoding
2002-12-24 02:05:50 +00:00
jschauma
3085a1c183 Make this compile and install cleanly on IRIX. 2002-12-24 00:56:53 +00:00
cjep
09132bc144 implementations->implications 2002-12-24 00:47:43 +00:00
wiz
225cdf72ac Fix pkgconfig file to have -lXext after -Xrender (why doesn't the library
have the dependency itself?).
Bump PKGREVISION to 1, and depend on latest version in buildlink2.mk.
2002-12-24 00:43:42 +00:00
cjep
7bc25da6b2 Initial import of the GAP package FPLSA into the NetBSD packages
collection as math/gp-fplsa.

This package is a GAP interface to a C program called fplsa for
dealing with finitely presented Lie super-algebras.

This GAP package installs an alternative method for the GAP
operation `IsomorphismSCTableAlgebra'. The method calls fplsa to do the
hard part of the computation. This speeds up the calculation and permits
larger problems to be attempted. The external program has much additional
functionality which is not used by the present version of the package.
2002-12-24 00:21:16 +00:00
cjep
9f773d13ea Note addition of gp-fplsa. 2002-12-24 00:20:16 +00:00
wiz
d881acdb3c Add includes. Noted by Eric Gillespie in PR 19433. 2002-12-24 00:19:31 +00:00
cjep
459c0f2985 Initial import of the GAP package FPLSA into the NetBSD packages
collection as math/gp-fplsa.

This package is a GAP interface to a C program called fplsa for
dealing with finitely presented Lie super-algebras.

This GAP package installs an alternative method for the GAP
operation `IsomorphismSCTableAlgebra'. The method calls fplsa to do the
hard part of the computation. This speeds up the calculation and permits
larger problems to be attempted. The external program has much additional
functionality which is not used by the present version of the package.
2002-12-24 00:17:25 +00:00
wiz
43b07a916b Note some of my updates this night. 2002-12-24 00:14:00 +00:00
wiz
896d3a455a Update to 2.1.3. Changes are too many to list here, for the most interesting
one see http://www.freetype.org/freetype2/2.1.3-explained.html .
2002-12-24 00:04:16 +00:00
jschauma
d6b704935b Eliminate another ZOULARISBASE.
Tabify.
2002-12-23 23:03:23 +00:00
jschauma
d3bbfc3720 Don't test for OPSYS to set rpath et al, but rather use _OPSYS_RPATH_NAME.
Suggested by Stoned Elipot.  Thanks.
2002-12-23 22:50:29 +00:00
tron
fd37b10d8f The "bidwatcher" update bit the dust. 2002-12-23 22:50:13 +00:00
tron
4c670c0236 Note update of "bidwatcher" package to version 1.3.7. 2002-12-23 22:47:26 +00:00
tron
846127cb01 Update "bidwatcher" package to version 1.3.7. Changes since version 1.3.6:
- Fix the bigdelay callback
- Fix eBay breakage.
- Added autogen.sh to CVS for easier building.
2002-12-23 22:46:55 +00:00
wiz
dbe4d2f57f Update to 0.5.7, mostly bugfixes and more translations.
* libexif/exif-data.h: Introduce an array of ExifContents. This
  doesn't break binary compatibility, but it breaks compilation.
  Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source
  code to make it compile again.
2002-12-23 22:40:43 +00:00
jschauma
ed4d223810 ZOULARISBASE is certainly never used on Irix. Let's get rid of it. 2002-12-23 22:34:00 +00:00
jschauma
945bcf8e9d Let's be consistent:
Always check for ${OPSYS} == "IRIX" (and not once for != and once for ==)
Always use "-Wl,-rpath,/path" rather than sometimes "-Wl,-rpath -Wl,/path"
and sometimes "-Wl,-rpath,/path".
2002-12-23 22:33:14 +00:00
seb
4a2ebd5b33 Note update of textproc/source-highlight to 1.6.1 [lots of new features and bug
fixes, you want to update!]
2002-12-23 22:31:05 +00:00
seb
d69cfdf258 Update to 1.6.1.
Lots of changes and new features: you want to update!

Changes since latest packaged version:
Version 1.6.1

   * fixed a bug in the configure phase that used to make the compilation
     fail with compilers not providing the function getop_long
     (reported by Horacio Montenegro <horaciom@unicamp.br>).

Version 1.6

   * scanners for flex and ChangeLog added by John Millaway <millaway@acm.org>
   * default to stdout when no --output is given along with the -i option
     and when --output="STDOUT" (as suggested by Hugh S. Myers,
     <hsmyers@sdragons.com>)
   * fixed a problem with string comments in Python scanner
   * a separate executable is built, source-highlight-cgi, that can be
     used as a CGI program

Version 1.5.1

   * xhtml doctype generated correctly (thanks to Christian W. Zuckschwerdt
     <zany@triq.net> and Josh Ghiloni <josh@joshghiloni.net>) reported
     by Martin Gebert <Murphy.Gebert@gmx.de>
   * Anonymous CVS Access is now available
     http://savannah.gnu.org/projects/src-highlite

Version 1.5

   * xhtml output format is now handled (thanks to Christian W. Zuckschwerdt
     <zany@triq.net> and Josh Ghiloni <josh@joshghiloni.net>)
   * assert is now recognized as a Java keyword (thanks to Fabio Calefato
     <calefato@libero.it>)
   * a scanner for Python has been written by Martin Gebert
     <Murphy.Gebert@gmx.de>.
   * when in Php3 strings can span more than one lines and line numbers are
     correctly formatted.

Version 1.4

   * fixed compilation error with some compilers due to headers istream.h
     and ostream.h (thanks to Dan barthel <dbarthel@mac.com>)
   * a scanner for Php3 has been written by Alain Barbet
     <alian@alianwebserver.com>
   * reading from stdin does not kill line numbers (notified by Keith
     Robertson <keithr@nortelnetworks.com>)
   * line number count is correctly reset when handling multiple files (bug
     fixed)
   * for Java sources, if, while, and other keywords that use '(' ')' are
     now correctly highlighted as keywords instead of as functions (reported
     by Manuel Kauers <manuel@kauers.de> and Fabio Calefato
     <calefato@libero.it>)
   * tabs are correctly handled for Prolog and Perl sources (reported by
     Martin Gebert <Murphy.Gebert@gmx.de>)

Version 1.3

   * now there is only one program, namely source-highlight, that accepts a
     command line option, --src-lang or -s, specifying the source language
     (for the moment java, cpp and prolog).  Previous programs, java2html
     and cpp2html are provided as shell scripts, just for compatibility, but
     their use is not advised.
   * --out-format, -f, command line option added for specifying the output
     format (for the moment only html is accepted).  Though only html is
     handled, this option is required.
   * a scanner for Prolog has been written by Martin Gebert
     <Murphy.Gebert@gmx.de>.  This scanner is still to be considered beta,
     and actually it was written for Visual Prolog, so it should be tested
     against other Prolog dialects.
   * a scanner for Perl has been written by Alain Barbet
     <alian@alianwebserver.com>
   * Correctly check whether it is possible to write to a file (notified by
     Martin)
   * --tab option is correctly handled even for C/C++ files (bug fixed,
     notified by Martin)
   * Added option --line-number (-n) in order to print line numbers (as
     suggested by Ed Scott and Andre Charbonneau).
   * Man page added.
2002-12-23 22:27:48 +00:00
cjep
f3a3f76e1c Remove pointless brackets. 2002-12-23 22:18:24 +00:00
wiz
08dc6b4886 Add sq locale (for glib2). 2002-12-23 21:41:51 +00:00
wiz
252b0aea26 Update to 1.1.19 -- three more message catalogs installed, of which
two are new in this version ;).
2002-12-23 21:37:47 +00:00