Commit graph

80578 commits

Author SHA1 Message Date
markd
3fdb9ff461 IMAKE_FILEMAN_SUFFIX is 4 on Solaris and (as I read it) OSF1 and UnixWare. 2005-06-04 23:33:50 +00:00
jmmv
beee2a82ba This needs startup-notification>=0.8. Found by pancake at phreaker.net. 2005-06-04 22:05:56 +00:00
adrianp
397769a7d0 - Note adodb update 2005-06-04 21:50:55 +00:00
adrianp
9222075923 - Update adodb to 4.63
- There are a massive amount of changes/updates/bugfixes as the pkgsrc
  version was quite old (4.00)
- For the full details referr to:
	http://phplens.com/lens/adodb/docs-adodb.htm#changes
2005-06-04 21:48:40 +00:00
rillig
e3aa46eedc Added a leading underscore to the names of the *_COOKIE variables, as they
are not part of the public interface.
2005-06-04 20:56:47 +00:00
adrianp
56e056de69 - Remove reference to bsd.prefs.mk as it's not needed
- Problem spotted by wiz@
2005-06-04 19:30:05 +00:00
adrianp
831ba1aba1 - Merge gcdmaster and cdrdao files but keep them as separate packages 2005-06-04 19:01:46 +00:00
wiz
ac04443c88 Remove gcdmaster entry (thanks, adrian!). 2005-06-04 17:47:42 +00:00
wiz
fe82a3b39e Updated x11/xterm to 202 2005-06-04 17:43:48 +00:00
wiz
4d151e342c Describe new xterm options, from Jeroen Ruigrok van der Werven 2005-06-04 17:43:18 +00:00
wiz
63a6c2ae2d Update to 202, provided by Jeroen Ruigrok van der Werven in private mail.
Add some options to the package.

Changes:

    * add extended shift- and control-modifier cursor keys to "xterm+pcfkeys"
      terminfo entry to correspond to ncurses 20050430 patch.
    * fix a rare case where text would be written with the wrong colors because
      output of scrolled text would reset the colors and the new text would be
      written with the same colors
    * add environment variables $XTERM_SHELL and $XTERM_VERSION
    * corrected workaround for background color of menubar, which gave a
      too-broad expression, coloring the background of the VT100 widget unless
      overridden by another resource setting.
    * correct an error in the logic which decides when sched_yield() is run; it
      would occasionally hang when contending with other pseudo-terminal
      applications such as screen
    * improve resource files to show how the menubar and popup menus can be
      colored
    * modify parsing of OSC (and SOS, etc), strings so their contents are not
      interpreted as UTF-8. This allows non-ASCII title strings to be set,
      provided that the window manager complies (report by Thomas Wolff).
    * improved some of the built-in line-drawing glyphs.
    * correct color of "box" character drawn for line-drawing glyph 1 (report
      by Nicolas George).
    * improve behavior when switching to UTF-8 mode after startup so xterm will
      check if the current fonts are already wide (ISO10646-1). If they are not,
      xterm will use the utf8Fonts subresource to load appropriate fonts
    * modify logic for setting title-string so it applies to the current widget
      rather than the vt100 widget.
    * correct computation of width for wide characters with the invisible
      attribute
    * modify interaction between +u8 and locale resource to allow the
      command-line option to override the resource
    * ignore error in the I/O initialization that tries to set the tty to 7-bit
      input for the case where eightBitInput resource is false
    * modify command-processing to accept an optional parameter that tells
      xterm which shell program to use
    * correct logic of ReallocateBufOffsets() which did not copy the content of
      the old screen buffer to the proper location, making a repaint clear
      after switching to wide-character mode
    * implement the remaining pieces to make xterm allocate cells for
      wide-characters when the "UTF-8" menu entry is selected. Also, load the
      UTF-8 font when that menu entry is selected, or the escape sequence for
      UTF-8 mode is received
