Commit Graph

24275 Commits

Author SHA1 Message Date
espie
e6a457fa95 Mark as !64 bits.
Next version of squeak will be 64 bits clean.
2004-05-17 15:04:03 +00:00
grange
cb91285aea Remove DESTDIRNAME trick, instead delete private copy of tree.h
in post-extract.

Idea and ok naddy@
2004-05-17 11:34:06 +00:00
sturm
edf6d23e3c different tools support different sets of papersizes, so one PAPERSIZE
variable is not enough

noticed by ray at cyth.net
2004-05-17 05:32:39 +00:00
robert
c0ae8c0c74 +p5-Image-EXIF 2004-05-17 05:13:14 +00:00
robert
cf266799b2 Import of p5-Image-EXIF-0.98.6; from Dan Weeks <dan@danimal.org>
The Image::Exif Perl extension allows the user to use the
libexif library to extract EXIF information from JPEG
files created by digital cameras.

ok naddy@
2004-05-17 05:09:52 +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
dons
a926eea62b Disable the ffi on all platforms. Too flakey, caused ffihugs to dump
core on sparc64. No ffi was the old hugs' behaviour.
Also respect $CC while we're here.

Tested and fixed by sturm@ with some help from me
Ok sturm@ pvalchev@
2004-05-17 02:24:32 +00:00
naddy
1e3bf2b5aa - Don't leave files behind in /tmp.
- Fix a number of compiler warnings.
- Clean INSTALL a bit.
- Point HOMEPAGE to a more useful place.

From: Andreas Kahari <ak+openbsd@freeshell.org>
2004-05-17 00:22:54 +00:00
pvalchev
409857a1be LP64_ARCHS 2004-05-16 23:37:58 +00:00
pvalchev
d570761068 provide LP64_ARCHS, a list of 64-bit architectures (to be used for
NOT_FOR_ARCHS and such); ok naddy
2004-05-16 23:14:44 +00:00
naddy
b8b98b3662 remove imaginary ImageMagick dependency; from Jacob Meuser <jakemsr@jakemsr.com> 2004-05-16 21:10:08 +00:00
xsa
93a5b5e598 update to 0.51 from Michael Coulter <mjc at bitz.ca>
maintainer ok via Michael;
2004-05-16 09:44:29 +00:00
xsa
5daf260fc2 update to 2.10 from Michael Coulter <mjc at bitz.ca>
maintainer ok via Michael;
2004-05-16 09:21:08 +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
brad
c76e4b492f revert back to 4.0.18
for details http://dev.mysql.com/doc/mysql/en/News-4.0.19.html

thanks to Frank Denis for pointing this out to me.
2004-05-16 09:01:15 +00:00
jolan
6d16b41b72 reorder libs so this links on hppa. makes ie(4) even more annoying, wee 2004-05-16 08:38:12 +00:00
brad
b72dc871d3 upgrade to MySQL 4.0.19 2004-05-16 04:30:39 +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
robert
26a5efa9b3 update to 3.92; disable opengl support; ok jolan@ 2004-05-15 23:27:26 +00:00
naddy
e56f5949c9 fix building with gcc3 2004-05-15 18:37:53 +00:00
sturm
935ad11dbc add snmp FLAVOR
from maintainer Johan Fredin <griffin at legonet.org>
2004-05-15 15:19:20 +00:00
naddy
8b735c27b0 check for __LP64__ rather than enumerating individual LP64 archs
and forgetting, say, amd64
2004-05-15 14:54:24 +00:00
sturm
85b113ee66 this configure script sux, fix regular build and build in case of
logged out user (as is the case when building bulk packages)
2004-05-15 14:35:01 +00:00
brad
9a1384afe0 Change kde -> KDE in COMMENT 2004-05-15 14:32:26 +00:00
naddy
b5ada1deef fix building with gcc3 2004-05-15 14:18:59 +00:00
naddy
d01a6d3906 update to 1.14 2004-05-15 12:57:34 +00:00
sturm
8287613e60 take over officialy 2004-05-15 12:56:46 +00:00
sturm
73c57fad48 update to keychain 2.3.0, which is a complete rewrite
heads up by robert@
2004-05-15 12:55:06 +00:00
xsa
8a6e09e4ef sync with recent changes in the python module; 2004-05-15 09:25:17 +00:00
xsa
dfab581583 use LOCALBASE instead of PREFIX for directories that are already
created by python itself; while here add MODPY_INCDIR;
2004-05-15 09:24:12 +00:00
sturm
f652f3d422 fix srcdir to ${WRKSRC} in order to fix build with systrace 2004-05-15 06:43:23 +00:00
lebel
65101393fa really, we should use autoconf for this release 2004-05-14 18:59:18 +00:00
jakob
6fe059a3c6 update to v2.1.0 2004-05-14 18:43:54 +00:00
sturm
f5c265fc84 +vpnc 2004-05-14 13:35:30 +00:00
sturm
0ac32169da Initial import of vpnc 0.2-rm+zomb.1
A VPN client compatible with Cisco's EasyVPN equipment.

