aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New Port: databases/p5-DBIx-Tree v0.91Edwin Groothuis2003-02-056-0/+45
| | | | | | | | | | | | | When you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out. Assuming there are no horribly broken nodes in your tree and (heaven forbid) any circular references PR: ports/47660 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Notes: svn path=/head/; revision=74733
* * Update to 0.2.20.Christian Weisgerber2003-02-053-8/+9
| | | | | | | | * Drop bash dependency. Inspection of the affected scripts shows only POSIX shell language. Notes: svn path=/head/; revision=74731
* Update: databases/p5-SQL-Statement 1.004 -> 1.005Edwin Groothuis2003-02-053-2/+4
| | | | | | | | | | | | | | | | | | | | | | PR: ports/47659 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Reviewed by: Approved by: Obtained from: MFC after: CVS: ---------------------------------------------------------------------- CVS: PR: Fill this in if a GNATS PR is affected by the change. CVS: Submitted by: Fill this in if someone else sent in the change. CVS: Reviewed by: Fill this in if someone else reviewed your modification. CVS: Approved by: Fill this in if you needed approval for this commit. CVS: Obtained from: Fill this in if the change is from third party software. CVS: MFC after: N [day[s]|week[s]|month[s]] CVS: Fill in to get MFC notification later. (days assumed unless specified) CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically distinfo pkg-plist CVS: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=74730
* Bug fix ("remember geometry" patch). PORTREVISION bump for silkier shineAdam Weinberger2003-02-052-0/+139
| | | | | | | | | | and bounce that lasts. PR: 47912 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> (maintainer) Notes: svn path=/head/; revision=74728
* New Port: p5-DBIx-Browse v2.09Edwin Groothuis2003-02-056-0/+49
| | | | | | | | | | | | | | | | | | The purpose of DBIx::Browse is to handle the browsing of relational tables. DBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and INSERTs from the desired "human view" to the values needed for the ta- ble. This is the case when you have related tables (1 to n) where the detail table has a reference (FOREIGN KEY) to a generic table (i.e. Customers and Bills) with some index (tipically an integer). PR: ports/47624 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Notes: svn path=/head/; revision=74723
* Update port: www/p5-HTML-Mason to latest 1.18 versionEdwin Groothuis2003-02-052-3/+3
| | | | | | | | PR: ports/47425 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=74719
* NEW PORT: msgconvert - .MSG to mbox convertor.Edwin Groothuis2003-02-056-0/+39
| | | | | | | | | | Convert .MSG files to multipart MIME messages. PR: ports/47398 Submitted by: Franz Klammer <root@sisko.webonaut.com> Notes: svn path=/head/; revision=74717
* Update to 2.2.0.Joe Marcus Clarke2003-02-056-8/+20
| | | | Notes: svn path=/head/; revision=74716
* Update Port: www/p5-CGI-minimalEdwin Groothuis2003-02-053-2/+3
| | | | | | | | | | | | Update to version 1.09 Noticed by http://www.freebsdsecurity.com/ports/index.pl?category=old PR: ports/47369 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=74715
* Update Port: x11-toolkits/p5-TkEdwin Groothuis2003-02-052-3/+3
| | | | | | | | | | | | Update to 800.024 Noticed by: http://www.freebsdsecurity.com/ports/index.pl?category=old PR: ports/47368 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=74714
* Update to 201Patrick Li2003-02-0514-134/+78
| | | | | | | | PR: ports/42984 Submitted by: maintainer Notes: svn path=/head/; revision=74713
* New ports: devel/p5-Date-RomanEdwin Groothuis2003-02-056-0/+42
| | | | | | | | | | | | | | | The math/p5-Roman port will convert 'ordinary' Arabic numerals into their Roman couterparts. Comes in handy when trying to decipher copyright messages on BBC. The devel/p5-Date-Roman port translates 'modern' dates into the format used by the ancient Romans. Makes for an interesting addition to e-mail headers. PR: ports/47148 Submitted by: Philip Paeps <philip@paeps.cx> Notes: svn path=/head/; revision=74711
* New ports: devel/p5-Date-Roman, math/p5-RomanEdwin Groothuis2003-02-056-0/+32
| | | | | | | | | | | | | | | The math/p5-Roman port will convert 'ordinary' Arabic numerals into their Roman couterparts. Comes in handy when trying to decipher copyright messages on BBC. The devel/p5-Date-Roman port translates 'modern' dates into the format used by the ancient Romans. Makes for an interesting addition to e-mail headers. PR: ports/47148 Submitted by: Philip Paeps <philip@paeps.cx> Notes: svn path=/head/; revision=74709
* New port: sysutils/p5-Sys-CpuLoad - CPU load averages in PerlEdwin Groothuis2003-02-056-0/+40
| | | | | | | | | | | This Perl5 module retrieves the 1 minute, 5 minute, and 15 minute load average of a machine. PR: ports/46862 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=74707
* [NEW PORT] devel/p5-Log-Log4perl, Log4j for Perl (resubmission)Edwin Groothuis2003-02-056-0/+80
| | | | | | | | | | | | | Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. PR: ports/45998 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=74705
* NEW PORT net/p5-Net-ServicesEdwin Groothuis2003-02-056-0/+34
| | | | | | | | | | | | Constructs a hash from the /etc/services file and provides a tied interface to it that takes care of things like the protocol name. PR: ports/44441 Submitted by: Joseph Scott <scottj@pebkac.owp.csus.edu> Notes: svn path=/head/; revision=74703
* Fix homepage.Christian Weisgerber2003-02-051-1/+1
| | | | | | | | PR: 47863 Submitted by: tadalunch@s5.xrea.com Notes: svn path=/head/; revision=74702
* New Port: security/p5-SHAEdwin Groothuis2003-02-047-0/+52
| | | | | | | | | | | | | | | | | | The SHA module allows you to use the NIST SHA message digest algorithm from within Perl programs. The final message digest value is returned by the digest operation as a 20-byte binary string. This operation delivers the result of operations since the last new or reset operation. Once the operation has been performed, the context must be reset before being used to calculate another digest value. PR: ports/43799 Submitted by: Jim Geovedi <negative@toxic.magnesium.net> Notes: svn path=/head/; revision=74700
* New Port: security/p5-Crypt-Blowfish_PPEdwin Groothuis2003-02-046-0/+41
| | | | | | | | | | | | | | | | | | | | Blowfish is a published algorithm written by Bruce Schneier Unlike IDEA or DES etc. there are no patent implications in using this algorithm. It uses anywhere between a 64 bit and a 448 bit key. The transform itself is fast and operates on a 64 bit block, and most of the calculation time is in initialising the context with the key data. The _PP name comes from the fact that this implementation is Pure Perl, and will not have any compatibility problems. PR: ports/43794 Submitted by: Jim Geovedi <negative@toxic.magnesium.net> Notes: svn path=/head/; revision=74698
* Chase library version change in fox portMario Sergio Fujikawa Ferreira2003-02-044-4/+4
| | | | Notes: svn path=/head/; revision=74697
* o Update to 1.0.30Mario Sergio Fujikawa Ferreira2003-02-0424-832/+740
| | | | | | | o Advertise all available WITH{,OUT}_* knobs Notes: svn path=/head/; revision=74696
* Mark as BROKEN since it does not work with upcoming update to foxMario Sergio Fujikawa Ferreira2003-02-041-0/+2
| | | | | | | port Notes: svn path=/head/; revision=74695
* Update to 0.6.0, and give maintainership to the PR submitter.Joe Marcus Clarke2003-02-043-5/+33
| | | | | | | | PR: 47919 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=74694
* Fix for INDEX builds.Oliver Braun2003-02-041-1/+1
| | | | | | | Pointed out by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=74693
* o Update to 6.3.1Mario Sergio Fujikawa Ferreira2003-02-045-38/+44
| | | | | | | | | | | | o Style changes: fmt both DESCR and PKGMESSAGE o Assign maintainership to submitter: previous maintainer passes maintainership due to lack of time Submitted by: Brad Davis <so14k@so14k.com> Approved by: maintainer (previous one) Notes: svn path=/head/; revision=74692
* Fix build: add dependency on kdemultimedia3 portMario Sergio Fujikawa Ferreira2003-02-041-0/+1
| | | | | | | | Submitted by: arved Approved by: kde (FreeBSD KDE Team) Notes: svn path=/head/; revision=74691
* - use LATEST_LINKDirk Meyer2003-02-042-2/+2
| | | | Notes: svn path=/head/; revision=74690
* - convert INCDIR -> LICQ_PORTDirk Meyer2003-02-049-16/+14
| | | | | | | so one knob controls it all Notes: svn path=/head/; revision=74689
* Add dependency to ffcall (was previous supplied with gnustep-objc)Dirk Meyer2003-02-041-0/+1
| | | | | | | Approved by: knu Notes: svn path=/head/; revision=74688
* - make portlint happyDirk Meyer2003-02-041-4/+4
| | | | Notes: svn path=/head/; revision=74687
* - Use DOCSDIR, make some style changesDirk Meyer2003-02-042-20/+14
| | | | Notes: svn path=/head/; revision=74686
* Relinquish maintainer status from unused items.Eric Melville2003-02-044-4/+4
| | | | Notes: svn path=/head/; revision=74685
* Add hs-HOpenGL 1.04, binding for OpenGL and GLUT for the lazy functionalOliver Braun2003-02-048-0/+509
| | | | | | | | | | language Haskell. PR: ports/47903 Submitted by: Janni <jan.rochel@epost.de> Notes: svn path=/head/; revision=74683
* Do not automatically disable cannaserver because the Canna port noAkinori MUSHA2003-02-043-7/+3
| | | | | | | longer enables it. Notes: svn path=/head/; revision=74681
* [1] Avoid leaking potentially sensitive information into system logsDag-Erling Smørgrav2003-02-044-3/+166
| | | | | | | | | | | [2] Add PAM support to gnatsd PR: [1] ports/41342 Submitted by: [1] Igor Kucherenko <kivvy@sunbay.com> [2] ru Notes: svn path=/head/; revision=74680
* Update to 2.1.12.Hajimu UMEMOTO2003-02-0424-104/+120
| | | | Notes: svn path=/head/; revision=74679
* Update to 0.66Mario Sergio Fujikawa Ferreira2003-02-044-6/+4
| | | | Notes: svn path=/head/; revision=74678
* Update to 0.84.1Mario Sergio Fujikawa Ferreira2003-02-044-10/+4
| | | | Notes: svn path=/head/; revision=74677
* (null delta)Sheldon Hearn2003-02-040-0/+0
| | | | | | | | | | Previous delta was: Obtained from: author Message-ID: <Pine.SOL.4.44.0212181142130.23666-100000@draco.cus.cam.ac.uk> Notes: svn path=/head/; revision=74676
* Update to 4.0.10.Norikatsu Shigemura2003-02-0432-112/+472
| | | | | | | | | | Fix configure on -current. PR: ports/47902 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=74675
* 1) Update to exiscan-4.12-22, which closes a number of buffer overflowsSheldon Hearn2003-02-043-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and incorporates a lot of fixes. WARNING, this version of exiscan is not entirely backward-compatible with the previous one: * The following configuration options have been replaced with compile-time definitions and thus must be removed from your Exim configure file if specified there: exiscan_spamd_buffer_max_chunks exiscan_spamd_buffer_init_chunk exiscan_av_buffer_max_chunks exiscan_av_buffer_init_chunk * Because of changes in the way MIME handling is implemented, the following should be added to the Exim configure file to maintain the original behaviour (which was to unpack MIME messages): exiscan_demime_condition = 1 2) Fix handling of SIGCHLD in redirection processes, which resulted in redirection processes vanishing. 3) Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=74674
* Fix build after REINPLACE change.Mark Pulford2003-02-042-4/+13
| | | | | | | Change MAINTAINER to ports. Notes: svn path=/head/; revision=74673
* Fix build under 5.0Mark Pulford2003-02-041-0/+10
| | | | | | | Submitted by: des Notes: svn path=/head/; revision=74672
* Update to 2.0 and change maintainer to hsakai@m8.ffn.ne.jp.Norikatsu Shigemura2003-02-044-14/+14
| | | | | | | | PR: ports/47893 Submitted by: SAKAI Hiroaki <sakai.hiroaki@finet.fujitsu.com> (maintainer) Notes: svn path=/head/; revision=74671
* Change WWW URL.Norikatsu Shigemura2003-02-042-2/+2
| | | | | | | | PR: ports/47892 Submitted by: MA, Dunzi <tadalunch@s5.xrea.com> Notes: svn path=/head/; revision=74670
* Update to 1.03.Norikatsu Shigemura2003-02-042-3/+9
| | | | | | | | | | | | Check for perl version instead of failing ungracefully. PR: ports/47891 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Suggested by: Lars Thegler Reviewed by: tobez Notes: svn path=/head/; revision=74669
* Use devel/oniguruma to build ruby with oniguruma.Akinori MUSHA2003-02-048-44/+40
| | | | Notes: svn path=/head/; revision=74668
* and make portlint happyEdwin Groothuis2003-02-041-1/+1
| | | | | | | PR: ports/43387 Notes: svn path=/head/; revision=74667
* x11-toolkits/p5-Prima port upgradeEdwin Groothuis2003-02-044-17/+89
| | | | | | | | PR: ports/43387 Submitted by: Dmitry Karasik <dk@plab.ku.dk> Notes: svn path=/head/; revision=74666
* Change WWW URL.Norikatsu Shigemura2003-02-042-2/+2
| | | | | | | | PR: ports/47890 Submitted by: MA, Dunzi <tadalunch@s5.xrea.com> Notes: svn path=/head/; revision=74665