1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

1714 Commits

Author SHA1 Message Date
Chris Piazza
2ac3045663 Import of the SNMP_Session perl module. This module differs
from existing SNMP packages in that it is completely stand-
alone.

PR:	12231
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1999-06-27 17:41:45 +00:00
Andreas Klemm
eb11b51ed9 Long awaited upgrade to version 1.2a
It lastet so long, because of personal time constraints and based
on the fact, that I had to do the very time consuming task, to
revamp the whole big brother installation heavily.

This could be avoided, if Sean could provide a Makefile with a real
install: target and not the drainbamaged
	"unpack, compile and let the whole sh**^H^H^H^Hbunch
	 remain here(tm)" philosophy."
(me lucky one, that apsfilter has changed about 1-2 years ago ;-)

- make install target now copies the workdir to ${PREFIX}/bb
  and then moves or removes files and directories as needed

- revamped client configuration and introduced a
	${PREFIX}/share/bb/bbclients
  directory.

Hope you like it this way ;-)
1999-06-27 14:23:08 +00:00
Michael Haro
dff50f43f3 Shorten DESCR file so it is only 24 lines long. 1999-06-27 07:54:43 +00:00
Michael Haro
1f4a287f09 Support ${PREFIX} better and also only depend on tcp_wrappers if it
doesn't exist in the base system.
1999-06-27 06:40:24 +00:00
Michael Haro
a34a75aba7 use ${PREFIX} and only require tcp_wrappers if it isn't part of the
base system.
1999-06-26 22:58:41 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Andreas Klemm
7dcd272063 purely cosmetic: nuke commented out BROKEN line 1999-06-26 17:45:32 +00:00
Andreas Klemm
971040175b Upgrade zebra to 0.70.
0.70 is a bugfix release to 0.69
from the announcement on the zebra mailinglist:
I've just fixed critical bug of zebra's routing information base
calculation which introduced in zebra-0.69.  ospfd bugs which causes
core dump are also fixed.  Configuration search path bug is fixed by
NAGUCHI kay.  RIPng in filter bug is fixed by itojun.
* Changes in zebra-0.70
* Changes in zebra
** Critical routing information base calculation bug check is fixed.
** zebra ipv4 message is extended to support external/internal route flavor.
** Now if internal route doesn't has direct connected nexthop, then nexthop
is calculated by looking up IGP routing table.
* Changes in bgpd
** `neighbor PEER update-source IFNAME' command added as ALIAS to
`neighbor PEER interface IFNAME'.
* Changes in ospfd
** DD null pointer bug is fixed.
1999-06-26 12:01:35 +00:00
Andreas Klemm
d1ecc97553 update ntpdate to last version 4.0.93a
got a patch to make it run.

Submitted by:	sorry, deleted mail too fast
1999-06-26 06:54:17 +00:00
Justin M. Seger
ce5fc21e50 Nuke bind8, it's been in the base system for a while now. 1999-06-25 20:22:17 +00:00
Justin M. Seger
c1c6dfd089 * Upgrade to dhcp-2.0 release.
* Install manpages instead of catpages
1999-06-25 20:08:41 +00:00
SADA Kenji
128e8e2fb0 Fix typo of sampe config file.
Approved by:	maintainer
1999-06-23 15:24:43 +00:00
Chris Piazza
9ba143eb76 Activate downloader. 1999-06-23 00:45:09 +00:00
SADA Kenji
29a2ad252c Import true contents of repo.copied kde11*-i18n ports.
Submitted by:   Ryuichiro Imura <imura@cs.titech.ac.jp>
1999-06-22 23:42:27 +00:00
Sheldon Hearn
63668b8540 Don't depend on the tcp_wrappers port if tcp_wrappers is included in the
base system.

PR:	12090
Submitted by:	Parag Patel <parag@codegen.com>
1999-06-21 12:43:07 +00:00
Chris Piazza
eb8de8ddbf Activate trickyirc. 1999-06-21 01:20:35 +00:00
Jordan K. Hubbard
bc4db783c8 Unbreak this port - it's easy enough to get the config files in the
right places.
1999-06-20 15:10:14 +00:00
John Polstra
d38d5563d1 Activate pptpclient. 1999-06-19 22:43:59 +00:00
John Polstra
f9c4cd9156 New port for the "pptp-linux" VPN client. It allows a FreeBSD machine
to connect to a remote NT server, making it behave as if it were on
the same LAN.
1999-06-19 22:41:33 +00:00
Andreas Klemm
cc2d7ec287 Update zebra port to 0.68
From the announcement on the zebra mailing list:

