summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-08-03Bump PKGREVISION for the additional file that is now installed by the uclsnj1-1/+2
package.
2004-08-03Add rt3.cube1-1/+2
2004-08-03Initial import of rt3, version 3.2.1, into the NetBSD Packagescube9-0/+760
Collection. This package is based on the work of Dieter Roelants in pkgsrc-wip, with a lot of changes to make it proper WRT pkgsrc. RT is an industrial-grade ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators, customer support staffs, NOCs, developers and even marketing departments at over a thousand sites around the world.
2004-08-03Install the uclpack "example".mycroft2-2/+4
2004-08-03update to 0.8.14recht2-6/+6
Version 0.8.14 - 6 June 2004 * Fix spurious warning in Python 2.3+ when doing a,b = 1,2 * Add warning to check for "if s.find(str):" this should be "if s.find(str) >= 0:" when s is a string * Fix spurious warning when using augmented assignment (e.g., x += x) * Fix spurious warning when doing x = not x * Fix spurious warning for invalid arg count when calling a staticmethod * Fix spurious warning for setting a variable to itself when: x, y, z = x * Fix spurious warning when doing some binary operations: self.a ^ self.b * Fix crash in STORE_ATTR with some list comprehensions in Python 2.2 e.g., a.a = [x for x in range(2) if x > 1] * Support Tk 8.4 and above in the GUI (change col= to column=)
2004-08-02Update devel/p5-IO-stringy to 2.109. Changes from version 2.108 includejlam2-5/+5
making IO::Scalar::getline work with ref to int.
2004-08-02update to 2.0.2drochner6-66/+66
2.0 was a major feature release - too many to list here, see the included ChangeLog.* files for details. 2.0.x fixed bugs.
2004-07-30Update to 2.4.5:jmmv3-10/+11
* Fix g_filename_from_uri() to work with non-UTF-8 filenames [Robert Ă–gren, Matthias Clasen] * Make GMarkup parser handle of whitespace inside tags according to XML 1.1 [Hiroyuki Ikezoe, Matthias] * Documentation improvements [Soeren Sandmann, Christophe Fergeau, Danek Duvall] * Other bug fixes [Oliver Guntermann, Sven Neumann, James Henstridge, Murray Cumming, Matthias, Tommi Komulainen] * New and updated translations (bg,hi,sq)
2004-07-30Add p5-Module-Versions-Report, p5-HTML-Scrubber and p5-Tree-Simple.cube1-1/+3
2004-07-30Initial import of p5-Tree-Simple, version 1.06, into the NetBSD Packagescube4-0/+25
Collection. Perl extension to create and manipulation tree objects.
2004-07-30Initial import of p5-Module-Versions-Report, version 1.02 into the NetBSDcube4-0/+23
Packages Collection. Module::Versions::Report allows a PERL program to list all currently loaded extensions in memory.
2004-07-28Update cpuflags to 0.74:abs3-19/+44
NetBSD/Linux: athlon-4, athlon-mp, athlon-tbird, and athlon-xp should fall back to athlon in gcc3, and only pentiumpro in 2.95 Linux: Identify "AMD Athlon(tm) XP "* - thanks to Sebastian Prause
2004-07-28Add buildlink3.mk.minskim1-0/+18
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-07-27Enable pkgviews installation.minskim1-1/+5
2004-07-27Make this package compile - fixes problem in bulk build.agc2-1/+15
2004-07-27Update cpuflags to 0.73:abs3-49/+105
sync cpuflags.Linux with cpuflags.NetBSD, at least optimise for Duron in cpuflags.Linux
2004-07-27Update to 1.8.5. From the NEWS file:wiz2-5/+5
Bugs fixed in 1.8.5: * Long standing bugs: - Define DIST_SUBDIRS even when the `no-dist' or `cygnus' options are used so that `make distclean' and `make maintainer-clean' can work. - Define AR and ARFLAGS even when only EXTRA_LIBRARIES are defined. - Fix many rules to please FreeBSD make, which runs commands with `sh -e'. - Polish diagnostic when no input file is found.
2004-07-27Update to version 0.7.1.salo4-25/+14
Changes: - use bzip2 distribution tarball 0.7.1: ====== - Set eol-style and keywords properties - various cosmetic fixes to Makefile and build in general - BeOS support
2004-07-26Reduce audio delay in the *BSD audio driver (by configuring audiodillo3-7/+17
device with shorter block size and lower water marks). PKGREVISION++
2004-07-26Updated doxygen to 1.3.8martti3-8/+14
Changes * Rewrote doxywizard. It should be more easy to use and has much better support for running doxygen from the GUI. Feedback is welcomed! * Members of a namespace are now also added to the file in which they appear * Included patch by Mikhail Glushenkov that fixed item 5 on the todo list (titles of html pages are now internationalized). * A macro defined in the config file can now be undefined in the source code via a #undef. * Optimized calling of dot using multiple -T flags at a couple of places New features * New option FILTER_PATTERNS which can be used to specify multiple input filters, and let doxygen select the right one based on matching the source file name with a specified pattern. * id 142939: New commands \protocol and \category which can be used to document Objective-C protocols and categories in the same way the \class command does for classes. * Included patch that removes some cosmetic annoyances in the man page output * Added internationalization support for Afrikaans and Lithanian. Included language updates for Dutch, Czech, Italian, Brazilian, Croatian, Japanese, Norwegian and Russian. Bug fixes
2004-07-24Add and enable patchutils.recht1-1/+2
2004-07-24initial import of patchutils-0.2.30recht4-0/+77
Patchutils is a small collection of programs that operate on patch files. Interdiff generates an incremental patch from two patches against a common source. For example, if you have applied a pre-patch to a source tree, and wish to apply another pre-patch (which is against the same original source tree), you can use interdiff to generate the patch that you need to apply. You can also use this to review changes between two pre-patches. Combinediff generates a single patch from two incremental patches, allowing you to merge patches together. The resulting patch file only alters each file once. Filterdiff will select the portions of a patch file that apply to files matching (or, alternatively, not matching) a shell wildcard. Fixcvsdiff is for correcting the output of 'cvs diff'. Rediff corrects hand-edited patches, by comparing the original patch with the modified one and adjusting the offsets and counts. Lsdiff displays a short listing of affected files in a patch file, along with (optionally) the line numbers of the start of each patch. Splitdiff separates out patches from a patch file so that each new patch file only alters any given file once. In this way, a file containing several incremental patches can be split into individual incremental patches. Grepdiff displays a list of the files modified by a patch where the patch contains a given regular expression. Recountdiff fixes up counts and offsets in a unified diff. Unwrapdiff fixes word-wrapped unified diffs.
2004-07-24this needs flex(1) to build.grant1-1/+2
2004-07-22update to roundup-0.7.6recht2-5/+5
2004-07-20 0.7.6 Fixed: - rdbms backend full text search failure after import (sf bug 980314) - rdbms backends not filtering correctly on link=None - fix anydbm journal import (sf bug 983166) - handle postgresql bug in SQL generation (sf bug 984591) - fix dates-from-Dates (sf bug 984604) - fix messageid generated when msgid is None for send_message (sf bug 987933) - make user permissions check more sane (fix search page for anonymous) - fixed RDBMS filter() for no matches from full-text search (sf bug 990778) - fixed DateHTMLProperty for invalid date entry (sf bug 986538) - fixed external password source example (sf bug 986601) - document the STATIC_FILES config var - implement the HTTP HEAD command (sf bug 992544) - fix journal export of files to remove content from CSV files - API clarification. Previously, the anydbm/bsddb/metakit filter() methods had required exact matches to Multilink argument lists. The RDBMS backends treated Multilink matches like all other data types - matching any of the Multilink argument list is good enough. The latter behaviour is implemented across the board now. - fix metakit handling of filter on Link==None
2004-07-22add python as categoryrecht18-36/+36
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-21Per default, eclipse stores data in your home directory unless you specifyjschauma1-0/+16
the '-data' switch on the command line. If you tell eclipse to store data in a directory located on an NFS share, it is possible that eclipse will fail with an error message that it could not aquire a lock. Apparently there are some issues with the way NFS is done among Unix servers and Linux hosts. Make sure that lockd and statd are running on both the client and the server. If this does not work at all, then you can disable the use of a lock file by starting eclipse using 'eclipse -vmargs -Dosgi.locking=none'.
2004-07-21Remove explicit dependency on groff -- set USE_TBL instead.jlam1-2/+2
2004-07-20Corrected path to x11/py-wxWindows.kristerw1-2/+2
2004-07-20Update to Version 1.0.6.epg3-7/+7
(19 July 2004, from /branches/1.0.x) http://svn.collab.net/repos/svn/tags/1.0.6 User-visible-changes: * fixed: crash in status command, caused by race (r10144) * fixed: crashes when deleting a revision-prop (r10148, r10185, r10192) * fixed: mod_authz_svn allows COPY method on repos with space in name (#1837) * fixed: mod_authz_svn COPY security hole: authorize whole tree (issue #1949) Developer-visible changes: * neon 0.24.7 now required (fixes wire compression bugs) (r10159, 10176)
2004-07-19Set package creator as maintainer. Requested in private mail.recht1-2/+2
2004-07-19Update to 1.11:wiz2-5/+5
* Platform fixes for Tru64, Borland, Irix, HP-UX, AIX, UnixWare7 and Reliant UNIX * Support for Intel C++ * Initial support for Qt/Embedded on FreeBSD * more undocumented stuff
2004-07-19Update to 2002.1nb1: relnotes.txt has changed, use a different DIST_SUBDIR.wiz2-18/+23
2004-07-19Patch to make audio work on IRIX 5, from Georg Schwarz.wiz2-1/+66
2004-07-19Add and enable ExmanIDE.minskim1-1/+2
2004-07-19Initial import of ExmanIDE-0.9.4.minskim4-0/+154
ExmanIDE is an integrated development environment for Python, written in Python. Features include internationalization, simple project management, debugging, and C++ support.
2004-07-18Fix the calls to semctl to make this package build on NetBSD 1.6.kristerw2-1/+38
2004-07-18bump PKGREVISIONs for last boehm-gc updaterecht2-3/+4
(BUILDLINKS_DEPENDS change)
2004-07-18Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,schmonz1-5/+2
as that test is now done by the buildlink3 file itself.
2004-07-18dlcompat was added to OS X "Panther". Add a builtin.mk to detectschmonz2-2/+62
its presence. Bump BUILDLINK_DEPENDS to the latest version. Evaluate the contents of buildlink3.mk only if we're on Darwin, which lets us simply .include "../../devel/dlcompat/buildlink3.mk" anywhere we might need it without affecting other platforms.
2004-07-17Fix a typo in a path.jmmv1-2/+2
2004-07-17Add APR_CONFIGURE_ARGS=--with-ldap, missed in previous.xtraeme1-1/+2
2004-07-16Enable OpenLDAP support in devel/apr, by default it's disabled.xtraeme2-4/+16
If you want to use it, "APR_USE_OPENLDAP" should be set to [Yy][Ee][Ss]. This closes PR pkg/25356.
2004-07-16add and enable plyrecht1-2/+3
2004-07-16Delete a file missed before the import..recht1-14/+0
2004-07-16initial import of ply-1.5recht5-0/+77
The 1.4 version of the package was provided by NONAKA Kimihiro in PR 26344 . (And seems to be based upon the FreeBSD port.) Cleaned up and updated to 1.5 by me. PLY is a Python-only implementation of the popular compiler construction tools lex and yacc. The implementation borrows ideas from a number of previous efforts; most notably John Aycock's SPARK toolkit. However, the overall flavor of the implementation is more closely modeled after the C version of lex and yacc. The other significant feature of PLY is that it provides extensive input validation and error reporting--much more so than other Python parsing tools.
2004-07-16Added libosip2-2.0.9xtraeme1-1/+2
2004-07-16Initial import of libosip2-2.0.9.xtraeme5-0/+116
oSIP is an implementation of SIP. The GNU oSIP library is written in C and get no dependencies except the standard C library. oSIP is thread safe and will generally be used in a multi-threaded application. Nevertheless, this is optional. oSIP is little in size and code and thus could be use to implement IP soft-phone as well as embedded SIP software. oSIP is not limited to endpoint agents, and can also be used to implement "SIP proxy". oSIP does not intend to provide a high layer API for controlling "SIP Session" at this step. Instead, it currently provides an API for the SIP message parser, SDP message parser, and library to handle "SIP transactions" as defined by the SIP document.
2004-07-14Sync PLIST with 4.7 update (hi cjs!).wiz1-5/+19
2004-07-14Fix PLIST for 1.7.0 (hi jschauma!)wiz1-4/+72