2005-06-04 17:42:31 +00:00
adrianp
1d71d88ffa - Note gcdmaster update
- Remove old TODO entry for cdrdao
2005-06-04 16:46:01 +00:00
adrianp
c2874285bf - Update gcdmaster to 1.2.0nb1 (sync with cdrdao)
- Add missing dependences on "libao", "libmad" and "libvorbis" for full
  audio support.
- From the ChangeLog:
  >> --------------------------------------------------------------------------
  >>   cdrdao 1.2.0 (2005-05-12)
  >> --------------------------------------------------------------------------
  >>
  >>  o  SECURITY FIX: cdrdao now gives up its root privileges after setting
  >>     up real-time scheduling, as well as before saving settings through
  >>     the --save option. This fixes a potential local root exploit when
  >>     cdrdao is installed with the +s chmod flag. Using --save now also
  >>     forces an early exit after the settings are saved.
  >>
  >>  o  Added MP3 and Ogg Vorbis file support (through respectively the
  >>     libmad and libvorbis libraries). cdrdao will decode the MP3 and
  >>     Ogg files into temporary WAV files that will be deleted upon exit
  >>     (unless the new option --keep is used). The directory used to
  >>     store those temporary WAV files can be specified with the --tmpdir
  >>     option (default is /tmp).
  >>
  >>  o  Improved native CUE file support: replaced old incomplete existing
  >>     parser with the one from Matthias Czapla's excellent
  >>     cue2toc. Added support for cutting binary files.
  >>
  >>  o  Added --rspeed option to manually set the device reading speed. Be
  >>     warned not all devices support this.
  >>
  >>  o  Packaged scsilib library upgraded from cdrtools 2.01 (previously
  >>     was from 2.01a31).
  >>
  >>  o  Added --no-mode2-mixed option. Don't read a MODE2 disk as
  >>     MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu
  >>     Castet).
  >>
  >>  o  Added help for little-known drive-info command.
  >>
  >> GCDMaster changes:
  >>
  >>  o  MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
  >>     .ogg files from Nautilus into the sample display window.
  >>
  >>  o  Switched to gtkmm24 API. Improved file browsers.
  >>
  >>  o  CUE files support.
  >>
  >>  o  Sound output now uses libao library.
  >>
  >>  o  Added help for little-known drive-info command.
  >>
  >> GCDMaster changes:
  >>
  >>  o  MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
  >>     .ogg files from Nautilus into the sample display window.
  >>
  >>  o  Switched to gtkmm24 API. Improved file browsers.
  >>
  >>  o  CUE files support.
  >>
  >>  o  Sound output now uses libao library.
  >>
  >>  o  Added 'Select All' item in menu.
  >>
  >>  o  Added 'Eject' button to progress dialog
  >>
  >>  o  Bug fixes (sample selection weirdness, couldn't close window during
  >>     play, problems with gcdmaster command-line argument, crashes with
  >>     multiple project windows, drive status not reported correctly).
2005-06-04 16:43:37 +00:00
dillo
dff8372404 Improve the way option groups are displayed in show-options.
While here, rename _cls_ to _grp_, as they are called groups.
2005-06-04 16:30:19 +00:00
wiz
c78bca1fd5 + apache-ant-1.6.5, gtklife-4.2, joe-3.3, p5-xmltv-0.5.40. 2005-06-04 11:45:21 +00:00
yamt
d8e0a72415 xentools20: switch to use the new version of IOCTL_PRIVCMD_INITDOMAIN_EVTCHN.
bump PKGREVISION to nb1.
2005-06-04 11:34:30 +00:00
jmmv
dba1dd4b42 Fix print-PLIST generation (broken by incorrect regexp in MKDIR handling). 2005-06-04 11:20:22 +00:00
wiz
2b6852d2ff Added games/liquidwar version 5.6.2 2005-06-04 11:19:30 +00:00
wiz
3c8b49fd44 Add and enable liquidwar. 2005-06-04 11:18:45 +00:00
wiz
b113bc1d47 Initial import of liquidwar from pkgsrc-wip:
Liquid War is a unique multiplayer wargame. Its rules are truly
original and have been invented by Thomas Colcombet. You control
an army of liquid and have to try and eat your opponents. A single
player mode is available, but the game is definitely designed to
be multiplayer, and has network support.
2005-06-04 11:18:12 +00:00
wiz
2033d47cc5 Updated textproc/glimpse to 4.18.0 2005-06-04 10:45:40 +00:00
wiz
109c711600 Update to 4.18.0, provided by Jeroen Ruigrok van der Werven in PR 30424.
Includes a number of patches to fix build on DragonFlyBSD.