ospfd is much improved.  DR election bug is fixed.  Database
description can be sent and received.  Now Neighbor State Machine
goes to Full.  We are working on zebra-0.70 can provide real OSPF
routing feature.

bgpd aggregate-address command is added.  At this momemnt summary-only
aggregation is supported.  `ip community-list' command is added.
New route-map command such as `set community' or `match community'
is added.

zebra's IPv6 related bug is fixed.  VTY input buffer overflow bug
is fixed.

DEFUN can eat (a|b|c) statement.  So (deny|permit) is useful for
like this:

bgpd(config)# access-list test ?
  deny              Access list for denies
  permit            Access list for permits

Changes in zebra-0.68
++ Changes in lib
- DEFUN() is extended to support (a|b|c) statement.
- Input buffer overflow bug is fixed.
++ Changes in bgpd
- `ip community-list' is added.
- set community and match community is added to route-map statement.
- aggregate-address A.B.C.D/M partly works.  Now it works only
  summary-only mode.
++ Changes in zebra
- IPv6 network address delete bug is fixed.
++ Changes in ospfd
- DR election bug fixed.
- Now Database Description can be send or received.
- Neighbor State Machine goes to Full state.
++ Changes in ospf6d
- router zebra related bug is fixed.
1999-06-19 10:21:08 +00:00
Chris Piazza
e7320d495d Activate blackened 1999-06-19 08:58:50 +00:00
Michael Haro
06470acd88 Add master site
PR:		12222
Submitted by:	CHOI Junho cjh@kr.freebsd.org
1999-06-18 17:31:21 +00:00
Bill Fumerola
18a505adb8 1. Make this port easier to upgrade later on.
2. Use the correct location of perl5
1999-06-17 16:09:09 +00:00
Bill Fumerola
6b7509ec76 Remove trailing whitespace
Found By:	portlint
1999-06-17 16:05:40 +00:00
Bill Fumerola
3d0bc5ede0 The patch changed on us without bumping the version number.
Update the makesum.

Noticed by:	bento errorlogs.
1999-06-17 13:39:04 +00:00
Bill Fumerola
0842350b47 Portlint, this port doesn't need to include bsd.port.{pre,post}.mk
Also the Makefile was copied from the Samba makefile it seems, so I
fixed the first 5 comment lines so they were actually accurate.

Noticed from:	bento errorlogs
1999-06-17 13:38:20 +00:00
Bill Fumerola
28766f8c52 I copied this from being a patch to being a file. Boy do I feel silly that
I forgot to stript the patch information from it.

Submitted by:	maintainer
1999-06-17 12:50:54 +00:00
John-Mark Gurney
355f2a7175 activate domtools 1999-06-17 10:02:36 +00:00
John-Mark Gurney
9aaf246709 import of domtools
'domtools' is a set of DNS information extraction utilities.

The commands in the 'domtools' package allow you to traverse DNS domain
hierarchies, list all hosts (or subdomains) within a given domain,
convert host name to IP address and vice-versa, convert a normal IP address
to the "in-addr.arpa." format and vice-versa, and more. These commands can be
used manually, or included as building blocks for higher level DNS tools.
They generate output that is easily computer parsable.
1999-06-17 10:00:30 +00:00
Bill Fumerola
04001a7aa9 Use -pthread not libc_r
Submitted by:	jmg
1999-06-16 18:11:45 +00:00
Bill Fumerola
b651eecd22 Add rtsp_proxy, because Apple was kind enough to share. 1999-06-16 16:49:12 +00:00
Bill Fumerola
659b107e5b This is a port of Apple Computer's open source rtsp_proxy.
QuickTime streaming uses RTP/RTSP protocols

WWW: http://www.apple.com/quicktime/developers/rtsproxy.html

PR:		ports/12194
Submitted By:	Richard Kiss <richard@homemail.com>
1999-06-16 16:47:38 +00:00
Jun Kuriyama
4847085f29 Use make_smbpasswd, not mksmbpasswd.sh. 1999-06-15 14:32:21 +00:00
David E. O'Brien
2d5a1b43d5 BROKEN='port installs files into /etc (dhclient.conf) rather than PREFIX/etc'
Also, dhcpd.conf must be in /etc the way isc-dhcp2 is compiled.
1999-06-15 00:40:08 +00:00
Foxfair Hu
074e0f6919 Add one more URL.
Requested by:	maintainer.
1999-06-14 06:40:41 +00:00
John-Mark Gurney
0e1e6ea40a make port adhere to ${PREFIX} 1999-06-14 05:01:45 +00:00
Foxfair Hu
3c297dabc6 Point to the maintainer's homepage about mars_nwe. 1999-06-14 02:51:58 +00:00
Foxfair Hu
1476a3f017 Submitted by: maintainer:Boris Popov <bp@butya.kz>
Update to mars_nwe-0.99.pl17.
1999-06-14 02:47:59 +00:00
John-Mark Gurney
229d422a33 forgot to activate till now...
Reminded by a mail to: Alex Perel <veers@disturbed.net> aka Storm-
1999-06-12 09:52:46 +00:00
John-Mark Gurney
a5f8d579c0 rinetd - simple TCP-only port redirector program.
Submitted by: Alex Perel <veers@disturbed.net> aka Storm-
1999-06-12 04:45:53 +00:00
Satoshi Taoka
98c75e3a9c Added yafc 1999-06-11 09:07:29 +00:00
Steve Price
df1a590b46 Add the quirc port. 1999-06-09 01:59:05 +00:00
Steve Price
933abeff0e Add the brouted port. 1999-06-09 00:32:16 +00:00
Steve Price
bd07fcc1da Initial import of brouted version 1.2b.
Dynamic routing daemon acting on source IP of TCP connection

PR:		11515
Submitted by:	swjeong <swjeong@bbs.kitel.co.kr>
1999-06-09 00:31:17 +00:00
Steve Price
974c2997e1 Make this port honor CFLAGS.
PR:		11520
Submitted by:	Oscar Bonilla <obonilla@fisicc-ufm.edu>
1999-06-09 00:13:13 +00:00
Steve Price
b9415de6e8 Add wais support.
PR:		11728
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-06-08 23:50:35 +00:00
Steve Price
c7389411b1 Update for new MASTER_SITE.
PR:		12074
Submitted by:	maintainer
1999-06-08 23:17:00 +00:00
Bill Fumerola
26806cc64f Upgrade to version 1.2.3 1999-06-08 22:39:45 +00:00
Steve Price
593990a1e7 The xforms ports is no longer an i386-only port. 1999-06-08 22:15:15 +00:00
Hidetoshi Shimokawa
3efef38a70 Replace i386-freebsd with PERL_ARCH so that packages can be built on alpha. 1999-06-07 10:57:49 +00:00
Paul Richards
49b1aa0044 Update to latest version of sdk. 1999-06-06 21:01:45 +00:00
Paul Richards
89c3a17742 Update to latest version of sdk.
Tidy up some commented out lines and whom entry.
1999-06-06 21:01:32 +00:00
Paul Richards
c485740af2 Fix the whom entry and change a hardcoded path to ${PREFIX} 1999-06-06 20:34:45 +00:00
Justin M. Seger
c7472aaf1a portlint cleanups
Partially submitted by:	n_himba
PR:			ports/12032
1999-06-06 12:51:53 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Michael Haro
defb095dec Update to 990522 release
PR:		12029
Submitted by:	Koji Kondo koji@dti.ad.jp
1999-06-05 20:11:37 +00:00
Robert V. Baron
3e8d2f62e4 Sync with 5.2.4 1999-06-04 23:00:03 +00:00
Michael Haro
5c9f4544a4 Activate roxirc 1999-06-04 06:18:52 +00:00
Bill Fumerola
f84dd4af62 Replace a dead master site with MASTER_SITE_SUNSITE and the appropriate
directory within.
1999-06-04 03:19:25 +00:00
Justin M. Seger
d04f750efd Upgrade to 2.0.4b
Submitted by:	Palle Girgensohn <girgen@partitur.se>
PR:		ports/11877
1999-06-04 01:44:54 +00:00
Andrey A. Chernov
11e7baf89f upgrade to 0.4.1 1999-06-03 08:31:13 +00:00
Michael Haro
d13f8f365e Activate ttcp 1999-06-02 06:20:35 +00:00
Michael Haro
f54bf74009 TTCP is a benchmarking tool for determining TCP and UDP performance
between two systems.

I could never remember where to get it, others may find it useful
to have in the ports collection too.
1999-06-02 06:14:11 +00:00
Justin M. Seger
4df78b912f Use latest patches from ISC.
PR:		ports/11784
1999-05-31 17:36:29 +00:00
Steve Price
7334e5c303 Fix build on Alpha. 1999-05-31 04:47:02 +00:00
Steve Price
6729c90da3 Use new gnome libs.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 04:04:53 +00:00
Steve Price
c5344554d9 Use new gnome libs.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:49:40 +00:00
Steve Price
b3ac985891 Remove kde 1.0 ports in favor of the 1.1 versions. 1999-05-29 05:01:38 +00:00
Steve Price
898dd65bc9 USE_LIBTOOL=yes and misc. cleanup.
PR:		11855
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:38:22 +00:00
Steve Price
92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00
Steve Price
34e350e7ea Use glib version 1.2.3.
PR:		11841
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:47:54 +00:00
Satoshi Asami
5f5dc45b2a Fix WRKSRC so it can be found.
Submitted by:	maintainer

Add NO_PACKAGE, there are some stuff hardcoded into the compiled ROM files.
1999-05-29 01:12:52 +00:00
Jacques Vidrine
323ecb288c gwget -> gtm 1999-05-28 22:31:23 +00:00
Jacques Vidrine
7837a3de02 Add another MASTER_SITES entry. 1999-05-28 20:53:31 +00:00
Jacques Vidrine
7f52ec3420 Fix PLIST (a couple of icons were forgotten during the last update).
PR:	ports/11871
1999-05-28 20:50:11 +00:00
Satoshi Asami
9d05d4c30c Gotta run ldconfig from PLIST too. 1999-05-28 11:43:17 +00:00
Jacques Vidrine
2cc0d85082 Update 0.62a -> 0.64 1999-05-27 16:16:09 +00:00
Kris Kennaway
610a5e8ff0 Update to v0.3.5
PR:		11614
1999-05-27 12:50:26 +00:00
Satoshi Asami
bb42dcd49d Add ldapsdk and perldap.
Forgotten by:	paul
1999-05-27 11:18:36 +00:00
Thomas Gellekum
25490e549c Forget about ${PREFIX}/include/giflib. 1999-05-27 07:32:49 +00:00
Paul Richards
5387df7a3f Initial import of the Mozilla Perl interface to LDAP 1999-05-25 22:47:01 +00:00
Paul Richards
c0e2ce55be Initial import of the Mozilla LDAP sdk. 1999-05-25 22:44:25 +00:00
Michael Haro
eb8a9a8461 Update to 0.6.2
Submitted by: Oyvind Moll  oyvindmo@initio.no
PR Number: 11882
1999-05-25 18:24:40 +00:00
Steve Price
d16b6fb6c2 Use KDE version 1.1 instead of version 1.0. 1999-05-24 02:31:51 +00:00
Michael Haro
8f58b17226 Upgrade to version 3.1.1
PR Number: 11817
Originator:     Dominic Mitchell
1999-05-22 06:53:03 +00:00
Satoshi Asami
65281e8ece Add png dependency. That fixes the PLIST problem, so add back deleted
entries.

Submitted by:	maintainer
1999-05-20 19:08:04 +00:00
Stefan Bethke
5663940d42 Fix MASTER_SITES. 1999-05-17 08:17:57 +00:00
Satoshi Asami
0c3e5b018e Misc. PLIST cleanups.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-12 11:19:22 +00:00
Satoshi Asami
34cffc3d20 Upgrade to fix build problem.
Submitted by:	maintainer
1999-05-12 08:05:13 +00:00
Seiichirou Hiraoka
ea91897a30 Activate coda5_doc 1999-05-11 01:24:57 +00:00
Seiichirou Hiraoka
784ba7ed39 Update to 5.2.0
PR: ports/11610
Submitted by: ijliao@Terry.Dorm10.NCTU.edu.tw
1999-05-11 01:21:59 +00:00
Satoshi Asami
f1bd8397c5 Remove missing files. I'm not sure if this is the right fix but
it will at least get the build going again.
1999-05-10 22:35:43 +00:00
Stefan Bethke
3d5107edf8 Update man page for atalkd: add explanation for -router. 1999-05-10 01:10:19 +00:00
Jun-ichiro itojun Hagino
aab5d7d841 upgrade to 0.64.1.
(I tested this with KAME-ready kernel so it should work fine)
1999-05-09 18:24:16 +00:00
Steve Price
7350323c55 Update to version 0.99030108.
PR:		11578
Submitted by:	maintainer
1999-05-09 16:46:19 +00:00
Steve Price
fd79e90fca Hopefully a little bit better worded COMMENT. :) 1999-05-09 01:19:12 +00:00
Steve Price
ece4102415 Activate the libnet port. 1999-05-09 01:17:10 +00:00
Steve Price
253c687d8f A C library for creating IP packets.
PR:		9901
Submitted by:	Peter Shipley <shipley@dis.org>
1999-05-09 01:16:35 +00:00
Satoshi Asami
7cf51e743f Finish moving libicq from devel to net. 1999-05-08 10:32:29 +00:00
Satoshi Taoka
6ba6d0f02a Fixed ${LIB_DEPENDS} from devel/libicq to net/libicq 1999-05-08 01:42:40 +00:00