Commit Graph

18662 Commits

Author SHA1 Message Date
pvalchev
8557012a72 cast NULL sentinel to void * so it is 64bit on 64bit arches 2002-12-28 22:51:42 +00:00
fgsch
9adb9e87ee o fix MASTER_SITES
o remove NEED_VERSION
2002-12-28 22:00:33 +00:00
fgsch
c891b5c203 o ftp passive support, based from elinks.
o bump package name.
2002-12-28 21:49:14 +00:00
jcs
89ca92e4fb remove myself as maintainer 2002-12-28 20:03:22 +00:00
todd
788777cd53 update to 2.0.2; based on a patch to 2.0.1 from Jim Geovedi <jim@corebsd.or.id>
and prompting from Christoph_Egger@t-online.de (Christoph Egger)
2002-12-28 19:34:51 +00:00
todd
60be1490bc this was to go in with the previous commit 2002-12-28 19:11:15 +00:00
todd
9cde96f539 upgrade to 0.8.2, based on patch from Jim Geovedi <jim@corebsd.or.id> and
prompting by Christoph Egger <Christoph_Egger@t-online.de>
2002-12-28 19:10:50 +00:00
todd
0938454292 update to bochs 2.0:
Changes in 2.0 (December 21, 2002):

Since the change log is hundreds of lines long, here is a very brief summary.
- 2x emulation speedup!!!
- added plugin devices and guis. Now you can compile with many more
  options, and choose between them at runtime.
- added emulation of AMD x86-64, MMX, SSE, SSE2 instructions
- add wxWindows port (a graphical configuration interface and display lib)
  and SVGAlib port (full screen display for Linux without X11)
- improvements in many I/O devices: for example up to 8 hard disks/cdroms,
  TUN/TAP network interface, 360k floppies,
- improved MacOSX/Carbon interface and updated MacOS9 port
- GDB remote stub, allows symbolic debugging with Bochs simulation.
- support for up to 32gig hard disk images
2002-12-28 06:20:19 +00:00
naddy
c1b285cc25 alpha does not imply OSF1 2002-12-28 00:14:11 +00:00
sturm
4b3cf9b8c0 set the CFLAGS the ocaml compiler uses (sigh!) to nothing so that
CFLAGS+=COPTS in bsd.port.mk isn't a problem anymore

from naddy@
MAINTAINER OK
2002-12-27 22:13:56 +00:00
danh
2ad9c799d2 simplify case statement 2002-12-27 18:37:07 +00:00
danh
c237443f82 * fix byte order of packet length in IP header
* use autoconf and clean up a bit
* bump package patch level
2002-12-27 18:07:00 +00:00
naddy
a48ff1965e honor CC 2002-12-27 17:26:55 +00:00
danh
cc3ca3d75c update to rrdtool 1.0.40 2002-12-27 15:26:07 +00:00
jakob
a2a6527ce1 remove propolice workaround, not needed in -current 2002-12-27 15:19:15 +00:00
jakob
da4c49209a version numbers on spanish distfile 2002-12-26 18:51:40 +00:00
sturm
330facf892 fonts archive changed name
espie@ OK
2002-12-26 18:41:14 +00:00
couderc
0a0fe177e0 Update to 1.6.8 2002-12-26 15:48:22 +00:00
couderc
c3b992d772 Update to 0.8.8 2002-12-26 15:07:26 +00:00
margarida
8fb1247f5a Update to version 1.0
Take MAINTAINER

brad@ ok
2002-12-26 01:58:39 +00:00
margarida
7cf19d0259 Update to version 3.1
--
This release optionally makes use of OpenSSL, it is now
possible to monitor processes forged with SSL. It is also
possible to run monit's HTTP server with SSL.
Also added:
Timestamp monitoring for files and directories and an SSH
protocol test.

