Commit Graph

2275 Commits

Author SHA1 Message Date
jose
1276189f11 visual tcl development environment. advice, ok sturm@
Visual Tcl is a freely-available, high-quality application development
environment for UNIX, Windows, Macintosh and AS400 platforms. Visual
Tcl is written entirely in Tcl/Tk and generates pure Tcl/Tk code.
This makes porting your Visual Tcl applications either unnecessary
or trivial.
2004-01-29 03:27:57 +00:00
sturm
b6eaf3bbdc move p5-Log4perl to its proper destination 2004-01-28 14:06:20 +00:00
sturm
e10b3e77f8 move p5-Log4perl to its proper destination 2004-01-28 14:04:25 +00:00
espie
922d6d47f0 bogus dirname! 2004-01-28 12:24:41 +00:00
sturm
1f912cce23 add p5-Log-Log4perl 2004-01-27 18:54:57 +00:00
sturm
75008ef179 Initial import of Log-Log4perl 0.41
Log::Log4perl lets you remote-control and fine-tune the
logging behaviour of your system from the outside. It
implements the widely popular (Java-based) Log4j logging
package in pure Perl.

from Sam Smith <S at msmith.net>
2004-01-27 18:49:45 +00:00
sturm
f8301209f0 use default MODPY_VERSION (currently 2.3)
from Xavier Santolaria
2004-01-25 16:46:30 +00:00
brad
4f6f9d2acb typo fixes. 2004-01-19 02:06:14 +00:00
brad
8615294cf9 format string fixes, from in-tree binutils. 2004-01-19 02:05:30 +00:00
brad
f2f9cbd49e add handling of temporary local labels, from in-tree binutils. 2004-01-19 02:04:20 +00:00
brad
28eff2f357 mention -Z option 2004-01-19 02:00:04 +00:00
brad
7caab52103 automake in a few more places and build the man pages 2004-01-19 01:56:05 +00:00
brad
5df55c4fe7 remove GNU make-isms 2004-01-19 01:54:24 +00:00
brad
979e06564b don't install man pages by default 2004-01-18 23:54:32 +00:00
brad
59b544dfdb move the changes into the original automake file 2004-01-18 23:50:48 +00:00
brad
a991701ace $(SHELL) in a few more places 2004-01-18 23:48:24 +00:00
brad
7f9544e286 move the changes into the original automake file 2004-01-18 23:44:01 +00:00
brad
f52fa8b651 use in-tree libiberty 2004-01-18 23:42:26 +00:00
sturm
81a8d1f80e update to ddd 3.3.8
from Andrew Dalgleish <openbsd at ajd dot net dot au>
2004-01-18 14:00:54 +00:00
sturm
be8f54a760 build with systrace 2004-01-18 09:03:09 +00:00
naddy
071b08e6ca overhaul 2004-01-18 04:09:24 +00:00
naddy
a1d2e392a9 overhaul 2004-01-17 16:45:01 +00:00
naddy
6807d1bedd Don't attempt to build perl ports that load dynamic modules
on architectures that support static linking only.
2004-01-17 15:58:06 +00:00
naddy
b78cf0203a missing @dirrm, NO_SHARED_ARCHS 2004-01-17 15:11:18 +00:00
brad
9670fa28f2 sync with in-tree, add $(SHELL) in a few places 2004-01-17 03:17:17 +00:00
naddy
0d43e7ce2d Add missing @dirrm, don't build modules on static architectures.
From: Michael Coulter <mjc@bitz.ca>.
2004-01-17 01:55:05 +00:00
naddy
0e708eabac patch the actual source files, not generated intermediate ones 2004-01-16 22:01:45 +00:00
avsm
72f6223a93 update to 0.6, and support sparc
from maintainer Don Stewart <dons at cse.unsw.edu.au>
2004-01-16 08:46:37 +00:00
avsm
0d7c6fc041 sparc support, from maintainer Don Stewart <dons at cse.unsw.edu.au> 2004-01-16 08:45:33 +00:00
sturm
06a51fedaa emulation sysctl 2004-01-15 22:38:02 +00:00
avsm
a2bb11355d +p5-File-Sync 2004-01-15 14:16:28 +00:00
avsm
d3c2109866 initial import of p5-File-Sync-0.009
provides a perl interface to the family of sync() syscalls
2004-01-15 14:15:21 +00:00
pvalchev
1f8a9476d8 sparc64/gcc3 fixens 2004-01-15 07:43:01 +00:00
brad
6037e4293d fix bad bad libtool 2004-01-15 04:46:42 +00:00
naddy
769e9dbcfa update to 1.04; from Ben Lovett <ben@tilderoot.com> 2004-01-14 22:53:59 +00:00
naddy
cf8717a0c6 update to 0.11.8; from Andrew Dalgleish <openbsd@ajd.net.au> 2004-01-14 22:19:28 +00:00
jakob
16bb83ad9c pcre v4.5 2004-01-14 17:21:52 +00:00
pvalchev
6df6adc0fa people who change distfiles to fix a typo should be severely punished
verified by dan@danimal.org
2004-01-13 20:46:40 +00:00
brad
e29ab8cfa9 allow this to actually compile.
From: NetBSD
2004-01-13 01:57:44 +00:00
brad
8ebf96e567 For the 'trio' varargs functions, don't pass a reference to a va_list
argument to the level below; it's not portable. Use G_VA_COPY to
create a new copy, and pass a reference to that instead.

