Commit Graph

2596 Commits

Author SHA1 Message Date
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
naddy
38f5506647 fix directory deletion 2004-05-28 18:40:54 +00:00
sturm
4d61da0e1a fix build
spotted by naddy@
2004-05-28 15:38:23 +00:00
sturm
926d447532 wrongly imported 2004-05-26 11:28:46 +00:00
msf
c1e28458ca +p5-Module-Build 2004-05-26 11:23:28 +00:00
msf
d00550f237 Initial import of Module-Build-0.25
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system, most of the "Module::Build" code is
pure-perl and written in a very cross-platform way.

ok sturm@
2004-05-26 11:16:49 +00:00
jolan
0bcafadfc8 update to 2.0.11 2004-05-23 23:07:40 +00:00
sturm
b2c801e8e3 update to splint 3.1.1
based on a diff by Emil Mikulic <emikulic at dmr.ath.cx>
2004-05-23 15:41:07 +00:00
msf
b3f9b2348e +p5-ExtUtils-CBuilder
+p5-ExtUtils-ParseXS
2004-05-21 22:13:24 +00:00
msf
b759bf01e2 Initial import of ExtUtils-ParseXS-2.08
"ExtUtils::ParseXS" will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and
creates the glue necessary to let Perl access those functions.

ok sturm@
2004-05-21 22:11:47 +00:00
msf
9ce363548c Initial import of ExtUtils-CBuilder-0.02
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner.  It was
motivated by the "Module::Build" project, but may be useful for other
purposes as well.  However, it is not intended as a general
cross-platform interface to all your C building needs.

ok sturm@
2004-05-21 22:09:56 +00:00
msf
a05a572304 + p5-Universal-moniker 2004-05-21 11:34:39 +00:00
msf
709dc89d13 Initial import of Universal-moniker-0.07
Class names in Perl often don't sound great when spoken, or look good
when written in prose.  For this reason, we tend to say things like
"customer" or "basket" when we are referring to
"My::Site::User::Customer" or "My::Site::Shop::Basket".  We thought it
would be nice if our classes knew what we would prefer to call them.

This module will add a "moniker" (and "plural_moniker") method to 
"UNIVERSAL", and so to every class or module.

ok sturm@
2004-05-21 11:33:16 +00:00
brad
3dc2a5bef7 sync with in-tree binutils
Remove a build warning by reverting to old method of testing for
HAVE_DECL_GETOPT. pointed out by a few.
2004-05-21 00:07:02 +00:00
brad
618289bb9f sync with in-tree binutils
Add dis-init.c from gdb 6.1.
2004-05-20 23:11:58 +00:00
sturm
8370fdfdda +p5-Universal-exports 2004-05-20 11:16:49 +00:00
sturm
53981091b0 Initial import of UNIVERSAL-exports 0.03
Lightweight universal exporting and requiring of variables.

from Sam Smith <S at msmith.net>
2004-05-20 11:14:50 +00:00
sturm
b7d27296c9 these were imported into the wrong category, sorry 2004-05-20 10:53:00 +00:00
sturm
9f24ed1815 Initial import of DBIx-ContectualFetch 1.01
DBIx::ContextualFetch redefines some of the various fetch
methods to add context sensitivity.

from Sam Smith <S at msmith.net>
2004-05-20 10:46:40 +00:00
sturm
94c563cb62 Initial import of SQL-Abstract 1.15
This module generates SQL, while retaining complete control
over statement handles and uses the DBI interface. The
underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big
advantage is that you don't have to modify your code every
time your data changes, as this module figures it out.

from Sam Smith <S at msmith.net>
2004-05-20 10:44:45 +00:00
msf
f274b6c375 Fix minor typo 2004-05-19 21:21:43 +00:00
msf
180202a2f1 + p5-B-Deobfuscate
+ p5-B-Keywords
+ p5-YAML

ok sturm@
2004-05-19 21:19:29 +00:00
msf
62802a17e9 Initial import of B-Keywords-0.06
B::Keywords supplies lists of keywords used inside the perl language.
It is used by modules like B::Deparse and B::Deobfuscate

