Commit graph

2329 commits

Author SHA1 Message Date
xtraeme
c94496a6aa Update sysutils/gkrellm to 2.2.0.
2.2.0 - Sat May 15, 2004
------------------------
  * Replace GdkFont text drawing with Pango.
  * Add plugin capability to the gkrellmd server. Wrote demo5 plugin as a
    tutorial on a client/server capable plugin.
  * Minimize Pango drawing to get CPU usage down:
      1) Draw chart text on a caching text layer.
      2) Add a "scroll text" api to text decals where a Pango string is
         drawn on a pixmap which can be srolled by setting the decal offset.
         See the plugins and themes changelog for more info.
  * linux.c reads temperatures from the hddtemp daemon so disk temperature
    display can be consistent with other sensors (and detected by gkrellmd).
  * Hajimu Umemoto: glib12 server Makefile, use `glib-config --libs glib
    gmodule and initialize text extent in clock.c
  * Sjoerd Simons: set the _NET_WM_STRUT property when dock type.
  * Defer setting withdrawn state until after main window realize.
2004-05-15 23:42:24 +00:00
jmmv
a310e3dc0e Update to 2.6.1:
- Translation updates.
- Fix temporary directory gconf settings bug.
2004-05-15 16:52:13 +00:00
jmmv
c4c10d8730 Print comments for lib/nautilus and lib/nautilus/extensions-1.0 directories
(during print-PLIST in packages using this one).
2004-05-15 16:50:03 +00:00
jmmv
73ce5eb6d0 During print-PLIST in packages using this one, print a comment for the
lib/gnome-vfs-2.0/modules directory, instead of trying to remove it.
2004-05-15 14:57:04 +00:00
bouyer
3c86b3a92e Fixe patches to apply cleanly on 2.4.4p2 2004-05-15 12:15:22 +00:00
grant
b99505e067 cfengine needs flex(1) to build. 2004-05-15 08:31:22 +00:00
wiz
35f697e53d Shorten DESCR (still too long, but better). 2004-05-13 13:11:54 +00:00
xtraeme
b9806d9f1c Add xentools12. 2004-05-13 04:12:36 +00:00
minskim
d722be8708 Bl3ify. 2004-05-12 23:41:48 +00:00
bouyer
81aeb11914 Don't create an (empty) directory in $prefix/share
Remove Makefile variables which are also defined in Makefile.common
2004-05-12 20:53:51 +00:00
bouyer
8c979b80d6 Now that amanda is at 2.4.4p2, remove the outdated amanda-dev package. 2004-05-12 18:49:47 +00:00
bouyer
4606f924bd Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,
with some additionnal fixes by me.
2004-05-12 18:45:25 +00:00
wiz
85c3022b1d Give package a reasonable PKGNAME, and reorder lines
for pkglint. CATEGORIES:s/local/sysutils/.
Addresses PR 25542.
2004-05-12 08:01:05 +00:00
danw
be2673d95d fixes for darwin 2004-05-11 12:30:15 +00:00
minskim
1548eaf112 Avoid declaring sys_siglist and sys_errlist as non-const, not only on
BSD but also on Linux.
2004-05-10 16:36:33 +00:00
adam
e8278b939a Changes 0.11.51:
* Removed the -Wstrict-prototypes option since it causes warnings
  in GTK+ headers which are simply too annoying. Hopefully I won't
  regret this... *"Jaws" theme*.
* Cleaned code in various places where warnings had earlier crept
  in hidden by the flood caused by GTK+ and -Wstrict-prototypes.
* Removed printf() from hex-text-loader which I forgot in there. :/
* Regenerated Makefile, hopefully fixing problem with install.
* Added "Video, MOV" type to default config; quietened mplayer.
* Updated Italian translation, from F. Cosoleto.
2004-05-10 09:17:58 +00:00
fredb
d9f6c2d9cb Make this build again on older NetBSD systems, without statvfs(). 2004-05-09 22:04:30 +00:00
fredb
e9dc5531d4 Neither the client nor server needs to be setgid kmem on NetBSD.
Note: it's very likely the client doesn't need to be setgid kmem on any
platform.
2004-05-09 20:47:04 +00:00
fredb
38c9766dd0 With statvfs(), the significant measures are scaled in terms of f_frsize,
not f_bsize.
2004-05-09 20:32:10 +00:00
cl
31a1bdfc13 use ${PYTHON} instead of python to use python
patch provided by: FUKAUMI Naoki  fun at naobsd dot org
2004-05-08 18:50:09 +00:00
cl
05e1952f64 add xentools12 package:
The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools12 package contains the
tools to create, destroy and control the virtual machines.

The xentools12 package contains the tools for Xen v1.2.
2004-05-08 18:24:00 +00:00
reed
91e9b985e1 Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to
"yes"). So any packages that have old GNU configure script that
does not support --infodir option (while using INFO_FILES) can set
CONFIGURE_HAS_INFODIR=NO.

This was suggested by agc@ as a clearer definition.
2004-05-08 16:14:55 +00:00
reed
64ec3da5be Use a new option NO_CONFIGURE_INFODIR which is about to be introduced
because although these packages use autoconf-style configure
scripts they do not know --infodir option.
2004-05-08 02:08:38 +00:00
reed
99ba351aad Make sure this package installs to INFO_DIR (instead of info)
since it uses INFO_FILES.
2004-05-08 01:24:12 +00:00
adam
b1ca9e061e Deal with the statvfs 2004-05-07 13:50:37 +00:00
adam
8ee644965f Changes 0.11.50
* Fixed the fix for memory leaks in Search, since segfaulting is
  actually worse. I hope I got it, this time. Sorry. :/
* Fixed stupidly signless variable that caused the textviewer to
  die horribly when asked to view a directory. Reported by F. Co-
  soleto.
* Made View on directories in the sample config do nothing, since
  ViewText will open an empty window, now.
* Added Italian translation, courtesy of F. Cosoleto.

Changes 0.11.49
* Changed "Other" to "Others" in ChMod command dialog. Pointed out
  by F. Cosoleto.
* Improvements in the textviewer, inspired by a patch signed F.
  Cosoleto: Goto, Search and Quit (was "Close") now have obvious
  keyboard accelerators. Search also has Control+F, and repeats
  (infinitely when at least one match exists) on F3.
* Changed test for automatic hex viewing; now looks for a byte
  lower than 7; if found, the file is not text. This works better
  for 8-bit text files. It does not work for e.g. UTF-8, but then
  again gentoo's text viewer never did. :)
* Made textviewer into a real toplevel window, since it otherwise
  lacked e.g. resize controls which seemed silly.
* Plugged stupid memory leaks in textviewer when searching. Thanks
  to F. Cosoleto, as usual. :)
* Added an option to disable the storing of selection information
  in the history. Suggested by H. Hansen.
* Added RealMedia (.rm) as a recognized Video type in the default
  config.
* Implemented a new dynamic-content menu, called <ParentsMenu> that
  contains the directories from the current one's parent to the
  root.
* Added the ability to bind a command to the right-click of a path
  entry widget in a pane. Bound to "MenuPopup menu=<ParentsMenu> by
  default, but editable on the Controls config page.
* FAM-triggered rescanning rate is now dynamically adjusted to be
  4 times the time it takes to do the rescan. This prevents gentoo
  from hogging the CPU when very frequent changes causes it to re-
  scan continuously. Very inspirational patch by S. Zobell.

See NEWS inside the archive for other version changes
2004-05-07 13:49:56 +00:00
cjep
c3f6e4f661 Add RCS tags 2004-05-07 12:06:47 +00:00
wiz
270e4a71d2 Reset maintainer to tech-pkg@ (from ad@, since he is not working on them
any longer).
2004-05-07 11:54:35 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
3d434a1283 Very beleatedly switch to use static DESCR files for the multiple
gst-plugins-* packages.  Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
2004-05-06 12:12:58 +00:00
jmmv
cd61a606b2 Bump PKGREVISION due to libgsf update to 1.9.0 (soname of shared library
changed).
2004-05-05 14:07:54 +00:00
minskim
197ed63787 statvfs fix for NetBSD-current>=2.0D. 2004-05-04 23:36:16 +00:00
minskim
48a6b345fe Run a statfs-related test in configure only when statvfs is not
available.  OK'ed by jmmv@.
2004-05-04 16:35:57 +00:00
mrg
fe7ba66f1c apply the patches from PR#25405: use statvfs if we find <sys/statvfs.h>.
now this builds with -current.
2004-05-04 08:23:38 +00:00
wiz
860e4850d1 Unused. 2004-05-04 08:18:26 +00:00
wiz
c8e808e6c8 Convert to bl3. 2004-05-04 08:08:19 +00:00
minskim
c674b3bdef Set GNU_CONFIGURE and USE_LIBTOOL before including bsd.prefs.mk to
benefit from predefined lt_cv_sys_max_cmd_len.
2004-05-04 04:55:49 +00:00
snj
560beadce5 Convert to buildlink3. 2004-05-04 03:40:50 +00:00
snj
f2d0c7f3f7 Convert to buildlink3. 2004-05-04 02:07:06 +00:00
jmmv
8104774828 Update to 2.6.1:
* Fix various crashes and leaks.
* Use correct icon for filesystem in treeview.
* Place unplaced windows over the parent window.
* Fix non-ascii typeahead.
* Faster property dialog for operations on many files.
* Faster list view.
* Fill open location dialog with initial path.
* Add down arrow to location button.
* Make shift close window behind in more places.
* Allow smaller spatial windows.
* Allow svg backgrounds.
* Fix ignore kde trash directory hack.
* By default set per-folder background in spatial mode.
2004-05-03 18:20:30 +00:00
jmmv
d0651629fb Update gnome-vfs2 (and gnome-vfs2-{cdda,smb}) to 2.6.1.1.
Changes in the package:
* Use gnutls instead of openssl.  This fixes many problems exposed by
  programs using the mozilla renderer and gnome-vfs2 together (like
  epiphany and galeon), due to conflicting symbols.  Closes PR pkg/25190.
* Move documentation out of the doc/html subdirectory.

Bug fixes in this version:
* Portability fixes.
* Work with GNUTLS 1.0.
* sftp: handles servers that ask for "Password" (not "password").
* gnome_vfs_inet_connection_read handles EOF correctly.
* thread-safe gnome-vfs-parse-ls.c.
* Fix mime crash.
* Toplevel smb directories aren't writable.
2004-05-03 15:39:47 +00:00
xtraeme
e1e5944f20 Rename GRUB_ISO9660 and GRUB_UFS2 to GRUB_USE_ISO9660 and GRUB_USE_UFS2
respectively, and document them in bsd.pkg.defaults.mk.
2004-05-02 20:04:36 +00:00
xtraeme
a450e21f47 Update sysutils/daemontools to 0.76. This closes PR pkg/25153.
Changes:

The package now installs in /package/admin/daemontools. There are three
new utilities: svscanboot, readproctitle, and pgrphack. multilog now
accepts SIGALRM to force log rotation. svscan now checks for the
existence of /service/blah/log rather than checking whether
/service/blah is sticky.
2004-05-02 17:50:05 +00:00
xtraeme
3028886e34 Add support for UFS2 from FreeBSD. Patch provided by FUKAUMI Naoki
in PR pkg/25434.
2004-05-02 17:00:14 +00:00
wiz
60f45dd652 Unused. 2004-05-02 07:35:37 +00:00
xtraeme
15fa7f8f56 .Nx shouldn't have any argument in the same line (thanks to snj@). 2004-05-02 02:33:43 +00:00
snj
c180ec1718 Convert to buildlink3. 2004-05-01 23:57:00 +00:00
kristerw
2cf24cf4fa This package needs devel/pkgconfig in order to build. 2004-05-01 13:50:25 +00:00
xtraeme
dc3160c480 Update sysutils/mklivecd to 0.6.
Changes:

	o Default location for kernels is /boot/grub.
	o Improved messages.
	o Fix wrong permissions in $ISODIR.
2004-05-01 10:46:10 +00:00
xtraeme
b5809503ff Make this build in NetBSD -current. 2004-04-29 14:18:34 +00:00