Commit graph

27966 commits

Author SHA1 Message Date
martti
be5d9d861f Added support for VIM_EXTRA_OPTS (requested by Katsuhiko Fujii in pkg/15990) 2002-03-25 08:04:02 +00:00
lukem
550ed9d642 fix minor memory leak in ogg123_comment_set() introduced in previous 2002-03-25 06:24:59 +00:00
cjs
40fb300e82 Add p5-Module-Dependency. 2002-03-25 05:56:54 +00:00
cjs
b21c71917d Build and use index of perl module dependencies. 2002-03-25 05:55:52 +00:00
lukem
c13b5c0e0f Add back patch-ac containing various ogg123 playback fixes (different
from the last set), making ogg playback useful:
- implement ogg123_pipe_open() which opens a pipe and runs the command
  supplied in the char **, returning the child pid and fd array from pipe(2).
  based on code from ogg123_child_run().
- replace popen() with ogg123_pipe_open() in ogg123_info_get(),
  ogg123_comment_get(), and ogg123_comment_set().  now info actually
  works for file names which contain wacky shell characters (where
  surrounding the file name with quotes just Isn't Enough)
- parse_bitrate(): current bitrate in ogg123 output is now "(NNN.MM kbps)",
  so look for that rather than "Bitrate: NNNN"
- when setting the initial bit_rate for a song, use "bitrate_average / 1000"
  rather than "bitrate_nominal", since bit_rate is in kbps and bitrate_*
  is in bps and bitrate_average is more appropriate that bitrate_nominal.
2002-03-25 05:44:48 +00:00
rh
e515a9150f Remove a bogus #ifdef around standard include files. 2002-03-25 04:47:47 +00:00
dmcmahill
62beb2544b remove unneeded patches. pkg-info adds -Wl,-R${path} automatically, no
need to add it explicitly.
2002-03-25 02:05:47 +00:00
dmcmahill
ce170c4cc7 add missing @dirrm 2002-03-25 02:05:04 +00:00
dmcmahill
b1d6c8fc17 remove unneeded patches. pkg-info adds -Wl,-R${path} automatically, no
need to add it explicitly.
2002-03-25 02:04:48 +00:00
jmc
8eda3519a2 Add buildlink for tcl 2002-03-25 01:49:04 +00:00
jmc
ead4288a3b Remove commented out gcc dependency that happened in 1.4 version. This really
does need gcc 2.95 or greater to work
2002-03-25 01:41:04 +00:00
jmc
f751704145 Turn off debugging when building 2002-03-25 01:19:50 +00:00
hubertf
c78cc2de87 Update ddclient to 3.6.2. Changes:
- add support for Xsense Aero
- add support for Alcatel Speedtouch Pro
- do authentication when either the login or password are defined.
- fix parsing of web status pages

Updated contributed by Amitai Schlair <schmonz@schmonz.com> in private mail.
2002-03-25 01:18:50 +00:00
jmc
0c5474356d Make this require bison 1.34 or greater as the syntax for --outputfile changed
during bison upgrades and detecting which syntax is in use is far harder than
simply making Makefile.in do the right thing for 1.34
2002-03-25 01:04:46 +00:00
jmc
5b615520d6 Fix typo in BUILD_DEPENDS line 2002-03-25 00:34:12 +00:00
wiz
dc41591fd2 Make it compile with SASL_USE_GSSAPI=YES. Closes pkg/16040 by
Rodolphe de SAINT LEGER.
2002-03-24 23:30:18 +00:00
rh
94f276f56c Reorder link line for GLE example programs so linking works again. Fixes
provided in PR pkg/14240 by Rafal <rafal@netbsd.org>.
2002-03-24 22:27:41 +00:00
dmcmahill
c420d3ed35 s/pth/ptl2 2002-03-24 22:21:26 +00:00
deberg
9e7d558594 solaris install can only create one directory at a time 2002-03-24 22:17:22 +00:00
wiz
f3f1c5fecd Update to 0.2.3.
Changes since 0.2.1:
Fixed a bug involving the processing of 24-bit audio data on
little-endian systems.
Added support for IMA and MS ADPCM.
Added support for the IRCAM file format.
Added support for AF_QUERYTYPE_COMPRESSION.
Added support for floating-point data in the AIFF-C and WAVE file
formats.
Improved support for compressed data formats in AIFF-C, WAVE, and NeXT
.snd file formats.
Cleaned up code for 64-bit systems.
Cleaned up some compiler warnings.
Added many new tests.
Fixed several small bugs.
Cleaned up code in many places.
2002-03-24 21:38:25 +00:00
rh
91dbd02c56 Buildlinkify gnome-- by applying the patches provided by Eric Gillespie,
Jr., in PR pkg/14205.
2002-03-24 21:23:57 +00:00
dmcmahill
a5b764a391 add gtk2 2002-03-24 20:35:47 +00:00
dmcmahill
a8658b04a9 import gtk2-2.0.0
The Gimp Tool Kit.

GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is
suitable for projects ranging from small one-off projects to
complete application suites.
2002-03-24 20:34:36 +00:00
dmcmahill
309c25d3a2 add atk, glib2, and pango 2002-03-24 20:31:40 +00:00
magick
0ac9f086b9 Add and enable mew-xemacs 2002-03-24 20:30:19 +00:00
dmcmahill
648690365b import pango-1.0.0
Pango is a library for layout and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout
is needed; however, most of the work on Pango-1.0 was done using the
GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handling for GTK+-2.0.

Pango is designed to be modular; the core Pango layout can be used
with four different font backends:

 - Core X windowing system fonts
 - Client-side fonts on X using the Xft library
 - Direct rendering of scalable fonts using the FreeType library
 - Native fonts on Microsoft backends

Dynamically loaded modules then handle text layout for particular
combinations of script and font backend.

As well as the low level layout rendering routines, Pango includes
PangoLayout, a high level driver for laying out entire blocks of text,
and routines to assist in editing internationalized text.
2002-03-24 20:29:35 +00:00
magick
06544f4905 Initial import of Mew for XEmacs. This closes pkg/14405
contributed by Ogata Hiroshi with update to 2.2 via private mail.

Mew is an interface to integrate

   - Email
   - NetNews
   - MIME(Multipurpose Internet Mail Extensions)
   - PGP(Pretty Good Privacy)
2002-03-24 20:29:28 +00:00
dmcmahill
99f08f8f69 import atk-1.0.0
The ATK library provides a set of interfaces for accessibility.
By supporting the ATK interfaces, an application or toolkit can
be used with such tools as screen readers, magnifiers,
and alternative input devices.

Atk provides a core set of interfaces which are common to all
widgets and "additional" interfaces that are appropriate to certain
classes of widgets and whose existence can be queried at run time.
It also provides interfaces which an application can use to provide
additional accessibility information to assistive technology tools.
2002-03-24 20:28:05 +00:00
dmcmahill
37b479265b import glib2-2.0.0
GLib is a library which includes routines for C, providing lists,
trees, hashes, memory allocation functionality and many other things.

glib2 will coexist with glib-1.2.*
2002-03-24 20:27:12 +00:00
wiz
de7977e54a Add and enable SDL_gfx. 2002-03-24 20:20:09 +00:00
wiz
39f710869b Initial import of SDL_gfx, provided by Ben Collver in pkg/16015.
DESCR:
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
provided basic drawing routines such as lines, circles or polygons for
SDL Surfaces.

The current components of the SDL_gfx library are:
- Graphic Primitives (SDL_gfxPrimitves.h)
- Rotozoomer (SDL_rotozoom.h)
- Framerate control (SDL_framerate.h)
- MMX image filters (SDL_imageFilter.h)
2002-03-24 20:14:36 +00:00
rh
68dbcf889f Fix PLIST. 2002-03-24 20:04:32 +00:00
rh
e1a7fb7b44 Update gnome-core to 1.4.0.6. Changes are bugfixes only.
While at it, fix localstatedir to prevent scrollkeeper files from being
installed in /var/gnome (PR pkg/13057).
2002-03-24 20:03:34 +00:00
rh
ff1823e318 Update gnome-vfs to 1.0.3.
Changes are mainly bugfixes, most notably this now compiles with
control-center-1.4.0.4.  This version also adds support  for start-here:,
preferences:, system-settings:, server-settings:, start-here:, and
programs: URI schemes.

While at it, fix localstatedir to avoid installing scrollkeeper files
where they don't belong (PR pkg/13057).
2002-03-24 19:59:37 +00:00
rh
02e349d7b3 Update gnome-libs to 1.4.1.4. Changes are bugfixes, new man pages, and
new translations.
2002-03-24 19:53:40 +00:00
seb
4b41b4ff4f Use AWK instead of SED to do the patching, now it works on Solaris.
While here put the patching in target do-patch an remove NO_PATCH.

This should fix PR 16035.
2002-03-24 19:47:28 +00:00
magick
5fb5f28587 Add and enable xemacs-current 2002-03-24 19:44:33 +00:00
magick
a2059564c3 Initial import of XEmacs 21.5.5
This is the *BETA* developement line of XEmacs so handle with care.
This package is based on pkg/14132 contributed by Eric Gillespie Jr.
Most notable change to the release is the possibility to compile
xemacs with gtk+. Set XEMACS_WIDGETS accordingly in your mk.conf
Possible values are:
lucid (default)
gtk
gnome
motif
2002-03-24 19:40:29 +00:00
martti
a594c75f3b Updated vim to 6.1
* several bug fixes
* new and updated syntax files
* translated menus and messages
* license has been made compatible with the GNU GPL
2002-03-24 19:38:25 +00:00
dmcmahill
8446e4d6eb update to 1.4.1 from 1.4 This is a bugfix release.
- Internally make sure an invalid file-descriptor (integer not
  between 0 and (FD_SETSIZE-1) does not lead to any segfaults or
  other undefined behaviour. Instead an error is returned and errno
  is set to EBADF, similar to what the OS functions do. Especially
  pth_poll() now return with this error (instead of skipping the fd)
  if an fd in the "struct pollfd" is invalid.
  [Ralf S. Engelschall, Archie Cobbs <archie@packetdesign.com>]

- Correctly support PTH_FDMODE_NONBLOCK in pth_connect and pth_accept.
  [Archie Cobbs <archie@packetdesign.com>]

- Fixed typos in manual page.
  [Michael Schloh v. Bennewitz <michael.schloh@de.cw.net>,
   Takashi Ishihara <tishihara@ucdavis.edu>]

- For portability reasons changed definition of PTH_EXT_SFIO to 0/1
  instead of FALSE/TRUE because some external definitions use a
  casted value and hence make trouble on plain #if constructs.
  [Staehli Patrik <patrik.staehli@siemens.ch>]

- Fixed return value (number of occurred events) of pth_wait().
  [David Dureau <david.dureau@cea.fr>]

- Replaced thread-unsafe usage of a static struct iovec in
  pth_writev_ev() with a thread-safe stack/heap-based solution.
  [Ralf S. Engelschall, Mark Burton <markb@ordern.com>]

- Replaced antiquated PTH_FLAG_NOJOIN references with the correct
  PTH_ATTR_JOINABLE references in the manual page.
  [Takashi Ishihara <tishihara@ucdavis.edu>]

- Fixed a (not very subtle) bug in pth_writev_ev() that screwed up
  output if a partial write happened.
  [Mark Burton <markb@ordern.com>]

- Fixed static initializers PTH_BARRIER_INIT and PTH_COND_INIT.
  [Shawn Wagner <shawnw@speakeasy.org>]

- Typo fixes in pth.pod
  [<collver@linuxfreemail.com>]

- Upgraded to GNU shtool, version 1.5.4.
  [Ralf S. Engelschall]

- Fixed "make striptease": pth_string.c was not included and some
  commands which were removed at all (and this way causes syntax
  errors) will be now correctly commented out with ":" commands.
  [Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>]
2002-03-24 18:47:38 +00:00
wiz
1b0da6921d Add and enable wmcpuload. 2002-03-24 18:08:57 +00:00
wiz
159572ad3a Add wmcpuload, a windowmaker dockapp for showing CPU usage, provided
by Thomas Runge in pkg/16036, buildlinked by me.
2002-03-24 18:04:57 +00:00
taya
7335c5397f Correct perl version dependency. 2002-03-24 15:05:16 +00:00
tron
443effc131 Include buildlink glue code for "control]center" to fix build problem. 2002-03-24 14:16:56 +00:00
hubertf
7621c45c78 Rewrite REPLACE_PERL as shell-loop, so one can use shell wildcards,e.g.
REPLACE_PERL=   *.cgi *.perl *.pl

Code submitted by Amitai Schlair <schmonz@schmonz.com>
2002-03-24 14:06:22 +00:00
mjl
0890bdc2cc Update bzip2 to 1.0.2
A bug fix release, addressing various minor issues.

* Fix an infinite segfault loop in 1.0.1 when a directory is encountered
  in -f (force) mode.
* Avoid double fclose() of output file on certain I/O error paths.
* Don't fail with internal error 1007 when fed a long stream (> 48MB)
  of byte 251.  Also print useful message suggesting that 1007s may be
  caused by bad memory.
* Fix uninitialised variable silly bug in demo prog dlltest.c.
* Remove 512-MB limitation on recovered file size for bzip2recover
  on selected platforms which support 64-bit ints.
* Copy file access times correctly.
* Dereference symlinks when copying file permissions in -f mode.
* Majorly simplify implementation of uInt64_qrm10.
* Check the input file still exists before deleting the output one,
  when aborting in cleanUpAndFail().
* Wrapper scripts (with manpages): bzdiff, bzgrep, bzmore.
* Spelling changes and minor enhancements in bzip2.1.
* Avoid race condition between creating the output file and setting its
  interim permissions safely, by using fopen_output_safely().
* do not print senseless report with -v when compressing an empty file.
* bzcat -f works on non-bzip2 files.
* do not try to escape shell meta-characters on unix (the shell takes
  care of these).
* added --fast and --best aliases for -1 -9 for gzip compatibility.
2002-03-24 14:02:35 +00:00
tron
5ef7d0f9e5 Fix buildlink glue code so that "capplet-widget.h" is found by packages
which need it for building. This fixes build problem in e.g. the
"gnome-core" package.
2002-03-24 13:07:50 +00:00
uebayasi
4e8cd4531a Add & enable monafonts. 2002-03-24 03:12:04 +00:00
fredb
fd15c4494d Update {uulib,uudeview,xdeview} to 0.5.17.
0.5.16 (26.08.2001)
 --------
 - fix handling of "x-uue" encoded MIME attachments
 - bug fix for file renaming

 0.5.17 (06.03.2002)
 --------
 - fix handling of quoted parameters
 - some support for yEnc encoding
2002-03-24 03:11:06 +00:00
uebayasi
0268f962ae Initial import of Monafonts 2.1.
Japanese proportional bitmap fonts developed _only_ to display "Mona".
	(a jargon meaning Japanese face marks or kind of ASCII art (definitely
	no ASCII!) used in 2ch.net, one of the biggest BBS comunities in Japan.)
2002-03-24 03:10:58 +00:00