ok sturm@
2004-05-19 21:17:05 +00:00
msf
46f173dde5 Initial import of B-Deobfuscate-0.10
B::DeObfuscate is a backend module for the Perl compiler that generates
perl source code, based on the internal compiled structure that perl
itself creates after parsing a program. It adds symbol renaming
functions to the B::Deparse module. An obfuscated program is already
parsed and interpreted correctly by the B::Deparse program.
Unfortunately, if the obfuscation involved variable renaming then the
resulting program also has obfuscated symbols.

ok sturm@
2004-05-19 21:15:47 +00:00
msf
5b02444b6d Initial import of YAML-0.35
YAML is a generic data serialization language that is optimized for
human readability. It can be used to express the data structures of most
modern programming languages.

ok sturm@
2004-05-19 21:13:34 +00:00
sturm
b6a5ff0d07 typo 2004-05-19 09:28:52 +00:00
sturm
27fddc5caa +p5-Class-Accessor
+p5-Class-Trigger
+p5-Class-Whitehole
2004-05-19 09:25:53 +00:00
sturm
90c6407f97 Initial import of Class-WhiteHole 0.04
Its possible to accidentally inherit an AUTOLOAD method.  Often this
will happen if a class somewhere in the chain uses AutoLoader or defines
one of their own.  This can lead to confusing error messages when method
lookups fail.

Sometimes you want to avoid this accidental inheritance.  In that case,
inherit from Class::WhiteHole.  All unhandled methods will produce
normal Perl error messages.

from Sam Smith <S at msmith.net>
2004-05-19 09:23:30 +00:00
sturm
5b7ec1fa66 Initial import of Class-Trigger 0.08
Class::Trigger is a mixin class to add / call triggers (or
hooks) that get called at some points you specify.

from Sam Smith <S at msmith.net>
2004-05-19 09:21:59 +00:00
sturm
ebd254e412 Initial import of Class-Accessor 0.19
This module automagically generates accessor/mutators for your class.

from Sam Smith <S at msmith.net>
2004-05-19 09:20:29 +00:00
dons
5add1e9487 MACHINE -> MACHINE_ARCH
ok pvalchev@
2004-05-19 06:15:57 +00:00
brad
cf65f3bfa9 remove a bit more 2004-05-19 05:24:39 +00:00
brad
b7b68aa275 remove the disabled DO_FORCE_VERS chunks of this patch.
reminded by drahn@
2004-05-19 00:32:50 +00:00
dons
f6179f4875 Update darcs to 0.9.20, bug fix release
ok pvalchev@
2004-05-18 23:26:33 +00:00
dons
2419ed30f2 Fix configure to handle both amd64-* and x86_64-*. Either could be
produced depending on which config.sub we are using.

pointed out by me and naddy@
ok naddy@ pvalchev@
2004-05-17 03:38:51 +00:00
xsa
72a5ab86db update to 0.11 from Michael Coulter <mjc at bitz.ca>;
maintainer ok via Michael;
2004-05-16 09:18:17 +00:00
dons
14b767de8e +idoc 2004-05-16 03:23:52 +00:00
dons
e6bb1149f7 Import idoc-0.2.6, a minimalist documentation tool for Haskell
"IDoc extracts interface documentation and declarations from
    Haskell modules based on standard Haskell layout rules and a
    small number of clues that the programmer embeds in
    interface comments. These clues have been designed to be
    visually non-imposing when displaying the source in a text
    editor.  Interface documentation is rendered in standard
    markup languages (currently, only HTML is supported).  IDoc
    has been designed to be simple to use and install."

IDoc has an advantage over other interface doc tools (like
haddock) in that it is pure Haskell98, and builds with both
ghc and nhc98, making it far more portable.

ok pvalchev@
2004-05-16 03:21:34 +00:00
brad
e19300f77e don't bother checking for 3.2 2004-05-10 21:41:07 +00:00
naddy
28d4084b34 +p5-Class-ReturnValue 2004-05-10 17:47:56 +00:00
naddy
2e1485e354 Import of Class::ReturnValue 0.52.
Submitted by Michael Coulter <mjc@bitz.ca>.