Supports IPSec (ESP) with Mode Configuration and Xauth.  Supports only
shared-secret IPSec authentication, 3DES, MD5, and IP tunneling.

It runs entirely in userspace.

WWW: http://www.unix-ag.uni-kl.de/~massar/vpnc/
2004-05-14 13:34:51 +00:00
brad
6d4bc14b03 +jasper 2004-05-14 05:36:21 +00:00
brad
2d67390878 add jasper 1.701.0
--
The JasPer Project is a collaborative effort between Image Power,
Inc.  and the University of British Columbia. The objective of this
project is to develop a software-based reference implementation of
the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC
15444-1). This software has also been submitted to the ISO for
inclusion in the JPEG-2000 Part-5 standard (as an official reference
implementation).
2004-05-14 05:33:57 +00:00
pedro
e9771081e4 order negative entries correctly, add myself and robert@. ok'd by him. 2004-05-13 18:55:11 +00:00
naddy
efcfb806bd SECURITY: update to 2.0.1
This patch release fixes a overflow buffer which can cause server crashes
under certain circumstances.

ok maintainer
2004-05-13 10:48:36 +00:00
pvalchev
18fc2ec6e5 revert to using glib1 (much faster startup time); from maintainer reinhard
tested by Andreas Turtschan
2004-05-13 07:11:56 +00:00
grange
c06cf2936c +cnupm 2004-05-13 06:54:55 +00:00
grange
1236d6ba87 Import cnupm-3.5.
cnupm is an IPv4/IPv6 traffic collector daemon; it listens on a network
interface for IPv4/IPv6 packets that match the boolean expression (see
tcpdump(8) for more information) and collects the following statistics:

     o   address family (INET/INET6)
     o   IPv4/IPv6 protocol number
     o   source IPv4/IPv6 address
     o   source TCP/UDP port
     o   destination IPv4/IPv6 address
     o   destination TCP/UDP port
     o   total number of bytes transferred

Based on the port from the cnupm author
Oleg Safiullin <form@pdp-11.org.ru>.

Help and ok pval@ naddy@.
2004-05-13 06:52:36 +00:00
grange
f7ae4fc70a _cnupm user for net/cnupm
ok pval@
2004-05-13 06:52:12 +00:00
pedro
04bfc1ce42 update to bochs 2.1.1
ok todd@, the maintainer
2004-05-12 22:40:11 +00:00
brad
fa4cee34db Make sure to pass the PIC flag when linking. 2004-05-12 22:27:24 +00:00
xsa
1b1dbb8dd0 + zope-formulator 2004-05-12 21:27:03 +00:00
xsa
4867bb2f90 Import of zope-formulator-1.6.2
Formulator is a tool to help with the creation and validation of web
forms. Form fields are stored as objects in Zope, in a special Form
folder.
2004-05-12 21:25:58 +00:00
sturm
3433a59dea update to opera 7.50
lots of bug fixes and improvements, see
http://www.opera.com/windows/changelogs/750/ for details
2004-05-12 19:35:45 +00:00
lebel
a7b46d3470 update vim/stable to 6.2.532 2004-05-12 13:53:44 +00:00