Commit graph

73031 commits

Author SHA1 Message Date
xtraeme
5cd7f2f1ca libpcap was updated to 0.8.3 in NetBSD-2.99.9 (more or less), so match
NetBSD<=2.99.8 as 0.7.2, also match future NetBSD versions as 0.8.3.
2005-01-11 19:55:29 +00:00
xtraeme
b38c29c9de This package requires libpcap>=0.8.3, noted by jdc@, bump
PKGREVISION.
2005-01-11 19:38:20 +00:00
xtraeme
a935f2713f this should be 0.7.2 not 0.7 2005-01-11 19:34:34 +00:00
xtraeme
24fbf62294 Better checking of libpcap versions, based in heimdal/builtin.mk.
for now we are assumming that:

_LIBPCAP_VERSIONS=      0.8.3  0.7.2
_LIBPCAP_0.8.3=         NetBSD-2.99.9* NetBSD-2.99.1[0-9]*
_LIBPCAP_0.7=           NetBSD-1.[56]* NetBSD-2.0*

Users of other platforms should update this list eventually.
2005-01-11 19:32:17 +00:00
tv
1b0eb440fd nfs-pkgsrc friendliness change:
Add a knob to relocate all the global bulk state files in one setting.
BULKFILESDIR; defaults to PKGSRCDIR as before.
2005-01-11 18:44:10 +00:00
tv
71b0501db3 Some shells can cache * lookups, so do all the rm -f's of */*/<something>
on one line.  Add a message prior to doing the leftover log cleanup, as
it will take a while if pkgsrc is on nfs.
2005-01-11 18:33:16 +00:00
skrll
92d1e8c1d3 Note addition of iwi-firmware 2.2. 2005-01-11 18:11:46 +00:00
skrll
e60e7e87f3 Add and enable iwi-firmware. 2005-01-11 18:09:22 +00:00
jlam
03469252ea Really skip the transformations for imake. This shows the danger in
having variables that take a "yes" value to turn off behavior.
2005-01-11 18:08:20 +00:00
skrll
0e3a960006 Firmware binary images for use with the iwi(4) driver.
Original archive is available from Intel at:
http://ipw2200.sourceforge.net/firmware.php?fid=4
2005-01-11 18:07:53 +00:00
tv
38f3b7a3de +p5-Digest-CRC 2005-01-11 16:49:16 +00:00
tv
5ae7635fb5 The Digest::CRC module calculates CRC sums of all sorts. It contains
wrapper functions with the correct parameters for CRC-CCITT, CRC-16 and
CRC-32.

[tv: This differs from p5-String-CRC32 in that it is a generic Digest.pm
module plugin.]
2005-01-11 16:48:38 +00:00
xtraeme
8a9e3ed469 re-generate for wiz's improvements to the resume section. 2005-01-11 16:34:44 +00:00
wiz
bd80548a66 Improve resume section, and use complete path for /etc/mk.conf in two places. 2005-01-11 16:05:20 +00:00
xtraeme
6ec562cf91 re-generate 2005-01-11 15:48:17 +00:00
manu
cd9be74ba8 ap-auth-radius is a RADIUS authentication module for apache 2005-01-11 15:48:12 +00:00
xtraeme
7cb00d0f37 Added section 6.5: "How to resume transferencies with pkgsrc?", while
here fix a typos in the XFree86/X.org sections.
2005-01-11 15:47:00 +00:00
manu
92424c079d ap-auth-radius is a RADIUS authentication module for Apache 2005-01-11 15:44:30 +00:00
xtraeme
cb47d2137d pkg_notify-0.4.1 2005-01-11 14:44:02 +00:00
xtraeme
5180a69f8b Sync with pkgsrc-wip, update to 0.4.1.
Lots of changes and fixes, no-ftp-reconnect, MASTER_SORT support and
friends.
2005-01-11 14:42:15 +00:00
adam
888afc1be9 Updated libast to 0.6.1; eterm to 0.9.3 2005-01-11 14:02:30 +00:00
adam
4cf8b98c99 Changes 0.9.3:
- 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.
2005-01-11 14:02:05 +00:00
adam
b9cb3d3711 Changes 0.6.1:
* Bug fixes
2005-01-11 14:00:31 +00:00
adam
6c55385ae3 Updated enlightenment to 0.16.7.2 2005-01-11 13:42:40 +00:00
markd
714bfd3585 Depend on db3 package directly rather than via bdb.buildlink3.mk so that
builds even when db3 isn't the BDB_DEFAULT.
2005-01-11 13:41:27 +00:00
adam
ffea54e47c Changes 0.16.7.2:
* Make keys used for menu navigation configurable.
* Bosnian translation.
* Korean translation updates.
* Improved dockapp handling.
* Improved KDE menu generation.
* Bulgarian translation.
* Showing desktop support.
* Fix remembered settings for slave WM's.
* Improved fullscreen window handling.
* Fix _XROOT... hack.
* Fix selecting "No Background" in background settings dialog.
* Add shade/unshade using mouse wheel to title bar actions.
* Fix _NET_WM_MOVERESIZE (button case).
* Don't update pager if not visible.
* Avoid problems due to recursive menus.
* Fix button stacking.
* Pointer grab fixes.
* Fix remembered settings for apps setting WM_WINDOW_ROLE to random like value "---".
* Fix some session management property types.
* Stack desktop windows below buttons.
* Add border frame action handling (enables things like auto shade/unshade).
* Fix handling of border parts where text state changes but image state doesn't.
* Fix startup position for shaded down- or right-shading windows.
2005-01-11 13:41:22 +00:00
jmmv
c69a629c0c Reverse PATH order in many places: instead of appending ${LOCALBASE}/bin
and ${X11BASE}/bin to the current PATH, _prepend_ them.  This way we will
pick our own binaries in favour of the system ones, in the cases where
conflicts exist.  Also add a PREPEND_PATH for ${LOCALBASE}/bin.