Class::ReturnValue is a "clever" return value object that can allow code
calling your routine to expect: a boolean value (did it fail) or a list
(what are the return values).
2004-05-10 17:46:55 +00:00
dons
3a218e4a59 Mark conflict with nhc98. They both provide hmake, and hi
ok pvalchev@
2004-05-10 04:32:40 +00:00
naddy
74764a728b rename private strtonum() functions to avoid clash with libc one 2004-05-09 21:11:16 +00:00
david
f71ec34da9 sort the SUBDIRs; ok pvalchev@ 2004-05-09 19:25:39 +00:00
dons
be6cf0ea69 +hs-ports 2004-05-09 10:32:34 +00:00
dons
931bb66aa5 Import hs-ports-0.4.1, a library for concurrent and distributed Haskell
The Haskell Ports Library (HPL) supports concurrent and distributed
	computing in the IO monad _without_ relying on mutable variables.
	Instead, it supplies monotone single-assignment variables and ports
	abstractions. Ports are an abstraction for modelling variables whose
	values evolve over time without the need to resort to mutable
	variable, such as IORefs. More precisely, a port represents all values
	that a time-dependent variable successively takes as a stream, where
	each element of the stream corresponds to a state change.

	Ports are ideally suited for purely functional GUI interfaces that
	completely avoid the use of mutable variables. It is planned to extend
	the library to interaction between different processes possibly
	located on distinct processing nodes.

ok pvalchev@
2004-05-09 10:30:22 +00:00
dons
df59dba23b . Have c2hs-config return the right -package flags
. Keep the version number in lib/c2hs-${V}
. Add haskell package "lang" as a dependency

ok pvalchev@
2004-05-09 07:46:12 +00:00
dons
19fabd5366 +c2hs 2004-05-08 07:23:14 +00:00
dons
d1011d2804 Import C->Haskell (c2hs)
C->Haskell is an interface generator that simplifies the development
of Haskell bindings to C libraries.  The tool processes existing C
header files that determine data layout and function signatures on the
C side, in conjunction with Haskell modules that specify Haskell-side
type signatures and marshaling details. Hooks embedded in the Haskell
code signal access to C structures and functions; they are expanded by
the interfacing tool in conjunction with information in the
corresponding C header file. 

ok pvalchev@
2004-05-08 07:21:03 +00:00
sturm
48cb391013 update to libspectrum 0.2.1
ok grange@
2004-05-08 06:46:10 +00:00
naddy
d262f72421 Remove maintainer by his request. Thanks, Jose. 2004-05-07 15:28:31 +00:00
robert
1fabf69961 Update to 1.56; from Morten Liebach <m@mongers.org> (maintainer) 2004-05-07 04:56:50 +00:00
pvalchev
1141e5ccc9 remove p5-Scalar-List-Utils as it's now included in perl; from mjc@bitz.ca 2004-05-06 23:18:26 +00:00
pvalchev
bd1969af96 remove dependency on p5-Scalar-List-Utils which is now included in perl 2004-05-06 23:16:58 +00:00
xsa
37b5e643e7 update to 3.0.3; 2004-05-06 08:01:26 +00:00
marcm
dd5aab7bae Update to ORBit2-2.10.1.
This update fixes a longstanding bug that made Gnome 2 not play well
with macppc and sparc* arches.  Additionally, it introduces a new patch
scheme for libtool since the later libtools recognize -pthread... well
mostly anyway.
2004-05-06 06:02:30 +00:00
brad
37214b2b12 dir -> output_name. noticed by drahn@ 2004-05-05 22:08:34 +00:00
brad
095c483f42 remove obsolete 1.2 JVMs
ok Christian Edward Gruber
2004-05-05 05:03:14 +00:00
naddy
ae1b10b235 update maintainer's email address 2004-05-04 11:31:48 +00:00
avsm
025a0193e9 update to horde-2.2.5 2004-05-01 16:16:34 +00:00
sturm
f494ab289f build with systrace enabled 2004-05-01 14:29:17 +00:00
dons
81e7f0b524 Update darcs to 0.9.19.
Now builds with latest GHC, and works on amd64
Change maintainer to me.

ok @avsm
2004-04-29 03:49:51 +00:00
xsa
c14300683d + py-cheetah 2004-04-28 08:34:32 +00:00
xsa
0edf5553cd Import of py-cheetah-0.9.15
Cheetah is a Python-powered template engine and code generator. It can
be used as a standalone utility or it can be combined with other tools.
Cheetah has many potential uses, but web developers looking for a viable
alternative to ASP, JSP, PHP and PSP are expected to be its principle
user group.

