Commit graph

42044 commits

Author SHA1 Message Date
Maxim Sobolev
4d93d275ae Update 0.10. It still hangs at startup, though... 2001-05-16 15:59:21 +00:00
Ade Lovett
e5d3a9762b Missed one (grr) 2001-05-16 14:34:09 +00:00
Munechika SUMIKAWA
c85dd7dcbf Add IPv6 supporting patch.
Approved by:	bmah
2001-05-16 14:29:58 +00:00
Nick Sayer
15cfaa3406 Chase the distfile.
Submitted by: marc@milestonerdl.com
2001-05-16 14:08:50 +00:00
Ade Lovett
200dc1a1fb Remove --with-gtkhtml fully. PORTREVISION bumped.
Discovered by:	gnome-builder automated script
2001-05-16 13:59:16 +00:00
Ying-Chieh Liao
e521fed43c add salias
A command-line tool to alias arguments of other programs
2001-05-16 13:01:17 +00:00
Dag-Erling Smørgrav
3e60c9db1d Opera 5.0 for Linux has now been released. 2001-05-16 12:20:28 +00:00
Thomas Gellekum
5985156d78 Fix PLIST for Python-2.1 docs. 2001-05-16 11:41:37 +00:00
Dmitry Sivachenko
38410fbf89 Upgrade to 1.1.0 2001-05-16 09:42:55 +00:00
Dag-Erling Smørgrav
5f1da281bf Change the order in which we check out the ports root and index to work
around a CVS bug.  Also add some missing options to usage() and help()
and alphabetize them properly, and show the usage string if no arguments
were specified on the command line.
2001-05-16 09:28:51 +00:00
Joseph Koshy
0c10467bdd Upgrade to version 0.17.
Approved by: 	<dannyman@dannyland.org> (MAINTAINER)
2001-05-16 08:38:10 +00:00
Maxim Sobolev
8cd9f2aeaa Pessimise eazel.com - it was officially announced that the company is closing
its doors and all online services will be shut down RSN.
2001-05-16 06:57:56 +00:00
George C A Reid
1ba6367023 o Update to latest version
o Add a WWW link
o Fix portlint warnings for pkg-message
2001-05-16 01:31:45 +00:00
Archie Cobbs
a11c4631f3 Update to version 1.14.
PR:		ports/27301
2001-05-16 01:30:42 +00:00
Jean-Marc Zucconi
cab9d95766 Add a missing man page. 2001-05-15 22:14:45 +00:00
Yaroslav Tykhiy
e69bca319d Fix the contributor & maintainer's e-mail on his request. 2001-05-15 20:42:13 +00:00
John Polstra
4748b8c078 Add a @dirrm for "share/cvsup".
PR:		ports/27360
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-15 20:32:56 +00:00
Mikhail Teterin
b54815884a Add a patch, which sets the name of the new channel type to "tls". This
was  happening if  the static  structures were  used, but  not when  the
tlsChannelType structure  was created on the  fly (as is needed  for use
with different versions of TCL). Bump up the PORTREVISION.
2001-05-15 20:04:01 +00:00
Dirk Meyer
0f4814f645 - Add support for future 4.4 Release 2001-05-15 20:00:38 +00:00
Yaroslav Tykhiy
e2a8984548 New port: devel/strace.
Submitted by:	Alex Semenyaka <alexs@snark.rinet.ru>
2001-05-15 19:52:44 +00:00
Joerg Wunsch
ef84dd5a1a Do not, never, nikogda install lib{bfd,opcodes,iberty}.a. They might
clash with other binutils ports for different targets, and are not
needed to be installed at all.

PR:		ports/27347 (although with a different approach than suggested)
2001-05-15 19:21:48 +00:00
Akinori MUSHA
76a7903fb8 Update to 0.4. 2001-05-15 19:01:19 +00:00
Maxim Sobolev
ca95f241d8 Remove non-existing wmfun library from LIB_DEPENDS. 2001-05-15 18:15:41 +00:00
Maxim Sobolev
9b40492b7b Comment out files that belong to gtkhtml module. 2001-05-15 17:19:20 +00:00
Maxim Sobolev
bc3dc76527 Temporary comment out gtkhtml dependency until right way has been worked out.
Pointed out by:	ade
2001-05-15 17:14:26 +00:00
Maxim Sobolev
46b8645729 Enable gtkhtml module. 2001-05-15 13:30:35 +00:00
Thomas Gellekum
4e9156060d Upgrade to 1.1.2. 2001-05-15 11:36:16 +00:00
Maxim Sobolev
e6b8a5f53d Don't warn about non-existing {X11,LOCAL}BASE/libdata/pkgconfig.
Prompted by:	olgeni, ade
2001-05-15 10:07:28 +00:00
Maxim Sobolev
bd25dc0cf2 Cleanup MASTER_SITES:
- nuke http://jgo.local.net/cool_downloads/wm/ - it doesn't exist anymore;
- nuke MASTER_SITE_LOCAL - there is no need in it anymore.