Changes since 4.17.2:
Glimpse 4.18.0 has new configure script generated by autoconf 2.57
- may fix compilation problems on FreeBSD
2005-06-04 10:44:28 +00:00
jmmv
cfa06d5e52 Move swfdec and swfdec-gtk2 from graphics to multimedia.
Suggested by wiz@.
2005-06-04 10:41:41 +00:00
uebayasi
20d2e32f74 Shorten redundant COMMENT. 2005-06-04 10:20:22 +00:00
seb
5feada633d Fix variable names in usage example. 2005-06-04 10:11:24 +00:00
wiz
9c10e8338a Updated net/rsync to 2.6.5 2005-06-04 09:36:23 +00:00
wiz
f2b1186138 Update to 2.6.5:
OUTPUT CHANGES:

    - Non-printable chars in filenames are now output using backslash-
      escaped characters rather than '?'s.  Any non-printable character is
      output using 3 digits of octal (e.g. "\n" -> "\012"), and a backslash
      is now output as "\\".  Rsync also uses your locale setting, which
      can make it treat fewer high-bit characters as non-printable.

    - If rsync received an empty file-list when pulling files, it would
      output a "nothing to do" message and exit with a 0 (success) exit
      status, even if the remote rsync returned an error (it did not do
      this under the same conditions when pushing files).  This was changed
      to make the pulling behavior the same as the pushing behavior:  we
      now do the normal end-of-run outputting (depending on options) and
      exit with the appropriate exit status.

  BUG FIXES:

    - A crash bug was fixed when a daemon had its "path" set to "/", did
      not have chroot enabled, and used some anchored excludes in the
      rsyncd.conf file.

    - Fixed a bug in the transfer of a single file when -H is specified
      (rsync would either infinite loop or perhaps crash).

    - Fixed a case where the generator might try (and fail) to tweak the
      write-permissions of a read-only directory in list-only mode (this
      only caused an annoying warning message).

    - If --compare-dest or --link-dest uses a locally-copied file as the
      basis for an updated version, log this better when --verbose or -i
      is in effect.

    - Fixed the accidental disabling of --backup during the --delete-after
      processing.

    - Restored the ability to use the --address option in client mode (in
      addition to its use in daemon mode).

    - Make sure that some temporary progress information from the delete
      processing does not get left on the screen when it is followed by a
      newline.

    - When --existing skips a directory with extra verbosity, refer to it
      as a "directory", not a "file".

    - When transferring a single file to a different-named file, any
      generator messages that are source-file related no longer refer to
      the file by the destination filename.

    - Fixed a bug where hard-linking a group of files might fail if the
      generator hasn't created a needed destination directory yet.

    - Fixed a bug where a hard-linked group of files that is newly-linked
      to a file in a --link-dest dir doesn't link the files from the rest
      of the cluster.

    - When deleting files with the --one-file-system (-x) option set, rsync
      no longer tries to remove files from inside a mount-point on the
      receiving side.  Also, we don't complain about being unable to remove
      the mount-point dir.

    - Fixed a compatibility problem when using --cvs-ignore (-C) and
      sending files to an older rsync without using --delete.

    - Make sure that a "- !" or "+ !" include/exclude pattern does not
      trigger the list-clearing action that is reserved for "!".

    - Avoid a timeout in the generator when the sender/receiver aren't
      handling the generator's checksum output quickly enough.

    - Fixed the omission of some directories in the delete processing when
      --relative (-R) was combined with a source path that had a trailing
      slash.

    - Fixed a case where rsync would erroneously delete some files and then
      re-transfer them when the options --relative (-R) and --recursive
      (-r) were both enabled (along with --delete) and a source path had a
      trailing slash.

    - Make sure that --max-size doesn't affect a device or a symlink.

    - Make sure that a system with a really small MAXPATHLEN does not cause
      the buffers in readfd_unbuffered() to be too small to receive normal
      messages.  (This mainly affected Cygwin.)

    - If a source pathname ends with a filename of "..", treat it as if
      "../" had been specified (so that we don't copy files to the parent
      dir of the destination).

    - If --delete is combined with a file-listing rsync command (i.e. no
      transfer is happening), avoid outputting a warning that we couldn't
      delete anything.

    - If --stats is specified with --delete-after, ensure that all the
      "deleting" messages are output before the statistics.

    - Improved one "if" in the deletion code that was only checking errno
      for ENOTEMPTY when it should have also been checking for EEXIST (for
      compatibility with OS variations).

  ENHANCEMENTS:

    - Added the --only-write-batch=FILE option that may be used (instead
      of --write-batch=FILE) to create a batch file without doing any
      actual updating of the destination.  This allows you to divert all
      the file-updating data away from a slow data link (as long as you
      are pushing the data to the remote server when creating the batch).

    - When the generator is taking a long time to fill up its output buffer
      (e.g. if the transferred files are few, small, or missing), it now
      periodically flushes the output buffer so that the sender/receiver
      can get started on the files sooner rather than later.

    - Improved the keep-alive code to handle a long silence between the
      sender and the receiver that can occur when the sender is receiving
      the checksum data for a large file.

    - Improved the auth-errors that are logged by the daemon to include
      some information on why the authorization failed:  wrong user,
      password mismatch, etc.  (The client-visible message is unchanged!)

    - Improved the client's handling of an "@ERROR" from a daemon so that
      it does not complain about an unexpectedly closed socket (since we
      really did expect the socket to close).

    - If the daemon can't open the log-file specified in rsyncd.conf, fall
      back to using syslog and log an appropriate warning.  This is better
      than what was typically a totally silent (and fatal) failure (since a
      daemon is not usually run with the --no-detach option that was
      necessary to see the error on stderr).

    - The man pages now consistently refer to an rsync daemon as a "daemon"
      instead of a "server" (to distinguish it from the server process in a
      non-daemon transfer).

    - Made a small change to the rrsync script (restricted rsync -- in the
      support dir) to make a read-only server reject all --remove-* options
      when sending files (to future-proof it against the possibility of
      other similar options being added at some point).
