Collection.
Cvs2svn is a Python script that converts a CVS repository to a Subversion
repository. It is designed for one-time conversions, not for repeated
synchronizations between CVS and Subversion.
Please note that cvs2svn was previously provided in the py-subversion
package before version 1.0.1.
This package is based on initial work by Eric Gillespie <epg@>. Thanks Eric!
it fails to re-read the config.cache. Don't use a cache under IRIX, then.
(At least this way we can build this package which otherwise would break
some 650 dependencies.)
Schedule::RateLimiter provides a way to voluntarily restrict how many
times a given action may take place within a specified time frame.
Such a tool may be useful if you have written something which periodically
polls some public resource and want to ensure that you do not overburden
that resource with too many requests.
Noteworthy changes in version `0.6.0'
=====================================
* Several major bugs corrected.
* Clarified some of the inspectors
* Menu items are now properly enabled/disabled when appropriate
* More descriptive title displayed when a class is being edited.
Noteworthy changes in version `1.9.1'
=====================================
* Default string encoding taken from system nl_langinfo if not set
with GNUSTEP_STRING_ENCODING.
* NSKeyedArchiver/NSKeyedUnarchiver classes added.
* NSPropertyLists class added, also decodes Mac OS X binary propery
lists.
Noteworthy changes in version `1.9.0'
=====================================
* Lazy locking implemented (see GSLock documentation)
* MacOSX PB files updated to 10.3
* DO retain/release implementation simplified and also handles some
complex DO retain/release problems.
* GNUSTEP_STRING_ENCODING now supports any valid iconv name.
* gdomap uid/gid fixes
* NSString subclass heirarchy reorganized to fix problems with
copying and ownership of data.
Changes in version `1.9.1'
==========================
* Remove `--disable-import' option
* README.Darwin for darwin/MacOSX install
* Framework version and naming clarified.
Changes in version `1.9.0'
==========================
* Support for building in a separate build dir.
* Add `--enable-strip-makefiles' option to configure
* List of classes in a framework gets written to the plist file.
changes since 2.01:
2002-03-01 Andreas J. Koenig <andreas.koenig@anima.de>
* lib/Devel/Symdump.pm: perl 5.6.1 introduced a package name of
"<none>" to work around a bug if somebody uses the deprecated
C<package> without an argument. I believe we need to ignore that
symbol completely so that at least we follow the lead of the B::
extensions. Thanks to Sreeji K Das /sreeji_k at yahoo.com/ for the
report.
2000-10-31 Andreas J. Koenig <andreas.koenig@anima.de>
* Typo fix: hashs --> hashes. Thanks to Sebastien Blondeel
<Sebastien.Blondeel@idealx.com> for the report.
from pkgsrc-wip, packaged by drue at users dot sf.net.
NetBeans-IDE is a pure Java IDE.
NetBeans is dedicated to providing rock solid software development products
(NetBeans IDE, NetBeans Platform) that address the needs of developers, users
and the businesses who rely on NetBeans as a basis for their products.
library.
EBML, or Extensible Binary Meta-Language, is a simple XML like binary
language for describing data in structured style. EBML was originally
designed for use in the Matroska project, but the developers saw that
EBML was very flexible and extensible.
From pkgsrc-wip, submitted by Sergey Svishchev.