summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-01-04Fix path to scons-devel in DEPENDS line.wiz1-2/+2
2006-01-04Use PKG_SYSCONFDIR as the prefix of default configuration files instead.gehenna1-1/+3
2006-01-04Update to 1.6.0adrianp2-6/+6
> 2005-12-18 02:57 bertho > > * README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, > cvsgraph.h, cvsgraph.spec, rcs.h, readconf.c, readconf.h: - Added > dynamic colors and strings for more flexibility in visual > representations of the tree. - Added keyword rev_idtext to > define the revision ID in a revision box. Normally this would > show the revision number, but can now be changed dynamically. > - Fix dashed lines when stripped revisions have mergepoints > attatched > > 2005-12-15 14:06 bertho > > * README, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h, readconf.c, > readconf.h: Implemented multiple regex match for triplets > merge_{from,to,color} so that merges can be detected with more > disjoined tag definitions. > > 2005-10-03 22:44 bertho > > * README: Update history > > 2005-10-03 22:40 bertho > > * cvsgraph.conf.5, rcsl.l: - Fix missing branch_bgcolor in manpage > - Fix author names with spaces but not in @ encapsulation > > 2005-09-09 00:14 bertho > > * cvsgraph.conf.5: From Mark Brown <broonie@sirena.org.uk>: The > enclosed typo fix was filed with the Debian bug tracking system - > seems straightfoward and valid. > > 2005-08-29 20:29 bertho > > * README: - Fix incomplete parsing of access keyword > > 2005-08-29 20:27 bertho > > * rcsy.y: - Fix incomplete access parsing; set scanning of IDs > after first instance. > > 2005-08-21 18:38 bertho > > * README: Bleed them for any violation > > 2005-08-21 18:36 bertho > > * README, cvsgraph.1, cvsgraph.conf.5: Changed the acceptable mail > policy. No more unpunished disclamers. > > 2005-08-21 09:55 bertho > > * rcsl.l, README: Fix all numeric author ID > > 2005-06-23 00:51 bertho > > * cvsgraph.c, readconf.c: - Fix fixed background color - Fix width > adaption of image width if error strings are displayed > > 2005-06-22 21:43 bertho > > * cvsgraph.1: Denote simple config negating options as deprecated. > Using the -O option is much more flexible. > > 2005-06-22 21:41 bertho > > * cvsgraph.conf: Fix typo in comment. > > 2005-06-22 21:41 bertho > > * cvsgraph.c: Cvsnt merges should be enabled by default as > mentioned in the manual page. > > 2005-06-21 02:02 bertho > > * cvsgraph.c, rcsl.l, readconf.c, readconf.h, utils.c: Change color > management to reduce used colors. This will help future color > extensions with color changes based on context/content. The > default setup uses 10 colors now instead of 14. > > 2005-06-14 22:41 bertho > > * ChangeLog: Release 1.5.2 > > 2005-06-14 22:40 bertho > > * README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.spec: - > Fix merge lines to untagged revisions when strip_untagged is > active - Prepare release 1.5.2 > > 2005-06-13 22:57 bertho > > * README, rcsy.y: - Fix mergepoint1 syntax used by CVSNT allowing > revision numbers as argument > > 2005-06-13 21:57 bertho > > * README, rcsl.l, rcsy.y: - Work around CVSNT problem with wrong > keyword ordering - Fix complaining about a new CVSNT keyword > properties > > 2004-12-04 03:18 bertho > > * README, configure, configure.in: Fix the configure script to > detect gd-2: The mystery is solved, I think. The problem seems > to be a bug in the GIF support of gd-2.0.33. I didn't look into > properties > > 2004-12-04 03:18 bertho > > * README, configure, configure.in: Fix the configure script to > detect gd-2: The mystery is solved, I think. The problem seems > to be a bug in the GIF support of gd-2.0.33. I didn't look into > it further because CvsGraph was configured to output PNGs and > shouldn't have been outputting GIFs in the first place. The > reason it was outputting GIFs was a bug in CvsGraph's configure > script which causes CvsGraph to be built without PNG support. > > 2004-10-23 22:13 bertho > > * README, cvsgraph.c, rcs.h: Fix total branch-count when branches > are folded. > > 2004-10-23 21:23 bertho > > * cvsgraph.c: Make timezone mangling with environment POSIX > compliant. Should make Solaris happy again.
2006-01-04Addd optional support for thread safety and C++ with the options:recht5-7/+75
cxx threads
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz4-12/+8
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Use PKGMANDIR instead of "man".reed1-3/+3
2006-01-03Add missing dependency on p5-Devel-Symdump. Bump PKGREVISION.wiz1-1/+4
2006-01-03Update to 1.08:wiz2-7/+6
2005-12-05 Gisle Aas Release 1.08 The untie code in close() just seemed wrong, so just remove it. The object still seems to get cleaned up on various versions perl. 2005-10-24 Gisle Aas Release 1.07 Make sure read() will not return negative values. <https://rt.cpan.org/Ticket/Display.html?id=13841>
2006-01-03Update to 1.23:wiz2-8/+9
1.23 Thu Dec 29 2005 - In moving from CVS to SVN I forgot to bring ::Parent with it. (The tests passed spuriously because it found the old version.) - Upgraded Module::Install and shrunk Makefile.PL again to reflect the new features in it. - Upgraded List::Util dependency to 1.18 because of memory leaks and problems with non XS versions of functions we use. 1.22 Wed Dec 21 2005 - Apparently generating spurious warnings on Perl 5.8.1 on Mac OS X when using SVK. Tentatively applying solution. - No change in functionality on any platform. - No need to upgrade unless you are seeing lots of warnings. - Rolled back the File::Spec dependency from 0.82 to 0.80 to avoid needless upgrades in some 5.005 and 5.006 situations. - Moved from older CVS repository to newer SVN repository - Updated Makefile.PL to Module::Install 0.45
2006-01-03Update to 1.18:wiz2-6/+6
1.18 -- Fri Nov 25 09:30:29 CST 2005 Bug Fixes * Fix pure-perl version of refaddr to avoid blessing an un-blessed reference * Fix memory leak in first() and reduce() * Pure perl version of looks_like_number now matches XS version for references and undef. It will now return undef Enhancements * Support for using XSLoader instead of DynaLoader * Use new multicall API
2006-01-03Update to 2.04:wiz2-7/+6
2.04 Sat 31 Dec 2005 - No functional changes. - Upgrading to a newer Module::Install to address Cygwin problem 2.03 Fri 30 Dec 2005 - No functional changes. - POD Change: CPAN #15143 Clear things up about $! after unsuccessful read()? (flatworm) - Upgraded Makefile.PL to use Module::Install
2006-01-03Use PTHREAD_* instead of hard-wired -lpthread.joerg3-4/+80
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-1/+2
2006-01-03Revive ruby-cmd package.taca4-0/+36
New HOMEPAGE and MASTER_SITES was noted from minskim by private mail.
2006-01-03Remove USE_RUBY_DIST_SUBDIR.taca1-2/+1
2006-01-03Update ruby-readline pacakge to 1.8.4.taca1-7/+4
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca10-36/+34
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03GCC 3.4 tells us to remove the parentheses around the type-id, so removejoerg2-1/+15
them.
2006-01-03Add DragonFly support. Fix ambigious conversions for GCC 3.4+ byjoerg4-5/+60
explicitly casting positions to long, since that is what the code expects.
2006-01-03Remove ruby-cmd and ruby-filelock.taca1-3/+1
2006-01-03Remove ruby-filelock package since MASTER_SITES and HOMEPAGE aren'ttaca4-55/+0
available any more.
2006-01-03Remove ruby-cmd package since MASTER_SITES and HOMEPAGE aren't availabletaca4-36/+0
any more.
2006-01-02Version 1.3.0epg14-350/+791
(30 December 2005, from /branches/1.3.x) http://svn.collab.net/repos/svn/tags/1.3.0 pkgsrc changes: - No more build- or run- time dependency on swig. - Add SHLIBTOOL_OVERRIDE to p5-subversion and ruby-subversion. - Run new py-subversion tests. User-visible-changes: - Client: * 'svn ls -v' now shows remote locks (issue #2291) * 'svn status' speedup (r15061, r15103) * 'svn blame' speedup on files with long history (issue #1970) * 'svnversion' now assumes default argument of '.' (r14892) * support for neon 0.25.x, which fixes http:// control-c bug (issue #2297) * support for more ISO-8601 date formats, compatible with GNU date (r14428) * support for single-digit date components (r15459) * on Windows, '_svn' admin dir now toggled by runtime env. variable (r16244) * working copy size with empty propfiles reduced (r16855, see releasenotes) * new switches added: - 'svn blame --xml [--incremental]' (r14690) - 'svn status --xml [--incremental]' (issue #2069) - 'svn info --xml [--incremental]' - 'svn add/import --no-ignore' (issue #2105) - 'svnlook tree --full-paths' (r13976) - 'svnlook diff --diff-copy-from' (r14855) - 'svnlook changed --copy-info' (r16681) * fixed: 'svn copy wc URL' might include deleted items (issue #2153) * fixed: 'svn copy wc wc' allows cross-repository copies (issue #2404) * fixed: 'svn up/merge' major property-merging bugs (issue #2035) * fixed: 'svn merge' insisting on write access to '.' (issue #2411) * fixed: 'svn merge' cross-device move problems (r16293, -329, -330) * fixed: 'svn diff' outputs headers in wrong encoding (issue #1533) * fixed: 'svn proplist/add/cat' dies on unversioned items (issue #2030) * fixed: 'svn add' not honoring svn:ignore property (issue #2243) * fixed: 'svn log -rN:M --limit X' error over http:// (issue #2396) * fixed: 'svn switch --relocate' failure on 'deleted' dir (r16673) * fixed: 'svn info' not always showing repos lock (issue #2276) * fixed: 'svn info' might show lock on wrong path (r16626) * fixed: 'svnlook' chokes on logs with inconsistent newlines (r14573) * fixed: 'svnlook propget --revprop -t' failure (r15203) * fixed: 'svnversion' wrongly traverses into externals (r15161) * fixed: incorrect URI encoding passed to svn+ssh:// (issue #2406) * fixed: properly handle filenames containing '@' (issue #2317) * fixed: '--non-interactive' now suppresses launch of $EDITOR (r15277) * fixed: conflict markers not in current encoding (r14621) * fixed: commands ignoring extraneous -m or -F switches (issue #2285) * fixed: poor error-checking when using revprops (r15542) * fixed: stack-smashing bugs (r15948, r16037) * fixed: incorrect parsing of mod_dav_svn XML responses (r17589) * translation updates for all languages - Server: * svnserve improvements: - can now restrict read/write access by path (see releasenotes) - undeprecation of the --read-only (-R) option (r17614) * mod_dav_svn improvements: - 'SVNListParentPath on' shows all repositories in web browser (r16158) - ability to log high-level client operations (see releasenotes) - sets svn:mime-type on autoversioning commits (r14359) * 'svn log' performance improvement (r14722) * fixed: fs history algorithm might return wrong objects (issue #1970) * fixed: repos deadlock when hooks output too much (issue #2078) * fixed: mod_dav_svn displays errors with sensitive paths (r14792) * fixed: anonymous reader could create empty commits (issue #2388) * fixed: possible segfault to callers of trace_node_locations() (r16188) * fixed: BDB-style locking actions on FSFS repositories (r16295, r16297) * fixed: numerous bugs running BDB commands on FSFS (issue #2361, r16388) * fixed: svndumpfilter incorrectly remapping dropped revs (issue #1911) - Both: * faster multiple (un)locks in a single svn:// request (issue #2264) * the Subversion Book is no longer bundled (r17466) Developer-visible-changes: * reorganization of automated tests, including ability to run on ramdisk * lots of Doxygen/API documentation cleanup * numerous improvements to gen-make.py build system, especially on win32 * working copy is now storing repos_root as separate field (issue #960) * keywords are now stored in an internal hash (issue #890) * client status APIs now makes more server-side info available (r16344) * new public APIs: - new transfer progress callback for DAV (r15948) - svn_ra_initialize(), svn_client_open_ra_session() - svn_fs_closest_copy(), svn_fs_type() - several rev'd APIs, see doxygen docs * SWIG bindings: No more compile-time or runtime SWIG dependencies - SWIG/python bindings: - automatic memory management: APIs no longer require pool arguments! - improved stability, as shown by our new testsuite - better error messages - SWIG/ruby bindings: - complete API coverage! - automatic memory management - greatly expanded test suite - SWIG/perl bindings: - new accessors for svn_lock_t, svn_fs_access_t - a number of bugfixes * javahl bindings: - add streamy API for fetching file contents (r15584) - fixed: let tests run before bindings are installed (issue #2040) - fixed: lock command not raising errors properly (issue #2394) - fixed: ignored errors from svn_client_blame2() (r16434)
2006-01-02SunOS requires extra libs for networking.darcy1-1/+3
2006-01-02Fix compilation with GCC 3.4+. Addresses PR 25729.joerg2-1/+15
2005-12-31Update to version 1.7.peter3-25/+7
Changes: 2005-04-08 mallum,,, <mallum@openedhand.com> * configure.ac: * libmb/Makefile.am: Bump up version to 1.7 2005-03-30 mallum,,, <mallum@openedhand.com> * libmb/mbpixbuf.c: (_load_xpm_file): Fix potential overflow in xmp loader. via Andreas Gunnarsson. 2005-03-29 mallum,,, <mallum@openedhand.com> * libmb/mbdotdesktop.c: (_parse_desktop_entry): Fix pontential overflow by 1 in scanf call. * libmb/mbutil.c: Ditch alloca.h include. Fixes via ML post from Andreas Gunnarsson 2005-03-16 mallum,,, <mallum@openedhand.com> * Makefile.am: * configure.ac: * tests/Makefile.am: * tests/menu/Makefile.am: Add tests/menu to dist and make sure make dist includes it. 2005-03-16 mallum,,, <mallum@openedhand.com> * libmb/hash.c: * libmb/mbdotdesktop.c: * libmb/mbexp.c: * libmb/mbmenu.c: * libmb/mbpixbuf.c: * libmb/mbtray.c: * libmb/mbutil.c: Add _GNU_SOURCE define to fix -DXOPEN_SOURCE issues. 2005-03-07 Ross Burton <ross@burtonini.com> * tests/Makefile.am: Add oh.h to pixbuf_SOURCES. 2005-02-22 mallum,,, <mallum@openedhand.com> * configure.ac: move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE 2005-02-22 mallum,,, <mallum@openedhand.com> * libmb/mbtray.c: (get_xevent_timed): Make timeouts work more correctly. Fixes bug with large timeouts never getting called like with the clock applet.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz27-36/+54
Bump BUILDLINK_RECOMMENDED.
2005-12-31Update to 0.25: depend on monotone 0.25.jmmv1-3/+3
2005-12-31Update to 0.25:jmmv3-7/+8
Incompatible command line changes: - 'monotone revert' now requires an argument. To revert your entire working copy, $ monotone revert no longer works; instead, go to the root of your working copy and run $ monotone revert . New features: - Netsync now supports IPv6 (where OS support exists) Bugs fixed: - 'revert' gives feedback describing what it changes - Database locking further tweaked, to allow more concurrent access in situations where this is safe. - On win32, ticker display was fixed, so that it no longer prints a new line at each update. - 'read' can now understand (and migrate) privkey packets generated by monotone version 0.23 or earlier. - 'log --diffs <files>' now prints only diffs for the given files (previously, it would print only revisions in which the given files changed, but would print all diffs for those revisions). - Win9x and WinNT 4 compatibility fixes. New translations: - pt_BR
2005-12-31Update lincvs to 1.4.4. patch-a[b-g] have been fixed upstream.ghen8-98/+6
Ok by wiz. Changes from 1.4.3 to 1.4.4: - fixed: now external commands like "open file" work also for files containing double quotation marks. - fixed: abnormal termination if cvs status and no revision yet - fixed: now cvs commands work also for files containing double quotation marks. - fixed: prevent rescanning of directory if the folder is solely expanded/collapsed - fixed: honor '/Attic' on conversion from rcsfile path to local file name. - fixed: Output status detection for status cmd in combination with usage of combined modules via a serverside modules file. - changed: logging enhanced for cvs private data (cache clearance) - fixed: External diff --side-by-side on a localy modified and outdated file diffed against the head instead of the same revision in the repository - fixed: erroneous error output if cvsnt passwd file is not writeable - fixed: adaptions for FreeBSD (borrowed from FreeBSD port of LinCVS) - fixed: query update didn't detect 'needs merge' in nested subProjects - changed: logging enhanced for cvs private data - fixed: endless loop at startup if a menu contains items with the same caption - fixed: crash if operate on a CVS-controlled directory containing corrupted CVS private data - fixed: crash while reread of a non-controlled directory after removing of all subdirectories of this directory if scanning-on-the-fly is activated - fixed: rare crash if operate on a CVS-controlled directory in which somebody has removed the private-data directory of CVS - fixed: wrong include hints in ui files - changed: Mac: use double height for width of WhatsThis buttons - fixed: KDE integration disabled as workaround for crippled Qt shipped with SuSE 9.3 - changed: Mac: ocvs is now the default cvs version
2005-12-31Update to 2.12.1:wiz1-3/+2
2.12.1 ====== Fixes - Code cleanups (Kjartan Maraas) - Open GModules with G_MODULE_BIND_LAZY (Kjartan Maraas) - Fix change notification with multiple sources (Alexander Larsson) - Allow space in config source names on windows (Tor Lillqvist) - Read xml files in larger chunks (Mark McLoughlin) - Simplify the handling of --enable-schemas-install (Stepan Kasal) - Win32 Fixes (Tor Lillqvist) Lots of translation updates.
2005-12-31Update to 2.12.1:wiz5-10/+11
2.12.1 ====== Fixes - Code cleanups (Kjartan Maraas) - Open GModules with G_MODULE_BIND_LAZY (Kjartan Maraas) - Fix change notification with multiple sources (Alexander Larsson) - Allow space in config source names on windows (Tor Lillqvist) - Read xml files in larger chunks (Mark McLoughlin) - Simplify the handling of --enable-schemas-install (Stepan Kasal) - Win32 Fixes (Tor Lillqvist) Translators - Alexander Shopov (bg) - Samia Niamatullah (bn) - Miloslav Trmac (cs) - Martin Willemoes Hansen (da) - Adam Weinberger (en_CA) - Francisco Javier F. Serrador (es) - Ivar Smolin (et) - Hizkuntza Politikarako Sailburuordetza (eu) - Ilkka Tuohela (fi) - Ignacio Casal Quinteiro (gl) - Ankit Patel (gu) - Yair Hershkovitz (he) - Erdal Ronahi (ku) - Tino Meinen (nl) - Mişu Moldovan (ro) - Marcel Telka (sk) - Laurent Dhima (sq) - Christian Rose (sv) - Maxim Dziumanenko (uk) - Clytie Siddall (vi) - Funda Wang (zh_CN)
2005-12-31Update to 5.1:wiz2-6/+13
This is a terse description of the new features added to readline-5.1 since the release of readline-5.0. 1. New Features in Readline a. The key sequence sent by the keypad `delete' key is now automatically bound to delete-char. b. A negative argument to menu-complete now cycles backward through the completion list. c. A new bindable readline variable: bind-tty-special-chars. If non-zero, readline will bind the terminal special characters to their readline equivalents when it's called (on by default). d. New bindable command: vi-rubout. Saves deleted text for possible reinsertion, as with any vi-mode `text modification' command; `X' is bound to this in vi command mode. e. If the rl_completion_query_items is set to a value < 0, readline never asks the user whether or not to view the possible completions. f. New application-callable auxiliary function, rl_variable_value, returns a string corresponding to a readline variable's value. g. When parsing inputrc files and variable binding commands, the parser strips trailing whitespace from values assigned to boolean variables before checking them. h. A new external application-controllable variable that allows the LINES and COLUMNS environment variables to set the window size regardless of what the kernel returns.
2005-12-30Create the directory first with INSTALL_DATA_DIR, install the filejoerg1-6/+7
with INSTALL_DATA afterwards. Don't use find -print + xargs, use find -exec directly.
2005-12-30Force version, otherwise it is computed from the day it was compiled...cube1-3/+5
2005-12-29Enable nsis and scons-devel.cube1-1/+3
2005-12-29Initial import of nsis, version 2.12, into the NetBSD Packages Collection.cube5-0/+446
NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for Internet distribution. An installer is not only the first experience of a user has with your product, many software problems can also be solved by providing reliable installation tools. NSIS allows you to create stable, quick and user friendly installers that are capable of installing, uninstalling, setting system settings, extracting files and more. With the NSIS scripting language you can implement any custom logic you want. The large collection of plug-ins, scripts and software in the Developer Center helps you to build full featured installers and provides a solution for almost every scenario.
2005-12-29Initial import of scons-devel, version 0.96.91, into the NetBSD Packagescube4-0/+468
Collection. The 0.96.9x releases will eventually become scons 0.97, but the stable release is still 0.96.1 available in devel/scons. However, some pacakges might need the newer capabilities. SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software.
2005-12-29Forgotten makepatchsum run.joerg1-2/+3
Reminder from wiz@.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam21-42/+21
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Add lincvs.ghen1-1/+2
2005-12-28Import lincvs from pkgsrc-wip. Ok by wiz.ghen14-0/+275
LinCVS is a graphical Interface for the cvs client commandline tool on the Unix, Windows and Mac OS X platform. It allows to load modules from a server (checkout), create modules on the server (import), as well as checking the state of directories and individual files or updating them. Basic operations like add, remove and commit are supported as matter of course, just like showing the actual differences between the server version and the local sandbox, graphical display of the version tree, and manifoldy graphical support of project maintenance. All actions are logged on the cvs server (configurable via history), and are therewith comprehensible.
2005-12-28Remove broken. Fixed by gtkglext, tested on 2.0/i386. This might begarbled1-4/+1
worth deleting anyhow however, if nobody uses it. According to the sourceforge project page development on it has stopped, nothing depends on it, and the sourceforge page has no record of the 0.3 version we have in pkgsrc.
2005-12-27Don't call libtool with ${SHELL}, it doesn't work with /bin/csh,joerg2-2/+15
the default shell on DragonFly.
2005-12-27Append meta-pkgs to CATEGORIES.reed1-1/+3
2005-12-27Add p5-Term-Prompt.cube1-1/+2
2005-12-27Add sysutils to CATEGORIES.reed1-3/+3
And change COMMENT to "GNU info documentation utilities".
2005-12-27Initial import of p5-Term-Prompt, version 1.03, into the NetBSD Packagescube4-0/+31
Collection. I had that one sitting here for a few months... I don't even remember writing it, so maybe proper credit is lacking. In such case tell me so. The Term-Prompt module can be used to accept interactive input. You specify the type of inputs allowed, a prompt, help text and defaults and it will deal with the user interface, (and the user!), by displaying the prompt, showing the default, and checking to be sure that the response is one of the legal choices. Additional "types" that could be added would be a phone type, a social security type, a generic numeric pattern type...
2005-12-27Use PKGMANDIR instead of "man" for the INSTALLATION_DIRS.reed1-2/+2
2005-12-27Add "meta-pkgs" to the CATEGORIES.reed1-2/+2