summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2005-12-27Honor PKGMANDIR.reed3-6/+6
2005-12-27update to 2.2.4recht3-23/+17
ArX-2.2.4 2005-Nov-16 "merge" now uses a three-way merge by default, with support for external merge tools. "merge" also now takes the --update option instead of using heuristics. "merge", "dopatch", and "replay" now record when there are conflicts in the tree, and "commit" will refuse to act unless they are cleaned up with "resolve". The --silent, --quiet, --default-output, --report, and --verbose options have been replaced with -v and -q options. ArX is now much more clever when dealing with renames. "commit" and "tag" now support --author and --date options. The patch queue manager has been updated. Some bugs when working across filesystems have been fixed.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb10-20/+20
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz5-5/+20
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-23According to the README, gcc < 3.2 is not supported. This fixes buildheinz1-1/+6
problems on NetBSD 1.6.2 Using nbpax allows extracting the archive correctly on NetBSD 1.6.2 (tar in the base system has problems with long file names) and should not concern other platforms since nbpax is part of the bootstrap.
2005-12-23Update BUILDLINK_RECOMMENDED for aalib dependency change.wiz1-2/+2
Noted by reed@.
2005-12-23Remove guile14-slib; replaced by guile-slib, and does not compile any longer.wiz5-45/+1
gdt agrees.
2005-12-23Only use I_PUSH ioctl when I_PUSH is defined.wiz2-1/+22
Fixes compilation on -current.
2005-12-21Update mantis from 1.0.0rc3 to 1.0.0rc4adrianp2-6/+6
From the ChangeLog: - 0006421: [security] Private bugs show up in public RSS feed (vboctor) - 0006458: [security] Port #6457: SQL Injection in manage user page (TKADV2005-11-002) (vboctor) - 0006461: [security] Port #6460: HTTP Header CRLF Injection (TKADV2005-11-002) (vboctor) - 0006485: [security] XSS Vulnerability in filters (TKADV2005-11-002) (thraxisp) - 0006489: [security] Port Injection Vulnerabilities in Filters (TKADV2005-11-002) (thraxisp) - 0006492: [security] Port #6453: Make note private has no effect when resolving bug (thraxisp) - 0006432: [bugtracker] error processing does not work! (jlatour) - 0006379: [filters] Filter returns private issues when it should not (thraxisp) - 0006254: [localization] strings_korean_utf8.txt has UTF-8 byte-order marker (ryandesign) - 0006268: [localization] strings_chinese_simplified_utf8.txt has UTF-8 byte-order marker (ryandesign) - 0006304: [localization] [PATCH] Major overhaul of strings_dutch.txt (jlatour) - 0006358: [localization] Updated Dutch localization (Wanderer) - 0006474: [localization] Calls to htmlspecialchars should take into account the current charset (jlatour)
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg3-1/+90
2005-12-20Unbreak gettext broken by BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2005-12-20sys/mman.h needs sys/types.h on DragonFly. Also include sys/stat.hjoerg2-5/+10
to get fstat and struct stat on DragonFly.
2005-12-19Bring htdig dependency in line with the one in kdebase3.markd1-2/+2
2005-12-19Don't pass -Werror to the compiler. Fixes the bulk build for NetBSDrillig1-1/+3
1.6.2/i386.
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam5-10/+10
pkgsrc work.
2005-12-15Fix errno. Require bison.joerg3-2/+18
2005-12-15Fix errno. Installed files changed -> bump revision.joerg4-16/+22
2005-12-15Fix errno.joerg9-9/+81
2005-12-15Security fix for CVE-2005-3191 and CVE-2005-3192.salo4-2/+106
Backported from 0.5.8.
2005-12-14Fix obvious error in previous commit:agc1-1/+3
include bsd.prefs.mk before attempting to test for any variable like ${OPSYS} in a cpp-like pre-processing statement.
2005-12-141.6 broke this for FreeBSD. Only add -D_POSIX_C_SOURCE on Darwin.epg1-1/+4
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-2/+2
of the shared libXm has changed.
2005-12-11Update to version 0.7.6salo3-8/+8
Changes: - various bugfixes.
2005-12-11Update kdevelop to 3.3.0 (part of KDE 3.5.0)markd8-124/+84
changes unknown
2005-12-11Update to KDE 3.5markd3-46/+149
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz16-26/+32
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-2/+2
"pkglint --autofix" change.
2005-12-08Fixed improper use of '@comment ' in the LISPDIR and CLISPDIR variables.rillig1-8/+5
2005-12-07Update to 0.6.0:wiz2-6/+6
* Version 0.6.0 (released 2005-12-03) ** A C# port of Libidn has been contributed by Alexander Gnauck. The port resides in the csharp/ directory. Configure will build it if a working C# compiler can be found. Mono's "mcs" compiler is known to work (available in Debian in the "mono-mcs" package), but PNET's "cscc" compiler should also work (available in Debian in the "pnet" package). The port is licensed under the GPL. Some Microsoft Visual Studio project files are also present in the csharp/ directory, which may be useful when building the port under Windows. The C# API is currently not documented, improvements are gratefully accepted. ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S. ** Fix memory leak. ** API and ABI is backwards compatible with the previous version.