summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This module returns the sunrise/sunset for a given day.Josef Karthauser2001-04-286-0/+34
| | | | | | | PR: ports/26859 Notes: svn path=/head/; revision=42004
* Usually when you have to store persistent data you don't need aJosef Karthauser2001-04-286-0/+43
| | | | | | | | | | | | | | | | 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
* Compare two perl data structures recursively. Returns 0 if theJosef Karthauser2001-04-286-0/+35
| | | | | | | | | structures differ, else returns 1. PR: ports/26853 Notes: svn path=/head/; revision=42002
* This perl routine will take a prompt, a default response and a listJosef Karthauser2001-04-286-0/+39
| | | | | | | | | | | 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
* Stat::lsMode generates mode and permission strings that look likeJosef Karthauser2001-04-286-0/+39
| | | | | | | | | | | | | 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
* Add Russian mirror of GNOME so one can utilize MASTER_SORT effectively.Dmitry Sivachenko2001-04-281-0/+1
| | | | Notes: svn path=/head/; revision=41999
* SEQUIN is intended to extract the keywords used and the name ofJosef Karthauser2001-04-286-0/+55
| | | | | | | | | | | | | | 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
* Fix a bug that prevented updates to be installed.Jimmy Olgeni2001-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | 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
* Update to version 6.3.13.MIHIRA Sanpei Yoshiro2001-04-283-4/+4
| | | | Notes: svn path=/head/; revision=41996
* Update to 0.3.Akinori MUSHA2001-04-283-4/+7
| | | | Notes: svn path=/head/; revision=41995
* The distfile moved. (no change)Akinori MUSHA2001-04-282-3/+2
| | | | Notes: svn path=/head/; revision=41994
* Fix patch-i (whitespaces).Jimmy Olgeni2001-04-281-5/+5
| | | | | | | | | | 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
* Correct DISTNAME (underscore between name and version has been replaced withMaxim Sobolev2001-04-282-2/+2
| | | | | | | | | | hyphen). Checksum is unchanged. PR: 26907 Submitted by: Gary <ancient@outloud.org> Notes: svn path=/head/; revision=41992
* upgrade to 0.1.5Ying-Chieh Liao2001-04-282-2/+2
| | | | Notes: svn path=/head/; revision=41991
* Correct comment.Maxim Sobolev2001-04-281-1/+1
| | | | Notes: svn path=/head/; revision=41990
* Update to 0.1.1.Maxim Sobolev2001-04-282-4/+5
| | | | | | | | PR: 26906 Submitted by: Soren Boll Overgaard <root@treebeard.tolkien.dk> Notes: svn path=/head/; revision=41989
* upgrade to 0.7.7Ying-Chieh Liao2001-04-283-5/+5
| | | | Notes: svn path=/head/; revision=41988
* upgrade to 0.10Ying-Chieh Liao2001-04-282-2/+2
| | | | Notes: svn path=/head/; revision=41987
* Make YO support optionalAndrey A. Chernov2001-04-281-1/+4
| | | | Notes: svn path=/head/; revision=41986
* Update IPv6 patch to 20010415a.Jun Kuriyama2001-04-283-5/+4
| | | | | | | | | Cleanup IPv6 patch process. Submitted by: maintainer Notes: svn path=/head/; revision=41985
* Fix stupid mistake. It really did work here...Daniel Harris2001-04-281-1/+1
| | | | Notes: svn path=/head/; revision=41984
* Fix stupid mistake. I swear it worked here.Daniel Harris2001-04-281-2/+2
| | | | Notes: svn path=/head/; revision=41983
* This patch corrects a newline bogon in the "mdel" command usage help.Jean-Marc Zucconi2001-04-271-0/+11
| | | | | | | Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=41982
* Reflect the graphics/ruby-opengl update.Akinori MUSHA2001-04-271-1/+1
| | | | Notes: svn path=/head/; revision=41981
* Update to 0.32.Akinori MUSHA2001-04-275-93/+11
| | | | Notes: svn path=/head/; revision=41980
* Update to 0.30.95Patrick S. Gardella2001-04-276-20/+154
| | | | Notes: svn path=/head/; revision=41979
* Add Big5 cursor movement friendly support.Vanilla I. Shu2001-04-278-0/+185
| | | | | | | Some part from: ijliao Notes: svn path=/head/; revision=41978
* Update to 0.61.Maxim Sobolev2001-04-2710-187/+268
| | | | Notes: svn path=/head/; revision=41977
* upgrade to 0.7Ying-Chieh Liao2001-04-275-39/+125
| | | | | | | | PR: 26813 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41976
* upgrade to 0.12Ying-Chieh Liao2001-04-273-5/+14
| | | | | | | | PR: 26781 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41975
* Bump PORTREVISION for ftpd buffer overflow fix.Jacques Vidrine2001-04-274-0/+4
| | | | Notes: svn path=/head/; revision=41974
* A change in sdl12 broke the alephone port. This has been fixed.Ying-Chieh Liao2001-04-272-4/+12
| | | | | | | | PR: 26708 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41973
* Security fix:Jacques Vidrine2001-04-274-0/+76
| | | | | | | | | | | ``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
* Security fix:Jacques Vidrine2001-04-274-12/+1092
| | | | | | | | | | | ``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
* add diveintopythonYing-Chieh Liao2001-04-276-0/+178
| | | | | | | | | | 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
* upgrade to 2.1.6Ying-Chieh Liao2001-04-272-3/+4
| | | | | | | | PR: 26641 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41969
* . Upgrade to the latest version.Mikhail Teterin2001-04-275-19/+65
| | | | | | | | | | | | | | | | | | | . 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
* upgrade to 1.8.0Ying-Chieh Liao2001-04-273-3/+4
| | | | | | | | PR: 26621 Submitted by: Ports Fury Notes: svn path=/head/; revision=41967
* make it ready for the coming slave portsYing-Chieh Liao2001-04-272-6/+8
| | | | | | | Discussed with: vanilla Notes: svn path=/head/; revision=41966
* Fix for using OSVERSION variable.Shigeyuki Fukushima2001-04-271-5/+5
| | | | | | | Submitted by: Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp> Notes: svn path=/head/; revision=41965
* Update to 0.7.1.Maxim Sobolev2001-04-272-2/+2
| | | | Notes: svn path=/head/; revision=41964
* o Update to qmail ldap patch version 20010301Mario Sergio Fujikawa Ferreira2001-04-271-20/+22
| | | | | | | | | | | | | | | | 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
* Add updated distinfo for qmail-ldap slave port: ldap patch version 20010301Mario Sergio Fujikawa Ferreira2001-04-271-1/+1
| | | | Notes: svn path=/head/; revision=41962
* Update port to version 4.4.4.Jimmy Olgeni2001-04-278-42/+43
| | | | | | | | | | 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 port to version 4.0.1 (bug fixes)Mario Sergio Fujikawa Ferreira2001-04-272-5/+4
| | | | | | | | | - Update ipv6 patch to snapshot 20010425 Submitted by: bento (sort of) Notes: svn path=/head/; revision=41960
* Remove some debugging code that snuck into the previous commit.Dag-Erling Smørgrav2001-04-273-3/+3
| | | | Notes: svn path=/head/; revision=41959
* Upgrade to 5.0 beta 8.Dag-Erling Smørgrav2001-04-2712-60/+309
| | | | | | | Submitted by: Jose Marques <jose.marques@nottingham.ac.uk> Notes: svn path=/head/; revision=41958
* Notate detailed condition about BROKEN 4.76.SADA Kenji2001-04-272-2/+12
| | | | | | | Asked by: Sean Lewis <sean@typhoon.sharp.com> Notes: svn path=/head/; revision=41957
* upgrade to 2.2Ying-Chieh Liao2001-04-274-4/+4
| | | | | | | | PR: 26837 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41956
* sorry for missing PR and submitterYing-Chieh Liao2001-04-270-0/+0
| | | | | | | | PR: 26819 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41955