Commit Graph

46463 Commits

Author SHA1 Message Date
David W. Chapman Jr.
b71966d7a0 Fix sdl depend
PR:		30182
Submitted by:	maintainer
2001-08-30 02:45:38 +00:00
David W. Chapman Jr.
ba6ab50fc7 Depend on new Pilot-link
Bump PORTREVISION

PR:		30183
Submitted by:	maintainer
2001-08-30 02:03:01 +00:00
David W. Chapman Jr.
0088777197 Forgot to update distinfo from last commit 2001-08-30 01:13:46 +00:00
David W. Chapman Jr.
e64a01ebac Update postfix to 20010808
Update configure script to be smaller and fix it from trying to grep directories
Update TLS to version for new postfix version
Add missing man pages

PR:		30177
Submitted by:	maintainer, slin@infomath.math.nctu.edu.tw
2001-08-30 01:03:06 +00:00
Pete Fritchman
0a40a870f1 - update to 0.34
- add a run depend for qmail
- reword pkg-comment

PR:		30208
Submitted by:	maintainer
2001-08-30 00:52:23 +00:00
Pete Fritchman
f45a623206 Update to 0.6
PR:		30205
Submitted by:	maintainer
2001-08-30 00:48:05 +00:00
Pete Fritchman
57cba1be5a Update to 1.2.1
PR:		30204
Submitted by:	maintainer
2001-08-30 00:29:47 +00:00
Will Andrews
89ed359f56 KOffice's website changed to koffice.org some time ago.
Submitted by:	Jeffrey Drake <jpt.d@home.com>
2001-08-29 23:43:50 +00:00
Will Andrews
174743bd5d Add patch for kdoctools/xml2man.cpp, similar to xslt.cpp patch.
Bump PORTREVISION just in case this is needed.

From Mikhail Teterin:
> Well, for  the same reason the  xslt.cpp sometimes works --  in fact, it
> worked for everyone, until someone tried it on current.
>
> In essence, the code  reads the whole file into a  buffer. It then tries
> to  turn that  buffer into  one of  qt's string-objects  (QCString). The
> class'  constructor  they chose  assumes,  it  is  passed a  valid  (aka
> \0-terminated) string and goes through  the buffer looking for the first
> 0-byte. The  file itself  does not  contain any,  so it  happily wonders
> behind the real end of the buffer  until it either finds a stray 0-byte,
> or seg-faults, trying to read a wrong page.
>
> Apparently,  more often  than  not, some  stray 0-byte  is  there --  no
> surprise. But  it will usually  create a  string that's longer  than the
> file size -- unless  the 0-byte happens to be right there  at the end of
> the  buffer.  Apparently, the  lamer, who  wrote it,  noticed  something
> strange, so he/she  explicitly truncates the created  QCString object to
> the known size of the file after instantiation:
>
>       contents.truncate(xmlFile.size())
>
> My patch  modifies the code to  use the correct QCString  constructor --
> the one,  that accepts  the maximum  size of the  string. This  does the
> right  thing  -- once  it  reaches  the end  of  the  buffer, it  stops,
> allocates the private storage (I hate  C++ for all this buffer copying),
> appends  the 0-byte  and creates  the object  of the  expected size.  No
> truncation is needed....

Thanks to Mikhail for his debugging on this problem; this patch further
removes the hazard of meinproc coredumps.

Submitted by:	mi
2001-08-29 23:16:13 +00:00
Trevor Johnson
120285b250 The 4.13 distfile was clobbered by the 4.14 one. I have the old
distfile, but am not allowed to redistribute it.
2001-08-29 22:30:56 +00:00
Andrey A. Chernov
c334bff8d3 Don't attempt to notify empty <> sender 2001-08-29 20:30:48 +00:00
Mario Sergio Fujikawa Ferreira
738534a4c0 New port xmms-volnorm version 0.8.1: Volume Normalizer plugin for
XMMS

PR:		29814
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 19:45:10 +00:00
Pete Fritchman
0ac2e2a51b - update to 2.7.1
- style nits (one tab after VAR=)

PR:		30195
Submitted by:	maintainer (mostly)
2001-08-29 19:36:53 +00:00
Dmitry Sivachenko
e4043b9a6f Upgrade to 1.14 2001-08-29 19:22:35 +00:00
Andrew Gallatin
7148fe93a4 Allow the tga driver to load the "fb" module; without this, the driver
gets unresolved symbols when accessing fb routines at server startup.

Note, this is apparently already in the mainline XFree86 sources,
so this patch may need to be removed when the port is updated for
the next release of XFree86

Tested by: "Eric S. Van Gyzen" <eric@stat.Duke.EDU>
2001-08-29 19:20:13 +00:00
Trevor Johnson
977c9b3749 Remove FTP site which no longer has the distfiles. 2001-08-29 19:00:48 +00:00
Trevor Johnson
9ab6a37c4c Use PTHREAD_CFLAGS and PTHREAD_LIBS to "follow the ways of bentoism".
Submitted by:	Patrick Li <pat@databits.net>
PR:		29596
2001-08-29 18:58:19 +00:00
Pete Fritchman
4c1a76f69e - update to 0.2403
- sort pkg-plist

PR:		30132
Submitted by:	maintainer
2001-08-29 18:30:42 +00:00
Pete Fritchman
39bb7425fc - update to 0.33
- install documentation
- install examples in ${PREFIX}/share/examples/Spreadsheet-WriteExcel (instead
  of inside of ${SITE_PERL}/Spreadsheet/WriteExcel/examples/)