2005-06-04 09:35:51 +00:00
wiz
fd78c59622 On Linux, libmikmod also dynamically loads esound support.
Update conditional. Tested by reed@.
2005-06-04 09:31:10 +00:00
kristerw
4bd8e51c6c Note PKGREVISION bump for hairyeyeball. 2005-06-04 00:37:55 +00:00
kristerw
fd9e1ca345 Correct the PLIST for non-i386 machines.
Bump PKGREVISION.
2005-06-04 00:35:28 +00:00
wiz
e057495c8a + swfdec-0.3.5 2005-06-04 00:31:24 +00:00
wiz
ddb2f4ea85 Use ${ECHO} instead of echo. 2005-06-04 00:21:05 +00:00
wiz
9b4579d6cf Fix a typo. 2005-06-04 00:15:28 +00:00
markd
a6cca46052 Use l: rather than rename: in the BUILDLINK_TRANSFORM as this is a library
rename that we are doing.
2005-06-03 23:02:13 +00:00
markd
1f4a085094 Now uses some semaphore functions so depend on pthread-sem on old NetBSD
systems to provide them.
2005-06-03 22:58:54 +00:00
jlam
c55f2fb319 Teach the tools framework about mktemp. Replace explicit tests for
mktemp with USE_TOOLS+=mktemp in the samba packages.
2005-06-03 22:54:44 +00:00
jlam
dd2b1cf653 Teach the tools framework about bdftopcf and remove
x11-clients.buildlink3.mk.  Packages that need bdftopcf should say:

	USE_TOOLS+=	bdftopcf
