Commit graph

77157 commits

Author SHA1 Message Date
darcy
6894e77077 Use PKG_PHP_VERSION variable in both places in the LoadModule command
instead of just for the file part.
2005-03-30 03:25:00 +00:00
xtraeme
f6c2e6f9b2 mips64emul has been renamed to gxemul. 2005-03-30 00:36:41 +00:00
xtraeme
33a3b1fb8f + gxemul
- mips64emul
2005-03-30 00:33:10 +00:00
xtraeme
fdf13cf8c9 mips64emul has been renamed to gxemul. 2005-03-30 00:32:47 +00:00
xtraeme
0c25188643 Initial import of gxemul-20050329.
GXemul is a machine emulator. The initial goal was to write a simple
64-bit MIPS emulator for running multiprocessor experiments with a
microkernel, but the emulator can be used for many other things. While
some simulators only simulate a CPU, GXemul also simulates other
hardware components, making it possible to use the emulator to run
unmodified operating systems, such as NetBSD, OpenBSD, or Linux.

[previously known as mips64emul, it was renamed because now
supports more cpu archs than MIPS, as sparc, ppc...]
2005-03-30 00:30:44 +00:00
fredb
0b03a1a561 Back out last change. I can't reproduce the problem that led me to do that
anymore, and it apparently breaks the build for "misc/celestia-kde".
2005-03-30 00:16:49 +00:00
wiz
32ba9aeb8e - cygwin_lib (thanks, tv). 2005-03-29 23:36:01 +00:00
xtraeme
1502ecb2cd Sync SUBST_CLASSES=thr with meta-pkgs/xorg/Makefile.common, which
supports NetBSD>=1.6M.
2005-03-29 23:32:12 +00:00
tv
7190cacd68 cygwin_lib -> 1.5.13.1 2005-03-29 23:31:03 +00:00
tv
d27d53e6a4 Update to 1.5.13-1. Mainly changes that improve process management
(and as a side effect, make Cygwin processes behave a little better when
invoked from Interix).

Full release notes:
http://sources.redhat.com/ml/cygwin-announce/2005-03/msg00000.html
2005-03-29 23:30:26 +00:00
jschauma
4e4015266f Note update of tor to 0.0.9.6 2005-03-29 22:09:57 +00:00
jschauma
80d98f5582 Update tor to 0.0.9.6, with the following bugfixes:
- Add new end stream reasons to maintainance branch. Fix bug where
  reason (8) could trigger an assert.  Prevent bug from recurring.
- Apparently win32 stat wants paths to not end with a slash.
- Fix assert triggers in assert_cpath_layer_ok(), where we were
  blowing away the circuit that conn->cpath_layer points to, then
  checking to see if the circ is well-formed. Backport check to make
  sure we dont use the cpath on a closed connection.
- Prevent circuit_resume_edge_reading_helper() from trying to package
  inbufs for marked-for-close streams.
- Don't crash on hup if your options->address has become unresolvable.
- Some systems (like OS X) sometimes accept() a connection and tell
  you the remote host is 0.0.0.0:0. If this happens, due to some
  other mis-features, we get confused; so refuse the conn for now.
- Fix harmless but scary "Unrecognized content encoding" warn message.
- Add new stream error reason: TORPROTOCOL reason means "you are not
  speaking a version of Tor I understand; say bye-bye to your stream."
- Be willing to cache directories from up to ROUTER_MAX_AGE seconds
  into the future, now that we are more tolerant of skew. This
  resolves a bug where a Tor server would refuse to cache a directory
  because all the directories it gets are too far in the future;
  yet the Tor server never logs any complaints about clock skew.
2005-03-29 22:08:52 +00:00
xtraeme
90890bd628 Added sysutils/mdf2iso 2005-03-29 20:53:49 +00:00
xtraeme
93f84a61c8 Initial import of mdf2iso-0.2.2
mdf2iso is a very simple utility to convert an Alcohol 120% bin image to
the standard ISO-9660 format.
2005-03-29 20:52:18 +00:00
darcy
e4c7aed5d7 Use buildlink3 instead of DEPENDS line for libslang. 2005-03-29 20:08:29 +00:00
wiz
53cd2479b0 Updated uim to 0.4.6 2005-03-29 18:48:30 +00:00
wiz
628506d7fa Update to 0.4.6, provided by Ei Ohno in PR 29812; originally from Jun
Yamashiro.

Changes in 0.4.6:
A GUI preference tool was introduced, both for Gtk and Qt. uim-kdehelper and
UimQt were merged. A plugin system was introduced.

