Commit Graph

41740 Commits

Author SHA1 Message Date
Patrick S. Gardella
36ba9c24cc Add a missing file. 2001-04-29 00:55:33 +00:00
Jean-Marc Zucconi
7c42a8fdd2 Bump PORTREVISION 2001-04-29 00:01:37 +00:00
Jean-Marc Zucconi
aec1a66fc9 - Remove pkg-plist.x11 and use PLIST_SUB to manage NO_X files in pkg-plist
- PLIST now manages installation/removal of mtools.conf (pkg-install no longer
required). mtools.conf will be removed only if it is equal to mtools.conf.sample.
Submitted by:	olgeni
2001-04-29 00:01:00 +00:00
Peter Wemm
ef240b2e69 Add a port for paicc (paint changed characters). This is an incredibly
useful tool as it allows you to have arbitary command lines refreshed in
a top-like fashion.  eg: paicc -c 'date; uptime; vmstat -i'
2001-04-28 23:42:14 +00:00
John Polstra
4246c39ee5 New port "cvsup-devel" for development snapshots of CVSup. 2001-04-28 20:53:53 +00:00
John Polstra
6f9eed1cc6 Allow PORTVERSION and MASTER_SITES to be overridden so that this
port can be used as a MASTERDIR.

Add an additional site to MASTER_SITES.
2001-04-28 20:32:15 +00:00
Akinori MUSHA
15e997bfb2 Apply a hotfix against ruby-interp. This fixes the coredump when $_
is set to non-string in a :rubydo command. (e.g. :rubydo $_ = 0)

