summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This time lets cvs add the patch files...Michael Haro1999-10-256-0/+496
| | | | | | | | | | | | | | | | | | | | | Corrected DESCR regarding name of BPF in -CURRENT. Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer Notes: svn path=/head/; revision=22628
* Corrected DESCR regarding name of BPF in -CURRENT.Michael Haro1999-10-252-4/+10
| | | | | | | | | | | | | | | | | | | | Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer Notes: svn path=/head/; revision=22627
* Revive the comment at the top that reminded people to upgradeChris Piazza1999-10-253-0/+9
| | | | | | | | | rclock and chinese/rxvt too. Noticed by: obrien Notes: svn path=/head/; revision=22626
* Use the proper $$ which gives a single literal `$' in a Makefile ratherDavid E. O'Brien1999-10-251-1/+1
| | | | | | | | than `\$' which is proper for a shell script, which this isn't (even it if they are shell commands). Notes: svn path=/head/; revision=22625
* Update to 0.5.5.Yukihiro Nakai1999-10-256-28/+10
| | | | | | | | PR: ports/14481 Submitted by: rod@oscentral.org Notes: svn path=/head/; revision=22624
* Upgrade to version 2.7.1.David E. O'Brien1999-10-252-3/+3
| | | | Notes: svn path=/head/; revision=22623
* Change to follow gtkmm shlib version bump.Satoshi Asami1999-10-252-2/+2
| | | | | | | Found by: bento Notes: svn path=/head/; revision=22622
* Remove test code that *should* have bitten it before the commit.David E. O'Brien1999-10-253-3/+3
| | | | Notes: svn path=/head/; revision=22620
* Install new marker file 'freebsd.committers.markers' at install time.Joseph Koshy1999-10-252-0/+2
| | | | | | | Also, add the above file to package PLIST. Notes: svn path=/head/; revision=22619
* Add GTK support. Set "HAVE_GTK" to invoke it.David E. O'Brien1999-10-256-15/+66
| | | | | | | Submitted by: Yuan-Chen Cheng <ycheng@ycheng.wsl.sinica.edu.tw> Notes: svn path=/head/; revision=22618
* Add css-mode.el and vrweb.Satoshi Asami1999-10-251-0/+2
| | | | | | | Forgotten by: nakai, shige Notes: svn path=/head/; revision=22617
* Add a patch for i18n about dialog.Yukihiro Nakai1999-10-253-0/+60
| | | | Notes: svn path=/head/; revision=22616
* Upgrade to 1.0 release.David E. O'Brien1999-10-2511-33/+74
| | | | Notes: svn path=/head/; revision=22615
* Use the latest gnomelibs.Yukihiro Nakai1999-10-252-2/+2
| | | | | | | | PR: ports/14507 Submitted by: clive@cirx.org Notes: svn path=/head/; revision=22614
* Use our real binary's name in the syslog messages.David E. O'Brien1999-10-251-1/+9
| | | | | | | | On hosts that support it, use LOG_SECURITY rather than LOG_PRIVAUTH. (why this type of thing needs to be private, I don't understand) Notes: svn path=/head/; revision=22613
* Remove extra ":" - it was causing syntax errors.Satoshi Asami1999-10-251-1/+1
| | | | Notes: svn path=/head/; revision=22612
* Locations of committers around the world. Suggested at UsenixWes Peters1999-10-251-0/+78
| | | | | | | | | | and finalized (mostly) at FreeBSD Con. Now everyone can just add/correct themselves. Submitted by: A cast of tens. Notes: svn path=/head/; revision=22611
* Portlint and general clean up (previously this port claimed to be a library).David E. O'Brien1999-10-254-11/+6
| | | | Notes: svn path=/head/; revision=22610
* Delete epplets from the entry.Yukihiro Nakai1999-10-251-1/+0
| | | | Notes: svn path=/head/; revision=22609
* Add epplets to the entry.Yukihiro Nakai1999-10-251-0/+1
| | | | Notes: svn path=/head/; revision=22608
* Update MASTER_SITESChris Piazza1999-10-251-2/+1
| | | | | | | | PR: 14494 Submitted by: maintainer Notes: svn path=/head/; revision=22607
* Fix connecting with UDP if the loopback interface does not allowChris Piazza1999-10-251-0/+30
| | | | | | | | | | traffic PR: 14397 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com> Notes: svn path=/head/; revision=22606
* Distfile changed and MASTER_SITES was missing a '='Chris Piazza1999-10-252-2/+2
| | | | | | | | PR: 14475 Submitted by: jack@germanium.xtalwind.net Notes: svn path=/head/; revision=22605
* Update to 2.7.1Chris Piazza1999-10-256-9/+9
| | | | | | | | PR: 14410 Submitted by: maintainer Notes: svn path=/head/; revision=22604
* Add "NO_LATEST_LINK" so the poor user that does ``pkg_add -r acroread''David E. O'Brien1999-10-242-0/+4
| | | | | | | actually gets a PREFIX/bin/acroread command. Notes: svn path=/head/; revision=22603
* Use ``mkdir -p'' rather than ``mkdir''.David E. O'Brien1999-10-2416-640/+640
| | | | | | | | | | | | A problem exists when one ``pkg_add -r acroread'' and ftp.crom.com is at it's limit. One can be able to download Latest/acroread.tgz. BUT when `pkg_add' tries to install all the dependancies it fails due to being unable to fetch one of them. If the user then ``pkg_add -r acroread'' again in an attempt to get everything installed they now get scary error messages from ``mkdir'' since the directories already exist. Notes: svn path=/head/; revision=22602
* Modify EMACS_VER for xemacs21 to reflect my recent update ofGary Jennejohn1999-10-241-1/+1
| | | | | | | | | | | | xemacs21 to version 21.1.7. As Satoshi wrote: You are allowed to change other peoples' ports if they are affected by your change, Gary. :) (in re a comment in the commit message). Notes: svn path=/head/; revision=22601
* Updated to version 1.3.5Jim Mock1999-10-2410-20/+20
| | | | Notes: svn path=/head/; revision=22600
* Fix 'dir .' (works as dir *)Andrey A. Chernov1999-10-242-0/+22
| | | | | | | Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> Notes: svn path=/head/; revision=22599
* New index, with 2,723 (= 7 x 389) ports ! This is my first commitSatoshi Asami1999-10-241-606/+683
| | | | | | | back from FreeBSDCon. (Figures, huh? :) Notes: svn path=/head/; revision=22598
* upgrade to 2.6.0Andrey A. Chernov1999-10-2420-206/+204
| | | | | | | Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Notes: svn path=/head/; revision=22597
* Upgrade japanize patch: 1.4 to 1.4c.SADA Kenji1999-10-239-70/+74
| | | | | | | | PR: ports/14408 Submitted by: Maintainer Notes: svn path=/head/; revision=22596
* Update to new version 3.0.4Andreas Klemm1999-10-235-10/+35
| | | | | | | | | | | | | | Recommended update because of bugs in versions < 3.0.4 (as Dirk reports). Recommendation: probably it would be useful to import this version into -current, let it settle there for a month and then merge it into 3.x-STABLE. Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Reviewed by: andreas@FreeBSD.ORG Notes: svn path=/head/; revision=22595
* Upgrade to 1.13Vanilla I. Shu1999-10-236-10/+18
| | | | | | | | PR: ports/14091 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> Notes: svn path=/head/; revision=22594
* Upgrade to 0.6.7.Vanilla I. Shu1999-10-232-5/+4
| | | | Notes: svn path=/head/; revision=22593
* Upgrade to 1.1.10Vanilla I. Shu1999-10-2360-1752/+3432
| | | | | | | | PR: ports/14294 Submitted by: Brian Handy <handy@physics.montana.edu> Notes: svn path=/head/; revision=22592
* Correct distfiles' locationVanilla I. Shu1999-10-231-1/+1
| | | | | | | | PR: ports/14453 Submitted by: maintainer Notes: svn path=/head/; revision=22591
* Updated to version 1.4.5Jim Mock1999-10-222-3/+3
| | | | Notes: svn path=/head/; revision=22590
* changed master site since ftp.iij.ad.jp did not archive usenet articles.Munechika SUMIKAWA1999-10-222-19/+5
| | | | Notes: svn path=/head/; revision=22589
* Upgrade to 0.4.SADA Kenji1999-10-224-10/+12
| | | | Notes: svn path=/head/; revision=22588
* CSS(Cascade Style Sheet) editing major mode for Emacsen.Shigeyuki Fukushima1999-10-225-0/+64
| | | | Notes: svn path=/head/; revision=22587
* Update to 7.19.07.Shigeyuki Fukushima1999-10-228-9/+9
| | | | Notes: svn path=/head/; revision=22586
* This is a null commit to record information I forgot to put inShigeyuki Fukushima1999-10-220-0/+0
| | | | | | | | | previous commit log. Update to 7.19.05. But, files installed by this port does not update. Notes: svn path=/head/; revision=22585
* Fix unfetchable problem.Shigeyuki Fukushima1999-10-222-6/+7
| | | | Notes: svn path=/head/; revision=22584
* Upgrade to GNU Portable Threads (Pth), Development Version 1.2b7Ralf S. Engelschall1999-10-222-3/+3
| | | | Notes: svn path=/head/; revision=22583
* Upgrade to mod_ssl 2.4.6.Dirk Froemberg1999-10-226-6/+6
| | | | Notes: svn path=/head/; revision=22582
* Add some patches for the clean install.Yukihiro Nakai1999-10-228-30/+183
| | | | Notes: svn path=/head/; revision=22581
* Add tkdeskSatoshi Taoka1999-10-221-0/+1
| | | | Notes: svn path=/head/; revision=22580
* A graphical, highly configurable and powerful file manager (supported Japanese)Satoshi Taoka1999-10-227-0/+696
| | | | | | | | Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> Obtained from: ports-jp@ja.freebsd.org Notes: svn path=/head/; revision=22579
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.6Ralf S. Engelschall1999-10-223-4/+4
| | | | Notes: svn path=/head/; revision=22578