ok sturm@.
2004-04-28 08:33:17 +00:00
kevlo
e4dc0961da update to 1.05 2004-04-27 13:08:37 +00:00
peter
0d5440587a restore my bad packages 2004-04-24 16:15:05 +00:00
peter
c2a0db13b0 I am not making the same mistake twice. Using cvs add now.
From DESCR:
--
This is an alternative to Exporter intended to provide a lightweight
subset of its functionality. It supports import(), @EXPORT and
@EXPORT_OK and not a whole lot else.
2004-04-24 16:09:30 +00:00
peter
2696c6310e comment out my mis-imported ports until they are fixed 2004-04-24 08:48:56 +00:00
peter
381b4c4b58 add p5-Exporter-Lite 2004-04-24 08:17:36 +00:00
robert
1838900473 Add caca FLAVOR to have support for libcaca (color ascii art library)
ok pvalchev@
2004-04-23 12:09:18 +00:00
dons
65480fde73 Let hmake install on non-x86 platforms, and ensure it builds on amd64
Update MAINTAINER and add RCS tags.

ok pvalchev@ avsm@
2004-04-23 03:14:06 +00:00
dons
94f931f2da Let happy build on amd64.
Update maintainer and add RCS tags.

ok pvalchev@ avsm@
2004-04-23 03:00:07 +00:00
dons
e1a1b45af0 Let haddock build on amd64.
Update my MAINTAINER addr and add RCS tags while I'm here.

ok pvalchev@ avsm@
2004-04-23 02:40:16 +00:00
dons
6ff71bd09f Let alex build on amd64.
Change my maintainer addr to dons@openbsd.org,
and add RCS tags while I'm here.

	ok avsm@ pvalchev@
2004-04-23 02:17:49 +00:00
naddy
ddf1fbb1b6 don't attempt to build SGML documentation; ok pvalchev@ 2004-04-21 03:04:14 +00:00
marcm
3536e1c665 Bye-bye autotools kludge... prodded by naddy 2004-04-20 21:57:53 +00:00
avsm
5a8e0a310d dont take sizeof(pointer) for length to strlcpy/strlcat 2004-04-20 12:32:53 +00:00
xsa
4f19228a1a another few @extra'z... 2004-04-19 09:43:50 +00:00
kevlo
b9cd977c63 upgrade to 0.09 2004-04-19 06:48:46 +00:00
kevlo
a0d06bf774 update to 2.02 2004-04-19 06:45:09 +00:00
robert
a78208589c update to 1.19; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@ 2004-04-18 19:51:40 +00:00
robert
9f0d6fa20e update to 0.74; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@ 2004-04-18 19:08:55 +00:00
robert
e965882694 Update to 1.11; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@ 2004-04-18 18:31:55 +00:00
pvalchev
36effa8ca1 remove post-patch kludges now done in bsd.port.mk; reminded by naddy 2004-04-18 17:21:13 +00:00
robert
08eee8f8ed change my MAINTAINER address to @openbsd.org
ok pvalchev@
2004-04-18 06:41:11 +00:00
jolan
46ab8ae7dd uses makedepend, noticed by michael coulter 2004-04-18 01:04:28 +00:00
avsm
091d85becb update to happy-1.14
from maintainer Don Stewart <dons at cse.unsw.edu.au>
2004-04-17 18:36:48 +00:00
naddy
77c0338cca +uuid 2004-04-17 16:43:09 +00:00
naddy
46ef837f36 Import OSSP uuid 1.0.0; submitted by Robert Nagy <thuglife@bsd.hu>.
OSSP uuid is a ISO-C application programming interface (API) and
corresponding command line interface (CLI) for the generation of DCE
1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
(UUID).
2004-04-17 16:42:12 +00:00
xsa
f2cb765a5c update to 1.08;
from MAINTAINER Gerardo Santana Gomez Garrido <santana at openbsd.org.mx>
2004-04-17 09:57:59 +00:00
naddy
878c0c0f09 maintenance update to 1.24; from Dan Weeks <danimal@danimal.org> 2004-04-17 01:49:50 +00:00
xsa
3e378d2b5d update to 1.15;
From: MAINTAINER Srebrenko Sehic <haver at insecure.dk>
2004-04-16 21:28:19 +00:00
jolan
4fb7a8da2b +libbt 2004-04-15 03:39:26 +00:00
jolan
fadcc408eb libbt-1.01, c reimplementation of the bittorrent core protocols 2004-04-15 03:37:43 +00:00
brad
7ba0eae84e don't try to build on archs without shared libs 2004-04-14 22:33:07 +00:00
brad
a88983454a don't forget this too 2004-04-14 18:28:12 +00:00
brad
b5f69ddd76 downgrade t1lib back to 5.0.0
5.0.2 seems to cause problems with xpdf
2004-04-14 18:26:38 +00:00
matthieu
a8ae528fc6 Specify a shell to execute this. Ok espie@ 2004-04-12 10:35:27 +00:00
jolan
089d427a18 +silc-toolkit 2004-04-11 21:28:18 +00:00
jolan
1f9130ab83 silc-toolkit-0.9.12, from pedro martelletto and myself, maintained by
pedro
2004-04-11 21:25:13 +00:00
brad
7687c61a6c upgrade to p5-Net-Server 0.87
--
From: Robert Nagy <thuglife at bsd dot hu>
2004-04-11 15:06:12 +00:00
brad
ff4f8f507c upgrade to p5-Curses-UI 0.92
--
From: Robert Nagy <thuglife at bsd dot hu>
2004-04-11 15:01:20 +00:00
brad
3595331e1f fix sparc target, fine GNU style as usual, NOT. 2004-04-11 13:57:32 +00:00
sturm
7ceb51a40c + p5-Class-MethodMapper
+ p5-Date-ICal
+ p5-Date-Leapyear
+ p5-Date-Simple
2004-04-11 12:04:18 +00:00
sturm
4b320fdbed Initial import of Date-ICal 1.72
Date::ICal talks the ICal date format, and is intended to be
a base class for other date/calendar modules that know about
ICal time format also.