brad@ ok
2002-12-26 00:45:55 +00:00
margarida
4d76371683 Update to version 1.2c
brad@ ok
2002-12-26 00:30:53 +00:00
margarida
df5d1bdd66 typo in MASTER_SITE 2002-12-25 17:49:09 +00:00
sturm
ae7a86c644 update to 2.9.0
minor bugfixes

naddy@ OK
2002-12-25 16:48:12 +00:00
jakob
555c70e15e improve 2002-12-25 12:01:13 +00:00
jakob
0bf9ed0603 also build tls+sasl2 package by default. sync snapshot flavours 2002-12-25 11:53:25 +00:00
jakob
7c8b7d32b9 update to postfix offical release 2.0. read the RELEASE_NOTES file for
information about important changes.
2002-12-25 11:51:23 +00:00
jakob
3112e1465f add global sasl2 option (for postfix v2) 2002-12-25 11:48:46 +00:00
wilfried
3ee69da4b8 getopt_long() is available now 2002-12-25 11:16:27 +00:00
wilfried
507da0590c drop getopt_long() patch 2002-12-25 11:03:19 +00:00
wilfried
d9653ba28e No longer needed 2002-12-25 10:57:49 +00:00
wcobb
10503b6c27 Document the smpeg API.
ok pvalchev@
2002-12-25 02:09:03 +00:00
pvalchev
06e7e60275 cast NULL sentinel to void * so it is 64bit on alpha & sparc64 2002-12-24 21:53:52 +00:00
pvalchev
5f57767bf5 sync linenumbers 2002-12-24 21:42:13 +00:00
reinhard
65ee48bc3f add missing german translation
ok fgsch@
2002-12-24 17:05:55 +00:00
fgsch
6b3ea10687 update MASTER_SITES.
from Nikolay Sturm <sturm at sec dot informatik dot tu-darmstadt dot de>
2002-12-24 13:09:34 +00:00
pvalchev
36aeccd4bd Install examples in share/examples, not share/doc.
From Sebastian Stark; ok'ed by maintainer Patroklos G. Argyroudis
2002-12-24 01:08:43 +00:00
espie
564905e8f2 Synch: quite a few maintainer addresses changes 2002-12-24 00:55:55 +00:00
pvalchev
f32e30309b Do not build own getopt implementation, make use of getopt_long() that we
now have; ok maintainer Jolan Luff
2002-12-23 20:36:01 +00:00
pvalchev
3e2095c8a9 - add HOMEPAGE, include it in DESCR
- reformat DESCR to look better
- regen patch with update-patches
from new maintainer Sebastian Stark <seb@todesplanet.de>
2002-12-23 19:16:59 +00:00
pvalchev
bc7e97ca15 - reformat DESCR
- regen patches with update-patches
- fix manpage xref to umask(2)
from new maintainer Sebastian Stark <seb@todesplanet.de>
2002-12-23 19:11:47 +00:00
sturm
d553499e7e takeover MAINTAINER
pvalchev@ OK
2002-12-23 18:56:33 +00:00
sturm
08d898eebb - takeover MAINTAINER
- minor cleanup

pvalchev@ OK
2002-12-23 18:52:52 +00:00
pvalchev
19d7454260 pull string.h for some prototypes 2002-12-23 18:04:42 +00:00
espie
9a86e1a341 +pim3 2002-12-23 16:13:21 +00:00
espie
3ae6c5d0b5 Personal Information Manager applications for kde.
(yep, I should have imported this ages ago...)
2002-12-23 16:11:48 +00:00
espie
f9088537c3 Handle @comment @dirrm 2002-12-23 16:07:51 +00:00
espie
669638625b Security update: 3.0.5a. Fixes numerous vulnerabilities. 2002-12-23 14:22:32 +00:00
espie
6834284b6c kill extraneous patches. 2002-12-23 10:42:28 +00:00
pvalchev
b19c9c4b79 Switch to MASTER_SITE_BACKUP since none of the mirrors carry this old
version anymore, no point in trying. (Someone should update this to a
newer version)
2002-12-23 09:18:52 +00:00