Age | Commit message (Collapse) | Author | Files | Lines |
|
package.
|
|
|
|
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.
|
|
|
|
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=)
|
|
making IO::Scalar::getline work with ref to int.
|
|
2.0 was a major feature release - too many to list here, see the
included ChangeLog.* files for details.
2.0.x fixed bugs.
|
|
* 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)
|
|
|
|
Collection.
Perl extension to create and manipulation tree objects.
|
|
Packages Collection.
Module::Versions::Report allows a PERL program to list all currently
loaded extensions in memory.
|
|
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
|
|
|
|
|
|
|
|
|
|
sync cpuflags.Linux with cpuflags.NetBSD, at least optimise for
Duron in cpuflags.Linux
|
|
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.
|
|
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
|
|
device with shorter block size and lower water marks).
PKGREVISION++
|
|
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
|
|
|
|
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-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
|
|
ok'd a while back at pkgsrcCon by agc and wiz
|
|
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'.
|
|
|
|
|
|
(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)
|
|
|
|
* 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
|
|
|
|
|
|
|
|
ExmanIDE is an integrated development environment for Python, written
in Python. Features include internationalization, simple project
management, debugging, and C++ support.
|
|
|
|
(BUILDLINKS_DEPENDS change)
|
|
as that test is now done by the buildlink3 file itself.
|
|
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.
|
|
|
|
|
|
If you want to use it, "APR_USE_OPENLDAP" should be set to [Yy][Ee][Ss].
This closes PR pkg/25356.
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|