from Sam Smith <S at msmith.net>
2004-04-11 11:59:50 +00:00
sturm
1efa25f5dc Initial import Number-Compare-Date 0.02
A module for comparison of dates in any format readable by Date::Parse

from Sam Smith <S at msmith.net>
2004-04-11 11:58:18 +00:00
sturm
b06fc1acb2 Initial import of Number-Compare 0.01
A module for doing numeric comparisons. It can compare numbers expressed
in different comparable units.

from Sam Smith <S at msmith.net>
2004-04-11 11:56:55 +00:00
sturm
254156604d Initial import of Date-Simple 3.00
This module may be used to create simple date objects. It
only handles dates within the range of Unix time. It will
only allow the creation of objects for valid dates.
Attempting to create an invalid date will return undef.

from Sam Smith <S at msmith.net>
2004-04-11 11:55:39 +00:00
sturm
1c2fa234b3 Initial import of Date-Leapyear 1.71
Is a particular year a leap year?

from Sam Smith <S at msmith.net>
2004-04-11 11:54:19 +00:00
sturm
16c07dffe4 Initial import of Class-MethodMapper 1.0
Abstract class wrapper for Autoloader

from Sam Smith <S at msmith.net>
2004-04-11 11:52:43 +00:00
xsa
cbfdd53518 update to 1.6; requested/tested/ok jolan@. 2004-04-10 23:08:11 +00:00
brad
a94184b01d 1.2 -> 1.3 2004-04-08 06:49:08 +00:00
brad
75a778520f upgrade to t1lib 5.0.2 2004-04-08 06:21:19 +00:00
brad
a3573af035 upgrade to nasm 0.98.38
--
From: Robert Nagy <thuglife at bsd dot hu>
2004-04-07 22:54:23 +00:00
brad
59a9028d26 remove sparc64/2.95 workarounds. 2004-04-06 03:12:19 +00:00
brad
26bfdf38be (process_mips_specific): Print conflictsno as an unsigned long.
From: binutils CVS HEAD branch, based on rev 1.231
Provided by: Daniel Lucq <daniel at lucq dot org>
2004-04-05 22:09:05 +00:00
xsa
1dc8617f81 update to 3.0.2; 2004-04-01 09:59:56 +00:00
jolan
3f56f150be enable speex/flac support, bump pkgname 2004-03-31 03:49:16 +00:00
jolan
665ab2b5a9 update to 1.0.0 2004-03-31 03:48:37 +00:00
pvalchev
a1b17377a2 enable aout emul needed for this; from magnus@bodin.org ok maintainer kevlo 2004-03-17 08:49:32 +00:00
pvalchev
787ad8b4ba support amd64
tested with w3m successfully
ok maintainer todd
2004-03-15 02:47:24 +00:00
sturm
887fc3e5a9 update to linux jdk 1.3.1_11
from maintainer Christian Edward Gruber <cgruber at israfil.net>
ok pval@
2004-03-10 17:09:16 +00:00
pvalchev
627ef09468 enable sparc64, where this seems to work infinitely better than in-tree gdb
reminded by Brian Poole
2004-03-09 20:58:49 +00:00
pvalchev
831762dcb2 enable alpha as it works perfectly fine (and a lot better than in-tree gcc) 2004-03-07 17:48:24 +00:00
pvalchev
05c91f5d95 gdb 2004-03-07 08:22:51 +00:00
pvalchev
7dcb27d3b4 Import of gdb-6.0.90, the GNU Debugger
Submitted by, and work for needed support written by
Mark Kettenis <kettenis@gnu.org>

