Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-18 | Updated devel/glib2 to 2.14.1 | tnn | 1 | -1/+2 | |
2007-09-18 | devel/litool-base was left out o fthe update commit, fix up version | joerg | 1 | -2/+2 | |
here to avoid going back in revision. | |||||
2007-09-18 | Note update of "libtorrent" and "rtorrent" packages to versions | tron | 1 | -1/+3 | |
0.11.7 and 0.7.7. | |||||
2007-09-18 | + GraphicsMagick-1.1.9, ap-ssl-2.8.30, at-spi-1.20.0, atk-1.20.0, | wiz | 1 | -15/+66 | |
bochs-2.3.5, dasher-4.6.0, dejavu-ttf-2.20, deskbar-applet-2.20.0, eog2-2.20.0, epiphany-2.20.0, epiphany-extensions-2.20.0, evince-2.20.0, evolution-2.12.0, evolution-data-server-1.12.0, evolution-exchange-2.12.0, evolution-webcal-2.12.0, gail-1.20.0, gcalctool-5.20.0, gdm-2.20.0, gedit-2.20.0, glade3-3.4.0, glib2-2.14.1, gnome-common-2.20.0, gnome-keyring-2.20.0, gnome-mag-1.14.10, gnome-vfs2-2.20.0, gnome2-applets-2.20.0, gnome2-control-center-2.20.0, gnome2-games-2.20.0, gnome2-media-2.20.0, gnome2-system-monitor-2.20.0, gnome2-utils-2.20.0, gok-1.3.4, gpaint-0.3.3, gtk2-engines-2.12.0, gtkhtml-3.16.0, gtksourceview-2.20.0, gwenview-1.4.2, intltool-0.36.2, libgnomekbd-2.20.0, libgtop-2.20.0, libxklavier-3.3, metacity-2.20.0, neon-0.27.1, openoffice2-2.3.0, orca-2.20.0, p5-IO-Socket-SSL-1.09, p5-Image-Info-1.26, p5-Test-Simple-0.71, p5-glib2-1.160, p5-gtk2-1.160, plone-3.0.1, pwlib-1.10.9, py-gnome2-2.20.0, py-gnome2-desktop-2.20.0, py-gobject-2.14.0, py-gtk2-2.12.0, seahorse-2.20, smokeping-2.2.4, surfraw-2.2.0 [http://surfraw.alioth.debian.org/], tea-17.24, transcode-1.0.4, xmp-2.2.1, yelp-2.20.0, zenity-2.20.0. | |||||
2007-09-18 | Updated x11/gtk2 to 2.12.0nb1 | wiz | 1 | -1/+2 | |
2007-09-18 | regen | rillig | 2 | -1967/+2144 | |
2007-09-18 | Moved the description of bulk builds into their own chapter. A new | rillig | 5 | -591/+686 | |
section covering the pbulk system will be added soon. | |||||
2007-09-18 | fix mail/claws-mail-* entries (hi smb) | jnemeth | 1 | -7/+7 | |
2007-09-18 | vim-7.1.116 | martti | 1 | -1/+2 | |
2007-09-18 | Updated graphics/ruby-RMagick to 1.15.10 | obache | 1 | -1/+2 | |
2007-09-18 | * Claws Mail is now licensed under GPLv3 or later. | smb | 2 | -3/+26 | |
New in this release: ~~~~~~~~~~~~~~~~~~~~ * added Tags feature Tags are arbitrary labels that can be applied to messages. It is possible to create, edit, remove Tags; apply them to mails; filter on Tags or Tag presence; apply or unset Tags via Filtering actions; reference Tags in reply Templates. * Threads can now be sorted by most recent message /View/Sort/By thread date * Added "/View/Show or Hide/Column headers" * Added 'watch thread' feature * Enabled the running of folder Processing rules on demand * Added options to stop/enable writing logs to disc, see Logging page of preferences * IMAP and News: Implement age-based caching: allow the specifying of a threshold for the offline synchronisation feature, and whether old cached bodies should be removed. Accessible from the Folder Properties. * IMAP: Made multiple copy, (in the same IMAP account), faster by matching source/destination message UIDs. * LDAP: Ability to edit all Person attributes * Nicer layout of the message part icons * Speed up and clean up rendering of larger msgs * Use progress bar when sending messages * Made mainwindow's /Help/Manual point to the remote copy if the local copy doesn't exist * Replaced some deprecated widgets * Enabled changing the emphasis color used to highlight the newsreader/x-mailer header value when it matches our preferred mail agent, (hidden pref 'emphasis_color' added to clawsrc). * tools/mew2claws-mail.pl Added new script that imports a Mew address book * tools/popfile-link.sh Added a new script that will open selected messages in POPFile control center, in order to change the message status. * Updated the manual * Check that Dillo's installed when loading the Dillo Browser plugin * Maemo improvements: o Automatically choose the correct application to open parts o Better way to notify of new mails o Destroy messageview after trashing mail o Simplified layout o Better toolbars, removal of CTree headers o Add a specific icon to go back to folder list o Improvements to the Wizard, About and icon legend dialogues o add an easy way to store data (mails and IMAP/NNTP caches) on one of the SD cards, and protect against unmounts if needed o plug the online/offline system into maemo's interfaces to have Claws automatically switch according to the system status (on IT OS 2007) o use HildonBanners to display status messages o force layout to be Small screen o put the progress bar in the toolbar * Updated Brazilian Portuguese, Bulgarian, Catalan, Finnish, French, German, Hungarian, Italian, Polish, Russian, Simplified Chinese and Slovak translations. Plus bug fixes | |||||
2007-09-17 | + Updated x11/xterm to 229 [bjs 2007-09-17] | bjs | 1 | -1/+2 | |
2007-09-16 | Note initial addition of p5-Object-InsideOut version 3.25 as | seb | 1 | -1/+2 | |
devel/p5-Object-InsideOut into The NetBSD Packages Collection. The Perl 5 module Object::InsideOut provides comprehensive support for implementing classes using the inside-out object model. It implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for the object (usually a sequence number). Object data (i.e., fields) are stored within the class's package in either arrays indexed by the object's ID, or hashes keyed to the object's ID. The virtues of the inside-out object model over the 'blessed hash' object model have been extolled in detail elsewhere. Briefly, inside-out objects offer the following advantages over 'blessed hash' objects: * Encapsulation * Field Name Collision Avoidance * Compile-time Name Checking | |||||
2007-09-16 | gtk2+ updated to 2.12.0. | wiz | 2 | -3/+3 | |
2007-09-16 | Added misc/kchmviewer version 3.1 | wiz | 1 | -1/+2 | |
2007-09-16 | Note update of mathomatic. | minskim | 2 | -3/+3 | |
2007-09-16 | Updated | heinz | 1 | -1/+3 | |
mail/spamassassin to 3.2.3 Added net/microdc2 version 0.15.6 | |||||
2007-09-16 | Added fonts/liberation-ttf version 0.2 | wiz | 1 | -1/+2 | |
2007-09-16 | - dcraw-8.77 | obache | 1 | -2/+1 | |
2007-09-16 | Updated graphics/dcraw to 8.77 | obache | 1 | -1/+2 | |
2007-09-16 | Added textproc/emacs-muse version 3.11 | wiz | 1 | -1/+2 | |
2007-09-16 | + gconfmm-2.20.0, glibmm-2.14.0, gnome-vfsmm-2.20.0, | wiz | 1 | -5/+13 | |
gtk2+-2.12.0, gtk2-sharp-2.10.2, gtkmm-2.12.0, libgnomecanvasmm-2.20.0, libgnomemm-2.20.0, libgnomeuimm-2.20.0, xerces-c-2.9.0, xmp-2.2.0. | |||||
2007-09-16 | Updated archivers/dar to 2.3.5 | dsainty | 2 | -3/+3 | |
2007-09-15 | Note pidgin updates. | tnn | 1 | -1/+6 | |
2007-09-15 | Updated textproc/p5-XML-SAX to 0.16nb1 | wiz | 1 | -1/+2 | |
2007-09-15 | Update libtool packages to 1.5.24. | joerg | 1 | -1/+4 | |
2007-09-15 | Note update of the "qt3-libs" package to version 3.3.8nb5. | tron | 1 | -1/+2 | |
2007-09-15 | Update libarchive to 2.2.8. | joerg | 1 | -1/+2 | |
2007-09-15 | Updated devel/apel to 10.7nb1 | wiz | 1 | -1/+2 | |
2007-09-15 | Note that poppler update has to wait for evince release. | wiz | 1 | -2/+2 | |
2007-09-15 | Note addition of lang/pcc version 0.9.8 | agc | 1 | -1/+2 | |
2007-09-15 | Mention a few package updates. | wiz | 2 | -6/+6 | |
2007-09-15 | + acroread-8.1.1, bacula-2.2.4, curl-7.17.0, gsl-1.10, wine-0.9.45. | wiz | 1 | -1/+6 | |
2007-09-15 | Updated net/ntop 3.3 | adam | 1 | -1/+2 | |
2007-09-14 | + ap-ssl-2.8.29, arping-2.06, spamdyke-3.0.1. | wiz | 1 | -1/+4 | |
2007-09-14 | Updated lang/ocaml to 3.10.0 | adam | 2 | -3/+3 | |
2007-09-14 | Note updates of math/orpie, net/Transmission and wm/sawfish. | tnn | 1 | -1/+4 | |
2007-09-14 | Remove sylpheed-claws packages. | reed | 1 | -1/+6 | |
It was renamed upstream to claws-mail. claws-mail was added to pkgsrc. | |||||
2007-09-14 | Updated filesystems/fuse-ntfs-3g to 1.913 | xtraeme | 1 | -1/+2 | |
2007-09-14 | Note addition of x11/xlsclients 1.0.1. | simonb | 1 | -1/+2 | |
2007-09-13 | Note acroread7 and ncursesw PKGREVISION bumps. | wiz | 1 | -1/+3 | |
2007-09-13 | + dcraw-8.77 [pkg/36976], delegate-9.7.0, mksh-31.2, quagga-0.99.9, | wiz | 1 | -4/+7 | |
remind-3.1.2, sqlite3-3.4.2. | |||||
2007-09-13 | Updated math/orpie to 1.5.0 | tnn | 1 | -1/+2 | |
2007-09-13 | Note addition of dieharder-2.24.4 | gson | 1 | -1/+2 | |
2007-09-13 | note update of cad/pcb to 20070912 | dmcmahill | 1 | -1/+2 | |
2007-09-12 | Updated sysutils/xfe to 1.04 | xtraeme | 1 | -1/+2 | |
2007-09-12 | Note update of net/nfdump to version 1.5.5 [new features and bug fixes] | seb | 1 | -1/+2 | |
2007-09-12 | Note update of x11/modualar-xorg-server. | bjs | 1 | -1/+2 | |
2007-09-12 | Updated converters/p5-JSON to 1.14 | obache | 1 | -1/+2 | |
2007-09-11 | Avoid problems if a pointer passed in is NULL (and work around what may | smb | 1 | -1/+2 | |
or may not be an xfig bug) |