From: NetBSD
2004-01-12 22:23:19 +00:00
sturm
3e2241b0cb +py-pexpect 2004-01-12 17:59:53 +00:00
sturm
c6a196a7a8 Initial import of py-pexpect 0.99
Pexpect makes Python a better tool for controlling other applications.

Pexpect is a pure Python module for spawning child applications; controlling
them; and responding to expected patterns in their output. Pexpect works like 
Don Libes' Expect. Pexpect allows your script to spawn a child application and 
control it as if a human were typing commands.

WWW: http://pexpect.sourceforge.net/

from Xavier Santolaria <xavier at santolaria dot net>
2004-01-12 17:58:47 +00:00
brad
a3aa73feea comment out demangler 2004-01-12 06:27:19 +00:00
brad
0ea7a6e3ae - use ISDIGIT from binutils
sync with in-tree binutils
- add missing free()
- add support for searching in -L paths when one shared
lib requires another
- add support for the -Z option
2004-01-12 06:26:22 +00:00
couderc
360d8e3fda Take maintainership, ok marcm@ 2004-01-11 16:45:51 +00:00
brad
c51aeee32a remove shared lib inter-library dependency on libm and libcurses 2004-01-11 07:05:31 +00:00
couderc
69fbd66f97 +fribidi 2004-01-10 23:38:20 +00:00
couderc
a17b4aef36 import of fribidi 0.10.4 from marcm@
A library to handle bidirectional scripts (eg. hebrew, arabic), so that
the display is done in the proper way; while the text data itself is
always written in logical order.
2004-01-10 23:32:23 +00:00
brad
fbc8c213a9 use make_tempname() for tmp dir too. from in-tree binutils. 2004-01-08 02:09:54 +00:00
brad
c7560d7cce inverted test. problem reported by avsm@. 2004-01-08 00:33:16 +00:00
wilfried
bf0e4b3714 a few gcc3 patches
also move the header files to ${LOCALBASE}/include/mysql++
2004-01-06 11:16:53 +00:00
sturm
7e33f77b31 +p5-AppConfig-Std
+p5-Net-Dict
2004-01-05 17:48:03 +00:00
sturm
7b0a722c13 Initial import of AppConfig-Std 1.07
AppConfig::Std is a subclass of Andy Wardley's AppConfig module,
to provide standard command-line arguments for tool scripts.
It is a Perl5 module to handle global configuration variables
for perl programs.

