Commit Graph

2470 Commits

Author SHA1 Message Date
robert
b88d434f62 +giblib 2004-07-01 21:55:17 +00:00
robert
5fb968f7a2 Import of giblib-1.2.3
giblib is an utility library that incorporates doubly linked lists,
some string functions, and a wrapper for imlib2.

from Victor Sahlstedt <cvss@home.se>; ok naddy@
2004-07-01 21:50:44 +00:00
sturm
0da066615a +p5-Event 2004-07-01 18:24:07 +00:00
sturm
abb8ba889b Initial import of Event 1.00
The Event module provides a central facility to watch for 
various types of events and invoke a callback when these 
events occur. The idea is to delay the handling of events 
so that they may be dispatched in priority order when it 
is safe for callbacks to execute.

from Waldemar Brodkorb <wbx at openbsd.de>
2004-07-01 18:23:09 +00:00
xsa
b6b19a14e2 update to 1.1; okay shell@. 2004-06-27 19:40:41 +00:00
xsa
93568351bb set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious
reasons... okay pvalchev@.
2004-06-26 07:35:05 +00:00
xsa
863f1628fa update to 0.93; 2004-06-26 04:35:35 +00:00
sturm
f3e8d30d7a fix manpages by using =header1 instead of =header2 here 2004-06-25 16:21:03 +00:00
marcm
cd24fe988e Update to 2.1.10. Part of it's 2.1/2.2 series as well. 2004-06-25 16:17:44 +00:00
marcm
9e9a0c1889 Update to 2.1.11, now part of the 2.1/2.2 series. 2004-06-25 16:16:51 +00:00
djm
c0e5dd5f9c add evil XML::Parser dependency; ok marcm 2004-06-25 04:30:50 +00:00
naddy
ec915dbf6b C++ fix for gcc3 (which mysteriously only shows up on powerpc) 2004-06-25 04:22:16 +00:00
kevlo
1ba66c0b15 install swig.m4 2004-06-25 03:26:20 +00:00
marcm
ebc95e1a7e Updates to gconf-editor, gconf2, libglade2 and libwnck in support
of Gnome 2.6.
2004-06-23 03:23:48 +00:00
msf
d5afa736ff sync PLIST. man3 -> man3p
ok sturm@
2004-06-23 03:21:15 +00:00
naddy
814d070029 update to 1.9: adds amd64 support 2004-06-22 23:50:44 +00:00
marcm
94f7d136c7 Ooops, delete a file that slipped through CVS. 2004-06-22 22:06:37 +00:00
avsm
fa45ecd6a6 CIL also works on macppc now, hurrah 2004-06-22 20:57:25 +00:00
marcm
9e344e7874 Some more docs that go in the -docs subpackage 2004-06-22 18:01:24 +00:00
marcm
6fd82096cc Minor update to 2.10.2 2004-06-22 04:23:40 +00:00
marcm
014548031a Update to gtk+ 2.4.3 and friends.
Note: this will cause breakage in ports that set the various
*_DISABLE_DEPRECATED defines for gtk.  These weill be addressed
shortly.

ok pvalchev@
2004-06-22 03:15:02 +00:00
avsm
f92a5cd283 add a simple NULL/int comparison checker to CIL 2004-06-21 18:53:12 +00:00
naddy
c6d62d39d6 Update to 0.2.6. New in this release:
Added support for AVR, IFF/8SVX, and NIST SPHERE file formats.

ok brad@
2004-06-20 21:15:08 +00:00
avsm
0277c4f64e +cil 2004-06-20 16:11:25 +00:00
avsm
b613748f78 initial import of cil-1.2.5
--
CIL (C Intermediate Language) is a high-level representation along
with a set of tools that permit easy analysis and source-to-source
transformation of C programs.

CIL is both lower-level than abstract-syntax trees, by clarifying
ambiguous constructs and removing redundant ones, and also higher-level
than typical intermediate languages designed for compilation, by
maintaining types and a close relationship with the source program.
The main advantage of CIL is that it compiles all valid C programs
into a few core constructs with a very clean semantics. Also CIL
has a syntax-directed type system that makes it easy to analyze and
manipulate C programs. Furthermore, the CIL front-end is able to
process not only ANSI-C programs but also those using Microsoft C
or GNU C extensions.
2004-06-20 16:08:28 +00:00
kevlo
a97cb9ba3a update to swing 1.3.21 2004-06-17 04:47:46 +00:00
avsm
bb7427aea9 update to chora-1.2.2, includes the security fixes from previous commit 2004-06-12 21:53:50 +00:00
avsm
ac8a598f19 security, bump to chora-1.2p1, check diff inputs 2004-06-12 19:18:36 +00:00
naddy
5873f51b97 update to 4.1.3 (bug fixes) 2004-06-10 16:26:29 +00:00
xsa
9d5abbf936 + tla 2004-06-10 07:52:43 +00:00
xsa
3eb1bd12b2 Initial import of tla-1.2
tla is an Arch CLI written in C.

