summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-03-05Not used any more.minskim2-132/+0
2004-03-05bl3ify and enable pkgviews installation.minskim1-1/+5
2004-03-05Match the new buildlink3.mk template.minskim1-10/+9
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam48-373/+335
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05Make Canna* packages use the buildlink framework. It will fix theminskim1-0/+25
build problem reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-03-05This does not need gnome2-dirs directly, so remove the dependancy.jmmv1-2/+1
Not bumping revision since this uses libbonoboui, which includes gnome2-dirs too (and we still have recursive dependancies).
2004-03-05Revert previous -- my pkgsrc was a tad out of date. Pointed out by wiz@sekiya1-5/+1
2004-03-04Add some missing man pages.wiz1-1/+10
2004-03-04Use GNU make, so this builds again (for me (TM)).wiz1-2/+2
2004-03-04Update to 0.11.13:wiz13-66/+66
Changes since 1.11.12: ********************** GENERAL USER ISSUES * Several memory leaks have been plugged. * Thanks to Ville Skyttä the man page has a few less spelling errors and is slightly more accurate. * An unlikely potential segfault when using the :fork: connection method has been fixed. * Misc cosmetic, readability, and commenting fixes. * The CVS server has had the protocol check for unused data from the client partially restored. * A fix has been included that should avoid a very rare race condition that could cause a CVS server to exit with a "broken pipe" message. * A minor problem with the nmake build file that was preventing the source from compiling under Windows has been fixed. * Tests have been added to the test suite. Changes from 1.11.11 to 1.11.12: ******************************** GENERAL USER ISSUES * Infinite alias loops in the modules file are now checked for and avoided. * Clients on case insensitive systems now preserve the case of directories in CVS/Entries, in addition to files, for use in communications with the CVS server. * Some previously untested behavior is now being tested. * Server support for case insensitive clients has been removed in favor of the server relying on the client to preserve the case of checked out files, as per the CVS client/server protocol spec. This is not as drastic as it may sound, as all of the current tests still pass without modification when run from a case insensitive client to a case sensitive server. This change disables little previous functionality, enables access to more of the possible namespace to users on systems with case insensitive file systems, fixes a few bugs, and in the end this should provide a major stability improvement. * Thanks to Ville Skyttä the man page is a bit more accurate. * Thanks to Ville Skyttä some unused variables were removed from the log_accum Perl script in contrib. * Thanks to Alexey Mahotkin, a bug that prevented CVS from being compiled with Kerberos 4 authentication enabled has been fixed. * A minor bug that caused CVS to fail to report an inifinte alias loop in the modules file when portions of the alias definition contained trailing slashes has been fixed. * A bug in the gzip code that could cause heap corruption and segfaults in CVS servers talking to clients less than 1.8 and some modern third-party CVS clients has been fixed. * mktemp.sh is now included with the source distribution so that the rcs2log and cvsbug executables may be run on systems which do not contain an implementation of mktemp. * Misc documentation fixes.
2004-03-04distfile is on alpha.gnu.org, and not available on MASTER_SITE_GNU.minskim1-2/+2
2004-03-04Update py-logging to 0.4.9.2.minskim2-7/+7
Changes since 0.4.7: - Traceback text is now cached. - Tracebacks can be propagated across sockets as text. - Added makeLogRecord() to allow a LogRecord to be created from a dictionary. - Closing a handler now removes it from the internal list used by shutdown(). - Made close() call flush() for handlers where this makes sense (thanks to Jim Jewett). - The exc_info keyword parameter can be used to pass an exception tuple as well as a flag indicating that the current exception should be logged. - A shutdown hook is registered to call shutdown() on application (Python) exit (thanks to Jim Jewett). - Removed redundant error check in setLoggerClass(). - Added RESET_ERROR to logging.config. - SocketHandler now uses an exponential backoff strategy. - Minor documentation corrections. - Made _listener global in stopListening(). - Made listen() correctly pass the specified port. - Removed some redundant imports in __init__.py. - Added the record being processed as a parameter to handleError. - Handler.handle returns the result of applying the filter to the record. - Added a seek(0, 2) in RotatingFileHandler before the tell() call. This is because under Windows, tell() returns 0 until the first actual write. - Altered findCaller to not use inspect. - Renamed warn and WARN to warning and WARNING. This may break existing code, but the standard Python module will use warning/WARNING rather than warn/WARN. The fatal and FATAL synonyms for critical and CRITICAL have also been removed. - Added defaultEncoding and some support for encoding Unicode messages. - Added process ID to the list of LogRecord attributes. - Modified Logger.removeHandler so that it does not close the handler on removal. - Modified SMTPHandler to treat a single "to address" correctly. - Modified SMTPHandler to add a date header to the SMTP message. - Modified HTTPHandler to factor out the mapping of a LogRecord to a dictionary.
2004-03-04Yet another config.guess/config.sub override for sgimips->mipseb.sekiya1-1/+5
2004-03-04Add and enable libelfrecht1-1/+2
2004-03-04initial import of libelf-0.8.5recht5-0/+55
provided by Andrey Petrov in PR 24658 Libelf - ELF object file access library.
2004-03-03Changes 5.4:adam5-45/+182
* Interface changes * New features and improvements: library, programs * Major bug fixes (See ANNOUNCE for details)
2004-03-03update to 1.20:dillo2-7/+7
Added .align directive
2004-03-02Do not override config.guess and config.sub. The configurekristerw1-1/+4
script is called with a hard-coded target that is not in the pkgsrc/mk/gnu-config/ files.
2004-03-02Changes 1.9:adam10-130/+95
* Added support for x86_64 (AMD64) Linux * Added support for PowerPC MacOS X PkgSrc: * use buildlink3.mk * create shared libraries
2004-03-01Make this package build on amd64 with a patch from Richard Rauch inkristerw3-9/+13
PR pkg/24403.
2004-03-01Update autogen to 5.6.0 and bl3ify.minskim3-15/+16
Changes since 5.5.3: * AutoFSM was enhanced with the notion of a "noop" transition handling * fmemopen() is now used (when possible) for anonymous output (diversions) * The Guile function (chdir "...") is now wrapped so AutoGen can adapt * the definitions parser now uses a FSM parser instead of YACC * AutoOpt-ed programs can now have internationalized usage text * Templates have been added for using getopt(3) or getopt_long(3GNU) to parse options (in lieu of libopts). * better docs on partitioned ini (rc) files
2004-03-01Make this package build on amd64.kristerw2-1/+15
2004-03-01update to 0.6.7recht3-6/+19
The 0.6.7 release fixes some bugs: - be more backward-compatible when asking for EMAIL_CHARSET - made error on create consistent with edit when user enters invalid data for Multilink and Link form fields (sf bug 904072) - made errors from bad input in the quick "Show issue:" form more user-friendly (sf bug 904064) - don't add a query to a user's list if it's already there - nicer invalid property error in HTML templating - use EMAIL_CHARSET for message body too (still sf bug 900046)
2004-02-29Add and enable ltsa.jmmv1-1/+2
2004-02-29Initial import of ltsa (Labelled Transition System Analyser), version 2.2:jmmv4-0/+242
A model is a simplified representation of the real world. Engineers use models to gain confidence in the adequacy and validity of a proposed design. Models are described using state machines, known as Labelled Transition Systems (LTS). These are described textually as Finite State Processes (FSP) and displayed and analysed by the LTSA analysis tool. This package provides the LTSA utility exposed above. It is specially useful to be used together with the 'Concurrency: State Models & Java Programs' book, whose page is at http://www-dse.doc.ic.ac.uk/concurrency/.
2004-02-29Add buildlink3.mk. Closes PR 24600.wiz1-0/+22
2004-02-29Revert:wiz1-23/+23
revision 1.29 date: 2004/02/18 19:13:30; author: jlam; state: Exp; lines: +23 -23 Configure and build shlibtool after configuring and building libtool, resepectively. This makes the build output look more logically grouped into phases. to make this build again on 1.5.x systems. Addresses PR 24588.
2004-02-28boehm-gc doesn't build on amd64/x86_64 (and thus mono's internal gc), sorecht1-1/+4
add NOT_FOR_PLATFORM accordingly
2004-02-28Fix gdiff configure argument.recht1-3/+4
From neil at daikokuya dot co dot uk in PR 24585. Bump PKGREVISION to 1.
2004-02-28update to 1.2recht3-7/+6
This release contains a number of significant performance and feature enhancements and reflects the contributions of an active community of volunteer developers, reviewers, enlightening critics, kibitzers, and testers. Of particular interest to many will be the new support (relative to 1.1) for "archive signing and integrity checking" -- a facility by which the integrity of a publicly accessible archive can be verified.
2004-02-28Update eclipse to 2.1.2:jschauma3-41/+75
Release 2.1.2 is a maintenance release to fix serious defects present in release 2.1.0 and 2.1.1. These changes only affect some plug-ins and features. Modified plug-ins have version id "2.1.2"; plug-ins unchanged since the 2.1 release still have version id "2.1.0"; plug-ins unchanged since the 2.1.1 release still have version id "2.1.1". Note, however, that all features now have version id "2.1.2" (even if none of their plug-ins changed). Changes: License is in one line BIDI: ToolTiptext do not have Right to left Reading order BIDI: Lack of leading and trailig styles for alignment of... BIDI: drop-down list of rtl-oriented CCombo is displayed ... BIDI: keyboard's left and right arrows change value of rt... BIDI: keyborad's left and right arrows move focus between... BIDI: problem with keyboard's left and right arrows, when... BIDI: rtl-oriented Tracker has wrong behavior. BIDI: StyledText to support RIGHT_TO_LEFT orientation GPs on exit Stack overflow in code assist BIDI: Some custom widgets can't be created with explicitl... BIDI: When UpDown control of rtl-oriented TabFolder is us... BIDI: PopupList can't be created with explicitly assigned... BIDI: LTR-oriented MessageBox can't be created, if it's p... Search indexes generated for similar locales BIDI:GC.drawImage(0, ... draws at 1, ... when using RIGHT... BIDI:Caret cheese when resizing RIGHT_TO_LEFT StyledText BIDI: Drop-down list of CCombo doesn't inherit it's orien... BIDI: text in the rtl-oriented Text control can't be alig... BIDI: rtl-oriented TableCursor set next column instead of... [Bidi] StyledText - support dynamic changing of orientation Searching for wildcard character * causes server memory e... Java memory arguments not being passed to operational VM Bidi: StyledText - exception in autoscroll in bidi Numerous single type imports can slow compiler down signi... Extensible debug events JavaBreakpoint.recreate() should call getAdapter(IJavaDeb... setSuperclass(String superclassName) API of org.eclipse.... setSuperInterfaces(String[] interfaceNames) API of org.e... BIDI: MIRRORED bit can't be switched on in the style's bi... BIDI: rtl-oriented StyledText has overlapping segments pr... BIDI: StyledText has problem with drawing of selection in... Performance issues with builder Abstract class fails to invoke interface-defined method i... JDT compiler fails to compile legitimate Java code. Installing patch via New Updates search doesn't respect m... Eclipse Infocenter framework strings not getting translat... Printing disabled in Solaris IndexOutOfBoundsException during indexing help jck1.4a failures StyledText - selection rendered incorrectly on bidi platf... Chkpii errors for the 2.1.2 build BIDI: CHECK style doesn't work with RTL Tree or Table Bidi: DCR setOrientation API for Text and Combo widget Stepping through session bean is very slow in WSAD v5.1 3.0M3 fails startup Java files generated from PDE templates contain IBM copyr... Plugin editor incorrectly reformats packages prefixes bookmark's title(DBCS) breaks. BIDI: Mirrored text appears on every editor Using a workspace created with 2.1.1 fails with 2.1.2 RC2 The complete list of changes is available from http://bugs.eclipse.org/bugs/buglist.cgi?product=JDT&product=PDE&product=Platform&target_milestone=2.1.2&resolution=FIXED&order=bugs.bug_id
2004-02-27Fix PR pkg/24464 again. We need to patch config.status instead ofkristerw1-2/+2
config.status.overridden since the change in rev. 1.1413 of bsd.pkg.mk.
2004-02-27add buildlink3, used by textproc/opensp (hi jmmv!)grant1-0/+22
2004-02-27Fix a typo in the configure script that makes the build fail when usingjmmv2-1/+15
gcc < 3.x, as shown in last kristerw@'s bulk build.
2004-02-27Require, at least, Xrender 0.8. Hopefully fixes build problems shown by lastjmmv1-1/+3
kristerw@'s bulk build under NetBSD 1.6, which has a too old X version.
2004-02-27bl3ifyxtraeme3-40/+35
2004-02-27bl3ifyxtraeme6-69/+63
2004-02-27bl3ifyxtraeme1-2/+2
2004-02-27Include sys/types.h earlier to fix the build on FreeBSD 4.snj2-1/+22
Closes PR pkg/24119.
2004-02-27Update SDL_gfx to 2.0.10. Update HOMEPAGE and MASTER_SITES. Make noteben3-11/+10
in CHANGES and remove from TODO.
2004-02-26Update to 1.3.13:jmmv3-35/+5
* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK. (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko) * bugfixes (bad g_free, and a null string issue that caused SEGV on Solaris when running sample programs).
2004-02-26Initial addition.jmmv1-0/+27
2004-02-26fix amd64 inline assembler code to deal with 32-bit integersdrochner2-1/+18
passed to count_trailing_zeros()
2004-02-26Update to version 1.2.1, with some ideas from Nir Mor.cube18-353/+794
anjuta now uses GTK+2/GNOME2 environment. There has been a lot of active development since the 1.0 branch, listing it would be way too long (parsing it, too). Refer to ChangeLog in the WRKSRC directory.
2004-02-26BUILDLINK_DEPENDS.libgtop2 must be appended to, not set.jmmv1-2/+2
2004-02-26Update to 2.0rc1, and USE_BUILDLINK3. From the changelog:schmonz3-12/+10
2.0rc1 - resolve -r symbols during global symbol resolution - using two -r arguments implicitly sets -b with branch from second -r (if you can speak cvsps arguments, you'll understand this) - fix using cvsps against sourceforge where the actual server repository path has many instances of the project name in it and the 'strstr' was finding the wrong one. instead use the equiv. of 'strrstr' 2.0b10 - fix bug where filenames with 'bad' characters (such as ' ') were being sent unescaped to a shell - add --no-cvs-direct and -Z 0 to disable cvs-direct and compression - extend the 'fuzz-factor' concept by keeping a min/max date encountered for each patchset and fuzz on this interval, rather than fuzzing on the date of the first encountered member only, helps for handling REALLY slow commits where a HUGE number of individual files were modified at a slow trickle. - it turns out that old versions of cvs have two problems 1) they don't support 'rlog' (handled) 2) they don't support 'version', which caused the workaround for 1) to fail. Now cvsps detects cvs versions too old to support version and/or rlog. Additionally, if server is too old, cvs-direct is simply disabled. - parse the rc file first so that the command line will override - add -q to shut-up the warnings 2.0b9 - remove Mbinary from valid-response list - can't handle it - much more (pedantic?) clean-up/close path in cvs_direct to fix all of the lost data and hanging problems at close - added rlog capability to cvs_direct, switched main code to use it. - added version capability to cvs_direct, now cvsps is completely independant of cvs binary for all operations! - added --root and repository command-line arguments, now cvsps is completely indepentant of having working directory! 2.0b8 - fix the cvs_rupdate calls to use the real repository instead of the mangled use_rep_path. This broke cvs_direct generation of add/remove diffs - fix the sed expression to account for the difference between +++ and --- in the first and second lines. This broke remove diffs for direct and external. - attempt to fix a hang-at-flush bug in cvs-direct compression handling 2.0b7 - implement compression in cvs_direct - add command line -Z to specify compression level. applies to cvs-direct and external cvs - implement 'cvs_diff' in cvs-direct - use cvs_diff instead of cvs_rdiff because it allows us to specify all of the lovely diff options - change system to my_system so ctrl-c will get through. indirectly, this is necessary because cvs has loused up the exit codes with the 'cvs diff' command, making it impossible to determine whether the program exited abnormally - add parsing of ~/.cvsps/cvspsrc file at startup where command line arguments can be listed, one per line (parameters to arguments on the same line as the argument). --norc prevents this 2.0b6 - fix bug where if -r was specified along with other filter options, the other filter options were applied first, and the start/end tags were never found. - change -f from strstr to regex - change regex to EXTENDED regex - add the --cvs-direct option 2.0b5 - add a cvs_check_cap for capability checking. - use cvs_check_cap to check whether rlog is supported. it's not supported in 1.11 and before. warn if non-supported version is detected - add --no-rcmds to manually disable rlog and rdiff - add a fix for some bizarre inconsistencies found in some random repositories, such as tagged revisions that don't exist. - remove the adaptive crap filter and bk_log_border logic now that Larry has cleaned up the exported BK->CVS trees. 2.0b4 - add the bk_log_border parsing logic to handle the case where 'cvs log' text was committed into the log - add 'adaptive crap filter' logic to handle all of the different corruptions of the cvs log file - switch to rdiff instead of diff to not require working files to be checked out. Note: when --diff-opts are specified, diff must be used (not rdiff) because rdiff doesn't support options(?!!) 2.0b3 - add the --diff-opts for explicitly setting the diff options. important for setting increased context for example. - use 'cvs rlog' instead of 'cvs log'. important if there are empty directory pruned with cvs update -P for getting consistent patchset numbering - clean up patch_set_affects_branch for handling INVALID tags and the -r especially around a branch point - add the bkcvs proof-of-concept hack 2.0b2 - change the way INVALID tags are reported - show the exact patchsets and revisions that conflict, and don't print anything for 'funky' tags/revisions - add psid to the patchset structure and pass through tree once just to assign the numbers. this allows reporting psid when problems are found (above) - more code restructuring - move stats to own module - commenting cleanups - include the very rudimentary merge_utils.sh functions I use to assist merging stuff - change the way diffs are generated, handle individual members that are before/after the -r tag restrictions - change the semantics of the -s argument. it now only restricts the patch sets the same as the other filtration arguments. new argument -g turns on diff generation - add manpage section discussing tag handling semantics 2.0b1 - major restructuring of source code. single cvsps.c split into a few modules - major rework of the data structures in order to support the most frequently requested, and most desired feature: -r. cvsps can now associated symbolic tags with specific patchsets, branches are now associated with the patchset instead of the individual revision. you can view patchsets committed after a given symbolic tag, or between two tags. - changed the handling of same author, same log message commits on different branches. this now creates multiple patchsets - changed the handling of 'file xyz initially added on branch xyz' log messages, they now create hidden patchsets. - these last two items have made the patchset numbering scheme incompatible with the old scheme. patchsets are going to change numbers. 1.99.1 (not released) - redid the data structures a bit to 'normalize' the references to a file revision. this allows the program to detect the case when a file is added on a branch, and generate the right output for 'cvsps -s' in this case (frequent bug report) - added the '-l' option to restrict patchsets based on log descr content. (patch from Geoff Soutter). added man page for it. - added the --summary-first option suggested by Andi Kleen to have the PatchSet summary information for all patchsets at the head of the output, when multiple patchsets are given to the -s option. - added the all: target to Makefile. (patch from Ben Elliston) - use a single centralized cvsps.cache file per root/repository this obviates the need to 'cvsps -u' in multiple checked out trees of the same repository (patch adopted from Baruch Even) - change the magic name TRUNK (for -b option) to HEAD to be consistent with cvs. (patch from Henrik Nordstrom) - when parsing 'cvs log' output, look for the exact strings that separate the log entries and the files, instead of just the first 8 characters. this allows a wider variety of stuff to be in the log format (including actual patchsets). Inspired by Andy Isaacson. - added the -p option allowing patchset output to go into individual files in a named directory. Based on a patch by Henrik Nordstrom. This is a great idea. Thanks Henrik.
2004-02-25Add buildlink3.mk.minskim1-0/+20
2004-02-25bl3ifyminskim1-2/+2
2004-02-24Include buildlink2.mk to make .tmpl files available to itools/xmkmf.minskim1-3/+3
This will fix build problems of inputmethods/sj3-*. Noted by Ishihara on tech-pkg-ja@jp.NetBSD.org.
2004-02-24replace /usr/bin/yacc test with USE_GNU_TOOLS+=yacc to provide agrant1-6/+2
working yacc(1).