Only for amd64 i386 sparc

Not all architectures work/are enabled at this point, this is
mostly being included due to the desperate need for an amd64
debugger this release.
2004-03-07 08:21:12 +00:00
espie
26bd7c43d8 explicitly tag no-autoheader some ports for which re-running it after autoconf
is a problem.
2004-03-04 17:49:26 +00:00
xsa
29eef9c0dd PKG_ARCH= *
ok sturm@.
2004-03-02 14:15:39 +00:00
ish
e462bfcb48 Update to 2.0.5 2004-03-02 07:41:32 +00:00
miod
d200e946c8 OpenBSD/mvme88k support, prompted by todd@
maintainer ok
2004-03-01 13:36:42 +00:00
brad
f6cf7862a5 x86_64 -> amd64 2004-03-01 00:10:38 +00:00
brad
525db9e65a AMD64 core support.
From: Mark Kettenis
2004-02-29 23:43:37 +00:00
pvalchev
d4f79f4346 use va_copy instead of illegally assigning va_lists; ok markus, submitted to author as well 2004-02-29 19:07:34 +00:00
avsm
da6472a9a1 upgrade to pear-PHPUnit-0.6.2 2004-02-29 00:34:01 +00:00
avsm
5b5dd95273 update to pear-Date-1.4.2 2004-02-29 00:09:28 +00:00
avsm
f378fd7104 update to pear-Log-1.8.4 2004-02-29 00:08:50 +00:00
avsm
639b089386 update to pear-Config-1.10 2004-02-29 00:08:31 +00:00
pvalchev
4f8274808c Fix amd64, now builds & passes all regress tests:
> On Opteron/AMD64 systems with GCC, count_trailing_zeros in longlong.h
> may cause errors from the assembler about incorrect registers used with
> bsfq.
From GMP project directly; ok maintainer naddy
2004-02-26 22:50:54 +00:00
espie
893a5c997e kdbg explicitly needs autoheader 2004-02-25 22:24:12 +00:00
kevlo
4997dbc46c remove HOMEPAGE. Submitted by Michael Coulter <mjc@bitz.ca> 2004-02-25 03:31:04 +00:00
naddy
f16b99d84d The sparc64 compiler is gcc3 now; don't require the gcc3 module. 2004-02-25 02:35:15 +00:00
brad
65faf5f3e5 uncomment the info page 2004-02-25 00:03:13 +00:00
brad
963c401880 upgrade to libaudiofile 0.2.5 2004-02-24 23:23:27 +00:00
couderc
020efba6e3 update to 0.8, maintainer unreachable. 2004-02-24 13:46:39 +00:00
naddy
1bc6d8a294 remove workarounds for gcc2.95/sparc64 optimizer bugs 2004-02-24 00:06:43 +00:00
ish
5f1145a8e2 make py2.1 and py2.3 conflict, from xsa@ 2004-02-23 21:11:42 +00:00
ish
72080b7d55 the py-mxDateTime flavor is py2.1, not 2.1
- noticed by danh@openbsd.org, thanks
2004-02-23 15:54:22 +00:00
espie
058317acef #@#@!ED FSF 2004-02-23 14:32:35 +00:00
ish
6b099d6e42 + py-mxDateTime,2.1 2004-02-23 05:05:53 +00:00
ish
1eab4f76ed - Create a py2.1 flavor for ports that depend on this using python 2.1.
- take MAINTAINER
2004-02-23 05:04:21 +00:00
naddy
3ad1cdbb49 remove workarounds for gcc2.95/sparc64 bugs 2004-02-22 22:21:01 +00:00
brad
49ad937aa5 - use MASTER_SITE_GNOME
- switch to a working HOMEPAGE
--
From: Michael Coulter <mjc at bitz dot ca>
2004-02-22 00:23:55 +00:00
marcm
b7ff7c59b4 Sync ORBit2 and libIDL with Gnome 2.4.2. Minor updates otherwise. 2004-02-21 22:36:29 +00:00
wilfried
7c450c645f better plugin-dirs, ok maintainer 2004-02-19 20:26:23 +00:00
drahn
8f7dd8b4fc Align sections on sparc32 as openbsd wants them. prevents cache aliasing
problems. ok brad@
2004-02-19 05:57:15 +00:00
brad
c258a643ac set MAXPAGESIZE before including elf_obsd.sh 2004-02-19 05:51:13 +00:00
xsa
f8d898c380 remove MAINTAINER per his resquest;
via and ok ish@.
2004-02-18 20:05:11 +00:00
avsm
076680d302 plug off-by-one, submitted to and ok author 2004-02-14 16:10:55 +00:00
avsm
5c9e31f6f5 fix sscanf off-by-ones, spotted with -Wbounded
maintainer ok
2004-02-14 15:09:44 +00:00
naddy
dab6fa42df update to 15.5; from Matthew Kolb <muk@msu.edu> 2004-02-12 18:47:26 +00:00
sturm
4b917073c3 update to File-ReadBackwards 1.02
from maintainer William Yodlowsky <bsd at openbsd.rutgers.edu>
2004-02-11 18:15:20 +00:00
brad
74ffd7dcbb grok VIA C3 xmove-* and xcrypt-* instructions 2004-02-10 23:27:14 +00:00
brad
9cc0d86a15 Add support for xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions found
in VIA C3 cpus. Very simple encoding: 0f a7 {c0, c8, d0, e0, d8}.  This
change is placed into the public domain, so someone get it back to FSF
2004-02-10 23:26:46 +00:00
brad
81cb83ac58 - CONFIGURE_STYLE= simple -> gnu
- add missing objcopy
--
From: drahn@
2004-02-10 22:49:36 +00:00
espie
f244adcf90 try to prevent automake from running, if present.
even if it runs, ensure the OpenBSD setup will be recognized.
2004-02-10 00:47:57 +00:00
espie
c81a56bc77 +2.58 2004-02-10 00:29:23 +00:00
espie
e36921e702 version 2.58, identical to 2.59 except for a bug-fix.
intended usage is to be able to diff configure scripts generated by
autoconf 2.58 for trojans.
2004-02-10 00:27:01 +00:00
espie
5d976f6ed8 +2.59 2004-02-10 00:01:46 +00:00
espie
fac37e0d34 new version, autoconf 2.59. A few tweaks, as usual... 2004-02-10 00:00:14 +00:00
espie
23eb49df7c missing std::, needed for gcc 3.3.2 2004-02-09 11:59:28 +00:00
sturm
35a21459b4 update to BSD-Resource 1.23
from maintainer Dan Weeks <danimal at danimal.org>
2004-02-07 11:58:31 +00:00
brad
f2a485d6fb Permit '-' in a mnemonic. This is needed for the new VIA C3 xmove-rng
and xcrypt-{ecb,cbc,cfb,ofb} instructions.
2004-02-06 08:46:11 +00:00
xsa
c5fca1d835 update to 1.24 - now also using the python module;
ok sturm@.
2004-02-05 23:29:34 +00:00
sturm
afbbb3b0b9 no systrace for now if 1.3-linux jdk is used (extraction fails due to
systrace bug)
2004-02-04 09:17:37 +00:00
sturm
7297ccd7b0 mark some subpackages arch independent
ok naddy@
2004-02-04 07:39:18 +00:00