aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.94Clement Laforet2004-01-173-10/+6
| | | | | | | | | | - Use PORTDOCS macro - cleanups Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98364
* Update to 1.0.7.Joe Marcus Clarke2004-01-167-132/+6
| | | | Notes: svn path=/head/; revision=98363
* Updated INDEX for 4.X with 10149 ports.Joe Marcus Clarke2004-01-161-5922/+6409
| | | | Notes: svn path=/head/; revision=98362
* - Change maintainer's e-mail addressClement Laforet2004-01-169-9/+9
| | | | | | | | | | | (einekoai@chello.nl -> kwm@rainbow-runner.nl) PR: 61447 Submitted by: Koop Mast <kwm@rainbow-runner.nl> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98361
* - move the three individual distfiles into ${DISTFILES}/ttcp toMichael Haro2004-01-162-7/+8
| | | | | | | | | | | | improve organization. - keep portlint happy. PR: 61145 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=98360
* update to 1.13Michael Haro2004-01-162-2/+2
| | | | Notes: svn path=/head/; revision=98359
* Add an entry for deskutils/libmrproject as well as mrproject.Joe Marcus Clarke2004-01-161-0/+1
| | | | Notes: svn path=/head/; revision=98358
* Add gauche-readline 0.1, a pure gauche/scheme implementation of theClement Laforet2004-01-165-0/+42
| | | | | | | | | | | | | | | | | Readline library. Written in Scheme only, this adds input line editing feature to Gauche. Assumes VT100 compatible terminal capability. WWW: http://www.shiro.dreamhost.com/scheme/gauche/packages.html Author: Julian Fondren PR: 61389 Submitted by: Erik Greenwald <erik@smluc.org> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98356
* upgrade to 2.2.9Michael Haro2004-01-162-2/+2
| | | | | | | | | - Fixed a compatibility problem using Parse::RecDescent version 1.94 - Fixed problem in migrate that caused problems in versions of perl earlier than 5.6. Notes: svn path=/head/; revision=98355
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-1/+2
| | | | | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98354
* Update to 1.1.92Tilman Keskinoz2004-01-163-22/+2
| | | | Notes: svn path=/head/; revision=98353
* Add p5-Net-CIDR-Lite - A faster alternative to Net::CIDR when merging aMichael Haro2004-01-165-0/+33
| | | | | | | large number of CIDR address ranges. Works for IPv4 and IPv6 addresses. Notes: svn path=/head/; revision=98351
* Fix a compile problem with recent gcc versions.Tilman Keskinoz2004-01-161-0/+16
| | | | Notes: svn path=/head/; revision=98350
* Update to 2.4.2.Adam Weinberger2004-01-1610-80/+58
| | | | Notes: svn path=/head/; revision=98349
* - Update to 5.4.0Clement Laforet2004-01-163-8/+7
| | | | | | | | | PR: 61437 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98348
* add p5-Date-Set - It allows you to generate groups of dates, likeMichael Haro2004-01-165-0/+43
| | | | | | | | | "every wednesday", and then find all the dates matching that pattern. Note that this port is similar (but not the same) as p5-DateTime-Set. Notes: svn path=/head/; revision=98346
* - Update to 5.4.0Clement Laforet2004-01-166-126/+169
| | | | | | | | | | | | - Use %%TAO_VERSION%% in pkg-plist - Fix CONFLICTS PR: 61437 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98345
* add p5-DWH_File which allows for data and object persistence in deep andMichael Haro2004-01-165-0/+79
| | | | | | | wide hashes Notes: svn path=/head/; revision=98343
* Add the p5-Mail-SPF-Query portMichael Haro2004-01-165-0/+40
| | | | | | | | | | | The SPF protocol relies on sender domains to publish a DNS whitelist of their designated outbound mailers. Given an envelope sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP. Notes: svn path=/head/; revision=98341
* Create the keyring in ${WRKDIR}Tilman Keskinoz2004-01-161-2/+4
| | | | Notes: svn path=/head/; revision=98340
* - configure squid to run under a dedicated "squid" user by default; make useSergei Kolobov2004-01-1648-6102/+2514
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of SQUID_{UID,GID} which other squid-related ports already implemented. The user/group will be created on the fly if they do not already exist. - introduce WITH_SQUID_LDAP_AUTH to pull in the necessary bits to compile and use the ldap_auth helper - install some more authentication helper applications by default - install helper applications to ${PREFIX}/libexec/squid instead of ${PREFIX}/libexec, add notes about it in pkg-install and pkg-descr - cleanup the pre-installation tasks and move them from Makefile and pkg-plist into the pkg-install script; make 'make install' and 'pkg_add' actually do the same thing - introduce a pkg-deinstall script - make squid.sh rcNG compatible (when either /etc/rc_subr or ${PREFIX}/etc/rc_subr is present, the first one will be used, otherwise the script will work as a "rc classic" script so no additional dependency on the rc_subr port should be needed) - some Makefile cleanups: + the squid installation procedure now correctly strips binaries, so there is no need to do this manually anymore + generate those parts of pkg-plist dynamically that may be affected by user set tunables (currently the localized error pages and helper applications) + document the available configuration options in a slightly different style + remove some obsolete variable declarations and comments + honor NOPORTDOCS - add CONFLICTS - add another vendor patch, see http://www.squid-cache.org/bugs/show_bug.cgi?id=890 for a thorough explanation of what has been fixed. - since we can no longer take the presence of Lithuanian error pages for granted, wrap the workaround for the errorpages.patch with '.if exists()' - bump PORTREVISION PR: 61315 Submitted by: maintainer Notes: svn path=/head/; revision=98339
* Don't create the default keyring, if gnupg is installed.Tilman Keskinoz2004-01-162-4/+8
| | | | | | | Requested by: Randy Bush Notes: svn path=/head/; revision=98338
* - Fix WWW: line [1]Kirill Ponomarev2004-01-164-18/+24
| | | | | | | | | | | | | - Use new MASTER_SITES [1] - Use DOCSDIR and pet portlint [2] - Add new files in pkg-plist [2] - Bump PORTREVISION PR: 61435 Submitted by: Jason Harris <jharris@widomaker.com> [1], krion [2] Notes: svn path=/head/; revision=98337
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-0/+2
| | | | | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98336
* Update to 0.7. Don't treat warnings as errors.Trevor Johnson2004-01-162-6/+4
| | | | | | | | PR: 61410 Submitted by: dinoex Notes: svn path=/head/; revision=98335
* . Adjust download instructions for new download URL.Greg Lewis2004-01-161-2/+3
| | | | Notes: svn path=/head/; revision=98334
* . Convert a space to a tab.Greg Lewis2004-01-161-2/+3
| | | | | | | . Use a download URL which is one less hop away from the actual download. Notes: svn path=/head/; revision=98333
* - Update to 0.7.1Clement Laforet2004-01-164-5/+8
| | | | | | | | | | | | | | | | | | | | Changes since 0.6.1: * changed event dialog from QDialog to QWidget to allow minimizing * configurable notification of pending events at midnight (thanks to a patch from Balaji Ramani) * use yesterday and tomorrow instead of -1 and 1 in the event view * reloading of addressbook when it has changed * added some debug code * some code cleanups * improved class documentation * added russian translation (provided by Egor S. Orlov) PR: 61436 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98332
* . Add cacerts file missed in last commit.Greg Lewis2004-01-161-0/+0
| | | | Notes: svn path=/head/; revision=98331
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someGreg Lewis2004-01-161-1/+2
| | | | | | | | | problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98330
* . Update to 1.3.1 SR6 [1]Greg Lewis2004-01-163-2/+3
| | | | | | | | | | | | | . Install the cacerts file from Sun's 1.3.1_10 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 PR: 59867 [1] Submitted by: Krzysztof Stryjek <wtp@bsdguru.org> [1] Notes: svn path=/head/; revision=98329
* Add p5-Devel-Cycle 1.02, find memory cycles in objects.Sergey Skvortsov2004-01-165-0/+41
| | | | Notes: svn path=/head/; revision=98327
* Add gretools, a GTK2 English vocabulary tutor.Adam Weinberger2004-01-166-0/+71
| | | | | | | | | "My favourite part is 'How to Increase your Word Power!' That thing is really...... really........ good." -Homer Simpson Notes: svn path=/head/; revision=98325
* Relax file permissionsClement Laforet2004-01-1610-15/+15
| | | | | | | | | PR: 61417 Submitted by: Chris Knight <chris@e-easy.com.au> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98324
* Update to 1.0.2.Joe Marcus Clarke2004-01-163-5/+4
| | | | | | | | | | | | | | * patch applied to smtp-tls.c and examples/mail-file.c for Balsa * smtp-tls.c - fixed typo in check_file() - domain name check is now done using the wildcard match per RFC 2818 - better error reporting for check_file() and check_directory() PR: 61434 Submitted by: maintainer Notes: svn path=/head/; revision=98323
* Use intlhack to fix the build on -STABLE.Joe Marcus Clarke2004-01-162-2/+2
| | | | | | | Reported by: Randy Bush <randy@psg.com> Notes: svn path=/head/; revision=98322
* Update to 0.3.5Clement Laforet2004-01-165-249/+241
| | | | | | | | | PR: 61393 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98321
* - Fix CONFLICTSClement Laforet2004-01-161-1/+1
| | | | | | | | | PR: 61412 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98320
* - Upodate to 1.3Clement Laforet2004-01-162-2/+12
| | | | | | | | | | | | | - Add docs While I'm here: - use PORTDOCS macro PR: 60587 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98319
* - Update to 0.9.1Clement Laforet2004-01-163-5/+5
| | | | | | | | | | | - Revert to clamav_milter_enable (rc.subr) PR: 61431 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98318
* Add WWW.Clement Laforet2004-01-161-1/+3
| | | | | | | | | PR: 61433 Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98317
* - Update to 0.9.1Clement Laforet2004-01-163-13/+20
| | | | | | | | | | | | While I'm here: - Use %%DATADIR%% PR: 61432 Submitted by: Paul Dlug <paul@aps.org> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98316
* *******************IMPORTANT********************James E. Housley2004-01-162-2/+2
| | | | | | | | | | | | 4315 Emergency Dat release due to: Incorrect identification of EXPLOIT/LINUX Incorrect identification of UNIX/EXPLOIT-SSHIDEN ************************************************ Notes: svn path=/head/; revision=98315
* - Update to 0.0.6Clement Laforet2004-01-162-2/+2
| | | | | | | | | It should fix coredump with perdition + posix regex. Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98314
* MAINTAINER address bounces, so reset.Mark Murray2004-01-165-42/+3
| | | | | | | Upgrade to 1.52. Notes: svn path=/head/; revision=98313
* - Update to version 1.7.6Kirill Ponomarev2004-01-164-96/+114
| | | | | | | | PR: 61422 Submitted by: Ports Fury Notes: svn path=/head/; revision=98312
* - Update to version 2.9.6Kirill Ponomarev2004-01-163-4/+16
| | | | | | | | PR: 61423 Submitted by: Ports Fury Notes: svn path=/head/; revision=98311
* Update to 1.5Mathieu Arnold2004-01-162-2/+2
| | | | Notes: svn path=/head/; revision=98310
* Update to 2.3Mathieu Arnold2004-01-164-4/+4
| | | | Notes: svn path=/head/; revision=98309
* - Update to version 0.0.13Kirill Ponomarev2004-01-162-2/+2
| | | | | | | | PR: 61429 Submitted by: Ports Fury Notes: svn path=/head/; revision=98308