summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-09-05Sort.wiz1-2/+2
2004-09-04Add a prototype for packages_get_other_cflags in pkg.h.jschauma2-1/+14
(Happens to fix the build under IRIX.)
2004-09-04Update to the 2.5 release. The previous version in pkgsrc wasschmonz2-4/+8
actually 2.5rc1. From the changelog: * Jam 2.5 is merely Jam 2.5rc3 of April 2003 with the rc3 moniker removed.) * Using SubDir to include a subpart of an SubDir tree now works. Previously, you could only include the root of another SubDir tree. This example includes the ../server/support/Jamfile, without getting confused as to the current directory: SubDir ALL src builds ; SubInclude ALL src server support ; * Undocumented support for SUBDIRRULES, user-provided rules to invoke at the end of the SubDir rule, and SUBDIRRESET, SUBDIR variables to reset (like SUBDIRC++FLAGS, SUBDIRHDRS, etc) for each new SubDir. * Remove NT FQuote rule, as, \" is required to pass quotes on the command line. * Remove temp .bat files created on NT. They used to all have the same name and get reused, but with 2.5 the names were salted with the PID and they would litter $TEMP. Now they get removed after being used. Set DIST_SUBDIR since Perforce seems to make a habit of updating distfiles without changing filenames. (This occurrence spotted by Lars Nordlund.) The zip file no longer extracts into a subdir; set WRKSRC accordingly. Bump PKGREVISION.
2004-09-04Update to version 1.0.0.seb3-36/+42
Please note that this is the first released version of cvs2svn. Previously this package used snapshots from the trunk of cvs2svn repository. Hence I'm not providing here all the changes since the latest packaged version. XXX cvs2svn depends on sort(1) with '-T' option. A dependency and a patch to resort on GNU sort from coreutils may be required. XXX There's an issue on NetBSD 1.6.* platform about non-ascii charset. The test 27 from cvs2svn test suite fails. This is an svn(1) issue.
2004-09-04COMMENT tweakgrant1-2/+2
2004-09-03Update to 2.6.2.1:jmmv3-6/+9
Fixes - Activate window in workspace switcher only if its on the current workspace (Elijah Newren) - Use timestamp with _NET_CLOSE_WINDOW (Anders Carlsson) Translators - John C Barstow (mi) - Laurent Dhima (sq)
2004-09-03tweak COMMENT: uppercase UNIX, s/macro-processor/macro language processor/grant1-2/+2
2004-09-02Revert previous: libgail-gnome pulls in too many dependencies and itwiz2-3/+9
is not really needed. However, add a MESSAGE recommending its installation (the shared library is dynamically loaded if it exists, so it can be installed after glade2 has been installed). Bump PKGREVISION to 2. Ok'd by jmmv.
2004-09-02Include zlib's buildlink3.mk.schmonz1-1/+2
2004-09-02Update to 2.4.0: the code has been marked as stable and some cleanups havejmmv3-9/+10
been done.
2004-09-02Fix a typo in CONFIGURE_ARGS and set diff3 for the diff3 program andrecht1-7/+7
not diff. This fixes the build on Darwin. Patch by Clément MATHIEU in PR 26831 Bump PKGREVISION to 2.
2004-09-02Add some PRINT_PLIST_AWK magic for directories shared with GConf 1.x.jmmv1-1/+5
2004-09-01s/subversion/subversion-base/ to avoid a dependency loop.martin1-2/+2
2004-08-31Added two patches for fixing possible security issue.reed5-4/+35
The CVS security ID is CAN-2004-0797. The fix is same as used by OpenBSD, Debian and Gentoo. (Didn't see any reference to issue on zlib webpages.) The OpenBSD announcement "zlib reliabilty fix" says: "could allow an attacker to crash programs linked with it." And the Gentoo announcement says "zlib contains a bug in the handling of errors in the inflate() and inflateBack() functions. ... An attacker could exploit this vulnerability to launch a Denial of Service attack on any application using the zlib library." PKGREVISION is bumped and BUILDLINK_RECOMMENDED.zlib added to buildlink3.mk file.
2004-08-31Depend on libgail-gnome so that accessibility options can be configured forjmmv1-1/+3
widgets. Problem found by wiz@. Bump PKGREVISION to 1.
2004-08-31Initial addition.jmmv1-0/+26
2004-08-31Update to 2.6.1.2:jmmv3-34/+9
2004-05-16 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.6.1.2 2004-05-15 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Post release bump. * libgnome/gnome-program.c: (gnome_program_instance_init): Merge fix for bug #142502 from HEAD. 2004-05-02 Anders Carlsson <andersca@gnome.org> * libgnome/gnome-program.c: (gnome_program_get_property): Fix memory leak. (#135773, Christian Persche) 2004-05-02 Anders Carlsson <andersca@gnome.org> * configure.in: * doc/reference/Makefile.am: * doc/reference/libgnome-docs.sgml: * doc/reference/version.xml.in: Put version number in reference docs. (#125759, Steve Chaplin) 2004-05-02 Anders Carlsson <andersca@gnome.org> * libgnome/gnome-sound.c: Fix crash when reading invalid audio files. (#124519, Chris Lahey)
2004-08-31Pick up maintainership (something I should have done a long while ago...)jmmv3-6/+6
2004-08-31Update to 1.4.1:jmmv5-122/+60
Changes in the package ====================== * Install compatibility symlinks for shared libraries to not break binary programs linked against 1.4.0. This is just a workaround for our broken libtool naming scheme and should be removed when it is fixed. Agreed by rh@. * Move installation of documentation to doc/, out of doc/html. Overview of changes between 1.4.0 and 1.4.1 =========================================== * Win32 bug fixes [Tor Lillqvist, John Ehresman] * Thai rendering improvements including OpenType support [Theppitak Karoonboonyanan] * Fix common crash in Hangul shaper [Changwoo Ryu] * Fix various problems with language tag selection [Frederic Zhang] * Documentation improvements [Felipe Heidrich, Doug Quale] * Fix crash in line break code [Jeroen Zwartepoorte, Billy Biggs] * Build fixes [J. Ali Harlow, Noah Misch] * OpenType engine fixes [Kailash C. Chowksey, Sayamindu Dasgupta, Aamir Wali, Masatake YAMATO, Soheil Hassas Yeganeh] * Indic module bug fixes [Chris Blizzard, Rajkumar S, Taneem Ahmed, Jungshik Shin] * Misc bug fixes [Stanislav Brabec, Anders Carlsson, Behdad Esfahbod, Jody Goldberg, Theppitak, Sven Neumann, Manish Singh, Morten Welinder]
2004-08-30Update to 0.8.0 (I'm back! ;-):jmmv3-41/+5
version 0.8.0: - g++ v3 abi demangler - x86 disasm: added undocumented ffreep (df c0) instruction - compiles with gcc 3.4 - fixed buggy blockop-progress indicator - fixed ugly segfault with elf symbol loading - ppc disassebler updated (altivec instructions) - removed stefan's email address (dead) version 0.8.0pre1: - disassembler: - IBM/Motorola PowerPC (PPC) (new) - file formats: - XBE (X-Box executable) support by Stefan Esser (experimental) - Mach-O header and image support for PPC and x86 (experimental) - FLT (Flat) support (experimental) - PEF support (experimental) - XCOFF32 support - COFF support for coff files without optional header - COFF big-endian support - ELF PPC support - ELF relocatable file support (experimental) - fixed buggy ELF reading code partially (thanks rpm28) - eval dialog: added function help - eval: not ('~') and logical-not ('!') operators - disassembler interface (int maxlen, not byte maxlen) - Win32: fixed access to native windows clipboard - Win32: high CPU usage problems fixed (sys_suspend() bugged)
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam3-8/+8
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-27+boaconstructordrochner1-1/+2
2004-08-27import boaconstructor-0.2.3, a Python IDE and interface builder,drochner5-0/+851
based on wxGTK still beta quality, but looks promising
2004-08-27+cgf+drochner1-1/+2
2004-08-27import libcfg+-0.6.2, adrochner5-0/+138
Command line and configuration file parsing library
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam3-7/+6
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-25Update to 0.10.3, provided by the maintainer Tim Bishop in PR 26764:wiz5-31/+15
libstatgrab 0.10.3 (24 August 2004) * Add -f flag to statgrab to display floating-point numbers multiplied by an integer. * Add -K, -M and -G flags to statgrab to show byte counts in kibibytes, mebibytes or gibibytes. * Make statgrab-make-mrtg-config use the new flags to scale extremely large or small numbers so that mrtg can handle them. * Make statgrab-make-mrtg-config automatically detect network interface speeds. * Add support for FreeBSD 6.0-CURRENT. libstatgrab 0.10.2 (27 July 2004) * Fix shared library version that when backwards in 0.10.1. libstatgrab 0.10.1 (26 July 2004) * Use DESTDIR correctly when setting permissions at install time. * Fix disk stats to work with OpenBSD 3.5. * Fix disk stats on NetBSD 2.0 (statvfs instead of statfs). * Fix memory leak in process stats on NetBSD 2.0. * Add vxfs (Veritas filesystem) to list of known filesystems on Solaris. * Add more variables to the pkg-config file to suggest suitable ownership and permissions for binaries using libstatgrab. * Make sure statgrab.h can safely be included twice. * Fix statgrab to display network interface names even if they don't have IO stats (like the loopback interface on Solaris). * Add error reporting function that grabs errno.
2004-08-25No need to substitute INSTALL_INFO in PLIST anymore.seb1-3/+1
2004-08-24Document why we don't need Mesa on Irix.hubertf1-1/+2
If more pkgs like this are found that work fine with Irix' native GL, the Mesa buildlink3.mk file should take care of this.
2004-08-24Update to the official, GNU blessed, version of tla-1.2.1.recht2-8/+8
With regard to the versions that has been released as tla-1.2.1 there's only one change: - A small with "update -d" was fixed. Bump PKGREVISION to distinguish the two versions and add DIST_SUBDIR.
2004-08-24update to SCons-0.96.1recht3-6/+9
RELEASE 0.96.1 - Mon, 23 Aug 2004 12:55:50 +0000 From Craig Bachelor: - Handle white space in the executable Python path name within in MSVS project files by quoting the path. - Correct the format of a GUID string in a solution (.dsw) file so MSVS can correctly "build enable" a project. From Steven Knight: - Add a must_exist flag to Delete() to let the user control whether it's an error if the specified entry doesn't exist. The default behavior is now to silently do nothing if it doesn't exist. - Package up the new Platform/darwin.py, mistakenly left out of 0.96. - Make the scons.bat REM statements into @REM so they aren't printed. - Make the SCons packaging SConscript files platform independent. - Better conform to Debian packaging convention by changing the name we build to scons-{version}-0.1_all.deb (not *-1_all.deb). From Anthony Roach: - Fix scanning of pre-compiled header (.pch) files for #includes, broken in 0.96.
2004-08-23Don't pull in Mesa on IRIX - patch by Staffan Thomén (duck@IRC)hubertf2-2/+8
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-2/+2
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-22Update to libstree 0.4.0.gson2-5/+5
Changes since 0.3.0: * Fixed logic error in lst_string_eq() * Added support for determining the longest repeated substring
2004-08-21Allow for different documentation location in kdevelop 3.1.0.markd2-8/+10
Bump PKGREVISION
2004-08-21Update to kdevelop 3.1.0 (part of KDE 3.3)markd1-3/+3
2004-08-21Update to kdevelop 3.1.0 (part of KDE 3.3)markd10-679/+768
Changes: * Simple toolbar classbrowser Alexander Dymo * New documentation plugin Alexander Dymo * KDevAssistant application - a standalone API documentation viewer Alexander Dymo * Framework for various project documentation plugins Alexander Dymo * Doxygen plugin updates Amilcar do Carmo Lucas * KDevLicense interface Sascha Cunz * Copy/Paste in editor context menu Jens Dagerbo * New FileList plugin Jens Dagerbo * Make some KMDI features configurable Jens Dagerbo * New Code Snippet plugin Robert Gruber * Doxygen preview and autocomment Jonas Jacobi
2004-08-21Add generate and py-generate to list.darcy1-1/+3
2004-08-21Update to KDE 3.3markd8-206/+169
Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21Initial import of py-generate packagedarcy4-0/+30
Version 2.0 Python interface to Generate
2004-08-21Initial import of generate.darcy4-0/+38
Version 2.0 Simple text pre-processor
2004-08-20Use ${BSD_INSTALL_LIB} so the library is installed +x. (Bump PKGREVISION;tv3-6/+7
this can be un-bumped if the patchlevel goes up again.)
2004-08-19update to 0.1.8drochner4-24/+10
changes: -speedup -UI improvements -bugfixes Warning: Archives built with older versions need to be converted before use, see http://www.codeville.org/ for details.
2004-08-18update to SCons-0.96recht3-6/+27
IMPORTANT: Release 0.96 contains the following interface changes: - All Builder calls now return a *list* of Nodes, even when the Builder only builds one file. This may require SConscript file changes if you were manipulating the return values from Builders. - The SConsignFile() function now uses a different internal database format by default. This will cause a rebuild when you upgrade to 0.96 unless you modify your SConsignFile() call. - The internal format of .sconsign files has been changed. The change was coded to be backwards-compatible, but there might be corner cases that cause warnings about "ignoring corrupt .sconsign files" and rebuilds when you use SCons 0.96 for the first time in an already-built tree. - The scan_check function that can be supplied to a custom Scanner now must take two arguments, the Node to be checked and a construction environment. It previously only used the Node as an argument. - The internal "node_factory" and "scanner" keyword arguments have been removed from the Builder() function, in favor of separate "target_factory," "source_factory," "target_scanner" and "source"scanner" keywords, which are now documented. - The Scanner add_skey() function has been dropped in favor of using construction variables for the lists of file suffixes known to a Scanner. - File name extensions that contain all digits are now assumed to be version numbers and treated as part of the file basename. - The env.Append() and env.Prepend() methods have been changed to behave like the rest of Python when either argument is a UserList. See the release notes for more information about these changes. This release adds the following new features: - A new --debug=explain option tells SCons to report the reason(s) why it thinks it must rebuild something. - New Moc() and Uic() Builders provide more explicit control over Qt builds, plus new construction variables to control them: $QT_AUTOSCAN, $QT_DEBUG, $QT_MOCCXXPREFIX, $QT_MOCCXXSUFFIX, $QT_MOCHPREFIX, $QT_MOCHSUFFIX, $QT_UICDECLPREFIX, $QT_UICDECLSUFFIX, $QT_UICIMPLPREFIX, $QT_UICIMPLSUFFIX and $QT_UISUFFIX. - Support for Fortran 90 and Fortran 95 has been added. - The newer "ifort" versions of the Intel Fortran Compiler for Linux are now supported. - New functions have been added to return platform-independent Actions that Chmod(), Copy(), Delete(), Mkdir(), Move() and Touch() files and/or directories. - A new Execute() function can now execute Actions directly at SConscript-read time. - A new $RPATH variable has been added that specifies a list of directories for the GNU and IRIX linkers to search for shared libraries. - New $CPPSUFFIXES, $DSUFFIXES, $FORTRANSUFFIXES and $IDLSUFFIXES variables have been added that make it easier to arrange for additional file suffixes to be scanned by the default Scanners. - A new Flatten() function can be used to turn nested lists of Nodes (or other arguments) into a flat list. - A new --debug=presub option prints the commands to be executed before their construction variables are expanded. - A new .win32 Node attribute will expand file names with Windows backslash path separators on any system. - A new ARGLIST variable makes it possible to fetch keyword=value arguments in the order specified on the command line. - Support has been added for the .dylib shared library suffix and -dynamiclib linker option on Mac OS X (darwin). For a complete list see the included CHANGES.txt.
2004-08-18Changes 0.4.0:adam3-136/+193
* A lot of refactoring and cleanup was made * Some parts of interface were recreated using GORM * Most part of Project Inspector is completed * Finished Loaded Files and appropriate menu items * Stability issues fixed in Project Builder * Interaces fixes were made in Project Launcher * Added subprojects support * Preferences recreated and cleaned up. * Many browser fixes were made in Project Window * Much time was spent to fix stability problems * Added "Aggregate" project type * "Application" and "GormApplication" project types merged into "Application" project type
2004-08-18Changes 0.7.7:adam3-8/+10
* Important bugfixes in editor classes. * Rearranged some of the editor classes to be in the palettes which contain the classes they are responsible for editing (GormButtonEditor & GormTabViewEditor). * Image and Sound editors will now display system default images or sounds if they are available. * Document window now uses an NSToolbar (experimental). * Improved the layout of some of the inspectors. * Corrected some minor issues in the inspectors * Added code to allow NSTableView and NSOutlineView to show some data during testing * Gorm will now show an alert panel when a model fails to load or test properly.
2004-08-18Changes 1.9.2:adam7-50/+40
* GSMime parsing ignores extraneous data * New log functions GSOnceFlag and GSOnceMLog * New class NSError * Multiple new function in GSObjCRuntime * NSProtocolChecker rewritten * autogsdoc support added for building frames * Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars added
2004-08-18Changes 1.9.2:adam5-19/+17
* Application and Bundles use the latest convention on Apple. * Improve/Simplify dependency checking when making docs
2004-08-18Changes 4.1.3:adam4-23/+23
* Bug fixes. * mpz_export allows NULL for countp parameter.
2004-08-15update to tla-1.2.1recht2-8/+10
This is mostly a small fixes release, though some useful stuff has gotten in: * Spaces support in filenames (done by cehteh, merged by Tom) * New version of libneon (ported by yours truly) * Gobs of small bugs * Gobs of typos * NFS revlib fix. (Yes, this is the corrupt inode sigs one)