Submitted by:	dougb
2001-05-15 09:39:46 +00:00
Maxim Sobolev
0b7eeaca7f Primary category is x11-toolkits, not graphics. 2001-05-15 08:18:19 +00:00
Gregory Neil Shapiro
49f9275414 Update to listmanager 2.108 and reenable.
v2.108  Released May 07, 2001 17:10 (PST)
        - try to avoid deadlock in LogBounces() by setting a timeout on
          the OpenDB() call
        - add config parameter "umask"
          [suggested by gshapiro@gshapiro.net]
        - don't set Reply-To: header in NewPending()
          [suggested by gshapiro@gshapiro.net]
        - "mailqueue" is now restricted by the "memberlist" command
          [suggested by gshapiro@gshapiro.net]
        - make use of the "domain" setting on preselected lists using the
          mail interface
          [requested by gshapiro@gshapiro.net]
        - trim spaces off of possible signature terminators in
          IdentifyMessage()
          [suggested by gshapiro@gshapiro.net]
        - LIBMSK: reimplement Absolute()
        The following resulted from a code audit by Greg Shapiro of
        Sendmail, Inc. <gshapiro@gshapiro.net>, whose help is greatly
        appreciated:
        - SECURITY: shed privileges when -C is used on the command line
        - SECURITY: add a popen() wrapper to shed privileges when the command
          being executed isn't sendmail
        - SECURITY: bounce requests or mail referring to addresses containing
          bogus characters, to prevent remote attacks
        - SECURITY: add some boundary checking in a few places I'd missed
        - SECURITY: be paranoid and call sendmail with "--" before
          arguments provided remotely to prevent remote attacks
        - SECURITY: verify access permissions with lm_access() to prevent
          unauthorized file giveaways and overwrites
        - SECURITY: be pedantic about list names to prevent nasty operations
        - SECURITY: add and begin using lm_safefopen()
2001-05-15 06:45:00 +00:00
Ying-Chieh Liao
6a580242ae add net-http
A library for doing HTTP client-side programming in Guile
2001-05-15 04:57:00 +00:00
Ying-Chieh Liao
1bdf10e1da add xmlppm
XML-Conscious PPM Compression
2001-05-15 04:09:09 +00:00
Ying-Chieh Liao
72e6d66a80 upgrade to 3.29.12
Noticed by:	Roman Shterenzon <roman@xpert.com>
2001-05-15 02:51:52 +00:00
Ying-Chieh Liao
92dc1699fb add mpgtx
A command line MPEG audio/video/system file toolbox
2001-05-15 02:19:15 +00:00
Kevin Lo
b4daf5a013 Fix JVM config file and font.properties
PR: 27316
Submitted by: Ernst de Haan <ernst@jollem.com>
2001-05-15 02:14:18 +00:00
Kris Kennaway
6c6d0742e8 A number of changes to this port:
* Portlint and clean up some style bugs
* Replace a hand-rolled configure script with pre/post-configure and
  GNU_CONFIGURE (side-effect is to respect CC and CFLAGS in the build
  instead of using -O2)
* respect the value of INSTALL_SCRIPT so the installation doesn't bomb out
  when we pass in INSTALL_PROGRAM as well
* allow automatic packaging (the MANUAL_PACKAGE_BUILD) seems to be a hold-
  over from several years ago before package builds were done separately.

Approved by:	jmz (maintainer)
2001-05-14 22:56:00 +00:00
Ade Lovett
9514dfe7ef Update to 1.0.4 2001-05-14 21:58:30 +00:00
Ade Lovett
c2d9471046 Update to 1.0.1 2001-05-14 21:58:11 +00:00
Ade Lovett
7605a8ed23 Update t0 0.5.8 2001-05-14 21:57:45 +00:00
Ade Lovett
a43f288f50 Update to 1.8.13 2001-05-14 21:57:27 +00:00
Jimmy Olgeni
954e7aca53 Update xmame to 0.37b14.2, xpinmame to 0.99b3, and CPS2 patches to
2001/05/11.

PR:		27317
Submitted by:	Stijn Hoop <stijn@win.tue.nl>
2001-05-14 20:02:10 +00:00
George C A Reid
711d81931c Update to 0.1.4 2001-05-14 19:27:39 +00:00
Maxim Sobolev
5b2a2a372e Update version number of wmraster shared library. 2001-05-14 19:00:07 +00:00
Maxim Sobolev
1bd5690f5f Update to 0.65.0. 2001-05-14 18:59:27 +00:00
Maxim Sobolev
1661005c13 Update to 1.0.3. 2001-05-14 17:18:52 +00:00
Ade Lovett
a885c9056a Add in bonobo support 2001-05-14 16:41:01 +00:00
Ade Lovett
b7eda93ad3 Fix build with pkgconfig installed
Submitted by:	many people
2001-05-14 16:40:36 +00:00
Ade Lovett
feb442a8bf Fix build with USE_SLANG
Submitted by:	many people
2001-05-14 16:40:02 +00:00
Maxim Sobolev
f4ce45c876 MASTER_SITE_SUBDIR is stable/sources/eel, not stable/sources/librsvg. 2001-05-14 14:56:16 +00:00