Commit graph

37022 commits

Author SHA1 Message Date
tsarna
aefe4ba55a GpsDrive is a car (bike, ship, plane) navigation system. GpsDrive
displays your position provided from your NMEA capable GPS receiver on a
zoomable map, the map file is autoselected depending of the position and
prefered scale.  Speech output is supported if the "festival" software
is running.  The maps are autoselected for best resolution depending of
your position and can be downloaded from Internet.  All Garmin GPS
reveiver with a serial output should be usable, also other GPS receiver
which supports NMEA protocol.  GpsDrive is written in C with use of the
GTK+ graphic toolkit.
2002-12-26 19:55:01 +00:00
jmmv
6c739a6e75 This package requires scrollkeeper to build properly. Addresses problems
shown by Hubert's bulk build.
2002-12-26 18:56:05 +00:00
jschauma
89cd6eb42d Add patch to provide fix for newer bison's. Addresses problems seen
in Huberts latest bulk-build.
2002-12-26 18:49:43 +00:00
jschauma
fee3cbf539 Add BUILD_DEPENDency on geda-symbols, to fix problems encountered during
Huberts latest bulk-build.
2002-12-26 18:17:19 +00:00
jschauma
4c3744b0dd Update MASTER_SITE. Should fix problem in Huberts last bulk-build. 2002-12-26 18:04:33 +00:00
jschauma
d0c7e1f155 Add a mirror 2002-12-26 17:55:02 +00:00
jschauma
a6012250a1 Full caching still works on Irix. Yay. :) 2002-12-26 17:53:48 +00:00
jlam
c0dd7902c2 The buildlink2 wrappers now automatically fix this problem, so no need to
patch around it.
2002-12-26 17:19:25 +00:00
jlam
d8c9789a55 Add some libtool workarounds for software authors that don't follow the
libtool documentation.  Specifically, many authors now link against an
uninstalled libtool archive with:

	-L../package/source/dir -lfoo

instead of the correct (according to the libtool documentation):

	../package/source/dir/libfoo.la

The workarounds convert the former into the latter.  Changes originally
suggested by Rene Hexel <rh@netbsd.org> in private e-mail.
2002-12-26 17:17:32 +00:00
jlam
e287e42e02 Rewrite wrapper scripts so that it is possible to add wrapper-specific
logic and caching in a more natural way.
2002-12-26 17:08:55 +00:00
shell
cd9811e665 Updated py-Optik and nano 2002-12-26 15:20:54 +00:00
shell
919c3b895c Updated to nano-1.0.9
Changes :
free_charptrarray, striponedir()
    - Plug some memory leaks (Steven Kneizys).
read_file()
    - Abort if we read a file of 0 lines (num_lines == 0), fixes BUG #70.
    - Reverse tests to stop segfault on editing a new file of 0 lines
      (David Benbennick).
do_int_speller()
    - Fix zombie processes and spelling buffer issues (Rocco Corsi)
do_gotoline()
    - Set placewewant if we actually move to a different line.
