1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
Commit Graph

41429 Commits

Author SHA1 Message Date
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
Ying-Chieh Liao
45fd61e26b upgrade to 2.1.6
PR:		26641
Submitted by:	MAINTAINER
2001-04-27 17:24:25 +00:00
Mikhail Teterin
e1d386eca0 . Upgrade to the latest version.
. Change the port versioning scheme from the seemingly static 1.0
	  to one based on the date (the way author releases it).
	. Enable the SSL (https) support by default (unless NO_OPENSSL is set).
	. Use Makefile.bsd instead of patching the software's Makefile --
	  the new Makefile.bsd is nearly twice smaller than the old patch-aa.
	. Add the author-approved patch-idle, which allows to specify the
	  timeout at run-time (on command line), instead of at compile-time.

The maintainer submitted the PR below three weeks ago, and agreed for me
to close it with this commit.

Approved by:	maintainer
PR:		ports/26429	(related)
2001-04-27 17:01:06 +00:00
Ying-Chieh Liao
05e632f972 upgrade to 1.8.0
PR:		26621
Submitted by:	Ports Fury
2001-04-27 16:48:50 +00:00
Ying-Chieh Liao
c1053e346a make it ready for the coming slave ports
Discussed with:	vanilla
2001-04-27 16:39:50 +00:00
Shigeyuki Fukushima
d1fd328e7d Fix for using OSVERSION variable.
Submitted by:	Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp>
2001-04-27 15:16:58 +00:00
Maxim Sobolev
ab6ab8c270 Update to 0.7.1. 2001-04-27 15:08:30 +00:00
Mario Sergio Fujikawa Ferreira
a5c84227d1 o Update to qmail ldap patch version 20010301
o New defaults: TLS, LDAP_CLUSTER, AUTOMAILDIRMAKE, AUTOHOMEDIRMAKE
o Modify options WITH -> WITHOUT due to new defaults
o Fixes:
	- added 0.0.0.0 patch
	- fix qmail-lspawn 'Out of memory' error when attempting
	  local delivery to a nonexistant user
	- handle precedence flag in the right way
	- fix for qmail.schema mailReplyText
	- fix for ldaptimeout to just defer message delivery instead
	  of bouncing sometimes
2001-04-27 14:47:55 +00:00
Mario Sergio Fujikawa Ferreira
8d0b03efd4 Add updated distinfo for qmail-ldap slave port: ldap patch version 20010301 2001-04-27 14:45:50 +00:00
Jimmy Olgeni
6655b08385 Update port to version 4.4.4.
Add support for PORTDOCS in pkg-plist.

Patches in files/ have been regenerated for this release, but they do the
same things as before.
2001-04-27 13:45:19 +00:00
Mario Sergio Fujikawa Ferreira
578470c87a - Update port to version 4.0.1 (bug fixes)
- Update ipv6 patch to snapshot 20010425

Submitted by:	bento (sort of)
2001-04-27 13:38:50 +00:00
Dag-Erling Smørgrav
24fdf39ff8 Remove some debugging code that snuck into the previous commit. 2001-04-27 13:09:24 +00:00