from Sam Smith <s at msmith dot net>
2004-01-05 17:42:47 +00:00
pvalchev
fa0c8e1b78 update to libuta-0.4.4
gcc3 patch from espie
2004-01-04 20:32:29 +00:00
sturm
c25b7a1572 sync maintainer's email address 2004-01-04 08:34:26 +00:00
sturm
b16335c88b update to Log-Agent 0.305
from maintainer Andrew Dalgleish
2004-01-04 08:08:34 +00:00
sturm
f3ffd50078 update to AppConfig 1.55
from Sam Smith <S at mSmith dot net>
2004-01-03 14:22:44 +00:00
sturm
f280cd8ac9 -jakarta-ant
+apache-ant
2004-01-03 13:41:18 +00:00
sturm
4c8408aa67 former jakarta-ant is now apache-ant
from new maintainer Kurt Miller <truk at apache dot org>
no response from reinhard@ in a long time
2004-01-03 13:40:03 +00:00
jolan
98b2c57574 i'm pretty sure the no_gnome flavor has more than 0 dependencies 2004-01-03 06:15:22 +00:00
marcm
5e370f27b0 Fix regression tests. 2004-01-03 05:51:32 +00:00
brad
197f204abe from in-tree binutils, by millert@.
Reverse the order of a test in the loop invariant.  It makes more
sense this way and works around an apparent gcc optimizer bug on
macppc related to inline functions.
2004-01-03 03:09:13 +00:00
brad
ee59130181 typo, this is really what I meant to do. 2004-01-03 03:06:58 +00:00
brad
466ce9e363 sync with what in-tree binutils does, don't install headers here. 2004-01-02 23:23:24 +00:00
brad
70595373b9 we've never had a ns32k port. 2004-01-02 23:22:15 +00:00
brad
5fb612f523 match up to 3.3 for OpenBSD/i386 a.out 2004-01-02 23:20:36 +00:00
espie
4b04b77c57 linking manually with -lstdc++ is dangerous... 2004-01-02 18:06:32 +00:00
espie
9c6f1e4d3b get gcc3 to make sure the PERL_INC directory is included at the right time. 2004-01-02 18:02:34 +00:00
brad
48853b5949 better LIB_DEPENDS entries for MySQL 2004-01-02 05:11:08 +00:00
sturm
8cfb11ab8e update to py-Checker 0.8.13
from Xavier Santolaria <xavier at santolaria dot net>
maintainer timeout
2004-01-01 09:07:58 +00:00
naddy
17170de520 overhaul 2003-12-31 19:37:56 +00:00
naddy
8d9ae51d35 overhaul 2003-12-31 19:14:09 +00:00
naddy
6b98cc4b8c overhaul 2003-12-31 18:53:35 +00:00
naddy
accfaa380d overhaul 2003-12-31 17:44:12 +00:00
naddy
a37b5f64df overhaul 2003-12-31 17:23:30 +00:00
espie
562d71fce5 Fix compile with gcc3 2003-12-31 17:18:16 +00:00
naddy
f217f4d5ec overhaul 2003-12-31 17:13:32 +00:00
naddy
9b81ffc110 overhaul plists 2003-12-31 16:20:04 +00:00
naddy
5f1c8d8e94 overhaul plists 2003-12-31 15:57:59 +00:00
brad
51f7138802 split GNOME support into a sub-package so we don't need
to drag in all of the GNOME support for wv2 and in turn
KOffice.

ok marcm@
2003-12-31 06:58:06 +00:00
sturm
cb161ecf05 update to jdk 1.3.1-10
NO_SYSTRACE=Yes due to not recognizing the archive as a linux binary
2003-12-30 23:24:32 +00:00
sturm
92b4c455e9 remove created directories, allows for clean uninstall of p5-Class-Container
if both where installed
2003-12-30 19:34:24 +00:00
espie
b9526f630b fix link for gcc3 2003-12-30 18:49:04 +00:00
espie
3fea5ca3f8 fix prototype 2003-12-30 18:44:40 +00:00
brad
bc36076e0a allow this to compile with MySQL 4.x and up 2003-12-30 05:05:16 +00:00
jolan
e4a4ec3fe5 add cvsweb-in-chroot document, to be installed when it can be done in a
non-hacky way.

ok naddy@
2003-12-30 03:38:09 +00:00
naddy
0462ea15ec remove conflicting Carp::Clan I accidentally introduced 2003-12-30 02:02:48 +00:00
espie
8e9e8ccb93 make it work with gcc3 2003-12-29 13:45:30 +00:00
espie
7548e1358f gcc3 doesn't like multi-line literals, and pval already knew it's
unhappy with nasm.
2003-12-28 22:26:18 +00:00
jose
f57eec92c4 update to tcl/tk 8.4
regression tests broken before, still broken, brad@ notified
ok brad@ naddy@
2003-12-27 23:41:41 +00:00
jose
7bc6e421e0 update to tcl/tk 8.4, ok brad@ naddy@ 2003-12-27 23:34:42 +00:00
jose
ec68ab34dd update to tcl 8.4
ok brad@ naddy@
2003-12-27 23:23:51 +00:00
jose
88c84e8da8 update to tcl/tk 8.4, ok brad@ naddy@ 2003-12-27 23:23:21 +00:00
jose
88786adfe5 upgrade to tcl/tk 8.4. passes regression tests.
ok brad@ naddy@
2003-12-27 23:22:51 +00:00
pvalchev
815b921585 Delete generated header file (which shouldn't have been part of distribution),
so that it gets properly generated for all machines....
Fixes big endian arches
Pointed out by jcs@
2003-12-27 07:16:40 +00:00
brad
7099b9500a use newer in-tree version of libiberty 2003-12-26 01:03:02 +00:00
naddy
6f34a01f10 overhaul p5-Date-* and p5-Time-* plists 2003-12-24 01:07:54 +00:00
jose
ba93a0d8bf update tcllib to 1.4.
ok sturm@
2003-12-21 16:04:05 +00:00
espie
4c049c59dc Yet another libz misuse. 2003-12-19 00:11:48 +00:00
naddy
7d1b43ef2b install pkgconfig files 2003-12-18 17:21:07 +00:00