- sort pkg-plist

PR:		30131
Submitted by:	maintainer
2001-08-29 18:26:55 +00:00
Anton Berezin
ef0e7e586e Update lib/st to 1.2. 2001-08-29 18:13:27 +00:00
Mitsuru IWASAKI
8563154cf9 Update to acpica-unix-20010816.
Add acpidump for 4-STABLE system.
2001-08-29 18:09:56 +00:00
Anton Berezin
6c6a7ee2d5 Update net/p5-NetAddr-IP to 2.24. 2001-08-29 18:06:13 +00:00
Anton Berezin
2e4081faf6 Update devel/p5-Storable to 1.0.13. 2001-08-29 18:03:12 +00:00
Pete Fritchman
5b91b3f0fa Actually update distinfo to version 0.1.8, it seems this was overlooked when
ports/28160 was closed.

Submitted by:	Bob Kot <bobkot@gci-net.com>
2001-08-29 17:52:14 +00:00
Anton Berezin
5c6e98b7ba Fix a bug introduced in 1.21, so grepmail actually runs. 2001-08-29 17:44:11 +00:00
James E. Housley
b380b2e14b Update to version 4156 2001-08-29 17:39:46 +00:00
Clive Lin
dee4e1fa91 Upgrade to 1.1.7 2001-08-29 17:16:45 +00:00
Mario Sergio Fujikawa Ferreira
574bcefe7f New port xmms-crystality version 0.92: Realtime XMMS plugin for
remastering mp3 sound

PR:		29839
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 16:24:21 +00:00
Mario Sergio Fujikawa Ferreira
d1b5b62cbb New port gkrellkam version 0.2.3b: GKrellM plugin that display
thumbnails of periodically updated images

PR:		29830
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 16:16:56 +00:00
Kevin Lo
ed037e6e47 As linux-jdk13, it needs BUILD_DEPENDS 2001-08-29 15:45:29 +00:00
Kevin Lo
d0f55899e6 Add BUILD_DEPENDS
Submitted by: Brad Smith <brad@comstyle.com>
2001-08-29 15:40:55 +00:00
Nick Sayer
594f6a6697 Since user level ppp can now do MPPE, there's no longer a good reason to
deprecate this port.

Submitted by:	brian
2001-08-29 15:25:25 +00:00
Jun Kuriyama
14adead121 Fix for bus error (core dump).
Reported by:	TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp>
Submitted by:	Mori Kouji <mori@tri.asanuma.co.jp>
2001-08-29 14:41:54 +00:00
Ying-Chieh Liao
dcb2f17c04 add slisp
A simple Lisp interpreter

PR:		29643
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 12:39:06 +00:00
Ying-Chieh Liao
d71b137e0b add hp48cc
C-like compiler that translates input code to the HP48 RPN language

PR:		29642
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 12:34:54 +00:00
FUJISHIMA Satsuki
34ef4be1e7 update to 20010701. 2001-08-29 12:23:32 +00:00
Ying-Chieh Liao
9924db44cc add yaucg
A bash Script which will get you the today's Userfriendly.org Picture

PR:		30093
Submitted by:	Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-08-29 12:04:18 +00:00
Johann Visagie
22c3e2138e - Update to version 3.1
PR:		30176
Submitted by:	David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
2001-08-29 12:00:08 +00:00
Ying-Chieh Liao
b2c38304d2 add glass
GLASS (openGL Articulated Structure System) is a 3D library

PR:		29991
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 11:53:56 +00:00
Johann Visagie
b77bfb26fc - Update to version 1.0.3
PR:		30175
Submitted by:	David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
2001-08-29 11:53:29 +00:00
Mark Pulford
421f9ce040 Fixed MASTER_SITES and added WWW. Respect LOCALBASE.
PR:		29824
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-29 11:42:46 +00:00
Mark Pulford
52ad175276 Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant.
PR:		29823
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-29 11:39:06 +00:00
Ying-Chieh Liao
ab47333398 upgrade to 1.0
PR:		30044
Submitted by:	Ports Fury
2001-08-29 11:35:57 +00:00
Ying-Chieh Liao
0f4eb80eba add qtfw
A GUI frontend for ipfw utility in FreeBSD

PR:		30077
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 11:29:30 +00:00
Ying-Chieh Liao
7c2e77dac9 add p5-Convert-ASCII-Armour
Convert binary octets into ASCII armoured messages

PR:		30080
Submitted by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2001-08-29 11:24:24 +00:00
Mark Pulford
4873816014 Updated to 0.8.0. 2001-08-29 11:18:40 +00:00
Ying-Chieh Liao
82f34cee44 add lbrate
Extract/decompress CP/M LBR archives

PR:		30087
Submitted by:	Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-08-29 11:12:02 +00:00
Mark Pulford
647df4c5e9 Updated to 1.4. Using version 1.40 in port to avoid PORTEPOCH.
Added documentation and examples.
2001-08-29 11:07:38 +00:00
Ying-Chieh Liao
aa60fdf0b1 add ntalk
A console chat application written with ncurse

PR:		30090
Submitted by:	Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-08-29 10:56:13 +00:00
Akinori MUSHA
67a948970a Update to 20010829.1. Not a really mandatory update.
portupgrade:
- Make portupgrade download packages using pkg_fetch(1) when -FP is
  given. (also aware of -R, -f and -v)

pkg_fetch:
- Be more intelligent and try All and Latest in the proper order.
- Return a non-zero status value when some are failed.
- Change -r to -R, since it recurses upwards through dependencies.
2001-08-29 10:06:58 +00:00