Arch is a revision control system, i.e. a system that makes it easy to
track changes to computer files, mostly the source code to complex
software systems.

It has the following features that set it apart from other revision
control systems, such as CVS, Subversion or Bitkeeper:

- distributed repositories
- advanced merging capabilities
- low barrier of entry : everybody can easily publish their changes to
  others projects. Repositories can be hosted on HTTP, FTP SFTP and
  WebDav server.
- renames handled
- archive signing and integrity checking : a facility by which the
  integrity of a publicly accessible archive can be verified.

Submitted and maintained by Laurent Cheylus <foxy ta free tod fr>
2004-06-10 07:50:43 +00:00
msf
955393f142 +p5-Carp-Assert
+p5-Devel-Cycle
+p5-Test-Inline
+p5-Test-Memory-Cycle
2004-06-10 02:33:12 +00:00
msf
e4d551d4f8 Initial import of Test-Memory-Cycle-0.02
A thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle
module.
2004-06-10 02:30:39 +00:00
msf
01a10b841d Initial import of Test-Inline-0.16
Embedding tests allows tests to be placed near the code its testing.
This is a nice supplement to the traditional .t files. It's like XUnit,
Perl-style.
2004-06-10 02:28:32 +00:00
msf
1614c30e55 Initial import of Devel-Cycle-1.02
This is a simple developer's tool for finding circular references in
objects and other types of references. Because of Perl's reference-count
based memory management, circular references will cause memory leaks.
2004-06-10 02:26:13 +00:00
msf
e338a21231 Initial import of Carp-Assert-0.18
Assertions are the explict expressions of your assumptions about the
reality your program is expected to deal with, and a declaration of
those which it is not. They are used to prevent your program from
blissfully processing garbage inputs (garbage in, garbage out becomes
garbage in, error out) and to tell you when you've produced garbage
output.
2004-06-10 02:24:04 +00:00
msf
a92766ff53 +p5-Test-Pod
+p5-Test-Pod-Coverage
+p5-Test-Taint
2004-06-10 01:38:23 +00:00
msf
eb55a3f2d9 Initial import of Test-Taint-1.02
When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your
data, in standard Test::More style.
2004-06-10 01:36:18 +00:00
msf
f3bf9b3fb8 Initial import of p5-Test-Pod-Coverage-1.04
Checks for POD coverage in files for your distribution.
2004-06-10 01:35:04 +00:00
msf
ce4797c986 Initial import of Test-Pod-1.16
Test::Pod lets you check the validity of a POD file, and report its
results in standard Test::Simple fashion.
2004-06-10 01:33:45 +00:00
naddy
e2a0b92be1 Update to 1.6.1, partially via Morten Liebach <m@mongers.org>.
From: Kurt Miller <truk@optonline.net>.
2004-06-05 16:56:39 +00:00
sturm
cbe7bc983c fix build on -current, from maintainer Kurt Miller <truk at optonline.net>
update NO_SYSTRACE comment
2004-06-02 15:23:20 +00:00
msf
8f3f75804b +p5-Test-Differences 2004-06-01 23:29:29 +00:00
msf
7407e0c3fa Initial import of p5-Test-Differences-0.47
When the code you're testing returns multiple lines, records or data
structures and they're just plain wrong, an equivalent to the Unix
"diff" utility may be just what's needed.

ok sturm@
2004-06-01 23:21:40 +00:00
msf
a2d83093bf +p5-Devel-Symdump
+p5-Pod-Coverage
2004-06-01 02:16:17 +00:00
msf
cf8417ae72 Initial import of Pod-Coverage-0.13
This module provides a mechanism for determining if the pod for a given
module is comprehensive.

ok sturm@
2004-06-01 02:11:10 +00:00
msf
61fbe91856 Fix word wrap to less than 72. oops 2004-06-01 02:09:34 +00:00
msf
193cee6d46 Initial import of Devel-Symdump-2.03
Devel::Symdump provides a convenient way to inspect perl's symbol table 
and the class hierarchy within a running program.

ok sturm@
2004-06-01 02:07:19 +00:00
avsm
729cf863bb +p5-Test-Builder-Tester 2004-05-29 21:11:36 +00:00
avsm
298cfd2cca initial import of Test-Builder-Tester-0.09
--
This module helps to lint automated tests created with the
Test::Builder module.
2004-05-29 21:10:02 +00:00