Package changes:
conversion engine anthy or canna can select by setting the
PKG_OPTIONS.uim variable.
buildlink3.mk added.
2005-03-29 18:47:51 +00:00
wiz
09d0b8c44d + mit-krb5-1.4. 2005-03-29 18:44:38 +00:00
jmmv
ff87541780 posh updated to 0.3.14. 2005-03-29 17:03:15 +00:00
jmmv
cec42d64e8 Update to 0.3.14:
posh (0.3.14) unstable; urgency=medium

  * ifdef out shf_smprintf.

 -- Clint Adams <schizo@debian.org>  Fri, 19 Nov 2004 13:11:55 -0500

posh (0.3.13) unstable; urgency=medium

  * Some documentation cleanup and fixes.
  * Get the Latin-1 non-breeakable spaces out of the manpage for
    now.  closes: #280624.
    Hopefully the DocBook XSL stylesheets will be fixed some year.

 -- Clint Adams <schizo@debian.org>  Fri, 12 Nov 2004 14:20:35 -0500

posh (0.3.12) unstable; urgency=medium

  * Add regression test for unset builtin.  closes: #273346.
  * Make "eval false || true" not exit with -e.  closes: #269066.

 -- Clint Adams <schizo@debian.org>  Sat, 25 Sep 2004 22:41:59 -0400

posh (0.3.11) unstable; urgency=medium

  * Fix return value of unset builtin when parameters are not set;
    (according to POSIX, this is not an error condition).

 -- Clint Adams <schizo@debian.org>  Thu, 23 Sep 2004 22:08:57 -0400

posh (0.3.10) unstable; urgency=low

  * Remove extraneous operators from "test" builtin (-a, -G, -H, -k,
    -O, -o, <, >, -ef, -nt, -ot).
