Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
(only package using the latter bl3.mk).
|
|
|
|
Bump PKGREVISION.
|
|
security vulnerabilities.
|
|
|
|
Sparse, the semantic parser, provides a compiler frontend capable
of parsing most of ANSI C as well as many GCC extensions, and a
collection of sample compiler backends, including a static analyzer
also called "sparse". Sparse provides a set of annotations designed
to convey semantic information about types, such as what address
space pointers point to, or what locks a function acquires or
releases.
Linus Torvalds started writing Sparse in 2003, initially targeting
issues such as mixing pointers to user address space and pointers
to kernel address space.
|
|
No effective change to package.
|
|
|
|
gal is a part of gnome 1, but gnome-build is only used by anjuta, a
gnome 2 application.
Also, only the included documentation still refers to gal, the configure
script doesn't even check for it.
|
|
|
|
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation
of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
|
|
prefers yasm to nasm.) Addresses PR 36208.
Tested on NetBSD-3.1/i386 by heinz@.
Might affect resulting binary, so PKGREVISION++.
|
|
|
|
|
|
|
|
|
|
|
|
packages up to date.
|
|
devel/g-wrap196 instead. Changes since 1.9.6:
Version 1.9.8
- New feature: function flags. At the moment there is a single flag
specifying whether to leave "Guile mode" when calling the wrapper
functions. See the Guile manual on "scm_without_guile" for more
information.
- Don't rely on libc to provide (v)asprintf, take the implementation
from gnulib.
- The minimal GLib bindings now build against GLib 2.x. However,
their use is deprecated in favour of the much more complete GLib
bindings in guile-gnome
(http://www.gnu.org/software/guile-gnome/).
Version 1.9.7
- The shared libraries now reside in $(pkglibdir)/modules
(e.g. /usr/lib/g-wrap/modules).
- Users are now allowed to chose in which module generic functions
should be defined.
- New feature: aggregated typespecs. See the node `Wrapping a C
Function' of the manual for details.
- Users can now specify a free and a mark function, as well as an
equality predicate for wrapped C types (WCTs) in `wrap-as-wct!'.
- Improved documentation with an API reference (yet to be finished).
- Several bugfixes.
|
|
Changes since last packaged version (2.09):
2.11 Thu May 10 2007
- first_release() now returns the first release in the order of
perl version numbers. Add a new method first_release_by_date()
to keep the old behaviour available. Suggested by Michael G Schwern.
- Update data about UCD versions
2.10 Wed May 9 2007
- Add versioning for the Unicode Character Database bundled
with Perl (H. Merijn Brand)
|
|
Changes since last packaged version (0.12):
0.13 Tue May 1 21:39:19 BST 2007
- Address bug #26847, and add t/methcall.t
0.14 Fri May 4 12:00:20 BST 2007
- Fix bug #26928
|
|
|
|
|
|
in devel/g-wrap.
This is the last version that works with gnucash-2.0.x. Imported
separately so devel/g-wrap can be updated.
|
|
|
|
- Reenabled test targets in Makefile.in (previously broken by pkgsrc
patches) and in the pkgsrc Makefile.
|
|
|
|
|
|
CHANGES:
[gputils] Updated header files and linker scripts.
{gputils] Fixed UPPER to mask with 0xff instead of 0x3f.
[gpasm] Mask MOVLB with 0xf instead of 0xff.
[gpasm] Fixed default access bit for extended pic16e.
[gpasm] Fixed 18xx config bug when config the last section.
[gputils] Fixed bsr boundary for 18f2455/2550/4455/4550.
[gplib] Allow forward and back slashes as directory delimiters.
|
|
|
|
Packages Collection.
The Perl 5 module Class::Std provides tools that help to implement
the "inside out object" - a method for reliably enforcing object
encapsulation - class structure in a convenient and standard way.
|
|
|
|
Packages Collection.
The Perl 5 module Getopt::Euclid uses your program's own documentation
to create a command-line argument parser. This ensures that your
program's documented interface and its actual interface always
agree.
|
|
|
|
Packages Collection.
The Perl 5 module IO::InSitu provides the open_rw( ) subroutine:
It takes the names of two files: one to be opened for reading, the
other for writing. It returns a list of two filehandles, opened to
those two files. However, if the two filenames refer to the same
file, open_rw( ) first makes a temporary copy of the file, which
it opens for input. It then opens the original file for output. In
such cases, when the input filehandle is eventually closed, IO::InSitu
arranges for the temporary file to be automatically deleted.
|
|
|
|
|
|
pkgsrc, in preparation for gnome1-libs removal(*).
There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.
(*) More to come before that can happen, though.
|
|
Packages Collection.
The Perl 5 module IO::Interactive provides utility subroutines that
make it easier to develop interactive applications.
|
|
|
|
Packages Collection.
The Perl 5 module Regexp::Assemble provides a way to assemble an
arbitrary number of regular expressions into a single regular
expression (or RE) that matches all that the individual REs match.
|
|
|
|
Changes
- 'mkdir --no-respect-ignore PATH' now really skips any
ignore directives from .mtn-ignore or Lua hooks
- Private keys are now stored more safely, using file
permissions.
- The editable log summary (what you get in an editor when
committing without -m) now includes information about which
branch the commit applies to.
- The status command and the editable log summary now show
the same details about the change.
New features
- 'automate identify', an automate version of 'mtn identify'.
- 'automate roots', prints the roots of the revision graph,
i.e. all revisions that have no parents.
Other
- You can't drop the workspace root any more.
Internal
- Update the internal Lua to version 5.1.2.
- Added build files for Mac OS X.
- Update the internal SQLite to version 3.3.17.
- Code cleanup of app_state.
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
Changes are unavailable.
|
|
|
|
Packages Collection.
The Perl 5 module Smart::Comments provide an easy way to insert
debugging and tracking code into a program. They can report the
value of a variable, track the progress of a loop, and verify that
particular assertions are true.
Best of all, when you're finished debugging, you don't have to
remove them. Simply commenting out the use Smart::Comments line
turns them back into regular comments. Leaving smart comments in
your code is smart because if you needed them once, you'll almost
certainly need them again later.
|