It will be submitted to the vim6 author soon.
2001-04-28 19:34:59 +00:00
Dmitry Sivachenko
0b5b0887ca Update to 1.0.11
Approved by:	ache (MAINTAINER)
2001-04-28 18:54:15 +00:00
Akinori MUSHA
aea15d40ea Allow slave ports to override PORTREVISION.
Approved by:	obrien (MAINTAINER)
2001-04-28 18:08:30 +00:00
Ying-Chieh Liao
fd96745bd5 add terminality
A cross-platform terminal manipulation library
2001-04-28 17:55:53 +00:00
Hajimu UMEMOTO
3f3da42fc3 Update to 2.0.13.
If your libsasl has sasl_checkapop(), you can use APOP.
2001-04-28 16:43:11 +00:00
Mikhail Teterin
2483852c86 Although the port formally depended on lcms, the software was
compiling  without it  :( Add  the explicit  -D to  CFLAGS. Good
noone tried to use the lcms part of the library...

Also, add library dependencies to LDADD -- -ljpeg -lz -llcms.
2001-04-28 16:16:07 +00:00
Josef Karthauser
cc63125ef5 IO::Interface adds object-methods to IO::Socket objects to allow
them to get and set operational characteristics of network interface
cards, such as IP addresses, net masks, and so forth.  It is useful
for identifying runtime characteristics of cards, such as broadcast
addresses, and finding interfaces that satisfy certain criteria,
such as the ability to multicast.

PR:	ports/26876
2001-04-28 15:16:33 +00:00
Josef Karthauser
c4e3d79cbc Switch.pm provides the syntax and semantics for an explicit case
mechanism for Perl. The syntax is minimal, introducing only the
keywords switch and case and conforming to the general pattern of
existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases.

PR:	ports/26875
2001-04-28 15:08:08 +00:00
Alexander Langer
4dcbaf4ca4 This needs mimelib. 2001-04-28 15:05:50 +00:00
Josef Karthauser
350b999d25 This module returns the sunrise/sunset for a given day.
PR:	ports/26859
2001-04-28 15:03:42 +00:00
Josef Karthauser
cc7883a640 Usually when you have to store persistent data you don't need a
full-blown database server, just a ASCII database would do the
trick.

AsciiDB::Tag allows you to access a simple ASCII database using a
perl hash variable. The database format is straightforward so you
can edit it by hand if you need so. Each record is stored into a
file, and a record is just a set of values tagged by the field
name.

PR:	ports/26857
2001-04-28 14:55:30 +00:00
Josef Karthauser
e1877c8bf7 Compare two perl data structures recursively. Returns 0 if the
structures differ, else returns 1.

PR:	ports/26853
2001-04-28 14:48:19 +00:00
Josef Karthauser
2f3a0c450a This perl routine will take a prompt, a default response and a list
of possible responses and deal with the user interface, (and the
user!), by displaying the prompt, showing the default, and checking
to be sure that the response is one of the legal choices.

PR:	ports/26850
2001-04-28 14:39:59 +00:00
Josef Karthauser
3556489659 Stat::lsMode generates mode and permission strings that look like
the ones generated by the Unix ls -l command.  For example, a
regular file that is readable by everyone and writable only by its
owner has the mode string -rw-r--r--.  Stat::lsMode will either
examine the file and produce the right mode string for you, or you
can pass it the mode that you get back from Perl's stat call.

PR:	ports/26847
2001-04-28 14:21:40 +00:00
Dmitry Sivachenko
7b8e9406a3 Add Russian mirror of GNOME so one can utilize MASTER_SORT effectively. 2001-04-28 13:54:52 +00:00
Josef Karthauser
4ea841ffc9 SEQUIN is intended to extract the keywords used and the name of
the search engine given the a line from a logfile that contains a
referal URL from a Search Engine which GETs its data.

Unlike traditional applications for doing this, it does not rely
on a preset list of search engines and thus currently works with
almost every search engine URL the author could get his hands on.

PR:	ports/26844
2001-04-28 13:53:35 +00:00
Jimmy Olgeni
2dc6788a1f Fix a bug that prevented updates to be installed.
The line:

  for webmin_module in "${WEBMIN_MODULES}"

must be rewritten as:

  for webmin_module in ${WEBMIN_MODULES}

else the port will not unpack the update tarball.

This is a very stupid bug by me. Pass the pointy hat :-(

PORTREVISION bump: people using the WITH_UPDATES option should upgrade to
this version of the port. People who do not use WITH_UPDATES and run the
stock webmin release, or update it by hand, are unaffected by this patch.
2001-04-28 13:34:35 +00:00
MIHIRA Sanpei Yoshiro
62f579de56 Update to version 6.3.13. 2001-04-28 12:47:01 +00:00
Akinori MUSHA
46a0d38c3f Update to 0.3. 2001-04-28 11:05:15 +00:00
Akinori MUSHA
f028f8d147 The distfile moved. (no change) 2001-04-28 10:58:23 +00:00
Jimmy Olgeni
fdfe95412d Fix patch-i (whitespaces).
This patch would not apply cleanly because the original source files has
whitespaces at the end of some lines. The whitespaces in my original patch
have probably been eaten by some MUA by the time they arrived to
maintainer. :-(
2001-04-28 10:50:42 +00:00
Maxim Sobolev
b2d0e6f774 Correct DISTNAME (underscore between name and version has been replaced with
hyphen). Checksum is unchanged.

PR:		26907
Submitted by:	Gary <ancient@outloud.org>
2001-04-28 08:43:17 +00:00
Ying-Chieh Liao
af5de7e831 upgrade to 0.1.5 2001-04-28 08:29:36 +00:00
Maxim Sobolev
17a583b040 Correct comment. 2001-04-28 08:12:29 +00:00
Maxim Sobolev
982cb0b9ca Update to 0.1.1.
PR:		26906
Submitted by:	Soren Boll Overgaard <root@treebeard.tolkien.dk>
2001-04-28 07:09:11 +00:00
Ying-Chieh Liao
c91263a992 upgrade to 0.7.7 2001-04-28 06:25:18 +00:00
Ying-Chieh Liao
cd1aaa9dcb upgrade to 0.10 2001-04-28 06:15:22 +00:00
Andrey A. Chernov
e0b983c440 Make YO support optional 2001-04-28 04:14:43 +00:00
Jun Kuriyama
3c90e3c924 Update IPv6 patch to 20010415a.
Cleanup IPv6 patch process.

Submitted by:	maintainer
2001-04-28 04:09:15 +00:00
Daniel Harris
c073814b7f Fix stupid mistake. It really did work here... 2001-04-28 01:42:22 +00:00
Daniel Harris
f0d20428a9 Fix stupid mistake. I swear it worked here. 2001-04-28 01:40:26 +00:00
Jean-Marc Zucconi
a9b7b4de14 This patch corrects a newline bogon in the "mdel" command usage help.
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-04-27 21:47:36 +00:00
Akinori MUSHA
22e70b8ce9 Reflect the graphics/ruby-opengl update. 2001-04-27 19:34:05 +00:00
Akinori MUSHA
79981ed203 Update to 0.32. 2001-04-27 19:30:49 +00:00
Patrick S. Gardella
a585574c6c Update to 0.30.95 2001-04-27 19:19:29 +00:00
Vanilla I. Shu
7f11c10571 Add Big5 cursor movement friendly support.
Some part from:		ijliao
2001-04-27 19:18:34 +00:00
Maxim Sobolev
a26d7c7f14 Update to 0.61. 2001-04-27 18:56:10 +00:00
Ying-Chieh Liao
8475aa1b40 upgrade to 0.7
PR:		26813
Submitted by:	MAINTAINER
2001-04-27 18:56:06 +00:00
Ying-Chieh Liao
7d3beaf82d upgrade to 0.12
PR:		26781
Submitted by:	MAINTAINER
2001-04-27 18:34:01 +00:00
Jacques Vidrine
8403e24bd7 Bump PORTREVISION for ftpd buffer overflow fix. 2001-04-27 18:16:58 +00:00
Ying-Chieh Liao
0e377d053f A change in sdl12 broke the alephone port. This has been fixed.
PR:		26708
Submitted by:	MAINTAINER
2001-04-27 18:16:33 +00:00
Jacques Vidrine
9168f72db8 Security fix:
``Buffer overflows exist in the FTP daemon included with MIT krb5.''
  See <URL:http://web.mit.edu/kerberos/www/advisories/ftpbuf.txt> and
  <URL:http://web.mit.edu/kerberos/www/advisories/ftpbuf_122_patch.txt>.

Obtained from:  MIT Kerberos mailing list
2001-04-27 18:15:34 +00:00
Jacques Vidrine
3f37ef937e Security fix:
``Buffer overflows exist in the FTP daemon included with MIT krb5.''
See <URL:http://web.mit.edu/kerberos/www/advisories/ftpbuf.txt> and
<URL:http://web.mit.edu/kerberos/www/advisories/ftpbuf_122_patch.txt>.

Obtained from:	MIT Kerberos mailing list
2001-04-27 18:15:00 +00:00
Ying-Chieh Liao
03cf8c13fb add diveintopython
A free Python tutorial book that is "not For Dummies(tm)"

PR:		26697
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-04-27 17:38:02 +00:00