2005-06-03 21:11:06 +00:00
jlam
a741f4ed26 Back out revision 1.1684. MAKEFLAGS was being propagated incorrectly
through to dependencies, which caused dependencies to have improper
lists of tools required.

XXX This whole mess with MAKEFLAGS and which ones are passed along when
XXX running the install-depends target needs to be fixed for real.
2005-06-03 20:22:59 +00:00
wiz
df23a5c376 Add PR number for pag-0.92 update. 2005-06-03 20:09:29 +00:00
wiz
469708d563 Added comms/conserver8 version 8.1.11 from pkgsrc-wip 2005-06-03 20:09:15 +00:00
wiz
9a5dc7a083 Add and enable conserver8. 2005-06-03 20:08:34 +00:00
wiz
207ef4af30 Import of conserver8 from pkgsrc-wip, provided by Andreas Wrede:
Version 8 of Conserver as a separate package as the config file
format of version 8 is incompatible with prior versions.

Conserver is an application that allows multiple users to watch a
serial console at the same time. It can log the data, allows users
to take write-access of a console (one at a time), and has a variety
of bells and whistles to accentuate that basic functionality.

The idea is that conserver will log all your serial traffic so you
can go back and review why something crashed, look at changes (if
done on the console), or tie the console logs into a monitoring
system (just watch the logfiles it creates).

With multi-user capabilities you can work on equipment with others,
mentor, train, etc.

It also does all that client-server stuff so that, assuming you
have a network connection, you can interact with any of the equipment
from home or wherever
2005-06-03 20:08:04 +00:00
wiz
98224f1a0f Add conflict with conserver8 package. 2005-06-03 20:07:23 +00:00
wiz
b3485eabb3 _W3M_USE_IMAGE has to be defined before options.mk can be included.
Make it so.
2005-06-03 19:22:20 +00:00
jlam
21b5c21af3 The Xft.h header lives in ${X11BASE}/include/X11/Xft. 2005-06-03 19:13:35 +00:00
jlam
08c60ab83d Coalesce the common makefile code in the builtin.mk file that inspect
the X11 distribution using imake into mk/buildlink3/imake-check.mk.
imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check
that generates the required Imakefiles and runs imake.  Remove the
now extraneous builtin-imake.mk files as the builtin.mk files can now
contain the name of the imake symbol to check.
2005-06-03 19:12:49 +00:00
jlam
c85165ac07 Only check for the existence of the first word of ${IMAKE} since it may
contain a command plus arguments.  We use the standard idiom to extract
the first word of a list stored in a make variable:

	VAR_CMD=	${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}

XXX This can be replaced with a more succinct use of variable modifiers
XXX when we update the bootstrap bmake to match the latest NetBSD make
XXX sources, i.e.:
XXX
XXX	VAR_CMD=	${VAR:[1]}
2005-06-03 17:02:36 +00:00
reed
34af7f3ee5 Document IGNORE_RECOMMENDED=YES. This includes sentences from tv@
that I read on tech-pkg@.
2005-06-03 16:09:11 +00:00
reed
62b88473cc Remove link back to this same documentation. 2005-06-03 16:05:30 +00:00
jlam
88aeda0672 Don't require a read-write pkgsrc tree when invoking imake. We avoid
this requirement by using TMPDIR as the read-write location demanded
by using imake.
2005-06-03 16:03:09 +00:00