This should fix several packages on non-NetBSD systems.  For example,
ispell-spanish under Linux comes to mind, as it was using the 'ispell'
binary from /usr/bin instead of the one in /usr/pkg/bin to get its
configuration information.

Ideally, buildlink could handle this as it does for libraries, hidding
unexpected binaries ;-)

No objections in tech-pkg@ (or packages@; I don't remember the exact
list where I asked).
2005-01-11 13:39:19 +00:00
adam
b127f86f20 Updated imlib2 to 1.2.0 2005-01-11 13:38:45 +00:00
adam
845be3282a Changes 1.2.0:
* Source tree clean up
* Bug fixes
2005-01-11 13:37:54 +00:00
markd
921e07f86f gwenview update. 2005-01-11 13:19:02 +00:00
markd
c3690e57dc Update gwenview to 1.1.8 from maintainer Ian Zagorskih in PR pkg/28936.
Version 1.1.8 has been released. Thanks to the hard work of Lubos Lunak,
this new version can play MNG and GIF animations!
Here is the complete list of changes:
New features:
* Zoom actions added to both KPart's.
* Support for animated pictures.
* Fast image scaling function from Imlib2/Mosfet (select 'fast' smoothing
  in the configuration dialog).
* Added an item in the "Windows" menu to reset the window layout to the
  default configuration.
Fixes:
* "Lock zoom"/"Auto zoom" options fixed.
* Fixed "Clear location"/"Location" shortcuts.
* Make it impossible to undock the file view. It should be easier for new
  users to use it this way.
* Fixed crash which could occur when copying multiple files.
2005-01-11 13:16:25 +00:00
markd
622d08c713 Make sure correct path for perl is set in installed scripts.
Bump PKGREVISION.
2005-01-11 13:11:12 +00:00
jmmv
bdb795e1d7 Note revision bumps for gnome-vfs2 to 1 and gnome-session to 2. 2005-01-11 12:36:43 +00:00
jmmv
5d1051de61 Depend on the latest glib2 and gnome-vfs2 which have sane paths built in.
Avoid the need to mess with the environment WRT the XDG_{CONFIG,DATA}_DIRS
variables.

While here, fix installation of this package (missing files), caused by
a change recently made to libgnomeui (-lSM is not a direct dependency any
more).

