summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Get empty directories removed correctly on deinstallation.Akinori MUSHA2000-05-011-2/+2
| | | | | | | | PR: ports/18322 Submitted by: MAINTAINER Notes: svn path=/head/; revision=28230
* Add a Y2K fix patch.Akinori MUSHA2000-05-011-0/+13
| | | | | | | | PR: ports/18321 Submitted by: MAWATARI Ryota <ma@neko.net> Notes: svn path=/head/; revision=28229
* Update to 0.9.4.Akinori MUSHA2000-05-012-6/+8
| | | | | | | | | | Stop registering ssh dependency on systems posterior to 4.0-RELEASE. PR: ports/18320 Submitted by: R,Ai(Bmi Guyomarch <rguyom@321.net> Notes: svn path=/head/; revision=28228
* gtksamba has been repo-copied to gnosamba to reflect name change bySteve Price2000-05-011-1/+1
| | | | | | | authors. Notes: svn path=/head/; revision=28227
* Update to OpenH323 1.1beta1 and pwlib 1.1pl15Roger Hardiman2000-05-0116-60/+72
| | | | | | | | Note, the H323 Video Conferencing application this builds is now called ohphone (previously it was called voxilla) Notes: svn path=/head/; revision=28226
* Previous commit was in error.Kris Kennaway2000-05-011-2/+1
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=28225
* Update with new mastersite at sourceforge.Roger Hardiman2000-05-011-0/+1
| | | | Notes: svn path=/head/; revision=28224
* Update with new mastersite at sourceforge.Roger Hardiman2000-05-011-3/+3
| | | | | | | | Fix build error seen on bento when referencing the working directories of other ports. Notes: svn path=/head/; revision=28223
* Added "SSL" to make information more complete ;-)Andreas Klemm2000-05-011-1/+1
| | | | | | | Obtained from: "Dan Langille" <dan@langille.org> Notes: svn path=/head/; revision=28222
* Update zebra to 0.86Andreas Klemm2000-05-016-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From its developer: Hi, this is Kunihiro. I think this version is the most stable OSPF version ever had. We'll keep on fixing and adding new feature to ospfd. And also some BGP's route selection problems are fixed. Many patches are included. * Changes in zebra-0.86 * Changes in lib ** Fix bug of exec-timeout command which may cause crush. ** Multiple same policy for "access-list", "ip prefix-list, "as-path access-list", "ip community-list" is not duplicated. ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >= M. Now default behavior is exact match so it only match routes which mask == M. * Changes in bgpd ** "match ip address prefix-list" is added to route-map. ** A route without local preference is evaluated as 100 local preference. ** Select smaller router-id route when other values are same. ** Compare MED only both routes comes from same neighboring AS. ** "bgp always-compare-med" command is added. ** Now MED value is passed to IBGP peer. ** When neighbor's filter is configured with non-existent access-list, as-path access-list, ip prefix-list, route-map. The behavior is changed from all permit to all deny. * Changes in ospfd ** Fix bug of external route tag byte order. ** OSPF Neighbor deletion bug which cause crush is fixed. ** Some route calculation bug are fixed. ** Add sanity check with router routing table. ** Fix bug of memory leak about linklist. ** Fix bug of 1-WayReceived in NSM. ** Take care of BIGENDIAN architecture. ** Fix bug of NSM state flapping between ExStart and Exchange. ** Fix bug of Network-LSA originated in stub network. ** Fix bug of MS flag unset. ** Add to schedule router_lsa origination when the interface cost changes. ** Increment LS age by configured interface transmit_delay. ** distribute-list is reimplemented. ** Fix bug of refresh never occurs. ** Fix bug of summary-LSAs reorigination. Correctly copy OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd. ** Fix bug of re-origination when a neighbor disappears. ** Fix bug of segmentation fault with DD retransmission. ** Fix network-LSA re-origination problem. ** Fix problem of remaining withdrawn routes on zebra. * Changes in ripd ** Do not leave from multicast group when interface goes down bug is fixed. * Changes in zebra ** Remove client structure when client dies. ** Take care static route when interface goes up/down. Notes: svn path=/head/; revision=28221
* Mark this forbidden for 3.x branch -- configure goes into infinite loop.Satoshi Asami2000-05-011-1/+7
| | | | Notes: svn path=/head/; revision=28220
* chown games:games -> chown root:gamesKris Kennaway2000-05-011-1/+1
| | | | Notes: svn path=/head/; revision=28219
* Add missing MAN1.Chris Piazza2000-05-011-0/+2
| | | | Notes: svn path=/head/; revision=28218
* Adding the ip-tun, jabber-transport, libetherx, and libjabber ports.Steve Price2000-05-011-0/+4
| | | | Notes: svn path=/head/; revision=28217
* Adding jabber-transport version 0.9.Steve Price2000-05-0124-0/+294
| | | | | | | | | | | An online presence and instant messaging server. The Jabber transport (jserver) is a daemon for Jabber clients to connect and communicate with. PR: 17982 Submitted by: Kostya Lukin <lukin@okbmei.msk.su> Notes: svn path=/head/; revision=28216
* Adding libetherx version 0.9.Steve Price2000-05-016-0/+49
| | | | | | | | | | | | | | | Originally, the etherx daemon routed XML streams among agents. Now the etherx daemon has morphed into a library that allows any agent to become the daemon if the daemon is not found. You can learn more about Etherx at WWW: http://etherx.jabber.org/ PR: 17981 Submitted by: Kostya Lukin <lukin@okbmei.msk.su> Notes: svn path=/head/; revision=28215
* Adding libjabber version 0.9.Steve Price2000-05-015-0/+39
| | | | | | | | | | | | | | Currently, libjabber provides Jabber transports with various library functions. For general information about Jabber, including a quick introduction to Jabber concepts, see the FAQ at WWW: http://docs.jabber.org/ PR: 17980 Submitted by: Kostya Lukin <lukin@okbmei.msk.su> Notes: svn path=/head/; revision=28214
* Adding ip-tun version 1.0.Steve Price2000-05-015-0/+28
| | | | | | | | | | | | | | Establishes an RFC-2003 style IP encapsulation tunnel using a tun(4) kernel interface combined with divert sockets and IP firewall rules, implemented in a user-space daemon. No kernel mods are required, except enabling divert sockets, IPfirewalls, and a number of tun interfaces. PR: 17415 Submitted by: Yu-Shun Wang <yushunwa@isi.edu> Notes: svn path=/head/; revision=28213
* Adding the jext and tamago ports.Steve Price2000-05-011-0/+2
| | | | Notes: svn path=/head/; revision=28212
* Adding tamago version 4.0.6.Steve Price2000-05-0112-0/+232
| | | | | | | | | | A mltilingual input method for emacs - Egg v4. PR: 17236 Submitted by: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp> Notes: svn path=/head/; revision=28211
* Adding jext version 2.7.0.6.Steve Price2000-05-016-0/+200
| | | | | | | | | | | | | Jext is a powerful 100% pure Java text editor. Jext has been mainly designed for programmers. Thus, Jext provides a lot of useful functions for coders: syntax colorizing (Perl, XML/HTML, Java, JavaScript), auto indent, methods seeker for Java, source code formatting and much more... PR: 17111 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=28210
* Adding the bulb and moneydance ports.Steve Price2000-05-011-0/+2
| | | | Notes: svn path=/head/; revision=28209
* Adding bulb version 1.0.6.Steve Price2000-05-015-0/+46
| | | | | | | | | | | A simple GNOME applet which provides a warning service when tasks terminate. PR: 17337 Submitted by: Scott A. Moberly <smoberly@xavier.dyndns.org> Notes: svn path=/head/; revision=28208
* Add a second MASTER_SITE.Steve Price2000-05-011-1/+2
| | | | | | | Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=28207
* Add moneydance version 2.0.4.Steve Price2000-05-0110-0/+110
| | | | | | | | | | | | Moneydance is a personal finance management application written in Java. Features include transaction auto-completion, reporting, graphing, check printing, scheduled transactions, and much more. PR: 17018 Submitted by: Sean Reilly <sreilly@seanreilly.com> Notes: svn path=/head/; revision=28206
* Adding ko-gtkcomm version 0.5.7.Steve Price2000-05-017-0/+110
| | | | | | | | | | A gtk-based widget for controlling serial ports. PR: 17332 Submitted by: CHOI Junho <cjh@kr.freebsd.org> Notes: svn path=/head/; revision=28205
* Adding ja-xmsgsaver version 1.7.Steve Price2000-05-016-0/+35
| | | | | | | | | | An X11 screensaver using VFlib. PR: 17262 Submitted by: Tatsuya Kudoh <kudoh@koken.club.uec.ac.jp> Notes: svn path=/head/; revision=28204
* Adding quickpics version 1.8.Steve Price2000-05-018-0/+131
| | | | | | | | | | A really handy tool for large image collections and digital cameras. PR: 17316 Submitted by: Stever <stever@transmission23.com> Notes: svn path=/head/; revision=28203
* Add p5-Locale-Maketext version 0.17.Steve Price2000-05-016-0/+40
| | | | | | | | | | | | Locale::Maketext is a base class providing a framework for software localization and inheritance-based lexicons, as described in "The Perl Journal" issue #13. PR: 17382 Submitted by: Frank Mayhar <frank@exit.com> Notes: svn path=/head/; revision=28202
* Adding mysql-editor version 0.2.Steve Price2000-05-016-0/+54
| | | | | | | | | | A set of CGI scripts in Perl for editing your MySQL tables. PR: 17376 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=28201
* Adding the libxode and wordnet ports.Steve Price2000-05-011-0/+2
| | | | Notes: svn path=/head/; revision=28200
* Adding wordnet version 1.6.Steve Price2000-05-0119-0/+430
| | | | | | | | | | | | | WordNet is a powerful lexical reference system that combines aspects of dictionaries and thesauri with current psycholinguistic theories of human lexical memory. It is produced by the Cognitive Science Laboratory at Princeton University, under the direction of Professor George Miller. PR: 17016 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=28199
* Adding libxode version 0.9.Steve Price2000-05-015-0/+29
| | | | | | | | | | An XML library plus string helper functions. PR: 17789 Submitted by: Kostya Lukin <lukin@okbmei.msk.su> Notes: svn path=/head/; revision=28198
* Adding mozilla-fonts version 1.0.Steve Price2000-05-017-0/+164
| | | | | | | | | | A bunch of fonts for Netscape/Mozilla. PR: 17301 Submitted by: dom@myrddin.demon.co.uk Notes: svn path=/head/; revision=28197
* Install setgid games, not setuid root.Kris Kennaway2000-05-011-0/+31
| | | | Notes: svn path=/head/; revision=28196
* Oops, this was actually being installed setuid root as well as setuidKris Kennaway2000-05-011-1/+1
| | | | | | | games. Notes: svn path=/head/; revision=28195
* Update to version 2000.03.06.Steve Price2000-05-013-7/+15
| | | | | | | | PR: 17534 Submitted by: maintainer Notes: svn path=/head/; revision=28194
* @dirrm share/doc/libungif.Satoshi Asami2000-05-012-0/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=28193
* What the hell is "shared/doc/jpeg"?!?Satoshi Asami2000-05-012-2/+2
| | | | Notes: svn path=/head/; revision=28192
* Add some @dirrm's to cleanup after itself.Satoshi Asami2000-04-303-0/+24
| | | | | | | Found by: bento Notes: svn path=/head/; revision=28191
* Add missing manpages.Satoshi Asami2000-04-303-3/+9
| | | | | | | Found by: bento Notes: svn path=/head/; revision=28190
* Correction: the previous commit updated this port to version 2.005.Steve Price2000-04-300-0/+0
| | | | | | | Submitted by: Brian Handy <handy@isass0.solar.isas.ac.jp> Notes: svn path=/head/; revision=28189
* Update to version 0.14.2.Steve Price2000-04-307-52/+146
| | | | | | | | PR: 17948 Submitted by: maintainer Notes: svn path=/head/; revision=28188
* Make this port actually work with 'ADDITIONAL_SKINS=yes'.Steve Price2000-04-304-6/+18
| | | | | | | | PR: 18287 Submitted by: Michael Joyner <mjoyner@wolf.dyns.cx> Notes: svn path=/head/; revision=28187
* Use gnuregex library in the base system instead of the old one providedSteve Price2000-04-3026-10/+396
| | | | | | | | | | by the port. Also cleanup all warning messages when compiling with -Wall. PR: 17035 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br> Notes: svn path=/head/; revision=28186
* Activate the muuz port.Steve Price2000-04-301-0/+1
| | | | Notes: svn path=/head/; revision=28185
* Initial import of muuz version 0.27.1.Steve Price2000-04-305-0/+38
| | | | | | | | | | | An X11 and sound tool that promotes relaxation, meditation, fun, and more. PR: 18070 Submitted by: Gary Kline <kline@tao.thought.org> Notes: svn path=/head/; revision=28184
* Distfile changed without version number bump. Appears to be someSteve Price2000-04-301-1/+1
| | | | | | | | | | minor changes to add in thread support. PR: 17249 Submitted by: Adam Kranzel <ace@teru.dyndns.org> Notes: svn path=/head/; revision=28183
* Update to version 1.4.Steve Price2000-04-304-5/+14
| | | | | | | | PR: 17348 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=28182
* Update to version 1.67.Steve Price2000-04-303-9/+16
| | | | | | | | PR: 17721 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28181