| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: ports/26859
Notes:
svn path=/head/; revision=42004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=42003
|
|
|
|
|
|
|
|
|
| |
structures differ, else returns 1.
PR: ports/26853
Notes:
svn path=/head/; revision=42002
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=42001
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=42000
|
|
|
|
| |
Notes:
svn path=/head/; revision=41999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=41998
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=41997
|
|
|
|
| |
Notes:
svn path=/head/; revision=41996
|
|
|
|
| |
Notes:
svn path=/head/; revision=41995
|
|
|
|
| |
Notes:
svn path=/head/; revision=41994
|
|
|
|
|
|
|
|
|
|
| |
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. :-(
Notes:
svn path=/head/; revision=41993
|
|
|
|
|
|
|
|
|
|
| |
hyphen). Checksum is unchanged.
PR: 26907
Submitted by: Gary <ancient@outloud.org>
Notes:
svn path=/head/; revision=41992
|
|
|
|
| |
Notes:
svn path=/head/; revision=41991
|
|
|
|
| |
Notes:
svn path=/head/; revision=41990
|
|
|
|
|
|
|
|
| |
PR: 26906
Submitted by: Soren Boll Overgaard <root@treebeard.tolkien.dk>
Notes:
svn path=/head/; revision=41989
|
|
|
|
| |
Notes:
svn path=/head/; revision=41988
|
|
|
|
| |
Notes:
svn path=/head/; revision=41987
|
|
|
|
| |
Notes:
svn path=/head/; revision=41986
|
|
|
|
|
|
|
|
|
| |
Cleanup IPv6 patch process.
Submitted by: maintainer
Notes:
svn path=/head/; revision=41985
|
|
|
|
| |
Notes:
svn path=/head/; revision=41984
|
|
|
|
| |
Notes:
svn path=/head/; revision=41983
|
|
|
|
|
|
|
| |
Submitted by: Jimmy Olgeni <olgeni@uli.it>
Notes:
svn path=/head/; revision=41982
|
|
|
|
| |
Notes:
svn path=/head/; revision=41981
|
|
|
|
| |
Notes:
svn path=/head/; revision=41980
|
|
|
|
| |
Notes:
svn path=/head/; revision=41979
|
|
|
|
|
|
|
| |
Some part from: ijliao
Notes:
svn path=/head/; revision=41978
|
|
|
|
| |
Notes:
svn path=/head/; revision=41977
|
|
|
|
|
|
|
|
| |
PR: 26813
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=41976
|
|
|
|
|
|
|
|
| |
PR: 26781
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=41975
|
|
|
|
| |
Notes:
svn path=/head/; revision=41974
|
|
|
|
|
|
|
|
| |
PR: 26708
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=41973
|
|
|
|
|
|
|
|
|
|
|
| |
``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
Notes:
svn path=/head/; revision=41972
|
|
|
|
|
|
|
|
|
|
|
| |
``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
Notes:
svn path=/head/; revision=41971
|
|
|
|
|
|
|
|
|
|
| |
A free Python tutorial book that is "not For Dummies(tm)"
PR: 26697
Submitted by: Johann Visagie <johann@egenetics.com>
Notes:
svn path=/head/; revision=41970
|
|
|
|
|
|
|
|
| |
PR: 26641
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=41969
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. 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)
Notes:
svn path=/head/; revision=41968
|
|
|
|
|
|
|
|
| |
PR: 26621
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=41967
|
|
|
|
|
|
|
| |
Discussed with: vanilla
Notes:
svn path=/head/; revision=41966
|
|
|
|
|
|
|
| |
Submitted by: Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp>
Notes:
svn path=/head/; revision=41965
|
|
|
|
| |
Notes:
svn path=/head/; revision=41964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=41963
|
|
|
|
| |
Notes:
svn path=/head/; revision=41962
|
|
|
|
|
|
|
|
|
|
| |
Add support for PORTDOCS in pkg-plist.
Patches in files/ have been regenerated for this release, but they do the
same things as before.
Notes:
svn path=/head/; revision=41961
|
|
|
|
|
|
|
|
|
| |
- Update ipv6 patch to snapshot 20010425
Submitted by: bento (sort of)
Notes:
svn path=/head/; revision=41960
|
|
|
|
| |
Notes:
svn path=/head/; revision=41959
|
|
|
|
|
|
|
| |
Submitted by: Jose Marques <jose.marques@nottingham.ac.uk>
Notes:
svn path=/head/; revision=41958
|
|
|
|
|
|
|
| |
Asked by: Sean Lewis <sean@typhoon.sharp.com>
Notes:
svn path=/head/; revision=41957
|
|
|
|
|
|
|
|
| |
PR: 26837
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=41956
|
|
|
|
|
|
|
|
| |
PR: 26819
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=41955
|