Bump PKGREVISION to 2.
2005-01-11 12:36:24 +00:00
jmmv
844bfd6fb3 Use sane paths instead of relying on the XDG_{CONFIG,DATA}_DIRS variables
beeing set in the environment, which have a very big chance on producing
misbehavior at runtime.  Should have done this a long time ago.
Bump PKGREVISION to 1.
2005-01-11 12:32:53 +00:00
adam
e050184b59 Updated nessus to 2.2.2a 2005-01-11 12:05:43 +00:00
adam
dd460a962a Changes 2.2.2a:
* nessus-fetch would not build under Solaris
* the detached scans in Nessus 2.2.x were broken
* improved http-proxy support over SSL
2005-01-11 12:03:26 +00:00
jmmv
3e7e15c56a Remove the gnome-extras meta-pkg; it is useless. No objections in tech-pkg@. 2005-01-11 11:42:42 +00:00
adam
9fc0a5a816 Updated gentoo to 0.11.54 2005-01-11 11:22:51 +00:00
adam
ea43064023 Changes 0.11.54:
* Added Japanese translation (UTF-8), thanks to Tadashi Jokagi.
* Fixed a silly bug that caused some command arguments to fail
  if running in non-English locale (specifically, boolean args
  like the "true" in "DpFocus select=true same" would break if
  not translated to your current locale. Reported by scatman.
* Some minor tweaks to the Swedish translation.
* Made window title of RenameRE command translatable.
* Added icon for Python source, py.xml, contributed by "eike".
* Added simple File Type and Style for Python source code.
2005-01-11 11:22:05 +00:00
adam
db4e121711 Updated abiword[-plugins] to 2.2.2 2005-01-11 11:10:47 +00:00
adam
6273a28f1c Changes 2.2.2:
* A MacOSX port
* Table of contents
* Document history/revisions
* Text frames
* Better support for international scripts and locales
* List folding
* Text wrapping around images
* Faster rendering
* Dashboard integration
* Visual drag and drop
2005-01-11 11:09:26 +00:00
wiz
0bf94f263f Note tuxpaint update to 0.9.14nb3. 2005-01-11 10:30:35 +00:00
wiz
49330aa45f Add patch to make it build against latest versions
of SDL_mixer, SDL_ttf, and SDL_image, and depend on them. Bump PKGREVISION.
2005-01-11 10:29:49 +00:00
martti
121d11e9e0 Updated ddd to 3.3.10 2005-01-11 09:04:21 +00:00
martti
563bb274e7 Updated ddd to 3.3.10
* New features and minor improvements
- More fixes for perl 5.8.x -- it's now a lot more usable.
- Fixes for Sun's SunONE Studio dbx (1). Build with -DHAVE_SUNDBX is
  necessary. Improvements for automatic detection of Sun DBX are welcome.
- Fixes for MacOS X (mainly workarounds for bugs in gdb) (2).
- Support for PHP debugger has been added (1).  This is essentially not
  tested.
- Source files in subdirectories should be located automatically
  when using dbx (tested on Solaris' dbx) (2).
- The perl version supported by DDD is now 5.8.x.  The perl debugger
  changed between perl 5.6.x and perl 5.8.0, which made this update necessary.
  This change is not backwards-compatible.  If it is not possible to upgrade
  your perl version to 5.8.x or newer, then you can simply install the file
  "perl5db.pl" from a recent perl distribution into your old perl tree.
- Through the maintenance menu ("ddd --maintenance"), it now possible to get
  a leak check of ddd if ddd is run under valgrind. This is only useful for
  ddd developers (or anybody that wants to help making ddd better).
- Several minor bugs fixed, some memory leaks plugged, more code clean-up
  done.
- A bug affecting platforms where the size of function pointers is 16 has
  been fixed.
- The settings window now starts at a larger, more reasonable size, and
  allows the user to resize it.

* Build fixes
- automake 1.9 is now the minimum requirement. This affects only builds
  from CVS repository.
- A warning is emitted if a version of g++ older than 3.1 is used.
- libiberty is neither linked nor bundled anymore.
- GNU libtermcap is not bundled anymore. A termcap like library (such as
  ncurses) is now required to build ddd.
- The configure machinery has been updated to conform more closely to the
  autoconf 2.5x requirements. Several bugs have been fixed.
  Minimum requirements: autoconf 2.59, automake 1.7.9, libtool 1.5.
- libiberty (which provides missing standard functions) is not linked by
  default anymore. configure has a new option '--with-libiberty' that
  enables the libiberty support if required.
  If nobody complains, libiberty will be unbundled in a next version.
- The libiberty distributed with ddd has been upgraded to the one included
  in GCC 3.4 20040116. It fixes some configuration problems.
- Builds with GCC 3.4, with IBM xlC on AIX, with Compaq/HP cxx on Tru64,
  on X11R5 based systems, with SGI CC on IRIX should be OK.
- Builds on HP-UX should now work out-of-the-box. Motif is linked statically
  and the Athena libraries are now found by default.
- Builds without Motif/Lesstif available abort with an adequate message.
- Builds with readline support now work. readline is not bundled anymore.
- Builds without -DNDEBUG (i.e. with "assert" enabled) now work.
  Default build enables assertions (i.e. -DNDEBUG is not used).
- Several missing files in the distribution are now included.
- Cygwin is supported again.
2005-01-11 09:04:16 +00:00
jlam
5378ac50d3 Create a separate libtiffcxx.so library for use by C++ applications.
It's meant to be used directly in place of libtiff.so, i.e. instead
of linking against -ltiff, you link against -ltiffcxx.  It also leaves
libtiff.so as a plain C-linkage library again, as it was in tiff-3.6.x,
and avoids needing to patch tiff-using packages to link using the C++
compiler.  Bump the PKGREVISION to 1.
2005-01-11 05:29:55 +00:00
hamajima
2bfb9bf444 support i386 a.out and ELF binary emulation for amd64. 2005-01-11 05:12:56 +00:00
kim
b3f4719668 Upgrade to leafnode 1.10.7:
- numerous bug fixes
- restores Xref: to XOVER (overview) data
2005-01-11 04:34:08 +00:00
kim
966c052f05 Install fetchnews.8 as cyrus-fetchnews.8 to avoid a conflict with leafnode. 2005-01-11 03:58:22 +00:00