Commit Graph

770 Commits

Author SHA1 Message Date
brad
8b55da3913 update checksums 2000-07-02 06:20:29 +00:00
brad
69c90fb959 - add HOMEPAGE
- remove FAKE=Yes
- HAS_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
2000-07-01 16:22:35 +00:00
brad
57f4fa03c7 make sure to use /bin/sh 2000-07-01 16:19:26 +00:00
kevlo
5c430ee33c Correct the master site. 2000-07-01 13:14:25 +00:00
jakob
8924f7ee74 cleanup
rename patches to new naming scheme
(from maintainer; Dan Harnett <danh@nfol.com>)
2000-06-29 21:20:03 +00:00
jakob
13d3b9aa87 - update to v1.0.24
- PLIST-handling fixed
(from maintainer; Dan Harnett <danh@nfol.com>)
2000-06-29 21:12:23 +00:00
kevlo
71b16f8975 Add axyftp. 2000-06-29 06:56:24 +00:00
kevlo
7ab90059ab Initial import of AxYftp(formerly known WxFTP) version 0.5.1.
AxYftp is a ftp client for X window.
2000-06-29 06:55:40 +00:00
espie
0b01af1690 Kill PLIST.sed 2000-06-28 13:55:03 +00:00
fgsch
bdcb9c9091 remove FAKE=yes and add comment to package list.
bump NEED_VERSION. indent.
2000-06-27 22:36:19 +00:00
jakob
ae32375913 correct CONFIGURE_STYLE; reported by Dan Harnett <danh@nfol.com> 2000-06-27 06:36:10 +00:00
brad
45c14292fb - add HOMEPAGE
- remove license type
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- override SYSCONFDIR variable instead of unnecessarily using CONFIGURE_ARGS
2000-06-26 08:51:39 +00:00
brad
c2298f39e5 $NetBSD$ -> $OpenBSD$ 2000-06-26 08:45:22 +00:00
brad
a156cd41fb - add HOMEPAGE
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
2000-06-26 08:43:49 +00:00
brad
0055b003f6 remove unnecessary CONFIGURE_ARGS 2000-06-25 01:51:40 +00:00
brad
da7e344ce5 upgrade to nemesis 1.1 2000-06-25 00:50:38 +00:00
brad
9b3b4d1b48 upgrade to libnet 1.0.1b 2000-06-25 00:32:58 +00:00
form
21f2a5c7ac +ipfm 2000-06-23 18:51:36 +00:00
form
b5a0142874 ipfm 0.10.4
IP Flow Meter is a bandwidth analysis tool, that measures how
much bandwidth specified hosts use on their Internet link.
2000-06-23 18:44:42 +00:00
brad
94b5adb472 patch from Jeff Bachtel <sebastion@irelandmail.com> to fix issue with
BitchX coring when using the /hostname command, PR#1286.
2000-06-22 20:29:31 +00:00
brad
5f8ebcbc54 stop trying to remove a directory which does not exist 2000-06-22 20:01:55 +00:00
brad
8f123eb208 - remove FAKE=Yes
- HAS_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
2000-06-22 18:18:45 +00:00
jakob
bed4ec0f7b - remove FAKE
- add HOMEPAGE
- CONFIGURE_STYLE
- add PFRAG.{shared,no-shared}
2000-06-22 16:07:23 +00:00
jakob
0a63ba109f Makefile 2000-06-22 15:36:26 +00:00
jakob
5f9bcf86e2 Updated to v1.4.2; Zach Garner <zach@neurosoft.org> 2000-06-20 20:56:49 +00:00
jakob
dd8786c497 add comment 2000-06-20 19:54:06 +00:00
jakob
519b49ff9d remove fake
add comment to PLIST
CONFIGURE_STYLE
2000-06-20 19:52:43 +00:00
jakob
e4825cfd26 update to v3.0.1
remove fake
add comment to PLIST
CONFIGURE_STYLE
2000-06-20 19:48:58 +00:00
espie
28daf0ee0d ... and patch the documentation to refer to the new manpage. 2000-06-20 15:51:55 +00:00
espie
641e2c4c23 Remove gratuitous conflict with samba, by installing smbmount.8 under
a different name.

Check that fake works, it's a trivial fake.
2000-06-20 15:51:20 +00:00
kevlo
a498061c86 Upgrade to version 3.0.1; Add @comment to the PLIST.
The new features for 3.0.1 are:
- support for firewalls.
- put -R, and Put -z to resume an upload.
- ncftp is no longer in the business of colon-mode.
2000-06-20 10:04:50 +00:00
dugsong
46f8ff2b98 xip obsolete (try ethereal instead). ok espie@ 2000-06-19 18:46:21 +00:00
camield
ffd20539df TCL flavor now compiles and installs. It needs testing by someone
who actually uses it.
From maintainer.
2000-06-19 09:11:27 +00:00
dugsong
99132f03cc update distfile 2000-06-19 02:59:56 +00:00
turan
430d36a530 broken, this port updates /etc/servers without asking the user.
In PLIST:
@exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -
v ^dhcps /etc/services.bak ; echo "dhcps                67/udp    # dhcp server"
) > /etc/services
@exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -
v ^dhcpc /etc/services.bak ; echo "dhcpc                68/udp    # dhcp client"
) > /etc/services
[snip]
@unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep
 -v ^dhcps /etc/services.bak ) > /etc/services
@unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep
 -v ^dhcpc /etc/services.bak ) > /etc/services
2000-06-18 23:26:34 +00:00
espie
f100c128f9 Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00
naddy
308bdab593 fix description, add pointers to Open/Free/NetBSD CVSup mirrors
ok espie@
2000-06-15 17:32:45 +00:00
camield
c99d21a189 - perl modules now install in site_perl
- initial work towards TCL flavor
From maintainer danh@nfol.com
2000-06-15 10:39:42 +00:00
form
2435eeb0e6 remove FAKE=yes
add $OpenBSD$ tag to PLIST
2000-06-15 05:25:15 +00:00
espie
54b104ef00 FAKE, CONFIGURE_STYLE 2000-06-15 00:27:56 +00:00
camield
c11742306a spelling, use PREFIX in MESSAGE 2000-06-14 07:52:24 +00:00
camield
7c8f67713f - add HOMEPAGE
- remove FAKE
- add tag to PLIST
- use PREFIX and HOMEPAGE in MESSAGE
- bump NEED_VERSION
2000-06-14 07:30:45 +00:00
jakob
18eeaafed3 enable rrdtool 2000-06-14 06:00:27 +00:00
jakob
960438708a rrdtool port; Dan Harnett <danh@nfol.com> 2000-06-14 05:57:49 +00:00
brad
d77e682a61 - remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- add HOMEPAGE to DESCR
- add @comment with RCS id to PLIST
2000-06-12 17:42:45 +00:00
espie
7647d31acf Various clean ups, from Ian McWilliam. 2000-06-12 17:27:33 +00:00
espie
0f77a27ace Another distsite. 2000-06-12 16:54:20 +00:00
espie
70a98fddf2 Link cvsup-bin in the Makefile.
Update REQ file to latest version.
2000-06-11 18:37:51 +00:00
espie
c7a9947de1 cvsup client binary port, from Christain Weisgerber. 2000-06-11 18:21:34 +00:00
espie
8c16085d20 New style tweaks 2000-06-11 02:34:47 +00:00