2005-03-29 17:02:31 +00:00
seb
aed130a87b Note update of audio/amarok to version 1.2.3 [bug fixes, some changes and
some new features too, you'll want to update]
2005-03-29 16:25:05 +00:00
seb
df3d641911 Update to version 1.2.3
Changes since last packaged version (1.2.2):
  FEATURES:
    * Graphequalizer script can now enable and disable the equalizer.
    * New DCOP call "player: equalizerEnabled" returns whether or not
      the equalizer is enabled.
    * OSD notification for mute.
    * Mute global shortcut, Win+M.
    * Add %comment token for comment display in OSD. (BR 100944)
    * View/Edit track entry into context menus of ContextBrowser and
      CollectionBrowser.
    * You can mark/unmark albums as compilations via CollectionBrowser's
      right-click contextmenu.
    * New DCOP call "collection: query(const QString& sql)".
      Allows to make arbitrary queries on the Collection database.
    * New DCOP call "playlist: removeCurrentTrack()". (BR 92973)
  CHANGES:
    * Show "Artist - Title" for compilation discs in CollectionBrowser
      and ContextBrowser.
    * Upgraded internal SQLite database to 3.2.0.
    * DCOP call saveCurrentPlaylist() now returns the path to current.xml.
  BUGFIXES:
    * Appropriate context menu entry for changing queue status for multiple
      playlist items.
    * Fix regression preventing dequeuing multiple selected tracks.
    * 'Show Toolbar' remembers its settings between sessions. (BR 98662)
    * When doing Musicbrainz lookup from the Context browser, search for the
      real track, not the whole album.
    * Memleak when a radio stream stalled. (BR 102047)
    * The Collection Scan finally checks for the right file modification time.
    * Adding a compilation disc from ContextBrowser was broken.
    * GStreamer-engine: Reduced the gap when switching to next track without
      crossfading.
    * GStreamer-engine: amaroK was swallowing the beginning of a track when
      Fade-in was set to zero. (BR 94472)
    * Use a better highlight color in the "Configure Collection" dialog.
      (BR 102059)
    * "Remove Duplicates / Missing" fixed. Removes dead entries correctly.
    * Fix units for samplerate. (BR 101528)
    * amaroK using 100% CPU on some systems. (BR 101524)
      (a KHTML bug which got exposed by code in amaroK 1.2.2)
2005-03-29 16:24:14 +00:00
magick
ac2b681799 Use buildlink3 of png instead of DEPENDS 2005-03-29 16:10:22 +00:00
wiz
9b7b62ac32 openexr updated to 1.2.2. 2005-03-29 16:03:18 +00:00
wiz
149d0c011c Update to 1.2.2:
- New build system for Windows; support for DLLs.
    - Imath: Removed TMatrix<T> classes; these classes are still
      under development and are too difficult to keep in sync
      with OpenEXR CVS.
    - IlmImf: support for image layers in ChannelList.
    - IlmImf: added isComplete() method to file classes to check
      whether a file is complete.
    - IlmImf: exposed staticInitialize() in ImfHeader.h in
      order to allow thread-safe library initialization in
      multithreaded applications.
    - IlmImf: New "time code" standard attribute.
    - exrdisplay: support for displaying wrap-around texture map
      images.
    - exrmaketiled: can now specify wrap mode.
    - IlmImf: New "wrapmodes" standard attribute to indicate
      extrapolation mode for mipmaps and ripmaps.
    - IlmImf: New "key code" standard attribute to identify motion
      picture film frames.
2005-03-29 16:02:36 +00:00
xtraeme
3a06e87cfc Use PKG_FAIL_REASON when the python version is not found, otherwise
will get an unassociated shell command building some packages.
2005-03-29 15:00:35 +00:00
jmmv
9fb319d5c3 Bump docbook-xml's revision to 7 now that its catalog is registered again
and make scrollkeeper depend on this latest version to fix its build.
Problem found by abs@ (as described in tech-pkg@).
2005-03-29 14:40:36 +00:00
wiz
0361b54e9b Updated putty to 0.57. 2005-03-29 14:40:35 +00:00
wiz
07d62ffe48 Update to 0.57:
PuTTY 0.57, released today, fixes two security holes which can
allow a malicious SFTP server to execute code of its choice on a
PSCP or PSFTP client connecting to it. We recommend everybody
upgrade to 0.57 as soon as possible.
2005-03-29 14:40:09 +00:00
jmmv
b4228a464e Use XMLCATMGR_PREFIX (defined in buildlink3.mk) rather than
BUILDLINK_PREFIX.xmlcatmgr because the latter is not defined if NO_BUILD
is set.

Fixes problems seen by abs@ (docbook-xml's catalog not appearing in the
system-wide catalog).
2005-03-29 14:39:15 +00:00
wiz
2ee7e827fa - psgml-mode-1.3.2 (alpha version). 2005-03-29 14:35:46 +00:00
adam
17c59b0f01 Updated ImageMagick to 6.2.1.0 2005-03-29 14:32:45 +00:00
adam
2b9fa01c81 Changes 6.2.1-0:
* Bug fixes, clean ups, and improvements
2005-03-29 14:31:52 +00:00
wiz
0d7b0e4d96 Updated aalib{-x11,} to 1.4.0.5. 2005-03-29 14:29:19 +00:00
wiz
5323e5f21b Update to 1.4.0.5: minor undocumented changes. 2005-03-29 14:28:05 +00:00
minskim
0221d32d47 Add and enable ruby-imlib2. 2005-03-29 14:19:32 +00:00
minskim
737d2bf444 Import ruby-imlib2 from pkgsrc-wip. Packaged by OBATA Akio.
This is a Ruby interface to graphics/imlib2.
2005-03-29 14:16:35 +00:00
wiz
433f5b5a8b Updated shared-mime-info to 0.16 2005-03-29 14:16:22 +00:00
wiz
050dbc917b Update to 0.16:
shared-mime-info 0.16  (2004-03-22)

* Mime Types Changes:
- Added application/mathematica
- Added application/stuffit
- Fixed application/vnd.lotus-1-2-3 and other office types
- Added application/vnd.oasis.opendocument
- Even more types now inherit from text/plain
- Added text/x-gettext-translation
- Fixed up text/x-python

* Lots of new translations:
   - bg eo es eu it ja ms nb pl pt pt_BR ru sq uk zh_CN
2005-03-29 14:15:37 +00:00
wiz
746ae36634 + horde-3.0.4. 2005-03-29 14:02:25 +00:00
jmmv
f2dd9cf739 Fix patch that corrected the build with gcc 2.95 (C++ style comments are
not supported).  Closes PR pkg/29820 by jklowden at schemamania.org.
2005-03-29 13:59:40 +00:00
wiz
79cb803287 Added ggiterm-0.7.0. 2005-03-29 13:59:38 +00:00
wiz
89f3df1d03 Add and enable ggiterm. 2005-03-29 13:59:04 +00:00
wiz
4c0b7662f1 Initial import of ggiterm-0.7.0:
ggiterm is a terminal emulator for the GGI graphics library. It
uses freetype to display internationalized and (depending on the
color depth) antialiased text. It is also backward compatible with
the wide- spread DEC vt100 terminal, but features nifty additions
to the old standard, like colors.
2005-03-29 13:58:21 +00:00
wiz
c22b99a049 Note some libggi* updates. 2005-03-29 13:52:19 +00:00
wiz
fc4be0684c Look for config file in correct place. Bump PKGREVISION. 2005-03-29 13:49:59 +00:00
markd
56b5e15183 + amaroK-1.2.3 2005-03-29 13:48:40 +00:00
wiz
e4ef3efe01 Look for config file in correct place. Bump PKGREVISION. 2005-03-29 13:39:27 +00:00
minskim
be53f43b4c Add "ruby" to CATEGORIES. 2005-03-29 13:31:40 +00:00
markd
02fc1af59e libusb package is not available on Solaris so don't depend on it here
if OS = Solaris.
2005-03-29 13:24:11 +00:00