nanogetstr()
    - Add NANO_HOME_KEY and NANO_END_KEY to the home and
      end key code (fixes BUG #69).
bottombars(), onekey()
    - Make bottom list dynamic with screen size (Guus Sliepen & Chris).
do_credits()
    - Add Thomas Dickey.
strcasestr()
    - Renamed to stristr since strcasestr has not been confirmed to
      be detected properly on various Linux systems.
Updated POs : no nb it fr uk gl
2002-12-26 15:14:41 +00:00
shell
1a51c0a6e1 Updated to py-Optik-1.4
Changes :
* Factored the help-formatting code out of OptionParser into
  some new classes (HelpFormatter and subclasses) in help.py.  This
  should make it a lot easier to customize how help is formatted.
* Added the notion of "option groups": an OptionParser can now
  contain several option groups, each which contains several options.
  The main purpose of this is to enable sensibly-grouped help output,
  but it opens up all sorts of interesting (and largely untested)
  possibilities for code to throw whole option groups around instead
  of individual options.  Added two new classes: OptionGroup, and
  OptionContainer for code common to OptionParser and OptionGroup.
  (OptionContainer should be invisible to programmers using Optik).
* Added the 'description' attribute and set_description() method to
  both OptionParser and OptionGroup (actually OptionContainer).
  Again, this is to make help output more useful.
* Made it easier for OptionParser subclasses to decide whether
  they should have the standard "help" option, by moving the logic
  from class level to the _populate_option_list() method.
* Added the "choice" option type, which is just a string type
  constrained to a fixed set of values.
* Added method get_default_values() to OptionParser.
* Rewrote how OptionParser recognizes abbreviated long
  options; removed a redundant internal instance attribute.
* Simplify parsing logic in OptionParser a tad by relocating a loop
  and renaming _process_arg() to _process_args().
2002-12-26 15:11:50 +00:00
shell
68b2e42e9f add exiftags and updated py-Checker 2002-12-26 14:29:18 +00:00
shell
675abbd6ca Updated to pyChecker-0.8.12
Changes :
Version 0.8.12
  * Add --isliteral option to warn when using is/is not against literal
    (e.g., XXX is 5    YYY is not 'abcdef', etc)
  * Add --modulo1 option to warn when using (expr % 1),
    which is constant when expr is an integer or string
  * Add -4/--noeffect option to disable warnings for 'Statement has no effect'
  * self is not first argument warning can be disabled with -S/--self ''
  * Don't print duplicate warnings when importing pychecker
  * Fix other spurious warnings when importing pychecker
  * Fix bug for spurious invalid arguments when passing a dict inline
  * Fix bug for spurious Statement has no effect when print >> x, ... ,
  * Add @option_file command line argument to read options from a file
  	(used on platforms which can't have too many options, ie Windows)
  * Fix several crashes
  * Line numbers should be close for Python 2.3 and if run on optimized code

Version 0.8.11
  * Improve error message for syntax errors from user files
  * Fix pychecker.bat so it should work now
  * Add a warning for using __coerce__ in new-style classes
  * Add --deprecated option for using deprecated modules or functions
  * Add a warning for using functions with security problems (os.t[e]mpnam)
  * Add a warning for comparing against True/False or defining True/False
  * Add --badexcept option to warn when using string exceptions or
        classes not derived from Exception to raise/catch exceptions
  * Fix spurious warnings from using (test and 'true' or 'false)
2002-12-26 14:25:47 +00:00
shell
2ccd8454ad add and enable exiftags 2002-12-26 11:13:56 +00:00
wiz
5726248e21 Drop a traling space, add abbreviation dots to an abbreviation, and replace
"\>" with (better convertible) "\*[Gt]".
2002-12-26 11:12:59 +00:00
shell
03d7c8c303 Initial import of exiftags-0.96
---
The exiftags utility parses a specified JPEG file or, by default,
its standard input, looking for a JPEG APP1 section containing Exif
(Exchangeable Image File) image metadata. The properties contained
in these data are then printed to the standard output. Digital
cameras typically add Exif data to the image files they produce,
containing information about the camera and digitized image.

The program supports a variety of cameras, and includes additional
support for a portion of the maker notes for Canon, Casio, Fuji,
Nikon, and Olympus cameras. Currently this program runs under
Windows and Unix-like operating systems.

An included companion utility, exifcom, displays and writes the
UserComment Exif tag that some cameras include in the image metadata
they create. This program is useful for recording caption or location
information in the image file itself.

License: BSD License
2002-12-26 11:11:22 +00:00
wiz
386b81c712 Add and enable xkbd. 2002-12-26 11:10:52 +00:00
wiz
f61f7c48da regen (removal of patch-ab) 2002-12-26 11:10:02 +00:00
atatat
d17619df9d Note pkgdepgraph pkg upgrade to 1.1 2002-12-26 05:42:00 +00:00
atatat
ad6f4d4660 Upgrade pkgdepgraph to 1.1. New features are:
(1) Graph recoloring, so that as you delete and rebuild bunches of
packages, you can see how far along you are (I use this a *lot*).

(2) Subgraph grouping (based on work done by David Maxwell) which
clusters groups of packages with common prefixes in their names inside
a box.

(3) The explicit dependency on the graphviz pkg has been removed so
that pkgdepgraph can be run on "client machines" that only wish to
generate graph data, not to view it (ie, machines that have packages
installed but which do not wish to incur the overhead of X or the
other stuff that graphviz requires).  The fact that you should install
graphviz *somewhere* so that you can view the data is noted by the new
INSTALL script.

Some useless comments have also been removed.
2002-12-26 05:40:48 +00:00
wiz
0fa9b394d7 Update comment for USE_MMX to reflect changes. 2002-12-26 05:02:36 +00:00
wiz
95975f5124 eterm updated to 0.9.2. 2002-12-26 05:00:55 +00:00
wiz
c74b642a93 Update to 0.9.2, provided by Tracy J. Di Marco White in PR 19393.
The ReleaseNotes say:
Changes in 0.9:
---------------

You're kidding, right?  There have been so many changes here it's not funny.
If you really want to know what they all are, you can read the ChangeLog.  But
I'd settle for this:

 - All new theme format.
 - 3-state image support.
 - Pixmapped scrollbars and popup menus.
 - Action bindings.
 - IPC interface to Eterm and Enlightenment.
 - Auto mode for automatic syncing with Enlightenment themes.
2002-12-26 04:58:44 +00:00
wiz
e055ea1ae3 Add and enable libast. 2002-12-26 04:53:47 +00:00
wiz
2d6fcee4fe Initial import of libast, provided by Tracy J. Di Marco White in PR 19392.
DESCR:
The Library of Assorted Spiffy Things (LibAST -  formerly libmej) was
originally designed as a  companion library to Eterm. However, it
contains  many features that other projects may find useful,  so it
has been broken out into its own library.  Features include thorough
debugging and memory  tracking engines, various string manipulation
functions, and a flexible config file parsing engine.
2002-12-26 04:52:19 +00:00
wiz
03303e62c2 Test USE_MMX variable instead of undocumented IMLIB2_USE_MMX. 2002-12-26 04:30:41 +00:00
wiz
04beced10d Add USE_MMX option. 2002-12-26 04:29:21 +00:00
schmonz
80035235a9 buildlink1 is dead. Long live buildlink2! (Perhaps Q2 should be removed.) 2002-12-26 04:12:49 +00:00
wiz
8df0d57137 +sylpheed-0.8.8, gnumeric-1.1.14; -openbox-2.2.3 2002-12-26 01:50:25 +00:00
wiz
67a9fe9ebb openbox-2.2.3 update. 2002-12-26 01:49:35 +00:00
wiz
4695d7d92a Update to 2.2.3:
* Add an option to disable the window raise on         (Scott Moynes)
   mouse clicks with the modifierMask.
 * Make configure look for Xft version 2 libraries and  (Ben Jansens)
   use them if they are available.
 * Add bitmap button support to all the default styles. (Ben Jansens)
 * Change the default premax values to be larger than 0 (Ben Jansens)
   for clients that map in a maximized state. (avoid a
   mozilla crash.)
and some bug fixes, as well as a polish translation.
2002-12-26 01:48:32 +00:00
wiz
8705b75115 Fix PLIST for binary packages (create some empty directories). 2002-12-26 01:46:01 +00:00
wiz
6afc82d278 USE_BUILDLINK2=YES, to shut up a complaint by java.mk. 2002-12-25 23:03:13 +00:00
mjl
ebe1d0da80 Update to 2.17 as our version is no longer at primary site.
No changelog available though.
2002-12-25 22:44:53 +00:00
wiz
c17a6f3611 Use .tar.bz2. 2002-12-25 19:54:58 +00:00
wiz
b863e90ee3 Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.
While here: Fix build on NetBSD-current.
2002-12-25 19:50:34 +00:00
wiz
c53c77a5b3 Replace another libtool script. Problem reported by schmonz,
debugging help by jlam.
2002-12-25 19:38:15 +00:00
jschauma
4d51560769 When checking for operation mode, add a case for 'CC', Irix' C++ compiler.
(Only apply this change to ltmain.sh, this time! ;-)
2002-12-25 19:35:21 +00:00
grant
7bcdc57b43 also pass '-DBSD' on Darwin. 2002-12-25 18:30:24 +00:00
wiz
9fe706fe68 Honor GNU_PROGRAM_PREFIX. Patch by Jeremy C. Reed. 2002-12-25 17:51:23 +00:00
grant
63f8d78c9e +groff-1.18.1 2002-12-25 17:23:43 +00:00
grant
90a1c5207a Use automatic PLIST handling. 2002-12-25 16:53:51 +00:00
jdolecek
cbb1ae7a14 fix umask handling in solenv/bin/deliver.pl
this fixes PR pkg/17967 by Alan Barrett
2002-12-25 16:29:59 +00:00
jdolecek
c0b4009783 fix several bugs in the yacc grammar files, which made bison 1.75 error out
the result is buildable with both bison 1.35 and bison 1.75 - tested
by full openoffice build with each bison version

this fixes PR pkg/19505 by Thomas Klausner
2002-12-25 16:24:40 +00:00
jdolecek
39b6129fda use -f for cp; when the cp rules are invoked several times, the cp would
fail without -f if the previously copied file didn't have user write
permissions (and building as non-root)
2002-12-25 16:20:18 +00:00
jmmv
30be3cdcdd Note update of bsdpak to 0.52 2002-12-25 16:05:18 +00:00
jmmv
60d7bb0d37 Update bsdpak to 0.52, as requested in PR pkg/19561 by collver1 at attbi.com,
the maintainer.

This version fixes a minor bug when the INDEX file does not exist.
2002-12-25 16:04:36 +00:00
jmmv
2a5457654a Note update of libgda to 0.8.199nb1.
Fix typo in previous commit (gnome-mime-data update).
2002-12-25 15:59:31 +00:00