summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-15Update to 4.16:wiz5-33/+34
Version 4.16 ============ - From Windows version of 7-zip 4.16 : - Speed optimization (5%) for 7z / LZMA - 7za now supports .Z archives - -r- switch in command line now is default for all commands - Some bugs were fixed - From Windows version of 7-zip 4.15 : - Z format supporting (extracting only) - 7-Zip now can extract ZIP archives compressed with "Shrink" method - 7-Zip now doesn't interrupt the compressing when it can not open file. 7-Zip just skips that file and shows warning. - Some bugs were fixed - man pages added (thanks to Mohammed Adnene Trojette) - bug #1112167 fixed (Temporary directory must be on same partition as target) p7zip failed moving the temporary file at the end of compressing to target file if the directories don't reside on the same partition (or network path). - bug #1164659 fixed (Invalid file date for "big endian" machine) - p7zip now uses ".so" instead of ".dll" - p7zip now handles "ctrl-c" and "kill" to cleanup temporary files before exiting - p7zip now runs on BeOS. - better support of filenames with spaces. - some code cleanup - "myWindows/myFiles.cpp" is now in "Windows/FileIO.cpp" - "myWindows/myFindFile.cpp" is now in "Windows/FileFind.cpp" - "myWindows/myDirectoryAndPath.cpp" is now in "Windows/FileDir.cpp" - "myWindows/myEvents.cpp" is now in "Windows/Synchronization.cpp" - "myWindows/wine_strings.cpp" is now in "Windows/String.cpp"
2005-04-15Uppdated gtk2+ to 2.6.7wiz2-3/+3
2005-04-15Update to 2.6.7:wiz6-45/+18
Overview of Changes from GTK+ 2.6.6 to GTK+ 2.6.7 ================================================= * Revert two fixes from 2.6.5 which were causing problems [Crispin Flowerday] * New and updated translations (bg,ja,ko,ca) Overview of Changes from GTK+ 2.6.5 to GTK+ 2.6.6 ================================================= * Add 16x16 versions for some stock icons [Vincent Noel] * Bug fixes [Tommi Komulainen, Roman Kagan, Ivan Wong, Matthias Clasen, Jakub Jelinek, Arjan van de Ven] * New and improved translations (pl) Overview of Changes from GTK+ 2.6.4 to GTK+ 2.6.5 ================================================= * Fix compilation with gcc 4.0 [Matthias Clasen] * GtkFileChooser - Ellipsize the preview label [Jeroen Zwartepoorte] - The mime code can now use a mmapped cache [Matthias] * GtkTreeView - Don't pop up the entry context menu if the the search entry is not visible [Billy Biggs] - Make enable_search control only typeahead, not C-f search [Sven Neumann] - Allow resetting search-column to -1 [Lorenzo Gil Sanchez] - Make gtk_tree_view_expand_all work [Tristan Van Berkom, Jonathan Blandford] - Make double-click to autosize work again [Matthias, Jonathan] * GtkComboBox, GtkComboBoxEntry - Make gtk_widget_grab_focus() work [Gustavo Carneiro] - gtk_combo_box_get_active_text() now always returns the current text. [Robert Staudinger] * gdk-pixbuf - Use correct update regions when incrementally loading BMP and TGA images [Owen Taylor, David Costanzo] - Support saving BMPs [Ivan Wong] - Bug fixes [Tommi Komulainen, Morten Welinder, David, John Ellis] * Other bug fixes [Christian Persch, Sven Neumann, Philip Langdale, Tomislav Jonjic, Thomas Leonard, Yury Puzis, Manish Singh, Doug Quale, Ryan Lortie, Kjartan Maraas, Morten, Felipe Heidrich, Paolo Borelli, Jorn Baayen, Hazael Maldonado Torres, Tommi, Stefan Kasal, Billy, Felipe Heidrich, Hans-Wolfgang Loidl, Jacob Kroon, Steven Walter] * Documentation improvements [Johan Dahlin, Matthias, Jianfei Wang, Olivier Sessink, Jon-Kare Hellan, Kristof Vasant, Billy, Worik Stanton, Ken Siersma, Morten] * New and improved translations (ca,cs,cy,da,de,en_CA, en_GB,es,fi,fr,gu,hu,it,lt,nl,pl,pt,pt_BR,ro,ru,rw,sq, sr,sr@Latn,sv,uk,zh_CN,zh_TW)
2005-04-15Updated glib2 to 2.6.4wiz2-3/+3
2005-04-15Update to 2.6.4:wiz6-35/+35
Overview of Changes from GLib 2.6.3 to GLib 2.6.4 ================================================= * Fix compilation with gcc 4.0 [Matthias Clasen] * Fix g_date_get_iso8601_week_of_year [Jon-Kare Hellan] * Win32: - use more precise times in gtimer.c [Tor Lillqvist] - bug fixes [Tor, Daniel Atallah] * Other bug fixes [Tim Janik, Matthias, Manish Singh, Dave Benson, Jeff Franks] * Documentation improvements [Tim-Philipp Müller, Matthias, Stefan Kost, Tor, Jared Lash, Morten Welinder] * New and updated translations (el,fa,hu,id,ne,ro,rw)
2005-04-15Add an @exec ${MKDIR} line for an empty directory which has a @dirrm line,wiz1-1/+2
to fix binary packages.
2005-04-15Initial import of selectwm-0.4.1 into the Packages Collection.agc1-1/+2
Provided in PR 29965 by Antoine Reilles, modified slighlty by myself to look in pkgsrc and X11R6 directories when looking for window managers. selectwm is a small application (using GTK+) which lets you select your window manager. It looks for a file named .selectwmrc in the user's directory which contains a list of window managers. When you start X it should show a list which lets you choose your window manager (by double clicking on it with the mouse or with the arrow keys and the return or space key) To use selectwm, replace the call to your window manager in your .xinitrc or .xsession configuration file by a call to selectwm, e.g.: ... # set a solid black background xsetroot -solid black # start selectwm selectwm
2005-04-15Add and enable selectwmagc1-1/+2
2005-04-15Initial import of selectwm-0.4.1 into the Packages Collection.agc6-0/+77
Provided in PR 29965 by Antoine Reilles, modified slighlty by myself to look in pkgsrc and X11R6 directories when looking for window managers. selectwm is a small application (using GTK+) which lets you select your window manager. It looks for a file named .selectwmrc in the user's directory which contains a list of window managers. When you start X it should show a list which lets you choose your window manager (by double clicking on it with the mouse or with the arrow keys and the return or space key) To use selectwm, replace the call to your window manager in your .xinitrc or .xsession configuration file by a call to selectwm, e.g.: ... # set a solid black background xsetroot -solid black # start selectwm selectwm
2005-04-15Add two @exec ${MKDIR} lines for empty directories which have @dirrm lines,wiz1-1/+3
to fix binary packages.
2005-04-15fixup distinfo for last.markd1-14/+5
2005-04-15Updated pkgconfig to 0.17.1.wiz2-3/+3
2005-04-15Update to 0.17.1:wiz2-6/+6
pkg-config 0.17.1 === - Now actually sets CFLAGS and LIBS instead of trying to set those in a subshell. (Only affects if you've autoreconfiscated with 0.17) - Fix detection of inter-library dependencies. pkg-config 0.17 === - Evaluate second argument to PKG_CHECK_MODULES again - Portability fixes (MacOS, BeOS, Cygwin) - Handle inter-library dependencies and assume those are in place if the platform supports them. Disable with --enable-indirect-deps. - Add initial test framework - Build fixes (make distcheck now works)
2005-04-15Add conflicts between samba and tdb: both install tdbtool and tdbdump.wiz2-3/+6
2005-04-15+ bsflite-0.80 [pkg/29964], epiphany-1.6.2, g-wrap-1.9.6, gcube-0.4,wiz1-4/+11
gtk2+-2.6.7, mathomatic-12.2d, pkgconfig-0.17.1, pstoedit-3.40, webmin-1.200, wesnoth-0.9.0. - ftpproxy-1.2.3
2005-04-15Add entries for drochner's updates for enchant and abiword two days ago.wiz1-1/+3
XXX: abiword-plugins not updated.
2005-04-15Updated curl to 7.13.2adam2-3/+3
2005-04-15Chyanges 7.13.2:adam3-22/+12
* Bug-fixes and improvements
2005-04-15Allow for USE_TOOLS+=coreutils and USE_TOOLS+=findutils to use pkgsrcjlam3-1/+70
replacements for "core" and "find" utilities, e.g. basename, cat, find, etc.
2005-04-15Note addition of ObjectiveLib-0.9rh1-1/+2
2005-04-15Add and enable ObjectiveLibrh1-1/+2
2005-04-15Initial import of ObjectiveLib-0.9, a library of Object containers andrh4-0/+67
generic algorithms for Objective-C
2005-04-15Allow TOOLS_DEPENDS.<tool> to be set to change the nature of thejlam1-10/+22
dependency if we're using the pkgsrc tool, e.g. TOOL_DEPENDS.yacc=DEPENDS. By default, we use BUILD_DEPENDS.
2005-04-15Avoid dependency loops by setting and checking TOOLS_IGNORE.* guards.jlam2-7/+23
2005-04-15Note updates of djbdns-run and qmail-run.schmonz1-1/+3
2005-04-15Update to 20050415. Changes:schmonz5-14/+34
* Add "foo_log" booleans to enable or disable logging (enabled by default). * Always run loggers as the "qmaill" user. This makes it simpler to define alternate loggers.
2005-04-15s/MKDIR/INSTALL_DATA_DIR/rh1-2/+2
2005-04-15Update to 20050415. Changes:schmonz6-32/+126
* Add "djbdns" rc.d script to control all enabled djbdns services, modeled after the "qmail" rc.d script from mail/qmail-run. * Set rc.conf defaults more succinctly, modeled after mail/qmail-run. * Add "reload" as a synonym for "cdb" in axfrdns, rbldns, and tinydns. * Add "foo_postenv" for additional environment customization, for instance to run dnscache as a pure forwarder. * Add "foo_log" booleans to enable or disable logging (enabled by default). * Always run loggers as the "dnslog" user. This makes it simpler to define alternate loggers.
2005-04-15Create the Fonts directory before installation.rh1-1/+4
2005-04-15Sort.snj1-3/+3
2005-04-15Note update of gnustep-base to 1.10.3rh1-1/+2
2005-04-15Note update of gnome-vfs to 1.0.5nb8rh1-1/+2
2005-04-15Note update of libcdaudio to 0.99.12nb1rh1-1/+2
2005-04-15Update gnustep-base to 1.10.3. Changes are bugfixes only.rh2-6/+6
2005-04-15Kill trailing whitespace.snj1-3/+3
2005-04-15Make pkglint happy.snj1-2/+1
2005-04-15Fix a typo.snj1-1/+1
2005-04-15Use @unexec ${RMDIR} to remove share/xfce4/mime and share/xfce4 asmartti2-4/+4
xfce4-icon-theme will also write to these directory (but it does not depend on libxfce4gui or libxfce4util).
2005-04-15Patch remote code execution security hole pointed out in advisory atrh4-5/+20
http://secunia.com/advisories/14877/ Bump PKGREVISION Set BUILDLINK_RECOMMENDED to gnome-vfs>=1.0.5nb8
2005-04-15Add a new yes/no variable USE_NEW_TOOLS to ease testing the new toolsjlam1-1/+6
framework. USE_NEW_TOOLS defaults to "no".
2005-04-15Set BUILDLINK_RECOMMENDED to 2.10.0 or higher due to CDDB vulnerability:rh1-1/+2
http://secunia.com/advisories/14877/
2005-04-15Fix vulnerability pointed out in http://secunia.com/advisories/14877/rh4-4/+19
Bump PKGREVISION Update BUILDLINK_RECOMMENDED
2005-04-15Initial commit of the new tools framework. This is currently designedjlam7-0/+879
to be a drop-in replacement for mk/tools.mk, but isn't yet enabled pending further testing. To use, edit bsd.pkg.mk to include bsd.tools.mk instead of tools.mk. The major changes from the old tools framework are: (1) The new interface to using the tools framework is through setting USE_TOOLS in the package Makefile, e.g., USE_TOOLS+= autoconf gmake yacc (2) Bison/yacc handling is improved. Instead of adding checks for /usr/bin/yacc to the package Makefile and explicitly setting YACC, e.g., security/mit-krb5/Makefile, simply add "yacc" to USE_TOOLS. If bison is explicitly required, then add "bison" to USE_TOOLS instead. (3) GNU auto* tools are handled differently. "autoconf", "aclocal", "automake", etc. will be tools in ${TOOLS_DIR} that point to the correct versions of the auto* tools. Instead of patching Makefiles or scripts to use ${AUTOCONF}, ${ACLOCAL}, etc., the correct versions of the tools will be called if they are invoked simply by their bare names. This is selected by adding either "autoconf" or "autoconf213", or "automake" or "automake14" to USE_TOOLS. The new tools framework will deprecate the following variables: ACLOCAL AUTORECONF AUTOCONF BUILD_USES_GETTEXT_M4 AUTOHEADER USE_GNU_TOOLS AUTOMAKE USE_TBL The new tools framework will deprecate the following *.mk files: mk/autoconf.mk mk/automake.mk mk/tools.mk Additional documentation on how to use bsd.tools.mk to create new tools under ${TOOLS_DIR} may be found in the header comments in bsd.tools.mk.
2005-04-14Add missing argument for mysql storage: "--enable-mysql4-initialization"xtraeme1-1/+2
needed to properly start mysql4 databases.
2005-04-14Remove unused section... MIT krb5 apparently now detects NetBSD's utmpxjlam1-9/+1
implementation correctly on NetBSD>=2.0.
2005-04-14Updated gld to 1.5.1xtraeme1-1/+2
2005-04-14Update to 1.5.1, which fixes PR pkg/29975 by Robert Elz.xtraeme3-9/+24
Some changes were done: enabling the LOOPBACK option by default, fix some snprintf() calls, etc. While I'm here convert this pkg to use bsd.options.mk, now that it supports MySQL and PostgreSQL (MySQL by default as before).
2005-04-14Remove duplicate netqmail lines.wiz1-4/+1
Reported by Robert Elz in PR 29973.
2005-04-14Require at least xorg-libs>=6.8.2nb1 (radeon driver fix)xtraeme1-1/+4
2005-04-14Now the radeon driver works correctly, bump PKGREVISION to knowxtraeme1-2/+2
which version is the fixed one.