summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-01-20Rename the following variables to reduce the number that we need to track:jlam4-8/+8
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20Update boost* to 1.33.1:jmmv5-65/+14
Any Library: Cast to reference types introduced in 1.33.0 is now documented on any_cast documentation page. Config Library: Don't undef BOOST_LIB_TOOLSET after use. Boost.Python: * The build now assumes Python 2.4 by default, rather than 2.2 * Support Python that's built without Unicode support * Support for wrapping classes with overloaded address-of (&) operators Smart Pointer Library: Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining on, GNU GCC on PowerPC 64. Regex Library: Fixed the supplied makefiles, and other small compiler specific changes. Refer to the regex history page for more information on these and other small changes. Iostreams Library: Improved the interface for accessing a chain's components, added is_open members to the file and file descriptor devices, fixed memory-mapped files on Windows, and made minor changes to the documentation. Functional/Hash Library: Fixed the points example. Multi-index Containers Library: Fixed a problem with multithreaded code, and other minor changes. Refer to the library release notes for further details. Graph Library: * Fixed a problem with the relaxed heap on x86 Linux (fixes bug in dijkstra_shortest_paths). * Fixed problems with cuthill_mckee_ordering and king_ordering producing no results. * Added color_map parameter to dijkstra_shortest_paths. Signals Library: Fixed problems with the use of Signals across shared library boundaries. Thread library: read_write_mutex has been removed due to problems with deadlocks. Wave library (V1.2.1) Fixed a couple of problems, refer to the change log for further details.
2006-01-20Fix path to p5-Crypt-SSLeay after its reimport.wiz1-2/+2
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv4-8/+8
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-20Update to 1.1.2:jmmv2-7/+6
* Important bugfix for parent/child hierarchy of embedded objects.
2006-01-20Major changes in 2.12.2 were:jmmv2-7/+6
* sort applications in application chooser
2006-01-20Update to 1.8.8:jmmv3-7/+20
Changes in GAIL 1.8.8 ===================== * Another bugfix for treeviews. * GAIL now properly uses gdk thread locks. GAIL 1.8.8 should be used instead of 1.8.7 or 1.8.6. Changes in GAIL 1.8.7 ===================== * Fix for regression introduced by bad free. GAIL 1.8.8 should be used instead of 1.8.7 or 1.8.6. Changes in GAIL 1.8.6 ===================== * Fixes for direct-to-atk bridge support for OpenOffice.org, and for other custom-widget-based apps which use gtk+ for their toplevels and some dialogs. * Fix for crasher bug #306062.
2006-01-20Update to 2.12.2:jmmv3-7/+9
Fixes - Minor code cleanup (Elijah) Translators - Ivar Smolin (et) - Erdal Ronahi (ku) - Ilyas Bakirov (ky)
2006-01-19Update to 2.8.6:wiz3-7/+9
Overview of Changes from GLib 2.8.5 to GLib 2.8.6 ================================================= * Fix a problem with g_object_compat_control() which can lead to segfaults in GTK+ applications on 64bit platforms. * Fix a memory allocation problem in GKeyFile. [Morten Welinder] * New and updated translations (ca,ja,ml,sv,zh_HK,zh_TW)
2006-01-19Added some patches to make Cqual build on IRIX 6.5/mips with MIPSpro. (Byrillig4-1/+91
the way, all these patches have already been reported upstream and are mostly fixed.)
2006-01-18Added the patches that are required to build CQual on SunOS 5.8/sparcrillig16-7/+445
with SunPro.
2006-01-18+libwhisker2adrianp1-1/+2
2006-01-18Libwhisker is a Perl module geared specificly for HTTP testing.adrianp4-0/+68
Libwhisker has a few design principles: - Portable: runs with 0 changes on Unix, Windows, etc (100% Perl) - Flexible: designed with a 'no rules' approach - Contained: designed to not require external modules when possible - Localized: does not require installation to use This is libwhisker 2.3
2006-01-18CATEGORIES+=gnome, ok by jmmv.ghen1-1/+3
2006-01-17Update to 1.0.0rc5adrianp2-8/+7
0006509: [security] Port: Additional XSS Vulnerabilities in Filter (thraxisp) 0006557: [security] XSS Vulnerability in manage_user (TKADV2005-11-002) (thraxisp) 0006563: [security] Port XSS Vulnerability in project documents (TKADV2005-11-02) (thraxisp) 0006569: [security] XSS Vulnerability in saved queries (TKADV2005-11-002) (thraxisp) 0006594: [bugtracker] config_flush_cache does not work correctly (thraxisp) 0006585: [documentation] don't see the documentation (thraxisp) 0006501: [filters] Categories can't be selected for filter-setting (thraxisp)
2006-01-17Changes 0.4.3:adam3-83/+85
* Bug-fix release
2006-01-17Changes 1.11.2:adam6-30/+28
* Support for GNUstep.conf and relocation of the filesystem is much improved in this release. * The WM_QUIT message is now intercepted to allow an application to terminate cleanly. * NSMessagePort was implemented on Windows platforms. * Deprecated support for system-wide GNUsteprc files has been removed. * Some support for keeping user defaults in the Windows registry implemented.
2006-01-17Changes 1.11.2:adam8-80/+29
The `GNUstep.conf' file is now viewed as the essential determination of the install location for GNUstep libraries, tools and other files. During configuration, this file is read, if it exists, to determine this information. This can still be overriden with environment and command line options, however. See the filesystem documentation in the GNUstep Make Documentation directory for more information. You no longer need to source GNUstep.sh in order to compile GNUstep programs. All that is needed is the definition of GNUSTEP_MAKEFILES. You should also have the GNUstep system tools directory in your path. All netbsd systems are assumed to use ELF libraries. Support for the old static libs version of netbsd was removed. Serveral new options were added to configure to change the location of basic dir locations and basic configuration files. Also, the help was greatly improved. Note that -prefix=/usr/GNUstep/System no longer works. Please use -prefix=/usr/GNUstep or -with-system-root=/usr/GNUstep/System. A few more fixes for cygwin are included as well as Windows resource rules. Support for ObjC++ has been added. You should list the ObjC++ .mm files in the xxx_OBJCC_FILES variable, and put extra ObjC++ flags in xxx_OBJCCFLAGS or ADDITIONAL_OBJCCFLAGS.
2006-01-16Changes 2.12.1:adam3-9/+8
* Gnome::Main: Fix a crash on 64-bit systems.
2006-01-16Initial addition of the buildlink3.mk file.jmmv1-0/+18
2006-01-16Changes 2.8.3:adam4-15/+12
* filename_display_name(): Correct the declaration to fix the linker error. * Build: For reduced-resources devices, optionally allow deprecated API to be left out of the library. * Documentation: - Show Since and Deprecated lists of API. Changes 2.8.2: * Solaris build fix: Correct the detection of make.
2006-01-16Changes 2.0.17:adam4-31/+70
* slot::disconnect(): Make this work. sigc::connection::disconnect() already worked. * visit_each compilation problem fixed.
2006-01-15Added emacs as a dependency.rillig1-1/+2
2006-01-15Upon further inspection (while writing the buildlink3.mk file), I noticedjmmv1-3/+2
that this does not really need glib2. Remove the dependency.
2006-01-15Add and enable liboil.jmmv1-1/+2
2006-01-15Initial import of liboil, version 0.3.6:jmmv4-0/+89
Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.). Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects and also make optimizations easier to use by a broader range of applications. This is needed for the upcoming gstreamer 0.10.
2006-01-15Needs GNU-like soelim.joerg1-1/+3
2006-01-15Fix some ancient C. This time with patch.joerg1-0/+44
2006-01-15Fix some ancient C.joerg1-1/+2
2006-01-15Add DragonFly support. Make the pre-install script a bit more likelyjoerg7-6/+72
to work on NetBSD platforms by not hard-coding NetBSD. Use BSD_INSTALL_LIB for shared libraries, better file mods.
2006-01-15Fix errno. Add DragonFly.joerg4-3/+34
2006-01-15Fix errno.joerg4-2/+30
2006-01-15config.guess / config.sub replacement.joerg1-1/+9
2006-01-15Do not set BUILDLINK_DEPMETHOD of ruby-gnome2-pango to "build",minskim1-2/+1
because its files are required at run time by other packages depending on it. Patch from dieter Roelants in PR pkg/32518. Bump PKGREVISION of ruby-gnome2-gtk due to dependency change.
2006-01-15Use RUBY_SITEARCHLIBDIR and RUBY_DLEXT in PLIST to build on more platforms.minskim3-8/+8
Patches from dieter Roelants and Takahiro Kambe.
2006-01-15Strip everything after the first hyphen to match OS_VERSION injoerg3-1/+29
pkgsrc for DragonFly. Inspired by PR 32230.
2006-01-15Uses libtool, so USE_LIBTOOL=yes.wiz1-1/+2
2006-01-15Add and enable mercurial.wiz1-1/+2
2006-01-15Initial import of mercurial-0.7:wiz4-0/+192
Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. Fast * Extremely high-performance delta-compressed storage scheme * Optimized for disk layout and access efficiency * Complete cross-indexing of files and changesets * Bandwidth and CPU efficient HTTP and SSH sync protocols Scalable * Distributed development model supports unlimited numbers of developers * Allows arbitrary merging between developer branches * Doesn't significantly degrade with large numbers of files or changesets * No waiting for locks! Robust * SHA1 integrity checking on repository data * Append-only storage model with transaction journalling * Fast full-repository verification * Convenient backup Easy to use * Most commands are familiar to users of CVS and other systems * Built-in command help * Integrated stand-alone web interface * Works with various GUI tools Easy to adopt * Runs on UNIX, MacOS X, and Windows * Conversion tools available for many popular SCMs * Allows a variety of usage models * Supports user-defined hooks and extensions Free * Source code available under the GPL license * Actively community supported and developed
2006-01-15Add and enable bzr.wiz1-1/+2
2006-01-15Initial import of bzr-0.6.2:wiz4-0/+521
bazaar-ng is a distributed/decentralized version control system. Features include: * simple to use * runs on Unix and Windows * branches can be hosted on an http server with no special software * full directory versioning including tracking subdirectories, file renames, symlinks and execute-bits * friendly interface that should be familiar to users of cvs, svn or other systems * Python interface for extending and embedding, including a plugin interface * strong integrity protection, including gpg-signing * vibrant and active community For usage instructions run "bzr help".
2006-01-14Remove swig-build, swig-python, and swig-perl, replaced by swig.wiz19-2034/+1
2006-01-14Updated boaconstructor to 0.4.4: Changes since version 0.2.3 includewulf4-223/+2682
* Many bugfixes * Migration to 2.5 * IDE Framework registration api in Plugins.py. * Improved Code Completion and Call Tips. * wxMAC compatibility improvements thanks to Kevin Walzer. * Simple regex editor/matcher window now available under Tools. * PyPlot plug-in * New wxPython/Python docs bundle * Tutorial improvements * Python Resource modules now provides an alternative way to use images * EOL handling in source files have been completely redone. * Converted the FormatParagraph IDLE extension to be a Boa plug-in. * Zip Transport now allows write/clipboard operations. * Support for the unicode encoding declaration (PEP 263) * Support for wx.GridBagSizer * Support for editing/browsing tar.gz files. * Support for Help Book. Boa can now manage .hhp, .hhc and .hhk files. * Support for wxWizards * Support for the masked edit family of controls: * Support for using Sizers in the Designer. * Added property editors for BackgroundStyle and WindowVariant * Added new wx.DatePickerCtrl to DateTimeCompanions.py, thanks to Oleg Deribas. * Added preference setting to toggle specialiased Zope debugging * Added wxTreeListCtrl and wxListView to the Palette. * Added BicycleRepairMan (Python Refactoring) support. * Added new Tools menu to the main menu.
2006-01-13Don't explicitely depend on mysql-client. The relevant PERL package willcube1-3/+2
do whatever is necessary. That should fix recent bulk-build breakages from MySQL version default change.
2006-01-13Forgotten checksum update. wiz@ reminder.joerg1-2/+2
2006-01-13Added two patches. patch-ab avoids tons of #line warnings from the cpprillig4-3/+58
output, patch-ac fixes the special handling of functions called malloc(). Bumped PKGREVISION.
2006-01-12Fix build of boost on DragonFly.joerg3-3/+9
(a) bjam should be consistent with the rest of the world, the OS is called DragonFly, not DragonFlyBSD. It might be _annoying_, but it is a fact of live and no spelling fault can avoid it. (b) disable the compiler thread support checks, they don't really work and are not needed anyway. (c) DragonFly has wchar and ctype functions, so use them. Bump revisions of boost-build (bjam), boost-headers (well, they changed) and boost-libs.
2006-01-12Fix glib.h's NULL definition for C++: it MUST be 0 there, not (void *)0.joerg3-7/+20
Bump revision.
2006-01-12Add DragonFly support. Bump revision.joerg4-10/+55
2006-01-12Moved the definition of PKGREVISION from cvsup/Makefile.common into therillig3-4/+5
individual package Makefiles, where they belong.