Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tk virtual category where missing. List of ports which depend on tk | fenner | 1998-02-21 | 1 | -2/+2 |
| | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. | ||||
* | Upgrade to version 1.18.91. | jseger | 1998-02-12 | 3 | -5/+5 |
| | |||||
* | Upgrade to version 1.18.90 and clean up the PLIST a bit. | jseger | 1998-02-10 | 3 | -6/+8 |
| | |||||
* | Um, it will really be appreciated if the commits are tested in advance | asami | 1998-01-26 | 1 | -2/+3 |
| | | | | (although this one was pretty easy to fix...). | ||||
* | upgrade to ircII 4.4 | torstenb | 1998-01-25 | 3 | -19/+34 |
| | |||||
* | Upgrade to ircd 2.9.4 | torstenb | 1998-01-25 | 5 | -130/+59 |
| | |||||
* | Upgrade to version 1.18.85 and make myself MAINTAINER. | jseger | 1998-01-23 | 2 | -5/+5 |
| | |||||
* | Portlint. | asami | 1998-01-18 | 1 | -4/+12 |
| | |||||
* | The name of our collection is "ports collection", not "port collection." :) | asami | 1998-01-18 | 1 | -2/+2 |
| | |||||
* | tkirc - a Tk based IRC client. | jkh | 1998-01-15 | 5 | -0/+38 |
| | | | | Submitted by: brianfeldman@hotmail.com | ||||
* | A new ircd port for irc.freebsd.org. | jkh | 1998-01-15 | 9 | -0/+417 |
| | | | | Submitted by: Ken Monville <desmo@bandwidth.org> | ||||
* | Update Zircon | jkh | 1997-12-23 | 2 | -3/+3 |
| | | | | | PR: 5366 Submitted by: Ian Struble <ian@majesticnet.com> | ||||
* | Just a little variable reordering. | asami | 1997-11-19 | 1 | -4/+4 |
| | |||||
* | Upgrade to 1.18.71, remove never-tested and quite ancient dpwish support | pst | 1997-11-15 | 3 | -35/+3 |
| | | | | to avoid confusing folks. | ||||
* | Fix file ownerships. | tg | 1997-10-31 | 2 | -2/+10 |
| | | | | | PR: 4897 Submitted by: Matthew Hunt <mph@pobox.com> | ||||
* | Update to version 1.18.56 | jkh | 1997-10-01 | 2 | -3/+3 |
| | |||||
* | 2nd try after being bitten by cvs add bug in remote case. | jkh | 1997-09-21 | 2 | -1/+33 |
| | |||||
* | Update to version 1.18.44 | jkh | 1997-09-21 | 2 | -6/+6 |
| | |||||
* | The proper install target isn't install: it's do-install. | andreas | 1997-09-08 | 1 | -2/+2 |
| | | | | | This fixes the misbehaviour, that the port wasn't registered in /var/db/pkg when doing a make install. | ||||
* | Import of ircII-epic port. This is an enhanced ircII client. | tg | 1997-07-29 | 10 | -0/+1436 |
| | | | | | PR: 3907 Submitted by: Matthew Hunt <mph@pobox.com> | ||||
* | After referring to some other ports, be more canonical in placement | jkh | 1997-07-14 | 1 | -3/+4 |
| | | | | of variables. | ||||
* | Update this to version 1.18.31 | jkh | 1997-07-14 | 3 | -40/+39 |
| | |||||
* | upgrade to 2.9.2p3. | torstenb | 1997-07-08 | 2 | -5/+5 |
| | | | | | | | Older Versions are vulnerable to a buffer overflow, see bugtraq for details CAUTION: you may have to "fix" your config file for some strage reasons... | ||||
* | remove scripts/local | torstenb | 1997-05-14 | 1 | -1/+0 |
| | |||||
* | - Don't use irc.FreeBSD.org as the default Server | torstenb | 1997-05-14 | 1 | -3/+1 |
| | | | | | | - Disable #FreeBSD auto-join Requested by: gpalmer and myself ;) | ||||
* | Add virtual category 'tk41'. | wosch | 1997-04-20 | 1 | -2/+2 |
| | |||||
* | Upgrade to 2.9.1p16 | torstenb | 1997-03-11 | 5 | -96/+191 |
| | |||||
* | {MKDIR} -> ${MKDIR} | max | 1996-12-30 | 1 | -2/+2 |
| | |||||
* | No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, | max | 1996-12-08 | 1 | -2/+2 |
| | | | | | RESTRICTED or BROKEN. Pointed-out by: asami | ||||
* | Make this file match reality. It's usually a good idea to check the | asami | 1996-12-07 | 1 | -53/+73 |
| | | | | | | PLIST when the port is upgraded. While I'm here, sort the entries and add @dirrm's. | ||||
* | It is usually a good idea to change this file when you upgrade your port. | asami | 1996-12-03 | 1 | -1/+1 |
| | |||||
* | jkh doesn't want to be the maintainer anymore (any takers???) | obrien | 1996-12-03 | 1 | -3/+2 |
| | | | | Obtained from: email to ports list | ||||
* | Upgrade to 1.18b8. | jkh | 1996-12-03 | 1 | -2/+2 |
| | |||||
* | General Makefile cleanup | obrien | 1996-12-01 | 2 | -4/+6 |
| | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 3 | -14/+8 |
| | |||||
* | Almost forgot to change _base to _roof here :-) | dima | 1996-10-28 | 1 | -1/+1 |
| | |||||
* | irc-2.9-base -> irc-2.9-roof | dima | 1996-10-28 | 1 | -0/+1 |
| | |||||
* | irc-2.9-base -> irc-2.9-roof | dima | 1996-10-28 | 1 | -2/+4 |
| | | | | | Also, changed default server from "you.need.to.change.this" to "irc.FreeBSD.ORG" | ||||
* | md5 file was obsoleted | ache | 1996-10-22 | 1 | -1/+1 |
| | |||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | asami | 1996-10-10 | 3 | -3/+3 |
| | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! | ||||
* | Adjust the tclDP hack so that it doesn't depend on it being pre-installed | peter | 1996-08-17 | 1 | -2/+10 |
| | | | | | | | | | if USE_DPWISH is set. Make the build work without making an X11 connection (groan!) by using tclsh instead of "wish -notk" to build the indexes. Requested by: asami | ||||
* | Update zircon port from 1.15p11 to 1.17p3. This version uses the native | peter | 1996-08-16 | 4 | -22/+96 |
| | | | | | | | | | | comms tools in tcl7.5/tk4.1 rather than the crufty old tcl7.3/tk3.6/tclDP. It can still be (I think) configured to use the older libraries, but I dont want to install them to test it. :-] (zircon-1.17p4 is in beta at the moment, and was last changed within the last day or so, this (1.17p3) is the most recent non-beta version) | ||||
* | Upgrade to ircII 2.9 | torstenb | 1996-06-17 | 3 | -14/+16 |
| | |||||
* | Change NO_PACKAGE to RESTRICTED, no redistribution allowed at all. | asami | 1996-06-14 | 1 | -2/+2 |
| | |||||
* | Shorten PKGNAME. Check NOMANCOMPRESS. | asami | 1996-04-01 | 1 | -1/+4 |
| | |||||
* | Upgrade to 2.8.16beta | torstenb | 1996-03-31 | 4 | -472/+462 |
| | |||||
* | Change "networking" to "net". | asami | 1995-11-27 | 3 | -6/+6 |
| | |||||
* | EXEC_DEPENDS -> BUILD_DEPENDS, RUN_DEPENDS on dpwish. | asami | 1995-10-04 | 1 | -2/+3 |
| | |||||
* | Update Zircon (X11 based IRC client) to pl11 | pst | 1995-08-19 | 3 | -9/+62 |
| | |||||
* | Disable NOTE by default. | torstenb | 1995-06-27 | 2 | -20/+26 |
| | | | | | | To enable NOTE, uncomment "# ENABLE_NOTE=yes" in Makefile Reviewed by: dima |