aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Patch] pkg_tree additional switchesedwin2003-11-024-0/+132
| | | | | | | | | | I found convinient some additional key to the pkg_tree utility, and I propose to include them. The patches can be placed in files directory. PR: ports/46810 Submitted by: Vladimir I. Chukharev <chu@gpi.ru> Approved by: moi
* Fix issues with CATEGORIES not listing the enclosing directory as themarcus2003-11-023-3/+3
| | | | | | primary category. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* undo previous commit.edwin2003-11-021-1/+1
|
* ports with possibly unreachable MAINTAINERsedwin2003-11-0248-48/+48
| | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* ports with possibly unreachable MAINTAINERsedwin2003-11-0241-41/+41
| | | | | | | *** addresses that seem to be dead: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fix email addressedwin2003-11-021-1/+1
| | | | | PR: 58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Reset maintainer:edwin2003-11-022-2/+2
| | | | 550 5.1.2 <benno@netizen.com.au>... Host unknown (Name server: netizen.com.au: host not found)
* Per distfile survey, remove mastersite that disappeared in April 2002.linimon2003-11-021-2/+1
|
* Per distfile survey, remove mastersite that disappeared in October 2002.linimon2003-11-022-4/+2
|
* Per distfile survey, remove packetstorm.blackroute.net, which disappearedlinimon2003-11-021-2/+0
| | | | | | in September 2003 (blackroute.net itself is still there, however); and packetstorm.org, which on its main page tells you that packetstorm.nl is the canonical page.
* Per distfile survey, crl.dec.com has not carried the Xcontrib fileslinimon2003-11-021-1/+0
| | | | | since January 2003. This was especially annoying in the distfile survey (and to users) as it was listed as the first choice.
* Fix typo in comments. I don't believe there are that many siteslinimon2003-11-021-1/+1
| | | | | where you can download masers, but, on the other hand, see RFC 1437 by the present committer.
* Update to 031029.naddy2003-11-022-2/+2
| | | | | PR: 58816 Submitted by: Thierry Thomas <thierry@pompo.net>
* Update to gcc version 3.2.3jeh2003-11-0211-55/+65
|
* Don't instally {ex,view}.1 links.obrien2003-11-021-9/+25
| | | | Reported by: Alex Vasylenko <lxv@omut.org>
* Per distfile survey, chase moved mastersite.linimon2003-11-021-1/+1
|
* remove blank line in Makefile to make portlint happyobraun2003-11-021-1/+0
|
* WWW has movedobraun2003-11-021-1/+1
|
* Fix a build problem with libxml2-2.6.x.marcus2003-11-022-0/+22
| | | | Approved by: maintainer timeout
* * Add WITH_HINT knob to install Hint which requires java.obraun2003-11-023-0/+29
|
* - add LDFLAGS, make compatible to lang/gcc33dinoex2003-11-021-0/+1
|
* Update to 0.92.2.marcus2003-11-022-2/+2
|
* Whoops. Flush out my CVS repo, and share some missing bug fixes with themarcus2003-11-026-12/+10
| | | | | | | | | | | rest of the world. * Fix the -V option in the manpage [1] * Handle the case where parentheses may not exist around NOPORTDOCS [2] * Bump version to 2.4.6 Submitted by: mat [1] Reported by: kris [2]
* * Update to 0.8.2marcus2003-11-0216-196/+344
| | | | | | | | * Fix some portlint -A reported bugs * Use the bundled neon since www/neon is out-of-date PR: 58795 Submitted by: maintainer
* Update to 2.4.1.marcus2003-11-023-2/+4
|
* - Update to 0.0.16pre1sergei2003-11-022-2/+2
|
* Update to 0.72.marcus2003-11-026-10/+10
| | | | OpenSSL patch by: Matthew Luckie <mjl@luckie.org.nz>
* - Update to 9.2.4sergei2003-11-024-16/+16
| | | | | | | | - Uncomment RUN_DEPENDS - Use of DOCS PR: 58640 Submitted by: maintainer
* * Update mozilla-devel to 1.6amarcus2003-11-0218-121/+79
| | | | | * Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly
* - Properly spell pre-everything with two colonssergei2003-11-022-8/+8
| | | | | - Clarify message about ATAng support in 5.x - s/ECHO/ECHO_MSG/
* runwhen --> ports/sysutils/runwhensergei2003-11-021-0/+1
|
* Add runwhen 2003.10.31, tools for running commands at particular times.sergei2003-11-026-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The biggest difference between runwhen and other schedulers is that runwhen doesn't have a single daemon overseeing multiple jobs. The runwhen tools essentially act as a glorified sleep command. Perhaps runwhen does nothing that at(1) doesn't, and there are lots of things at(1) does that runwhen doesn't: - runwhen doesn't change user IDs - thus it will never run anything as the wrong user. - It doesn't keep a central daemon running at all times - thus it won't break if that daemon dies. - It doesn't require any modifications to the system boot procedure. - It doesn't log through syslog(3) - thus it won't make a mess on the console if syslogd(1) isn't running. - It doesn't centralize storage of scheduled jobs (or any other per-job information) - thus unprivileged users can install and use it without cooperation from root, and without the use of a setuid program to handle changes. - It doesn't send output through mail - thus it doesn't break if there is no mail system installed. - It doesn't check access control files - thus it doesn't gratuitously deny users. Author: Paul Jarc <prj@po.cwru.edu> WWW: http://multivac.cwru.edu/runwhen/ PR: 58789 Submitted by: David Thiel <lx@redundancy.redundancy.org>
* Correct a local patch which introduced a misleading default setting.lofi2003-11-021-2/+1
|
* Update to version 0.6.3.pb2003-11-023-3/+12
|
* p5-File-Path-Expand --> ports/devel/p5-File-Path-Expandkrion2003-11-021-0/+1
|
* File::Path::Expand expands user directories in filenames. Forkrion2003-11-025-0/+33
| | | | | | | | | the simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults C<getpwent> and does the right thing. PR: 58812 Submitted by: Lars Thegler <lars@thegler.dk>
* - Update to 1.61krion2003-11-022-2/+2
| | | | | PR: 58810 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
* update to 3.11leeym2003-11-023-4/+10
| | | | | PR: 58753 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Support all mysql clientsdinoex2003-11-012-4/+16
|
* - Unbreak build if xmlto not present by unconditionally enablingsergei2003-11-012-0/+8
| | | | | | | HTML rebuilding (noticed by olli) PR: 58801 (follow-up) Submitted by: maintainer
* update to 1.07leeym2003-11-013-4/+3
| | | | | PR: 58750 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Update to 0.15.7 (new stable upstream release)sergei2003-11-016-20/+30
| | | | | | | - Fix up NOPORTDOCS mode, install missing manual pages. PR: 58801 Submitted by: maintainer
* - update dosbox from 0.58 to 0.60netchild2003-11-017-39/+45
| | | | | | | | | | | | | | | - updated website address - Use USE_SDL instead of manually specifying devel/sdl12 as LIB_DEPENDS and setting SDL_CONFIG. - Enable screenshot and modem emulation support. - Install the dosbox(1) manual page. - Move the message displayed by the post-install target into a pkg-message so it also gets displayed when this port is installed via its package. - Use DOCSDIR. PR: 58174 Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* Maintainer update [1]:sergei2003-11-014-65/+59
| | | | | | | | | | | | | | | | | | | | | - Update to 1.9.45, lots of bugfixes, too many to list here, see http://mandree.home.pages.de/leafnode/NEWS - Install German manual pages into standard location so that man(1) can find them. (MANLANG and all that, along the lines used in security/nmap) - Fix up NOPORTDOCS mode so it actually works - Fix pkg-message to not contain the same text twice While I'm here [2]: - simplify/shorten post-install target a bit by using few new variables and unrolling loops - rename ${PREFIX}/share/doc/leafnode/doc_german to just .../german. I think extra "doc_" there is unnecessary - s/ECHO/ECHO_MSG/ - whitespace changes to shorten line lengths in Makefile PR: 58799 [1] Submitted by: maintainer [1], sergei [2] Approved by: maintainer [2]
* - Update to version 1.8.0krion2003-11-013-24/+30
| | | | | PR: 58790 Submitted by: maintainer
* - Update to 1.0.1 (a minor bug fix) [1]sergei2003-11-014-38/+22
| | | | | | | | | | | While I'm here [2] - Install additional documentation - Always install examples (useful even when NOPORTDOCS defined) - Define CONFIGURE_TARGET to silence configure warning - Use EXAMPLESDIR macro in pkg-plist PR: 58796 [1] Submitted by: maintainer [1], sergei [2]
* the last commit was sponsored by Pav Lucistnik <pav@oook.cz>oliver2003-11-010-0/+0
|
* ports linked against the wxgtk-devel library have to be linked againstoliver2003-11-011-4/+4
| | | | | the PTHREAD stuff too. wx(gtk)-config --libs and --cflags respects now ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS}
* Fix MAN1 & MAN8 settingsbrian2003-11-012-4/+4
|
* o) Fix MASTER_SITESlkoeller2003-11-012-6/+2
| | | | | | | o) Fix documentation in pkg-desc PR: ports/58570 Submitted by: elvis@sslab.cs.ccu.edu.tw
* use REINPLACE instead of perl to fix build on 5.xerwin2003-11-011-2/+4
| | | | | Submitted by: maintainer Noticed by: bento via kris
* Fix build on 4-STABLE. Sorry.knu2003-11-011-0/+25
| | | | Reported by: many
* - fix entry for mail/p5-Mail-Mbox-MessageParsererwin2003-11-011-10/+1
| | | | - remove entries for retired ruby ports
* . Unbreak compilation on 5.x (gcc 3.3).glewis2003-11-011-0/+36
| | | | | PR: 58719 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Upgrade to 8.0.5 (minor bugfixes).kuriyama2003-11-012-2/+2
|
* Fix patch error.clive2003-11-011-2/+2
| | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> PR: ports/58575
* Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies.bland2003-11-014-0/+24
| | | | This complete --libs list and fixes link failures in dependant ports.
* Unbreak build on 4-STABLE and 5.1-RELEASE. Add a warning which statesbms2003-11-016-4/+130
| | | | that 5.1-CURRENT is required in order to monitor ATA devices.
* * Sync with the master portmarcus2003-11-012-3/+6
| | | | | | | * Add a CONFLICTS for net/gaim PR: 58594 Submitted by: Takahiro Morishita <morishita@skywing.org>
* Add PostgreSQL support. Make MySQL support optional, but on by default.seanc2003-11-012-7/+28
| | | | | Specifying WITHOUT_MYSQL removes MySQL support. WITH_POSTGRESQL speaks for itself. Port revision bump.
* Don't be such a cruel master to my slaves.marcus2003-11-012-6/+10
| | | | | PR: 58593 Submitted by: Takahiro Morishita <morishita@skywing.org>
* Update to 21 Oct 2003.nork2003-11-012-2/+2
| | | | Submitted by: NAKANUMA Takashi <takas@bashi.org>
* - Chase dependency for new devel/clanlib versionkrion2003-11-011-1/+2
| | | | Noticed by: bento (kris)
* minor style tweakobrien2003-11-011-4/+2
|
* Update to 1.2.trevor2003-11-012-7/+22
| | | | | | Requested by: vdesk author Adam Sampson via e-mail Submitted by: Tim Bishop via GNATS PR: 58781
* - Update to version 0.4.4krion2003-11-014-23/+10
| | | | | PR: 58772 Submitted by: Ports Fury
* - Fix build on -currentkrion2003-11-015-198/+462
| | | | | | | - Utilize DOCSDIR/EXAMPLESDIR PR: 58771 Submitted by: Ports Fury
* - Fix handling USE_GETOPT_LONGkrion2003-11-012-3/+43
| | | | | PR: 58770 Submitted by: Ports Fury
* - Update to version 0.99.1krion2003-11-013-2/+42
| | | | | PR: 58769 Submitted by: Ports Fury
* Per distfile survey, remove mastersite that disappeared in 1999.linimon2003-11-011-2/+1
|
* - Update to version 0.9.0krion2003-11-0112-18/+165
| | | | | PR: 58768 Submitted by: Ports Fury
* Per distfile survey, remove mastersite that disappeared in May 2002.linimon2003-11-012-3/+2
|
* Per distfile survey, chase reorganized mastersite.linimon2003-11-011-1/+1
|
* Per distfile survey, mastersite disappeared in late 2002.linimon2003-11-011-2/+0
|
* Remove ports/editors/AbiWord.marcus2003-11-011-1/+0
|
* Add an entry for editors/AbiWord.marcus2003-11-011-0/+1
|
* Remove AbiWord-1.x now that 2.0 has been released, and is the new stablemarcus2003-11-0124-900/+3
| | | | release.
* Per distfile survey, remove mastersite that disappeared in August 2003.linimon2003-11-012-2/+2
| | | | | Left marked as broken so as not to step on the intent of the previous committer (broken=unfetchable, in this case).
* Update to 2.0.1.marcus2003-11-0112-150/+24
|
* Per distfile survey, remove mastersite that vanished in 2001.linimon2003-11-012-4/+0
|
* Update to 1.8.2.knu2003-11-016-30/+16
|
* Update to 0.2.0.knu2003-11-012-2/+2
|
* Update to 0.7.6.marcus2003-11-014-136/+61
|
* Fix build on -CURRENT with if_xname change.marcus2003-11-011-0/+11
| | | | Submitted by: brooks
* Fix build with new -CURRENT if_xname change.marcus2003-11-011-0/+9
| | | | Submitted by: brooks
* Fix the build on -STABLE.marcus2003-11-011-0/+11
| | | | Reported by: bento via kris
* Update lang/ruby16 to the latest snapshot as of 2003-10-15.knu2003-11-013-15/+4
| | | | This fixes a few bugs in standard libraries.
* Update for ruby-1.8.1.p2.knu2003-11-011-0/+4
|
* Update obsolete dependencies with USE_RUBY_FEATURES.knu2003-11-0112-29/+19
|
* Update the ruby 1.8 feature list for the new ruby16-shim-18.knu2003-11-011-0/+9
|
* Retire the following ports; they have been integrated into ruby18 andknu2003-11-0143-1507/+9
| | | | | | | | | | | | | | ruby16-shim-ruby18: devel/ruby-yaml net/ruby-drb net/ruby-gserver net/ruby-soap net/ruby-xmlrpc security/ruby-openssl sysutils/ruby-devel-logger textproc/ruby-rexml www/ruby-webrick
* Update to 1.8.1-preview2.knu2003-11-015-24/+287
|
* Attempt to fix build failure under 4.x - add USE_GETOPT_LONGsergei2003-11-011-1/+2
| | | | Noticed by: kris
* Add Alex Dupre's patch for SpamAssassin integration, conditionalroam2003-11-018-70/+270
| | | | | | | on the WITH_SPAMASSASSIN knob. PR: 58503 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* - Update to 5.22sergei2003-11-014-4/+4
| | | | | PR: 58747 Submitted by: maintainer
* Upgrade to 0.11.39.obraun2003-11-013-2/+26
|
* *******************IMPORTANT*******************jeh2003-11-012-2/+2
| | | | | | | | 4301 Emergency Dat release due to: W32/MIMAIL.C@MM **********************************************
* Per distfile survey, remove mastersite that disappeared in 2001.linimon2003-11-011-2/+1
|
* Per distfile survey, note that mastersite disappeared in November 2002.linimon2003-11-011-1/+2
|
* Per distfile survey, remove mastersite that disappeared in 2000.linimon2003-11-011-2/+1
|
* Upgrade to 2.2b3.sumikawa2003-10-313-37/+76
| | | | Submitted by: Yukiyo.Akisada@jp.yokogawa.com
* knoda --> ports/databases/knodaarved2003-10-311-0/+1
|
* Add knoda, database frontend for KDEarved2003-10-315-0/+155
|
* Update to 0.27arved2003-10-312-2/+2
| | | | | PR: 58766 Submitted by: Roland Jesse <roland.jesse@gmx.net>
* seq2 -> ports/misc/seq2osa2003-10-311-0/+1
|
* Add a clone of the UNIX(tm) program called seq.osa2003-10-315-0/+34
| | | | Spotted by: Sergey Pinaev (dfo@antex.ru)
* Update to QCad 2.0.1.1mr2003-10-3110-2736/+282
|
* o Add WITHOUT_PERL knob (and unbreak at unusual variable situation).kuriyama2003-10-3112-184/+232
| | | | | | | | o Fix pkg-message message. PR: ports/56716, ports/58109 Submitted by: Vivek Khera <khera@kcilink.com>, Matt Peterson <matt@peterson.org>
* - Rename bin/quake2 to bin/q2f because it conflicts withkrion2003-10-313-2/+7
| | | | | | | games/quake2lnx PR: 58761 Submitted by: maintainer
* Remove bogus autoconf dependencyarved2003-10-311-3/+3
| | | | | USE_MYSQL Add LDCONFIG_DIRS
* - Update to version 0.9.15krion2003-10-314-6/+11
| | | | | PR: 58764 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
* - Update to version 0.9.15krion2003-10-313-2/+4
| | | | | PR: 58763 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
* dbacl --> ports/textproc/dbaclsergei2003-10-311-0/+1
|
* Add dbacl 1.4, digramic Bayesian classifier.sergei2003-10-315-0/+78
| | | | | | | | | | | | | | | | | dbacl is a digramic Bayesian text classifier. Given some text, it calculates the posterior probabilities that the input resembles one of any number of previously learned document collections. It can be used to sort incoming email into arbitrary categories such as spam, work, and play, or simply to distinguish an English text from a French text. It fully supports international character sets, and uses sophisticated statistical models based on the Maximum Entropy Principle. Author: Laird A. Breyer <laird@lbreyer.com> WWW: http://dbacl.sourceforge.net/ PR: 58733 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* hk_classes --> ports/databases/hk_classesarved2003-10-311-0/+1
|
* Add hk_classes,arved2003-10-317-0/+117
| | | | | | | | | | C++ library which allows rapid development of database applications. Note: hk_classes works with mysql, postgresql und ODBC, but this port only supports mysql at the moment. Prodded by: enoal <sreco@xmission.com> PR: 41380
* Update lang/ruby18 to 1.8.1-preview2.knu2003-10-314-13/+119
|
* ssltunnel-client --> ports/net/ssltunnel-clientmat2003-10-311-0/+1
|
* Add ssltunnel-client 1.13,mat2003-10-315-0/+78
| | | | | | PPP over SSL virtual private networking (client part). Submitted by: at@rominet.net
* ssltunnel-server --> ports/net/ssltunnel-servermat2003-10-311-0/+1
|
* Add ssltunnel-server 1.13,mat2003-10-315-0/+61
| | | | | | PPP over SSL virtual private networking (server part). Submitted by: at@rominet.net
* mboxstats --> ports/mail/mboxstatsleeym2003-10-311-0/+1
|
* add mboxstats-1.3leeym2003-10-315-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | mboxstats creates several top-10 lists from a file containing message in mbox-format. List of top10 lists: o Top writes o Top receivers o Top subjects o Top cc'ers o Top top-level-domain o Top timezones o Top organisations o Top useragents (mailprograms) o Top month/day-of-month/day-of-week/hour o Average number of lines per message o All kinds of per-user statistics And much more! WWW: http://vanheusden.com/mboxstats/ PR: 58748 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Unbreak.tg2003-10-311-9/+4
|
* Add MASTER_SITE_GNU_ALPHAarved2003-10-311-1/+3
| | | | Submitted by: ijliao
* Update to 0.3.2arved2003-10-312-3/+2
|
* p5-XML-RSS-JavaScript --> ports/textproc/p5-XML-RSS-JavaScriptfoxfair2003-10-311-0/+1
|
* Add p5-XML-RSS-JavaScript, it is a perl extension to serialize your RSS asfoxfair2003-10-315-0/+50
| | | | JavaScript
* p5-HTML-Scrubber --> ports/www/p5-HTML-Scrubberfoxfair2003-10-311-0/+1
|
* Add p5-HTML-Scrubber, Perl extension for scrubbing/sanitizing htmlfoxfair2003-10-315-0/+41
|
* p5-Crypt-Anubis --> ports/security/p5-Crypt-Anubisfoxfair2003-10-311-0/+1
|
* Add p5-Crypt-Anubis, a Crypt::CBC-compliant block cipherfoxfair2003-10-315-0/+39
|
* Per distfile survey, remove mastersite that disappeared in January 2002.linimon2003-10-311-1/+2
|
* Activatevanilla2003-10-311-0/+3
| | | | | | | | | ports/devel/p5-FileHandle-Unget ports/mail/p5-Mail-Mbox-MessageParser ports/net/p5-Net-Ident Reminded by: erwin Forgotten by: me
* Approved by: maintainerfoxfair2003-10-312-2/+2
| | | | Upgrade p5-Compress-Zlib to 1.31
* Per distfile survey, remove mastersite that disappeared in (ready forlinimon2003-10-311-1/+1
| | | | this? drumroll please ... that's right ...) 1997!
* Per distfile survey, remove mastersite which disappeared in January 2002.linimon2003-10-311-1/+2
|
* Per distfile survey, no longer carried on tucows mirrors since June 2001.linimon2003-10-311-1/+1
|
* Former mastersite is now occupied by domain squatters. Insert yourlinimon2003-10-311-2/+0
| | | | favorite excoriation here.
* Per distfile survey, update missing mastersite. Remove some spaces.linimon2003-10-311-2/+2
|
* Per distfile survey, remove mastersite that disappeared in February 2002.linimon2003-10-312-3/+2
|
* Update to 0.93perky2003-10-313-2/+17
|
* Per distfile survey, remove mastersite that disappeared in December 2002.linimon2003-10-312-3/+1
|
* Per mastersite survery, remove mastersite that disappeared in December 2000.linimon2003-10-312-3/+2
|
* substitute space with tabijliao2003-10-311-5/+5
|
* use pax to aid non-root extraction.sf2003-10-311-0/+1
|
* o Add explicit dependency on libiconv and gettext.kuriyama2003-10-3110-39/+194
| | | | | | | o Honor $NOPORTDOCS. PR ports/58540 Submitted by: Simon Barner <barner@in.tum.de>
* Submitted by: bento and kris@foxfair2003-10-311-1/+3
| | | | Add p5-XML-SimpleObject into BUILD_DEPENDS, and also bump PORTREVISION.
* Update 2.4.16 -> 2.4.17cy2003-10-314-8/+6
|
* add a missing \\ in last commitijliao2003-10-312-2/+2
|
* introduce MASTER_SITE_GNU_ALPHAijliao2003-10-3110-12/+25
|
* fix build on -stableijliao2003-10-311-0/+11
|
* Fix the MASTER_SITEjeh2003-10-313-7/+6
|
* Change the default TCL_VER to 8.4 to match that of tcl-memchan.mi2003-10-311-2/+2
| | | | Submitted by: kris, the ports janitor
* rpy --> ports/math/rpyijliao2003-10-311-0/+1
|
* add rpy 0.3.1ijliao2003-10-3111-0/+111
| | | | Python interface to the R Programming Language
* fix build on -stable (by utilize USE_GETOPT_LONG)ijliao2003-10-312-2/+20
| | | | | add missing dependency respect CFLAGS/CPPFLAGS
* - PORTVERSION: 1.7.1 -> 1.8.0ijliao2003-10-3112-420/+828
| | | | | | | | - add more MASTER_SITES - register CONFLICTS with math/R-a4 PR: 58726 Submitted by: maintainer
* NTP 4.2.0 has gone GA. No development release available at this time.cy2003-10-311-0/+3
|
* Update 4.1.1c.r3 -> 4.2.0cy2003-10-318-196/+214
|
* Update to 1.24erwin2003-10-312-2/+2
|
* update xcdroast to 0.98.a.15oliver2003-10-314-45/+33
|
* Use relative path in catalog.kuriyama2003-10-312-3/+5
| | | | | PR: ports/58678 Submitted by: Hiroki Sato <hrs@freebsd.org>
* minirsyslogd --> ports/sysutils/minirsyslogdsergei2003-10-311-0/+1
|
* Add minirsyslogd 1.02: minimal, fast and secure syslog receiver.sergei2003-10-315-0/+42
| | | | | | | | | | | | | | | | | | minirsyslogd is a minimalistic, fast and secure (through lack of bloat) remote-only syslog receiver suitable for hardened log receiver hosts and/or central log receivers that receive several gigabyte of logs each day. It will not deal with local syslog data. It does not have a multitude of configuration, alerting or scripting options. It will however automatically split inbound syslog data according to IP address, date and current hour, and do so as rapidly and (I hope) securely as possible. Author: Mikael Olsson <mikael.olsson@clavister.com> WWW: http://www.clueby4.org/minirsyslogd/ PR: 58737 Submitted by: lx@redundancy.redundancy.org
* update courier-imap to 2.2.0oliver2003-10-313-6/+6
|
* uodate sqwebmail to 3.6.1oliver2003-10-312-3/+3
|
* Update to 0.08erwin2003-10-312-4/+6
|
* Unbreak on 5.x.ru2003-10-311-1/+1
| | | | Reported by: kris
* Update to Vim 6.2 patchlevel 139obrien2003-10-314-30/+51
|
* Replace absolute perl path with ${PERL} in CGI scripts (fixesolgeni2003-10-312-0/+6
| | | | | | | -STABLE). Add empty configuration directory else the module will report an error. Noticed by: Daan van de Linde <daan@xs4all.nl>
* Update to 1.07erwin2003-10-312-2/+2
| | | | - Worldpay have a new range of callback servers IPs
* Add USE_GCC=3.3. gcc 2.95 dumps core on some stable systems.arved2003-10-311-0/+1
| | | | Reported by: Forrest Aldrich <forrie@forrie.com> & bento
* fix depedency and manpages for perl-5.8leeym2003-10-311-4/+4
| | | | | PR: 58663 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
* Add p5-Net-Ident 1.20,vanilla2003-10-315-0/+40
| | | | | | | | lookup the username on the remote end of a TCP/IP connection. PR: 58723 Submitted by: Kai Storbeck <kai@xs4all.nl>
* Add p5-Mail-Mbox-MessageParser 1.12,vanilla2003-10-316-0/+82
| | | | | | | | a fast and simple mbox folder reader. PR: 58674 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Add p5-FileHandle-Unget 0.11,vanilla2003-10-315-0/+49
| | | | | | | | a FileHandle which supports ungetting of multiple bytes. PR: 58673 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - update to 20031030dinoex2003-10-312-2/+2
| | | | | | This snapshot supports cvd database updates PR: 58727 Submitted by: rob@debank.tv
* PR: 57927foxfair2003-10-302-3/+13
| | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Unbreak www/udmsearch.
* From the submitter:netchild2003-10-301-0/+13
| | | | | | | | | | | | | | | | | | ---snip--- The security/nmap port (currently at 3.48, but previous versions also had this problem) triggers a bug in GCC 3.3.1 on FreeBSD/sparc64 which causes the compilation of the port to fail. The GCC bug itself is know and AFAIK Thomas Moestl (tmm@freebsd.org) tried to get a fix for it in upstream GCC. However, I didn't see an entry in the release notes of GCC 3.3.2 that would suggest that it has been fixed there. Another port that has a workaround for this particular GCC bug is e.g. x11/XFree86-4-libraries (files/patch-XRes.c). ---snip--- PR: 58698 Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* Resolve pci/pci.h is not installedi issue. This is an annoyance forbland2003-10-304-0/+33
| | | | | | | libpci developers. Reported by: Samuel Tardieu Submitted by: maintainer
* - Chase MAINTAINER e-mail changessergei2003-10-302-2/+2
| | | | | PR: 58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>, ceri
* PR: 57925foxfair2003-10-304-60/+36
| | | | | | | | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Reviewed by: [1] Approved by: Obtained from: MFC after: Upgrade p5-CGI-SpeedyCGI to 2.22 [1] Actually use the patch provided by the maintainer.
* Fix a comment, the first line was "apache New ports" (apache -> #).olgeni2003-10-301-1/+1
|
* - update to 0.6.2dinoex2003-10-303-205/+37
|
* o) Upps, removal of files/patch-var-64bit was lost ...lkoeller2003-10-302-50/+0
|
* Correct pkg-plist.demon2003-10-304-4/+4
|
* o) Uptate to version 1.32clkoeller2003-10-306-34/+42
|
* - Update to 1.3.0 [1]:sergei2003-10-306-82/+62
| | | | | | | | | | | | | | | | - Added RDP version 5 support. - Cut'n'paste between RDP session and X11 applications is now possible - Can connect to console on Windows 2003 servers - Added preliminary sound support - Support 15, 16 and 24-bit color depths - While I'm here [2]: - install some documentation - slightly clarify COMMENT and pkg-descr - simplify do-install target - use DATADIR and DOCSDIR in Makefile and pkg-plist PR: 57635, 58703 [1] Submitted by: Chris Knight <chris@e-easy.com.au> [1], sergei [2]
* fix plist.ume2003-10-306-6/+6
| | | | Reported by: bento via kris
* p5-Class-MethodMapper --> ports/devel/p5-Class-MethodMapperkuriyama2003-10-301-0/+1
|
* Add p5-Class-MethodMapper 1.0,kuriyama2003-10-305-0/+35
| | | | perl module for abstract Class wrapper for AutoLoader.
* Fix build.perky2003-10-304-4/+4
| | | | | | PR: 58711 Submitted by: Yusuke Matsuoka <yusmat@iris.dti.ne.jp> Approved by: maintainer
* - Update to version 2.5.4krion2003-10-308-12/+12
| | | | | PR: 58697 Submitted by: maintainer
* - Use "gnomehack" knobkrion2003-10-304-2/+6
| | | | | | - Bump PORTREVISION Submitted by: ijliao
* - Add a security/stability patch backported from main trunk. [1]perky2003-10-302-6/+16
| | | | | | | | - Utilize USE_AUTOCONF_VER rather than having a direct dependency. Submitted by: Andrew Belashov <bel@orel.ru> [1] Approved by: maintainer Obtained from: Savannah
* gsasl --> ports/security/gsaslijliao2003-10-301-0/+1
|
* add gsasl 0.0.8ijliao2003-10-306-0/+85
| | | | GNU SASL Library
* People should report problems with this port to maintainers. Make thekan2003-10-301-1/+0
| | | | | confusion less likely by removing all non-relevant email addresses from the Makefile.
* PORTVERSION should have been bumped via previous commit. Reportedlinimon2003-10-301-1/+1
| | | | by: maintainer (shige@FreeBSD.org), who is not a ports committer.
* gss --> ports/security/gssijliao2003-10-301-0/+1
|
* add gss 0.0.6ijliao2003-10-306-0/+61
| | | | GNU Generic Security Service Library
* fix build on -currentijliao2003-10-301-1/+3
|
* libdbi-drivers --> ports/databases/libdbi-driversijliao2003-10-301-0/+1
|
* add libdbi-drivers 0.7.0ijliao2003-10-306-0/+118
| | | | libdbi drivers
* quack --> ports/lang/quacknork2003-10-301-0/+1
|
* Add quack 0.22, enhanced Emacs support for editing andnork2003-10-306-0/+53
| | | | | | | running Scheme programming. PR: ports/58471 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* qdbm --> ports/databases/qdbmnork2003-10-301-0/+1
|
* Add qdbm 1.7.5, quick Database Manager is a library ofnork2003-10-305-0/+68
| | | | | | | | | routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value, organized in hash table or B+ tree.. PR: ports/58186 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Fix core dump.nork2003-10-302-0/+11
| | | | | PR: ports/57932 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* o Update to 1.8.5.nork2003-10-303-20/+17
| | | | | | | o Patch updated mostly to prepare for later use of SLIB. PR: ports/58550 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Update to 1.22.nork2003-10-303-3/+11
| | | | | PR: ports/58704 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Update to 0.94.14.r17.nork2003-10-302-2/+2
| | | | | PR: ports/58633 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 5.0.22.nork2003-10-302-1/+2
| | | | | PR: ports/58632 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* o Update to 5.0.0a3 snapshot.nork2003-10-3012-192/+200
| | | | | | | | o Un-break port. o A lot of fixes, taken from recent commits to php4 port. PR: ports/58617 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 2.4.3.nork2003-10-304-4/+4
| | | | | PR: ports/58294 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Chase new e-mail address as MAINTAINER.nork2003-10-302-2/+2
| | | | | PR: ports/58694 (partial) Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* add mastersiteedwin2003-10-301-1/+2
| | | | Submitted by: SiGNOUT <signout@signout.dk>
* Use "Moved To" field for mail/smapi.fjoe2003-10-301-1/+1
| | | | Noticed by: kris
* Update to 2.0.48, which has corrections for two security bugs:trevor2003-10-3028-6216/+7176
| | | | | | | | | | | | | | | | | | | - CAN-2003-0789: information leak in mod_cgid <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0789> - CAN-2003-0542: buffer overflow in mod_alias and mod_rewrite <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0542> Use a DIST_SUBDIR. Use the DOCSDIR macro. Add options: HTTP_PORT, IPV6_V6ONLY, NO_CGI, NO_ERROR, NO_ICONS, NO_WWW, NO_WWWDATA, WITHOUT_AUTH, WITHOUT_DAV, WITHOUT_MODULES, WITHOUT_MODULES, WITHOUT_PROXY, WITH_ALL_STATIC_APACHE, WITH_BERKELEYDB, WITH_CUSTOM_AUTH, WITH_CUSTOM_PROXY, WITH_DBM, WITH_EXTRA_MODULES, WITH_MODULES, WITH_MPM, WITH_STATIC_APACHE, WITH_STATIC_MODULES and WITH_STATIC_SUPPORT PR: 58654 Submitted by: Clement Laforet (maintainer)
* Fix copy/paste error introduced in previous commiterwin2003-10-301-1/+1
|
* Update to 3.1erwin2003-10-303-6/+15
| | | | | PR: 58665 Submitted by: maintainer
* - Install shared library (mostly for Pike 7.5 crypto toolkit)sergei2003-10-308-12/+108
| | | | | | | | | - Install documentation and examples - Utilize INFO PR: 58338 Submitted by: Xavier Beaudouin <kiwi@plonk.home.oav.net> Approved by: maintainer
* - Update to version 0.9.6krion2003-10-304-4/+4
|
* - Update lang/python-devel to Python-2.4 031022 snapshot.perky2003-10-3056-290/+531
| | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
* - Update to version 1.10krion2003-10-302-2/+2
|
* - Update to 0.12.0:sergei2003-10-302-2/+2
| | | | | = service directory now defaults to /var/service instead of /service - documentation is improved.
* mikeh tracked down the distfiles and hosted them locally. Use this as akris2003-10-301-4/+4
| | | | | | | temporary workaround to unbreak the port until the maintainer can figure out where they went. Submitted by: mikeh
* - Update to 1.3.2krion2003-10-303-2/+6
| | | | | | | - Maintainer approved PR: 57873 58691 Submitted by: Marc Olzheim <marcolz@stack.nl>
* Unbreak with perl 5.8.1 (conflicting symbol).sobomax2003-10-302-0/+28
|
* - Fix build on 5.xkrion2003-10-304-20/+56
| | | | | | | - Use DOCSDIR PR: 58285 Submitted by: Samy Al Bahra <samy@kerneled.com>
* Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't havesobomax2003-10-309-6/+48
| | | | | access to other arches yet), and enable it on freebsd5 (it's enabled on freebsd4 OOB).
* - Update to 0.24.10:sergei2003-10-302-2/+2
| | | | | | | A fatal bug in cvsup2cvsync has been fixed PR: 58693 Submitted by: maintainer
* Add missed manpage.sobomax2003-10-301-0/+1
|
* Add two missed manpages.sobomax2003-10-301-0/+2
|
* Don't add p5-Digest-MD5 into dependency list if perl 5.8.0 or later is used -sobomax2003-10-301-3/+7
| | | | in those versions that module included into the base distribution.
* Add missed manpage.sobomax2003-10-301-0/+1
|
* Changed email and website addresses per maintainer request to -doclinimon2003-10-302-4/+4
| | | | some time back.
* Changed maintainer email address; the old one points to the newlinimon2003-10-301-1/+1
| | | | one as a replacement. Noticed by: Oliver Eikemeier.
* Reset MAINTAINER.fjoe2003-10-301-1/+1
| | | | Ok'd by: gonza@techline.ru (who was maintainer of this port)
* Update to DAT 4300jeh2003-10-302-2/+2
|
* Record conflict with ports/devel/bin86.trevor2003-10-301-0/+1
| | | | Approved by: joerg (maintainer)
* * Remove old post-patch target. It's fixed in 1.1 and with this post-patchobraun2003-10-301-5/+7
| | | | | | | | target runtime problems occur. * Bumb PORTREVISION accordingly. * Mark (temporary) BROKEN on -current. This seems to be a gcc3 issue. Pointed out by: Lutz Bichler <Lutz.Bichler@unibw-muenchen.de>
* Fix patch path problem in previous delta. *blush*sheldonh2003-10-301-2/+2
|
* Fix .dtd files so after recent libxml2 update MrProject still be able tobland2003-10-303-1/+15
| | | | open it documents.
* fix build on 5-CURRENT after RFC3542 change (EAI_ADDRFAMILY andume2003-10-304-0/+83
| | | | | | | | | | | | EAI_NODATA were obsoleted). There is some issue; we have EAI_NODATA as an alias of EAI_NONAME for workaround. However, some of these ports use it as a case label of switch. Since our alias broke such code, we may better to consider deleting such alias. Requested by: kris Approved by: portmgr (kris) (implicitly)
* fuse --> ports/emulators/fusesergei2003-10-301-0/+1
|
* Add fuse 0.6.1.1, Free Unix (Sinclair ZX-)Spectrum Emulator.sergei2003-10-309-0/+188
| | | | | | | | | | | | | | fuse is a free version of a ZX Spectrum emulator. It emulates the 48K/128K/+2/+2A/+3 Speccy and Timex TC2048 machine, supports loading from .tzx files, has sound and kempston joystick emulation, and emulates various printers you could attach to the Spectrum. It supports the new RZX input recording file format. Author: Philip Kendall <pak21-spectrum@srcf.ucam.org> WWW: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html PR: 58639 Submitted by: Alexey V. Antipovsky <kemm@in-line.ru>
* libspectrum --> ports/emulators/libspectrumsergei2003-10-301-0/+1
|
* Add libspectrum 0.2.0.1, handling of ZX-Spectrum emulator files formats.sergei2003-10-305-0/+80
| | | | | | | | | | | | | | | | | | | | | libspectrum is a fairly simple library designed to make the handling of various ZX Spectrum emulator-related file formats easy. So far it handles: * Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp and +D snapshots (read only) * Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only) * Input recordings: .rzx (read/write) * Timex cartridges: .dck (read only) There are also some subsidiary functions which may be generally useful for Spectrum-related utilities. Author: Philip Kendall <pak21-spectrum@srcf.ucam.org> WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html PR: 58638 Submitted by: Alexey V. Antipovsky <kemm@in-line.ru>