Commit graph

1972 commits

Author SHA1 Message Date
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
cjep
d9231166ef Multiline strings -> Single line strings. Fixes build on -current. 2004-01-02 17:21:00 +00:00
gavan
2765dae5cc Add file missing from yesterday's commit.
#undef truncate and tell in appropriate places. Workaround for Solaris
redefining them in unistd.h. Also reorder two includes to allow building on
Solaris.
2004-01-01 00:00:02 +00:00
xtraeme
f671617b47 Add a patch (based on one from FreeBSD) to display removable media
(and network mounts) automatically.
2003-12-31 01:41:35 +00:00
cjep
c843a6ae2a Add trailing / to HOMEPAGEs 2003-12-30 17:27:31 +00:00
cjep
5b9624c1fb Whitespace fixes 2003-12-30 16:48:44 +00:00
gavan
a32c0f87c9 #undef truncate and tell in appropriate places. Workaround for Solaris
redefining them in unistd.h. Also reorder two includes to allow building on
Solaris.
2003-12-30 12:18:56 +00:00
gavan
6105a7faf0 Ensure configure script knows about iconv if necessary. 2003-12-30 12:13:42 +00:00
wiz
ff06d8377b Fix typo in previous. 2003-12-29 18:22:47 +00:00
xtraeme
cb6efdc9f7 Add and enable apotheke. 2003-12-29 14:07:32 +00:00
xtraeme
fe67a0bf08 Initial import of apotheke-0.2, via pkgsrc-wip.
Apotheke is a separate Nautilus view, which gives you
detailed information about CVS managed directories.
2003-12-29 14:06:35 +00:00
kristerw
3714ba74d8 Correct path to devel/pkgconfig/buildlink2.mk. 2003-12-29 02:13:38 +00:00
xtraeme
04f3089e74 Add and enable gnome2-system-monitor. 2003-12-29 00:51:13 +00:00
xtraeme
3fa799cfbe Initial import of gnome2-system-monitor 2.4.0 via pkgsrc-wip.
This is the GNOME 2 system monitor program.
2003-12-29 00:49:48 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
jmmv
4e9c5ddb84 Do not use fam. This solves *lots* of lockups in nautilus (finally!) and
probably other applications using gnome-vfs2 (yeah, it removes some minor
functionality... but until it's solved, this is better than nothing).

Bump PKGREVISION to 1.

Found by xtraeme@ with help from marcus@freebsd.
2003-12-28 23:35:46 +00:00
jmmv
db31e35c14 Explicitly include pkg-config's buidlink2.mk file. 2003-12-28 19:34:43 +00:00
jmmv
a4c19ef93e Update to 0.98alpha15:
* GTK2 support.
* updated lot of translations, added romanian, latvian and albanian.
* numerous bug fixes.
* included a contrib-directory with the sources with some useful stuff sent
  to me by X-CD-Roast users.
2003-12-28 19:29:21 +00:00
jmmv
472e52fc1b Update to 0.98a15.2.01a21. There are too many changes since cdrecord 2.00
to be listed here; the package includes a complete list in all AN-2.01a??
files.  What is notable is that it enables xcdroast "audio-on-the-fly
support".
2003-12-28 19:22:12 +00:00
wiz
a03ce410a9 Make "-" first in []. 2003-12-28 00:16:11 +00:00
wiz
84859b4b28 -current got redrawwin() -- replace USE_NCURSES
with INCOMPAT_CURSES lines.
While here, fix location of example config files in source,
so that copying them during the first startup works.
2003-12-28 00:11:45 +00:00
wiz
509a3feed4 Depend on latest kdebase-1*. 2003-12-26 19:55:34 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
xtraeme
c02378f3e8 Add and enable gnome-acme. 2003-12-23 09:14:40 +00:00
xtraeme
efe794c25f Initial import of gnome-acme-2.4.2 from pkgsrc-wip, packaged by
Min Sik Kim.

ACME is a small GNOME tool to make use of the multimedia buttons
present on most laptops and internet keyboards: Volume, Brightness,
Power, Eject, My Home, Search, E-Mail, Sleep, Screensaver, Finance,
WWW, Calculator, Record, Close Window, Shade Window, Play, Stop,
Pause, Previous, Next, Groups, Media, Refresh and Help buttons.
2003-12-23 09:13:57 +00:00
martti
0e010634ac Updated xfce4 to 4.0.2
* Improve window manager responsiveness
* Various bug fixes in file manager, window manager and panel
* More 64bit clean up
* New translation added: Azerbaijani
2003-12-22 08:50:38 +00:00
jdolecek
7d8ea7642d display message with guide/examples location 2003-12-17 20:02:54 +00:00
jdolecek
7abced0a17 update pear-Log to (most recent) 1.8.1. Changes since 1.7.0:
1.8.1:
* Fixed some bugs in the 'win' handler.
* Updated the Log_observer::factory() method for consistency
  with Log::factory().

1.8.0:
* The Log package now includes a users guide, example scripts and unit tests.
* A number of small improvements have been made to the 'win' log handler
  (based on suggestions from Paul Yanchenko).
* A new 'display' log handler has been added to the distribution. Contributed
  by Paul Yanchenko, this handler simply prints the error message back
  to the browser. It respects the 'error_prepend_string' and
  'error_append_string' PHP INI values and is useful when using
  PEAR::setErrorHandling()'s PEAR_ERROR_CALLBACK mechanism.

1.7.1:
* The mail handler now uses "\n" to terminate lines instead of "\r\n".
* The file handler's path creation routines now guard against potentially
  infinite recursion.
* It is now possible to pass an object to the logging methods. If the object
  offers a PEAR_Error-style getMessage() or PHP5 exception-style toString()
  method, it will be used to extract the message text.

Documentation and the guide are installed in ${LOCALBASE}/share/doc/pear-Log.
2003-12-17 19:58:13 +00:00
jdolecek
fbd15f795d add pear-Log-1.7.0, from pkgsrc-wip, done by Adrian Portelli
The Log framework provides an abstracted logging system for PHP. It supports
logging to console, file, syslog, SQL, mail, and mcal targets. It also
provides a subject - observer mechanism.
2003-12-17 19:27:29 +00:00
wiz
a92728bd34 Add and enable cdrtools-ossdvd. 2003-12-17 16:23:16 +00:00
wiz
dffc752e32 Initial import of cdrtools-ossdvd, a patched version of cdrtools
with DVD writing support.
2003-12-17 16:09:06 +00:00
wulf
bf9cd73644 Updated to bbload-0.2.6: Fixes gcc3 compiler build problems 2003-12-17 10:53:57 +00:00
agc
336530e37a Make this package compile with gcc3. 2003-12-15 16:19:43 +00:00
xtraeme
579b946478 Updated to 2.4.1
Changes:

* Handle cd volume names where the data track is not first
* Fix list view crash bug
* Fix shutdown crash bug
* Fix crash on unsupported URIs
* Don't show eraser in background browser
* Fix crash on going back when a view failed
* Don't show anything in views before all files are loaded.
* Make the desktop snap grid smaller vertically
* Fix accessibility crashers
* Double click on rows in tree sidebar expands rows
* portability and build fixes
* don't migrate .gnome-desktop if it is a symlink
* Fix messed up home/trash icons for new users
* Handle xpm icons correctly in desktop files
* Handle non-utf8 user names
* Fix warning on theme changes
* Sometimes the home and trash icons became blank and unusable
* Auto-hide KDE trash directory in desktop directory.
* Fix history sidepane crash
* Add keynav rectangle selection
* Better error string for missing proxy hostnames
* Handle arrow keys on numerical keypad

And more... review Changelog to see a full list of changes.
2003-12-14 23:09:02 +00:00
jmmv
ca27f417a8 Update to 2.4.1, based on work done by xtraeme@ and Min Sik Kim.
gnome-vfs-2.4.1
	* Bugs fixed
		+ Allow to create symlinks to huge files on
                  nearly full file systems (James M. Cape)
		+ Fix compilation on HP/UX
	* Translations
		+ he (Gil "Dolfin" Osher), it (Luca Ferretti),
	          lv (Peteris Krisjanis), mr (Jitendra Shah),
                  nl (Vincent van Adrighem), pt_BR (Augusta Marques da Silva),
 	          ro (Mi?u Moldovan), ta (Dinesh)

gnome-vfs 2.4.0
	* Featurelets:
		Updated translations

gnome-vfs 2.3.90
	* Bugs fixed:
	       + Just emit one mime db changed signal per change

gnome-vfs 2.3.8
	* Bugs fixed:
	        + CDE menu fixes
		+ IPV6 build fixes for non-linux
		+ removed usage of ngettext (for now)
		+ fix fam crash
	* Featurelets:
		+ add dav schema for webdav usage
		+ Make gnome_vfs_make_uri_from_input be smarter about
		  when to make http: uris

gnome-vfs 2.3.7
	* Bugs fixed:
	        + Test fixes
		+ translation fixes
	* Featurelets:
		+ ignore_hosts gconf key for proxies

gnome-vfs 2.3.6
	* Bugs fixed:
		+ Fixes in CDE menu handling
		+ Shrink default gnome-vfs stack size
		+ Small API doc updates
		+ Properly read .mime and .keys file not ending with \n
		+ Compilation fixes when using gcc 3.3
		+ Compilation fixes for Solaris
		+ Leak fixes in URI and mime-type handling
		+ When an unknown app is added to a mime-type short list,
		  also add it to this mime-type global list
	* Featurelets:
		+ Added an Accessibility submenu in the Applications menu
		+ Improve parsing of URIs (wrongly) containing UTF-8 chars
		+ Translation updates

gnome-vfs 2.3.5:
	* Features:
		+ added a startup notification application registry key
	* Bugs fixed:
		+ Fix memory handling in mime handlers.
		+ Make job_private static in gnome-vfs-job.c
		+ Fixed CDE menu crash

gnome-vfs 2.3.4:
	* Bugs fixed:
	       + Get Names of vfolder directories right

gnome-vfs 2.3.3:
	* Bugs fixed:
	       + Fix potential crashes for uris with %2F in them
	       + solaris libnsl/libsocket build fixes
	       + Fix fam threadsafe issue
	       + Handle fam connection going away better
	       + Fixed doc building

gnome-vfs 2.3.2
        * Features:
	       + ipv6 uris supported
	       + add some command line applications for gnome-vfs

	* Bugs fixed:
	       + mp3 mimetype is audio/mpeg, not audio/x-mp3
	       + build issues fixed
	       + fix ncpfs filesystem

gnome-vfs 2.3.1
        * Features:
	       + New API gnome_vfs_url_show() and related calls
	       + New function gnome_vfs_make_uri_from_input_with_dirs
	       + Cygwin port
	       + IPV6 support

	* Bugs fixed:
	       + Some mime fixes
	       + Correctly handle symlinks to symlinks
	       + hpux fixes
	       + CDE menu translation fixes
	       + Webdav PROPFIND details
	       + Fixed locale aliases handling
	       + call bindtextlocale to get translation working
	       + Fixes to mtab handling
2003-12-14 19:47:26 +00:00
ben
0d43bf684d Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
xtraeme
5d7cabd0e6 +gtk-send-pr 2003-12-13 18:10:26 +00:00
xtraeme
08f3f33f43 Initial import of gtk-send-pr 0.3 from pkgsrc-wip.
This is a GTK2 based tool, similar to send-pr(1), but with some nice
features:

	o User friendly UI
	o Uses libesmtp to deliver mail to any SMTP server
	o Really free code (BSD licensed)
2003-12-13 18:09:36 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
jmmv
85d2038c98 Update to 0.12.6, from Soren Jacobsen in PR pkg/23730.
Changes since 0.12.5:
* Yet another unreadable file non-root regress bug fix.
* Added --list-increment-sizes option from the development branch.
  Previously this option was in the man page but was omitted in the code
  (thanks to Michael Schwendt for report).
* Regressing and restoring should now take less memory when processing
  large directories (noticed by Luke Mewburn and others).
* When regressing, remove mirror_metadata and similar increments first.
  This will hopefully help regressing a backup that failed because disk
  was full (reported by Erik Forsberg).
* Fixed rather important quoting problem: quoting directives like
  --windows-mode were simply ignored when rdiff-backup was running
  remotely!  I'm surprised no one noticed this.  Are none of you using
  --windows-mode or similar?
* Fixed handling of (lack of) daylight savings time.  Earlier bug would
  cause some files to be marked an hour later.  Thanks to Troels Arvin
  and Farkas Levente for bug report.
2003-12-12 21:58:58 +00:00
adam
4b448658a2 Changes 0.11.45:
* Fixed logic error in Move that caused it to incorrectly fail when
  moving in the same filesystem (and be very sneaky about it unless
  you were using FAM). Also made it stop trying to avoid "needless"
  directory rescanning.
* Fixed broken formatting string in MkDir command's overwrite init.
* The Configure command's option text was untranslatable. Fixed,
  and translated it into Swedish.
* gentoo no longer tries to copy attributes for smlinks.
* Updated Russian translation.
2003-12-12 11:56:05 +00:00
adam
3e0c259805 Fix from PR/18771: mtools privileges 2003-12-11 17:14:22 +00:00
adam
3534be8a8a Changes 3.9.9:
* Large disk fixes, especially for Solaris
* Floppyd robustness
* Zip 250 support in mzip
* Protect against division by zero when reading BSD disks
* Fixed parsing of Unix filenames ending with slash
* Fixes for floppyd to work with current protocol version of floppyd
* Warn for invalid partition numbers
* Support for geometry-less Atari disks
* Support for byte-swapping disks
* Fixed max numbers of sectors for FAT12 and FAT16
See ChangeLog for details
2003-12-11 16:05:40 +00:00
ad
dc74a005a9 Make this package compile with GCC 3. 2003-12-09 19:41:26 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
reed
c3602b7ce6 Update HOMEPAGE. Old homepage still announced 1999 release and said this
page has been moved.
2003-12-04 05:22:35 +00:00
kristerw
f6d8743f8c Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
xtraeme
160c62e2d7 Require at least esound>=0.2.27 (missed in previous). Thanks Quentin :) 2003-12-03 18:33:17 +00:00
martti
8d6f0bef14 etcupdate is only for NetBSD 2003-12-03 06:44:45 +00:00