aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing dependencyade2000-08-174-0/+4
| | | | Submitted by: bento
* Upgrade to version 2.2.ru2000-08-177-38/+45
|
* Update to 20000802.kevlo2000-08-162-2/+2
| | | | | PR: 20622 Submitted by: MAINTAINER
* Update to version 2.10.0kevlo2000-08-161-1/+1
| | | | | PR: 20641 Submitted by: MAINTAINER
* Update to version 2.10.0kevlo2000-08-162-2/+2
| | | | | PR: 20640 Submitted by: MAINTAINER
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-1639-39/+39
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Don't install stuff writable to group wheel.kris2000-08-161-0/+11
|
* Make this setgid games and remove a world-writable file.kris2000-08-162-4/+13
|
* Don't install directories writable to wheelkris2000-08-161-0/+11
|
* Remove world-writable score files by making the game binary setgid gameskris2000-08-161-1/+4
| | | | | | | and the score file root:games mode 664. Since the games group has (should have) no permissions other than to write to game data files, it doesn't really matter if this is "insecure" (lots of other things which are setgid games already are).
* Remove a world-writable score file by making the game binary setgid gameskris2000-08-161-2/+2
| | | | | | | and the score file root:games mode 664. Since the games group has (should have) no permissions other than to write to game data files, it doesn't really matter if this is "insecure" (lots of other things which are setgid games already are).
* Better variant of .forward line, more close to originalache2000-08-162-10/+11
|
* welcome postfix-current, to track the non-official-release-but-good-qualitybillf2000-08-161-1/+3
| | | | "experimental" series of postfix. maintained by yours truely.
* Fix info about line must be placed in ~/.forwardache2000-08-162-0/+33
|
* (1) Use USE_XPM instead of an explict LIB_DEPENDS to xpm for theasami2000-08-161-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | REQUIRES_MOTIF case, so it won't picking up unneeded xpm dependencies when XFree86-4 is being used. (2) New variable MOTIF_OPEN which depends to x11-toolkits/open-motif instead of commercial variants. This is for testing only -- I intend to replace the whole Motif hackery with a normal dependency to open-motif when it is proved sufficient. (3) Fix typo in XAWVER, I had the XFree86-3 and 4 cases backwards. Submitted by: steve (4) Add BUILD_DEPENDS to devel/imake-4 when USE_IMAKE is set and XFREE86_VERSION=4. Otherwise ports won't be able to find imake. Reported by: alex, among others (5) Make USE_XPM, USE_DGS, USE_MESA and USE_FREETYPE imply USE_XLIB when XFREE86_VERSION=4. Otherwise some ports can't find them. (6) Add new target "pre-everything" that is called before fetch. Use this (instead of pre-fetch or .BEGIN) if you want something to be done before one of the normal targets are run. Switch perl version check to use pre-everything, otherwise you can't even build a 5-current index on a 4-stable machine (for instance). (7) Add "ruby" to list of valid categories. Requested by: knu
* Please welcome Rajesh Vaidheeswarran <rv> to the committers list. He willasami2000-08-161-0/+1
| | | | be maintaining his own port (cons).
* Don't install stuff group-writable when it doesnt need to be.kris2000-08-166-9/+89
| | | | Reviewed by: fenner (maintainer)
* Add japanese/ruby-kakasi, KAKASI module for Ruby.knu2000-08-166-0/+74
|
* Install Emacs Lisp files (*.el) to share/emacs/site-lisp/ andknu2000-08-169-0/+123
| | | | | | lib/xemacs/site-lisp so Emacs/XEmacs can easily find them to load. Instruct users how to use them.
* l0pht-watch is much more useful if you can see more than 20 charactersgreen2000-08-162-6/+38
| | | | | of the pathname. Use the magic of TIOCGWINSZ to let it scale with the terminal.
* Since it makes very... promiscuous modes in the installation, creategreen2000-08-163-0/+18
| | | | | | | | | the ${PREFIX}/share/licq directory with no external permissions at all while doing the installation, then whack the permissions into shape later before handing it off to the world. There is no race condition, but this is under the assumption that the installation routine doesn't chmod ${PREFIX}/share/licq itself! God only knows, with this autoconfed, libtooled...
* Oops, let's use the correct MD5jedgar2000-08-161-1/+1
|
* Bring abclock unto the worldjedgar2000-08-161-0/+1
|
* New port: abclock, an unusual analog clock for Xjedgar2000-08-167-0/+58
|
* Add ruby-libwrap, TCP wrappers library for Ruby.knu2000-08-156-0/+73
| | | | Note that the actual module name of this for this library is `tcpd'.
* Add ruby-locale, a simple Ruby module that provides setlocale(3).knu2000-08-157-0/+64
|
* Oops, modules should go under lib/ruby/site_ruby/${RUBY_VER}/, notknu2000-08-152-3/+3
| | | | under lib/ruby/site_ruby/.
* Update to 2.2.1b1, since there is a minor security problem in anythingnbm2000-08-1518-192/+1620
| | | | beforehand.
* Upgrade to 4.17.tg2000-08-152-3/+11
| | | | | XFree86-4 users: please test this port. According to the docs, xlock should compile now. (I can't try it, I'm still running XFree86-3.3.6.)
* Add heroes - a game similar to the old "Tron" and "Nibbles".sobomax2000-08-157-0/+300
|
* Patch configure to use -pthread instead of -lpthread.sobomax2000-08-151-0/+3
|
* Correct CATEGORIES - this port belongs to the games, not graphics!sobomax2000-08-151-1/+1
|
* Do not rely on the linux(8) shell script. Instead, use an INSTALLsheldonh2000-08-1530-150/+292
| | | | | | | | script so that the behaviour of a package installation matches that of a port installation identically. Note that, in the package case, we already have a valid run-time linker hints file for Linux.
* Add py-gnome into RUN_DEPENDS.sobomax2000-08-151-1/+2
|
* Update to rev.2.12.knu2000-08-152-2/+2
| | | | | | | | | | | | | | | | | | | Here's an excerpt from cvs2cl's ChangeLog generated by itself. :> 2000-08-15 00:59 kfogel * cvs2cl.pl: Handle even the [allegedly impossible] case of an undefined dir prefix. 2000-08-15 00:52 kfogel * cvs2cl.pl: Be more careful about setting $common_dir. This hopefully fixes a two-char eats problem reported by Shlomo Reinstein <shlomo.reinstein@intel.com>; Shlomo's patch is included in a comment (search for "shlomo") for reference, in case this doesn't work. Only Shlomo can test right now, although if this doesn't work I'll just ask him for his log info.
* Update to knu-cvsweb 1.93.1.13.knu2000-08-154-4/+4
| | | | | | | | | - Use cvsweb.conf* in the current directory when they don't exist in /usr/local/etc/. - Declare function prototypes to shut up runtime warnings. - Remove redundant white space at the end of lines.
* Add pygmy - a GNOME mail client written in Python.sobomax2000-08-158-0/+112
|
* Back out previous commit - I erroneously replaced this file with older version.sobomax2000-08-151-1/+1
|
* Update to 1.0.6.sobomax2000-08-156-20/+29
| | | | | | | Several fixes/cleanups: - add previously missed INSTALLS_SHLIB; - libtoolize; - remove redundant newline at the end of PLIST.
* Add gnome as a secondary category.sobomax2000-08-151-1/+1
|
* Update to 2.0.7b.sobomax2000-08-152-2/+2
|
* Update to 0.2.0.sobomax2000-08-152-2/+2
|
* From the patch submission:andreas2000-08-151-3/+4
| | | | | | | | | | Right now it's difficult to determine if one must upgrade the currently installed server as the pkg_info reports one has "inn-stable-v22" installed. With this patch it's easier to compare the installed version against /usr/ports/INDEX as the version tag changes when you upgrade the port. Submitted by: Martti Kuparinen <martti.kuparinen@lmf.ericsson.se>
* Update to 0.1.9. Did I mention this game rules?will2000-08-153-9/+2
|
* Add MESSAGE to instruct how to use rd-mode in Emacs/XEmacs.knu2000-08-152-0/+9
|
* Add ruby-syslog, a Ruby module to access syslog(3) interface.knu2000-08-156-0/+54
|
* Update to 0.4.2-pre3.knu2000-08-152-2/+3
|
* Add PerlMenu 4.0, a simple module that uses the Curses package to renderwill2000-08-157-0/+55
| | | | | | menus on the terminal. Submitted by: jhb
* Uncomment NEED_INCREMENTAL_INDICATORache2000-08-141-2/+2
|
* Upgrade to +82, add CP1251 supportache2000-08-148-7/+93
|
* Don't create group-writable directories.tg2000-08-1414-70/+168
| | | | Submitted by: jedgar
* New port: cclient built with third-party maildir support. Cclient is usedkbyanc2000-08-1412-0/+307
| | | | | | | | by UW's pine and imapd software to access mailboxes. This port complements the existing cclient port by building a version that includes support for qmail's maildir mailbox format. PR: 19691
* Add ruby-uri, Ruby interface to parse URIs according to RFC 2396.knu2000-08-146-0/+64
|
* Add eruby, which interprets Ruby code embedded in a text file justknu2000-08-146-0/+61
| | | | like PHP, ePerl, ASP, or JSP.
* I don't know why I used both $X11BASE and $LOCALBASE for installingkuriyama2000-08-141-1/+1
| | | | | | destination. Pointed out by: bento
* Update to 0.14.10.knu2000-08-142-2/+2
|
* Update to 0.99.3.knu2000-08-142-2/+2
|
* update apsfilter stable portandreas2000-08-144-4/+4
| | | | | | | | | | | | | | | | | | | | | last recent changes: Mo 14 Aug 2000 07:05:28 CEST Andreas Klemm <andreas@apsfilter.org> * SETUP: use "-" instead of "-_", as reported from Hal Bower. To make print_testpage work on every gs version. For printing the test page this is enough. * info file fix: use new domain "apsfilter.org" * refresh info concerning mailing-lists, the following are available now: - apsfilter-announce Announcements - apsfilter-chat talk/chat around apsfilter and printing - apsfilter-current developer version of apsfilter - apsfilter-cvs Commit Messages of Apsfilter Developers - apsfilter-devel Closed List for Apsfilter Developers - apsfilter-hackers Technical Discussion, code submissions - apsfilter-help User Support / Help Forum - apsfilter-printing Printing under Unix environment - apsfilter-stable apsfilter stable release (5.x)
* Mark FORBIDDEN due to buffer overflow in ntping yielding setuid root.kris2000-08-141-0/+2
|
* Mark FORBIDDEN due to buffer overflow yielding setgid kmem.kris2000-08-141-0/+2
|
* Update to version 0.7.95.jim2000-08-144-4/+4
|
* Fix this port so that it packages correctly again.steve2000-08-142-2/+2
|
* Update to version 12Jun2000kevlo2000-08-143-7/+10
| | | | | PR: 20574 Submitted by: Ports Fury
* Fix a bogon in the configure script where the executable suffix was beingsteve2000-08-141-3/+12
| | | | | | set to '.C' and causing serious problems with ${ac_link} evaluating to this: c++ -o conftest.C conftest.C
* Update to M17.reg2000-08-1418-270/+4518
|
* Remove what seemed like an innocuous warning message but turned out to besteve2000-08-141-2/+2
| | | | | a serious flaw that was causing parts of the XFree86 ports lib/X11 directory to be removed on 'make deinstall'.
* update port after new make-release script on www.apsfilter.organdreas2000-08-144-14/+8
| | | | | which produces files with other md5 checksum, but more accurate file creation date.
* The correct fix for the previous patches is USE_IMAKE,alex2000-08-143-18/+3
| | | | which is handled in bsd.port.mk for XFree86-4.
* Add ruby-kde and ruby-kde-i18n, KDE extension for Ruby.knu2000-08-146-0/+112
| | | | (for kde11 and kde11-i18n, respectively)
* Change the name of the knob: WITH_QTI18N -> WITH_I18Nknu2000-08-142-2/+2
|
* Update to 4.4X. Should fix bento's build problems.alex2000-08-142-2/+2
|
* This port needs xmkmf in order to build.alex2000-08-141-0/+6
| | | | | | | | Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4, or version 4 if the previous condition is not true (that is, in the case xmkmf isn't installed on the system). Found by: bento
* Remove useless GNU make'ism.obrien2000-08-141-0/+5
|
* PKGDIR is supposed to be read-only.alex2000-08-141-4/+3
| | | | | | Use PLIST var instead. Submitted by: bento
* bin/manpage changed names from empire(.6) to vms-empire(.6)alex2000-08-142-2/+2
| | | | Submitted by: bento
* This port needs xmkmf in order to build.alex2000-08-141-2/+8
| | | | | | | | | | Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4, or version 4 if the previous condition is not true (that is, in the case xmkmf isn't installed on the system). Portlint while I'm here. Found by: bento
* This port needs xmkmf in order to build.alex2000-08-141-0/+6
| | | | | | Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4, or version 4 if the previous condition is not true (that is, in the case xmkmf isn't installed on the system).
* LyX needs gmake.dirk2000-08-145-0/+5
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* This port surely belongs to the virtual category "perl5".knu2000-08-131-1/+1
|
* This port surely belongs to the virtual category "python".knu2000-08-131-1/+1
|
* Fix a few spelling nits.steve2000-08-131-3/+3
|
* Fix things so that what we install matches what pkg/PLIST expects.steve2000-08-131-2/+2
|
* Remove patch-ab because it has exactly the same contents as patch-aa andsteve2000-08-131-14/+0
| | | | that will cause problems during 'make patch'.
* Remove obsolete MASTER_SITEjseger2000-08-131-2/+1
| | | | Noticed by: fenner's portsurvey
* Use the SUPHOST in the 'make update' if it's defined.joe2000-08-131-0/+3
|
* Correct C-macro usage: One of the first lessions you learn is,alex2000-08-131-0/+42
| | | | | | | | that you must not use something like macro(var++) if you don't know the implementation of the macro. PR: 20538 Submitted by: Kevin Day <toasty@dragondata.com>
* Update to version 3.00.alex2000-08-134-278/+359
| | | | | | | Portlint, while I'm here. PR: 20539 Submitted by: Alexander Kabaev <ak03@gte.com>
* Distfile changed on mastersite.alex2000-08-132-2/+2
| | | | | | | | | | | From the UPDATE file for this update: >This is a minor bugfix release. Sorry, no major new functionality this >time around. The complete changes can be found in the UPDATE32.2 file and are therefore not included here. PR: 20563 Submitted by: Jimmy Olgeni <olgeni@uli.it> (md5 fix w/o description)
* Add a patch to install teapop.passwd as teapop.passwd.sample -- thisjim2000-08-134-2/+44
| | | | | | | prevents evilness which would cause teapop.passwd to be overwritten when installing a newer version of the port. Submitted by: Tobias Reifenberger <treif@mayn.de>
* Update to version 0.13.1.jim2000-08-133-2/+3
| | | | Prodded by: kris
* Support X11BASE properly, remove USE_GMAKE.jim2000-08-132-43/+13
| | | | | PR: 20545 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 0.64.jim2000-08-134-8/+8
| | | | | PR: 20544 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Remove out-of-date comment.kris2000-08-131-3/+0
|
* Upgrade to 2.3.1 to fix remote vulnerability.kris2000-08-132-3/+3
|
* Do not gratuitously change manpage directory ownerships.asami2000-08-131-0/+11
| | | | Submitted by: bento
* Re-enable this port after removing setuid privileges and limiting accesskris2000-08-131-2/+1
| | | | to root only.
* Disable -w (web) mode for security reasons.kris2000-08-131-0/+18
|
* Add one manpage and one shlib link.asami2000-08-1312-0/+12
| | | | Submitted by: bento
* Upgrade to gawk 3.0.6kris2000-08-132-2/+2
|
* Fix a bug that's causes a TCL error in seriously wrong networkcpiazza2000-08-131-0/+9
| | | | | | | conditions. PR: 20385 Submitted by: maintainer
* Remove a broken MASTER_SITE_AFTERSTEP (TCP connection to ftp.linux.co.zakris2000-08-131-2/+1
| | | | just sits there refusing to return any data)
* Correct link (libexpect532.so.2 -> libexpect532.so.1)jedgar2000-08-131-1/+1
| | | | Submitted by: Frank McConnell <fmc@reanimators.org>
* Attempt to work around what seems to be a make time-dependency issuenbm2000-08-132-0/+45
| | | | | | | | | | (ie, 1 second granularity) and explicitly run the man target in post-build. Also, add the data files to the PLIST, which I missed in my last commit. Noticed by: jkh Debugging help: green
* Oops, this is correct.knu2000-08-131-1/+1
|
* Upgrade to mod_ssl 2.6.6.rse2000-08-132-2/+2
| | | | This especially fixes two nasty segfault situations.
* Fix a critical bug which prevents irb from working.knu2000-08-133-1/+13
| | | | | | | | I wonder how this could have been overlooked.. Found by: green Set DIST_SUBDIR=ruby.
* Do The Right Thing. (R)knu2000-08-1361-229/+269
| | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :)
* Add two missing files and one directory.asami2000-08-131-4/+7
| | | | Submitted by: bento
* Update to 1.5.24nbm2000-08-136-50/+8
| | | | | | PR: ports/20376 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Approved by: Scot W. Hetzel <hetzels@westbend.net> (maintainer)
* Update to 4.08nbm2000-08-1312-42/+771
| | | | | PR: ports/19936 Submitted by: Simon Marlow <simonmar@microsoft.com> (maintainer)
* Add missing imake config files.asami2000-08-131-13/+22
| | | | Submitted by: bento
* Add ruby-qt and ruby-qt-i18n, Qt extension for Ruby.knu2000-08-1311-0/+438
| | | | (for qt145 and qt-i18n, respectively)
* Update to 1.1.0nbm2000-08-139-1176/+1527
| | | | | PR: ports/20531 Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
* Update to emboss 1.1.0, fixing some style bugs too.nbm2000-08-135-6/+321
| | | | | PR: ports/20519 Submitted by: Johann Visagie <johann@egenetics.com> (maintainer)
* Put some missing flags backache2000-08-121-4/+4
|
* remove BUILD_DEPEND to x11/XFree86 for bdftopcf.sanpei2000-08-121-2/+1
| | | | | | This port already was used USE_X_PREFIX(which implies USE_XLIB). Submitted by: Asami-san
* Add ruby-zlib, an extension library to use zlib from Rubyknu2000-08-126-0/+60
|
* Add bbpager 0.2.8, a pager for the BlackBox Window Manageralex2000-08-126-0/+35
| | | | | PR: 19358 Submitted by: Patrick Seal <patseal@hyperhost.net>
* Add directories missing in PLISTjedgar2000-08-126-0/+7
| | | | | PR: 20378 Submitted by: Maintainer
* Remove the ldap port. It is quite ancient and obsoleted by OpenLDAP.jedgar2000-08-121-1/+0
| | | | | PR: 20433 Submitted by: Maintainer
* Update port to 5.32.1jedgar2000-08-123-10/+10
| | | | | | PR: 20132, 20517 Submitted by: James Howard <howardjp@wam.umd.edu> Frank McConnell <fmc@reanimators.org>
* Change Maintainer (ports@FreeBSD.org -> jim@thehousleys.net)jedgar2000-08-121-1/+1
| | | | | PR: 20505 Submitted by: jim@thehousleys.net
* Update to 1.2.2.knu2000-08-123-9/+18
| | | | Install racc2y and y2racc. (racc <-> yacc converters)
* - Support X11BASE properlyalex2000-08-123-16/+32
| | | | | | | | - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20543 Submitted by: Ports Fury
* Update to 2.2.6alex2000-08-122-2/+2
| | | | | PR: 20556 Submitted by: JunSeon Oh <hollywar@holywar.net>
* - Update MASTER_SITES and WWW:kevlo2000-08-128-32/+24
| | | | | | | | | - Support X11BASE properly - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20546 Submitted by: Ports Fury
* - Support X11BASE properlykevlo2000-08-122-12/+36
| | | | | | | - Remove USE_GMAKE PR: 20547 Submitted by: Ports Fury
* - Support CFLAGS properlykevlo2000-08-124-15/+10
| | | | | | | | | - Remove USE_GMAKE - Exclude GPL doc from package - WindowMaker -> Window Maker PR: 20548 Submitted by: Ports Fury
* - Support PREFIX/X11BASE properlykevlo2000-08-123-7/+15
| | | | | | | - WindowMaker -> Window Maker PR: 20549 Submitted by: Ports Fury
* - Support X11BASE properlykevlo2000-08-124-15/+15
| | | | | | | - WindowMaker -> Window Maker PR: 20550 Submitted by: Ports Fury
* - Support X11BASE properlykevlo2000-08-124-15/+40
| | | | | | | | - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20551 Submitted by: Ports Fury
* - Support X11BASE properlykevlo2000-08-122-18/+14
| | | | | | | | - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20552 Submitted by: Ports Fury
* (1) xemacs-faq.info-6 doesn't exist.asami2000-08-121-2/+6
| | | | | | | (2) Remove five more extra directories, one of which was a subdirectory of a directory that was supposedly removed. Submitted by: obento-
* Upgrade to latest version.vanilla2000-08-126-59/+52
|
* Upgrade to 0.1.6.vanilla2000-08-125-18/+22
|
* Remove redundant PLIST_SUB, it is overridden in xemacs21/Makefile.asami2000-08-121-1/+0
|
* - Support CFLAGS/X11BASE properlykevlo2000-08-124-178/+20
| | | | | | | | - Add WWW: line into pkg/DESCR This PR supersedes ports/20414 PR: 20553 Submitted by: Ports Fury
* Activate felis.sada2000-08-121-0/+1
| | | | | PR: 18534 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
* New port: felissada2000-08-125-0/+28
| | | | | | | | Felis sends one or more files to stdin. Unlike cat, felis will place all of its output to a single line. PR: ports/18534 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
* +MAN3= FreeType.3asami2000-08-121-0/+2
| | | | | | +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} Submitted by: bento
* Add missing installed files to the PLIST.green2000-08-123-0/+132
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Upgrade to libwww-5.3.1jseger2000-08-123-340/+12
|
* +bin/fterrorasami2000-08-122-0/+2
| | | | Submitted by: obento
* Make bzflag depend on X and Mesa, and don't hardcode /usr/local for datanbm2000-08-122-3/+12
| | | | directory.
* Add bzflag, a multiplayer 3D tank battle game.nbm2000-08-1211-0/+234
|
* No need to remove lib/X11/config, it's a standard directory.asami2000-08-121-1/+0
| | | | Submitted by: bento
* Remove some empty dirs.asami2000-08-121-0/+6
| | | | Submitted by: bento
* Properly check -d argument, and return usage() if it's not there. Also usewill2000-08-121-6/+9
| | | | | | Sys::Hostname with hostname() instead of `hostname`. Hostname stolen from: CVSROOT/log_accum.pl
* Ooops, forgot to remove this too, in moving backfract from x11 to graphics.will2000-08-121-1/+0
| | | | Requested by: asami
* Move backfract to graphics category from x11.will2000-08-126-0/+39
| | | | | | | | Backfract is a fractal image "animated" wallpaper program. PR: 20493 Submitted by: patrick Requested by: asami
* update to cgiparse 0.9a which now uses the mime library that I wrote tojmg2000-08-123-4/+8
| | | | | | | | | | support multipart/form-data.. also installs a profiling library... This can be built w/o the mim library, but I don't feel like making this port more complicated and making it optional... this port could also be built w/ mime support w/o the mime library having to be installed, but I don't see any easy way to do this with the current port system...
* Update port to 0.6jedgar2000-08-122-2/+2
|
* Remove lib/xemacs and assorted subdirs.asami2000-08-129-0/+25
| | | | Submitted by: bento
* Add mod_ruby, an Apache module that embeds Ruby interpreter within.knu2000-08-127-0/+84
|
* fix dialog call in configure scriptandreas2000-08-122-2/+2
| | | | Submitted by: Udo Schweigert <ust@cert.siemens.de>
* Forgot to specify RUN_DEPENDS..knu2000-08-121-0/+1
|
* Add mod_roaming, an Apache module that works as a Netscape Roamingknu2000-08-118-0/+97
| | | | Access server.
* Fix up 'extra' directoriesade2000-08-1111-19/+11
| | | | Submitted by: bento
* Use explicit autoheader dependency instead of USE_AUTOCONF becausewill2000-08-114-4/+12
| | | | | | USE_AUTOCONF breaks the build. Submitted by: maintainer
* Minor cleanups. Print usage() if no arguments are passed. Get rid ofwill2000-08-111-19/+10
| | | | | | unused $pwd variable. Remove extra cruft. Fix comments. usage() problem submitted by: knu
* Make PATCHFILE confitional, depending on the OSVERSION and WITHOUT_3DNOW. Thissobomax2000-08-112-2/+2
| | | | shoud fix xmms if OSVERSION < 400021.
* Change maintainer email.alex2000-08-112-2/+2
| | | | Submitted by: maintainer on -ports
* Add qico 0.45pl3.1, a fidonet compatible mailer. I've put a copy on mywill2000-08-1117-0/+283
| | | | | | | local-distfiles due to historic saturation on www.ruxy.org.ru's link. PR: 16989 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
* Fix yet another linuxism: /usr/bin/shutdown --> /sbin/shutdown.sobomax2000-08-111-0/+23
|
* Fix the recent breakage introduced in 1.1.4 upgrade.sobomax2000-08-112-8/+18
| | | | | | Starting from this release `sdl11-config --libs' output includes only SDL libs and doesn't include X11 libs, which confuses configure scripts in third-party apps. I reverted it to the previous behaviour.
* Make these COMMENT files conform to Handbook standard.will2000-08-1152-53/+52
| | | | | PR: 20269 Submitted by: Ports Fury
* Update to 0.9.16.sobomax2000-08-112-2/+2
| | | | | PR: 20518 Submitted by: maintainer
* Add Gale 0.99a, another open-source messaging system. This one useswill2000-08-1115-0/+205
| | | | | | | strong crypto for security though! PR: 20329 Submitted by: Peter Haight <peterh@sapros.com>
* Add flow-tools 0.34, a set of tools to manipulate Cisco's NetFlow Export.will2000-08-1115-0/+233
| | | | | PR: 20178 Submitted by: Aleksandr A. Babaylov <.@babolo.ru>
* MASTER_SITE_LOCAL'ize because www.bekkoame.ne.jp is found to beknu2000-08-112-2/+6
| | | | | | problematic - wget and fetch of 3-STABLE get into infinite loop because the server doesn't reply to HEAD requests correctly. (although fetch of 4-STABLE and 5-CURRENT are just fine with it)
* Add ruby-perl, a Ruby extension module to use the functions of Perl from Ruby.knu2000-08-116-0/+80
|
* Add surfaw 0.5.4, a fast unix command line interface to a variety ofwill2000-08-111-0/+1
| | | | | | | | popular WWW search engines. It uses the links browser to perform the lookups. PR: 20370 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Add backfract, a fractal image "animated" wallpaper program.will2000-08-111-0/+1
| | | | | PR: 20493 Submitted by: patrick
* Update to 0.9908.will2000-08-112-2/+2
| | | | | PR: 20535 Submitted by: Dmitry S. Sivachenko <dima@chg.ru>
* Update to 1.03.will2000-08-112-3/+3
| | | | | PR: 20533 Submitted by: maintainer
* We do not need separate `pptp_callmgr' binaryru2000-08-112-21/+17
| | | | since it is built directly into `pptp' binary.
* Update to version 0.26.jim2000-08-114-4/+4
|
* Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these portsasami2000-08-115-1/+10
| | | | | | use imake themselves. Submitted by: bento (sort of)
* Update to 1.0.1. Move to USE_LIBTOOL and rid ourselves of .la file. Fixwill2000-08-1115-60/+60
| | | | | | | -lc_r -> -pthread. Update PLIST. PR: 20174 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Add p5-B-Graph 0.50, a perl module that acts as a layer between Malcolmwill2000-08-111-0/+1
| | | | | | | | Beattie's perl compiler (the B::* classes) and your favorite graph layout tool. PR: 20164 Submitted by: Leo Kim <leo@florida.sarang.net>
* Add p5-Apache-Peek 0.9501, a Perl5 data debugging tool for XS programmers.will2000-08-116-0/+40
| | | | | PR: 20163 Submitted by: Leo Kim <leo@florida.sarang.net>
* Add autoheader to build dependencies through USE_AUTOCONF.will2000-08-114-4/+4
| | | | | PR: 20123, 20124, 20125, 20126 Submitted by: maintainer
* unbreak port.andreas2000-08-112-6/+2
| | | | | | | | | | | | | | | | | Add patch 5.4.2 to RELENG_5 Things that makes me wonder: a) patch is unable to remove make-release, that vanished in RELENG_5 so I had to remove the diff for that. Don't know if our patch is so dumb, or if cvs diff doesn't generate the right things. The complete diff concerning this is rejected. b) the CONFIGURE TARGET OF OUR PORTS COLLECTION STILL doesn't work. Could someone please tell me, if I missed something ??? Suddenly the apsfilter configure script isn't executed anymore and so the apsfilter port doesn't create Makefile.inc to resolve the port dependencies, when being called "interactively"...
* Re-add GL; it was my mistake in removing it - I'd assumed that GL was stillwill2000-08-116-0/+6
| | | | | | merely an "extension" as it was in Qt 1.45 and hence not needed. Submitted by: asami, rwatson, and many others
* Add vgb-bin v17, a gameboy emulator, binary-only.will2000-08-1111-0/+161
| | | | | PR: 20427 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
* Move from sgmltools to sgmltools-lite. This is a fulfilled repositorywill2000-08-117-0/+93
| | | | | | | copy - history is still preserved even though files are being "added". PR: 19352 Submitted by: Benno Rice <benno@netizen.com.au>
* Support CC/CXX/CFLAGS/CXXFLAGS/PREFIX properly; tar -> ${TAR}.will2000-08-1114-101/+267
| | | | | PR: 20419 Submitted by: Ports Fury
* Remove share/mule/$VERSION/info, share/mule/$VERSION and share/mule.asami2000-08-112-0/+6
| | | | Submitted by: obento-
* Add BUILD_DEPENDS to imake-4, since this is one of the weird portsasami2000-08-112-0/+4
| | | | | that has USE_XLIB but not USE_IMAKE (it uses its own imake config files).
* Use newly-added %%XAWVER%% for XFree86-4 compatibility.asami2000-08-111-1/+1
| | | | Submitted by: bento (well, sort of)
* Add startup script.will2000-08-114-0/+54
| | | | | PR: 20458 Submitted by: James Howard <howardjp@wam.umd.edu>
* Master site changed.will2000-08-111-1/+1
| | | | | PR: 20459 Submitted by: maintainer
* Update to 1.18. I added something to make this link with -lintl.will2000-08-114-8/+10
| | | | | PR: 20510 Submitted by: andrew@chg.ru
* MAN1=bluefish.1asami2000-08-111-0/+1
| | | | Submitted by: bento
* Fix p5-HTML so Perl can find its modules when they are installed.will2000-08-112-5/+5
| | | | | PR: 20512 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* MAN1=linux_kdump.1asami2000-08-111-0/+1
| | | | Submitted by: bento
* MAN1=knews.1asami2000-08-111-0/+1
| | | | Submitted by: bento
* Update maintainer's email address -- this was supposed to go in thewill2000-08-111-1/+1
| | | | | | | | previous commit but I forgot it while merging the conflicts in the patch that was submitted. PR: 20509 Submitted by: maintainer
* Update to 2.0.1.will2000-08-114-40/+16
| | | | | | | | | This commit follows a previous one that I'd cancelled partway through, so it should get through to the cvs list, and should finish the upgrade. That's why the Makefile is not included in this commit. PR: 20509 Submitted by: maintainer
* Update to 2.0.1.will2000-08-111-5/+5
| | | | | PR: 20509 Submitted by: maintainer
* Add lib/X11/app-defaults/XEmeraldia.asami2000-08-111-0/+1
| | | | Submitted by: bento
* Update to 1.5.will2000-08-116-28/+44
| | | | | PR: 20500 Submitted by: maintainer
* Update to 8.14.will2000-08-114-7/+14
| | | | | PR: 20469 Submitted by: maintainer
* Update to 0.7.will2000-08-112-2/+3
| | | | | PR: 20468 Submitted by: maintainer
* Oops, fix a typo (WRSRC -> WRKSRC). Strange how this has gone unnoticedwill2000-08-111-1/+1
| | | | | | for nearly two months! This allows p5-Jcode to respect CC again.. Submitted by: knu
* Add -nocopy option to prevent bindist.tar from being copied over. Couldasami2000-08-111-7/+17
| | | | | | be useful between the first and second phases of the build. Do a "killall make fetch" to clear any remaining processes.
* Add ruby-xmlparser, a Ruby module to access James Clark'sknu2000-08-119-0/+218
| | | | XML Parser ToolKit. ("expat")
* Add ruby-uconv, Unicode conversion library with Japanese codesets supportknu2000-08-116-0/+73
| | | | for Ruby.
* Point the qt-gui explicitly at ${X11BASE}/include/qt2. This should fixgreen2000-08-113-0/+3
| | | | the case where people still have qt 1 installed.
* Omit building documents if NOPORTDOCS.knu2000-08-112-1/+9
| | | | Install rmi2html command too. (still experimental, though)
* Update to 0.8ade2000-08-116-18/+18
|
* Substitute the extra spaces.kevlo2000-08-111-1/+1
|
* Substitute the extra spaces.kevlo2000-08-112-3/+2
|
* Substitute the extra spaceskevlo2000-08-113-5/+5
|
* @dirrm include/gkrellmasami2000-08-102-0/+2
| | | | Submitted by: bento
* Make this build and install the shared library (libexpat.so) too.knu2000-08-105-8/+46
| | | | | | External programs/interfaces might want that. Approved by: dirk (MAINTAINER)
* Improve the granularity of the WITH_ options. Rather than use my approvedobrien2000-08-103-42/+51
| | | | | | | | | | | configuration when BATCH is defined (as a BATCH user might want ncurses) only do it when package building. Also, add a knob so that the HTML docs build and intall can be turned on w/o doing a BATCH build. It would be nice if someone started a mutt-docs port to seperate the PITA docs building (due to sgmlformat, et al.) from the binary production. Asked for by: marko
* Remove RUN_DEPENDSache2000-08-101-2/+0
|
* portlintache2000-08-101-3/+4
|
* netscape3.language -> netscape4.languageache2000-08-101-1/+1
|
* Upgrade to 4.7ache2000-08-105-14/+12
|
* Had to mark it broken, because patches for 5.4.2 were not created correctlyandreas2000-08-102-2/+12
| | | | | | on www.apsfilter.org, after make-release script has moved from apsfilter source to www area ... Am working on this, sorry for any inconveniances !
* Fix bugs with the tixGrid widgetjmz2000-08-101-0/+71
| | | | Submitted by: joerg
* Apply the gcc bug workaround to 4.* and 5.* instead of 4.0.0 and 5.0.0 --asami2000-08-101-1/+1
| | | | apparently the bug is still here.
* Move pine in the right place -- addport isn't too intelligent atasami2000-08-101-1/+1
| | | | adding the second port in a category, either. ;)
* Activate battstat-appletjim2000-08-101-0/+1
|
* Import of battstat-applet.jim2000-08-105-0/+55
| | | | | Battstat is a laptop battery checker for the GNOME panel. It displays different icons depending on the status of the battery.
* Host this distfile myself. The original MASTER_SITE has gone missing.jim2000-08-101-2/+1
| | | | Submitted by: fenner's distfile survey
* Host this distfile myself since it seems to have gone away from thejim2000-08-101-1/+1
| | | | | | original MASTER_SITE. Submitted by: fenner's distfile survey
* reorganized apsfilter download area ...andreas2000-08-104-8/+8
| | | | make-release produced new diff but actionally no change
* Get rid of the patch to qt-gui's "configure" and replace it withgreen2000-08-109-168/+162
| | | | | | patching "configure.in" and "aclocal.m4". Disable XScreenSaver support in the QT GUI since libXss is not a shared library in any version of X we have.
* Update to 0.6.1.knu2000-08-108-42/+58
| | | | | | | | Depend on Postgresql7. (Though it works with either 6.4/6.5 or 7.0) Take over the maintainership. At the request of: yasuf@big.or.jp (the previous MAINTAINER)
* Suposedly this is need when WITH_NCURSES_PORT is defined on aobrien2000-08-103-0/+3
| | | | | | FreeBSD 3.x box. Submitted by: Aaron Smith <aaron@mutex.org>
* Major update to addport. Many *MANY* bugfixes. Addport should now workwill2000-08-101-160/+211
| | | | | | | | | | | | | | | | | | with a directory specified as ``.'' or containing a ``/''. A new option -i was added to allow people more control over the port's position in the CVS repository. A new feature was added to allow multiple ports to be added in the same execution of addport. Addport will now add a port to the category Makefile properly if it is the first port in a category. A major reorganization of addport was also performed - now the functions are at the *bottom* instead of scattered around. This should allow easier understanding of the process addport goes through. I've also added -w to perl's exec args, and moved to a hash for getopts(). usage() was extended to help explain addport's functionality better. Bugs submitted by: nbm Some help from: sheldonh
* Add p5-Mail-Ezmlm, a perl module that provides object methods for ezmlmwill2000-08-107-0/+85
| | | | | | | mailing lists. PR: 20443 Submitted by: Guy Antony Halse <guy@rucus.ru.za.za>
* Add ezmlm-web 2.0, a convenient GUI method with which users can configurewill2000-08-108-0/+108
| | | | | | | | their ezmlm-idx mailing lists. This port depends on p5-Mail-Ezmlm, which I will add in a moment. PR: 20442 Submitted by: Guy Antony Halse <guy@rucus.ru.za.za>
* Respect CFLAGS properlyjedgar2000-08-102-4/+16
| | | | Approved by: Maintainer
* Reflect the update of the xemacs21 port to version 21.1.12.gj2000-08-101-1/+1
|
* Fix up MASTER_SITEScpiazza2000-08-101-1/+1
| | | | | PR: 20478 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Update to version 21.1.12. The new release only made changes togj2000-08-1012-36/+33
| | | | | | | | | | configuration files and Emacs.ad and deleted xemacs-faq.info-6. Use LOCALBASE instead of PREFIX in CONFIGURE_ARGS - that makes it easier to test new versions of the port. PR: 20480 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* Add zangband.cpiazza2000-08-104-0/+26
| | | | | | | | | ZAngband is one of the many variants of the freeware rogue-like roleplaying game Angband. This version is translated into japanese. PR: 20134 Submitted by: Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
* Add zangband.cpiazza2000-08-1013-0/+499
| | | | | | | | ZAngband is one of the many variants of the freeware rogue-like roleplaying game Angband. PR: 20133 Submitted by: Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
* Update MASTER_SITEScpiazza2000-08-101-1/+1
| | | | | PR: 20494 Submitted by: maintainer
* Update to 0.9.5cpiazza2000-08-102-2/+2
| | | | | PR: 20496 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* -New WWWcpiazza2000-08-102-2/+2
| | | | | | | -New MASTER_SITES PR: 20460 Submitted by: maintainer
* Update MASTER_SITEcpiazza2000-08-101-1/+1
| | | | | PR: 20487 Submitted by: rwatson
* Support X11BASE properlycpiazza2000-08-102-12/+36
| | | | | | | remove USE_GMAKE PR: 20412 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Support X11BASE properlycpiazza2000-08-102-14/+39
| | | | | | | remove USE_GMAKE PR: 20411 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add ruby-intl, a simple wrapper of GNU gettext for Ruby.knu2000-08-096-0/+60
|
* Upgrade to version 2.4.4.obrien2000-08-092-3/+3
|