summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-03-16Update to gnapster-1.3.7. Changes:wiz5-13/+13
* Port is now specifyable in the preferences, firewall support is also done * Finally updated update list to update based on modification time instead of only adding files * Added a "browse" server dialog which allows you to manage specific servers without requiring a query server running on port 8875 * Uploading of a users mp3 list is now non-blocking * Fixed a memory leak in upload.c and download_free()
2000-03-15Make it compile on solaris.bouyer3-4/+34
2000-03-15Add check whether /proc is mounted. Closes pr 9560 by Tim Walls, thx!rh2-2/+13
2000-03-15Fix:hubertf3-9/+9
- patch-aa was fuzzy - patch-ac used <sys/endian.h> instead of <machine/endian.h> (which is also present on 1.4.x systems)
2000-03-15Use <machine/endian.h>. In contrast to <sys/endian.h>, it is also presenthubertf2-1/+15
on 1.4.x machines. Noted by an unknown hero who's name I forgot. Sorry!
2000-03-14Update "gnome-python" package to version 1.0.51 and add missing dependencetron3-7/+10
on "control-center" package. A change list is not available unfortunately.
2000-03-14Depend on "gnome-libs" 1.0.56 or newer.tron1-2/+2
2000-03-14Depend on "gnome-libs" 1.0.56 or newer and "libxml" 1.8.5 or newer.tron1-3/+3
2000-03-14wildcard dependency on Hermeswiz1-2/+2
2000-03-14Update "gnome-print" package to version 0.12. A changelog for this versiontron5-63/+61
is not available.
2000-03-14Update "gnome-users-guide" package to version 1.0.72. A change list istron3-7/+6
not available unfortunately.
2000-03-14add and enable dinotracedmcmahill1-1/+2
2000-03-14Initial import of dinotrace-9.0gdmcmahill9-0/+1131
Dinotrace is a tool designed to aid in viewing Verilog Value Change Dump (.vcd), ASCII, Verilator, Tempest CCLI, COSMOS, Chango and Decsim Binary simulation traces. It is optimized for rapid design debugging using X-Windows Mosaic.
2000-03-14Fix typo in last commit.tron1-2/+2
2000-03-14Add commented out entry for "gimp-helpfilebrowser".tron1-1/+2
2000-03-14Import of new "gimp-helpbrowser" package:tron4-0/+67
Help file browser for the GNU Image Manipulation Program
2000-03-14"ftp.cs.umn.edu" doesn't offer "gimp" development versions for download,tron1-3/+3
use "ftp.ameth.org" instead.
2000-03-14Update "gimp-current" package to version 1.1.18 and disablele "helpbrowser" totron15-586/+829
avoid dependence on "gnome-libs" packages. Version 1.1.18 fixes several bugs discovered in release 1.1.13 and invents many new features. The complete change list contains more than 5000 lines and can't be listed here.
2000-03-14Upgrade mutt-current to 1.1.9i. This version contains mostly bugfixes overpooka3-16/+17
the previous version and is a release candidate for mutt-1.2
2000-03-14Update to 0.36b16.1.soren5-139/+69
Includes new NetBSD audio code from kristerw.
2000-03-13Update dependence to "gnome-libs" 1.0.56 or newer and bump version numbertron1-3/+4
to 1.0.55.1.
2000-03-13Depend on "gnome-libs" 1.0.56 or newer so that dependence on "glib"tron1-3/+2
is no longer necessary.
2000-03-13Add explicit dependence on "gtk+" for version 1.2.7 or newer.tron1-1/+2
2000-03-13Update "gnome-libs" package to version 1.0.56. A change list for thistron5-14/+15
release is not available unfortunately.
2000-03-13Passing down DESTDIR is not necessary.soren1-2/+2
2000-03-13if DESTDIR is set, don't change PKG_DBDIR when PKGTOOLSVERSIONhubertf1-2/+2
is not known (yet).
2000-03-13Update "spruce" package to version 0.5.17 and use "pth" (via "glib") insteadtron5-20/+11
of "ptl2" package for thread support. Changes since version 0.5.12: - Took out file locks since that seemed to cause more problems than good - Got printing working (sorta) - Fixed a bug that corrupted some base64 file attachments (my end-boundary check wasn't quite right) - Added Catalan language support - Improved pop3io thanks to a small patch - The "MAIL FROM" and "RCPT TO" SMTP commands now use <>'s around the addresses since it is accepted on all known SMTP servers (and is stated as acceptable arguments in RFC 821) - Fixed an annoyance that forced you to restart spruce after creating a new mailbox before you could view it's contents - Added right-click menu in the mime-parts clist at the bottom of the preview pane - Selecting Mime->Display should no longer segfault when a message is not selected (or when no messages to select) - Added regex and shell wildcard support to the mail filters - Made it auto-guess your name and email address based on user account information - Added a confirmation dialog for deleting mailboxes - Added IMAP mailbox listing support (so you can hopefully see more than just your INBOX) - Fixed a bug that allowed a user to not specify a From or a To field, thus causing a segfault. - Fixed attachments - Fixed "sender" - Fixed it so that spruce should never go beyond the end of the header information to obtain fields like "Reply-To:" or "Date:" for example (shouldn't have been too much of a problem before but it fumbled for me once so that's not good ;-) - Fixed the filter bug that caused strange things to happen when you deleted the last filter rule - other minor fixes - Added Reply-To-All functionality - I believe I have fixed the segfault causing pthread bug - Added support to save window pane sizes - Added support to save sorting preferences - Improved on the date sorting - Fixed various minor bugs - Fixed some IMAPv4r1 issues, seems to be working a little better now. - Added most of the support for GNU Privacy Guard by using an alpha lib Privacy Guard Glue. For GPG support, you must now use the --enable-gpg configure flag (./configure --enable-gpg) For reference, I'm currently using Pgg-20000116 and as the author of Pgg states, new versions are unlikely to be compatable so be warned that you may need to have the same Pgg lib that I have. I will be maintaining a file specifying which version of Pgg you need to use it with Spruce. - Fixed the segfault/corruption bug caused when a user deleted a message from a mbox spool - Various code speedups/cleanups
2000-03-13Add "helpbrowser" plugin.tron1-1/+2
2000-03-13Depend on "gnome-libs" instead of "gtk+" package to make sure thattron1-2/+2
"helpbrowser" plugin gets built.
2000-03-13Use "glib-config" and not "gtk-config" plus "sed" to obtain compilertron2-4/+15
flags for "glib" programs. This fixes build problems after the update of the "glib" package.
2000-03-13Use "ftp.fu-berlin.de" instead of dead mirror on "infosoc.uni-koeln.de".tron1-2/+2
2000-03-13Previous commit to bsd.pkg.mk caught some "SMART_MESSAGES" work - documentagc2-2/+10
them now, in mk.conf.example, and add a small comment explaining what they do. When SMART_MESSAGES is defined, when compiling packages, the make(1) target is displayed, and also the current stack of packages being built.
2000-03-13Fix PACKAGE_DEPENDS_QUICK when installing on Solaris - escape theagc1-62/+68
argument from the shell, so that we can install packages on Solaris again, and use canonical ${GREP} and ${AWK} programs.
2000-03-13Make this package work on Solaris.agc2-1/+17
2000-03-13- make sure to include $(CPPFLAGS) when compiling gsm filesbouyer3-14/+55
- make it compile on solaris
2000-03-13Update this package to reflect 13th March 2000 sources.agc2-4/+4
Changes since previous version: ---------------------------- revision 1.13 date: 2000/03/12 19:57:24; author: jlam; state: Exp; lines: +6 -4 Make "-d homedir" option work -- home directory wasn't being set in this case. ---------------------------- revision 1.12 date: 2000/03/07 20:56:45; author: agc; state: Exp; lines: +8 -3 When adding a group, check that it doesn't already exist. Also fix a problem with reading entries when modifying a group. Both problems found and analysed by Thomas Klausner. ----------------------------
2000-03-13Fix typo in last commit.tron1-2/+2
2000-03-13Add missing dependence on "python" package.tron1-2/+3
2000-03-13Oops, copy-and-paste botch....itohy2-5/+5
SCSI "mode select" commands were not handled correctly, and some drives might not work (I'm not sure).
2000-03-13Added variable for display depth rasmol gets compiled for, sincewiz1-1/+7
it only supports one per executable :-(
2000-03-13add and enable rasmolwiz1-1/+2
2000-03-13RasMol is a molecular graphics program intended for the visualisation ofwiz9-0/+150
proteins, nucleic acids and small molecules. The program is aimed at display, teaching and generation of publication quality images. Submitted by Marc Bauoin <babafou@babafou.eu.org> in pkg/8199, slightly enhanced.
2000-03-13Updated to pth-1.3.3. Changes: Minor fixes, source cleanup, semanticswiz5-16/+16
of pth_cond_notify() fixed to match POSIX, and default stack size increased from 32KB to 64KB.
2000-03-12Allow newer version than 1.2.6 of the "glib" package in dependence list.tron1-2/+2
2000-03-12Using the updated "glib-1.2.7" package with thread support the "xmms"tron1-5/+2
GUI finally works. However, the CD audio and OSS modules need some more work.
2000-03-12Update "gtk+" package to version 1.2.7. This version fixes numerous bugstron5-25/+27
discovered in version 1.2.6 and includes two new translations.
2000-03-12Update "glib" package to version 1.2.7 and enable thread support using thetron5-21/+25
"pth" package. Changes since version 1.2.6: - gstring.c: changed g_str_hash() to a 31 bit version based on a submission by Karl Nelson and hand optimized ad absurdum by various people ;) - gmain.c: removed spurious non-commented #endif suffix - gtimer.c (g_timer_elapsed): Never report negative times - clip times to 0. - gmain.c (g_timeout_prepare): Guard against unexpected clock shifts by never setting a timeout of more than data->interval msecs. - gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers. refetch the current time after invocation of poll() to cover up for the time spent in that function call. - gstrfuncs.c (g_strtod): correctly fetch the current locale, fix from owen. - configure.in: Make the test for getpwuid_r work on newer AIX versions, too. Still works on Solaris and Linux. Patch from Craig Rodrigues <rodrigc@mediaone.net>. - glib.h (G_DIR_SEPARATOR): Add defines for EMX/OS2. - gcache.c (g_cache_remove): Test if node is NULL. If not tested, GIMP's script-fu will crash. - gdataset.c (g_data_set_internal): remove g_dataset_global_lock around destroy() notification here as well. - gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.
2000-03-12Add commented out entry for "xmms".tron1-1/+2
2000-03-12Mark this package as broken until "gthread" library gets fixed.tron1-1/+3
2000-03-12- Use "pth" instead of "mit-pthreads".tron8-58/+327
- Reenable "libmikmod" support. - Adapt CD-ROM driver to NetBSD. - Correct package list.