Commit Graph

12271 Commits

Author SHA1 Message Date
naddy
78a967e7ef Remove workarounds for 2.9 <net/if.h> multiple inclusion bug. 2001-08-17 18:57:40 +00:00
shell
090d13549e Upgrade to 2.106 2001-08-17 17:12:02 +00:00
brad
1bb9748a63 upgrade to automake 1.4-p5 2001-08-17 17:05:48 +00:00
naddy
77ad191cdf Now that ports is tracking -current, this patch brings wmwave up to
speed with the recent wavelan changes.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
2001-08-17 16:04:23 +00:00
brad
9521e9f4a6 bad, this will cause patching to fail. 2001-08-17 13:30:45 +00:00
todd
746a235982 /usr/X11R6 -> ${X11BASE} 2001-08-17 13:21:37 +00:00
form
429bbbd298 Fix compilation on -current.
Thanks to pedro@jazznet.pt
2001-08-17 12:28:37 +00:00
pvalchev
55a1e564a7 + pilrc 2001-08-17 05:07:16 +00:00
brad
27888b1ea4 remove some old cruft to do with tar that does not pertain to us. 2001-08-17 03:23:04 +00:00
pvalchev
b96aeb4e88 Import of pilrc-2.8p5
PilRC is an application that takes a resource script file and generates
one or more binary resource files that are to be used when developing
for the Palm Computing Platform.

WWW: http://www.ardiri.com/index.php?redir=palm&cat=pilrc
2001-08-17 02:49:57 +00:00
pvalchev
ea29ce9725 /usr/X11R6 -> ${X11BASE}, tar -> ${TAR} 2001-08-17 02:38:44 +00:00
pvalchev
d37e409237 no need for this to stay around now since we override libSDL_la_LDFLAGS 2001-08-16 22:06:03 +00:00
pvalchev
cfc5f3ef6a + disc-cover 2001-08-16 21:58:24 +00:00
pvalchev
76b01a8b21 Import of disc-cover-1.2.2
Disc-Cover creates front and back covers for audio CDs.  The CD has
to be present in the CD-ROM drive, or alternatively a valid CDDB
file can be used.  Disc-Cover searches the CDDB database for an
entry corresponding to the CD's CDDB ID. It starts by looking for
a local CDDB entry in ~/.cddb (or another directory pointed to by
your cddb installation). If no local CDDB entry matches the CD,
disc-cover continues to search the online CDDB databases or CDINDEX
databases as configured in the AudioCD library.  It then formats
the entry to produce a Latex, Dvi, Postscript or PDF file, which
contains the front and back covers on a single page. Other formats
supported include a simple text output, a CDDB compatible format,
HTML and an output format that can be used with cdlabelgen
(http://www.red-bean.com/~bwf/software/cdlabelgen/), another cover
builder.

WWW: http://www.liacs.nl/~jvhemert/disc-cover

MAINTAINER=     Nikolay Sturm <Nikolay.Sturm@desy.de>
2001-08-16 21:56:35 +00:00
pvalchev
ba603cc225 USE_X11 2001-08-16 19:29:00 +00:00
brad
1648a96266 upgrade to libxml 1.8.15 2001-08-16 16:49:45 +00:00
espie
ed3f2b5725 Fix (used bad patch version...) _PKGFILE->PKGFILE. 2001-08-16 15:15:24 +00:00
espie
01cca80419 Use new make feature. 2001-08-16 15:13:17 +00:00
espie
c191588f7f Change WRKDIR name, to flatten things somewhat.
work-* is too long, because we want to include the PKGNAME in the dir name
(so that PKGNAME changes are less likely to work with old work directories)

Change the way clean works, so that you can say
make clean='dist depends packages' and have it do what you think it should
do.

Common fragment to _create_wrkobjdir.

Put some info into PACKAGING (name of subpackage being built)
2001-08-16 14:49:31 +00:00
bmc
672f3eb763 * added information about avail flavors
* added useful infromation about snort
2001-08-16 14:02:46 +00:00
bmc
147392010e Changed HOMEPAGE to the new snort site until the domain for snort.org
is moved over.

New to 1.8.1
* SNMP Alerts
* IDMEF XML output
* Limited wildcard regex support
* New normalization mode for http_decode
* many bug fixes
2001-08-16 13:56:40 +00:00
espie
e5b1ee8d88 Better real-time sound. 2001-08-16 13:17:09 +00:00
peter
0995b8b7c1 Update to zebra-0.92; itojun (via Jakob in Helsinki) OK
OpenBSD port changes:
  FLAVOR=snmp now works
  vtysh now works

Also, OpenBD specific fixes not listed below include a patch to correctly
get all interfaces from the kernel.

Changelog from e-mail:

* Changes in zebra-0.92

** Overall security is improved.  Default umask is 0077.

* Changes in ripd

** If output interface is in simple password authentication mode,
substruct one from rtemax.

* Changes in bgpd

** IPv4 multicast and IPv6 unicast configuration is changed to so
called new config.  All of AFI and SAFI specific configuration is
moved to "address-family" node.  When you have many IPv6 only
configuration, you will see many "no neighbor X:X::X:X activate" line
in your configuration to disable IPv4 unicast NLRI exchange.  In that
case please use "no bgp default ipv4-unicast" command to suppress the
output.  Until zebra-0.93, old config is still left for compatibility.

Old config
==========
router bgp 7675
 bgp router-id 10.0.0.1
 redistribute connected
 network 192.168.0.0/24
 neighbor 10.0.0.2 remote-as 7675
 ipv6 bgp network 3ffe:506::/33
 ipv6 bgp network 3ffe:1800:e800::/40
 ipv6 bgp aggregate-address 3ffe:506::/32
 ipv6 bgp redistribute connected
 ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1

New config
==========
router bgp 7675
 bgp router-id 10.0.0.1
 network 192.168.0.0/24
 redistribute connected
 neighbor 10.0.0.2 remote-as 7675
 neighbor 3ffe:506:1000::2 remote-as 1
 no neighbor 3ffe:506:1000::2 activate
!
 address-family ipv6
  network 3ffe:506::/33
  network 3ffe:1800:e800::/40
  aggregate-address 3ffe:506::/32
  redistribute connected
  neighbor 3ffe:506:1000::2 activate
 exit-address-family

* Changes in ospfd

** Internal interface treatment is changed.  Now ospfd can handle
multiple IP address for an interface.

** Redistribution of loopback interface's address works fine.
2001-08-16 07:30:39 +00:00
jakob
2eaec7c234 stunnel v3.20
- setsockopt() optlen set according to the optval for Solaris.
- Minor NetBSD compatibility fixes by Martti Kuparinen.
- Minor MSVC6 compatibility fixes by Patrick Mayweg.
- SSL close_notify timeout reduced to 10 seconds of inactivity.
- Socket close instead of reset on close_notify timeout.
- Some source arrangement and minor bugfixes.
2001-08-16 05:45:15 +00:00
obecian
e3a9896c2e arirang-1.6beta update
fixes and code red support
2001-08-16 04:47:43 +00:00
brad
cbe1a9a9d1 copy file from files/ dir instead of patching it into existence 2001-08-16 03:23:21 +00:00
shell
ea5ae1ac7e SUBDIR += py-unit 2001-08-15 19:49:05 +00:00
shell
6afb1bb8f6 Initial import of py-unit-1.4.1
---

A unit testing framework for Python based on JUnit and XUnit, the
de-facto standard frameworks for Java and SmallTalk respectively.
Provides a standard, proven, simple and elegant way to write unit
tests for Python software. GUI also provided.

WWW: http://pyunit.sourceforge.net
2001-08-15 19:48:27 +00:00
danh
3a110fb0e2 bump package revision to p1; from naddy@ 2001-08-15 19:16:20 +00:00
todd
acc3645447 make wording work for XFree86 version 3 or 4; thanks Håkan Olsson <ho@crt.se> 2001-08-15 19:05:41 +00:00
pvalchev
ad2b2f22b6 show the correct path to the score file in the manual page 2001-08-15 17:22:57 +00:00
pvalchev
ec1c62a310 Update to icebreaker-1.2.1
- added easy and hard difficulty settings
- added options for sound
- added option for auto pause (which makes the game stop when the window
loses focus -- note that it always pauses when minimized regardless of
this setting).
- added fullscreen option
- fixed busy waits in dialog.c
- code cleanup
2001-08-15 17:18:14 +00:00
lebel
bb62f51a66 +libst 2001-08-15 16:48:07 +00:00
lebel
3054b6f9b2 initial import of net/libst 1.2:
--
State Threads is an application library which provides a foundation
for writing fast and highly scalable Internet Applications on
UNIX-like platforms. It combines the simplicity of the multithreaded
programming paradigm, in which one thread supports each simultaneous
connection, with the performance and scalability of an event-driven
state machine architecture.

WWW: http://oss.sgi.com/projects/state-threads/

Submitted by Patroklos Argyroudis <argp@bsd.gr>
2001-08-15 16:47:07 +00:00
fgsch
0848fda1f6 Fetchmail 5.9.0. 2001-08-15 14:15:03 +00:00
naddy
0dabfd9f50 Update to 1.00.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
2001-08-15 13:19:56 +00:00
shell
e1b1447798 SUBDIR += p5-HTML-CGIChecker 2001-08-15 06:48:45 +00:00
shell
0b23f829da Initial import of HTML-CGIChecker-0.90
---

HTML::CGIChecker is a module for web developers to parse HTML and
to detect HTML code that could break a page in some way.

This module is not a HTML validator, but it allows one to check the
HTML code that users post to a web application, for example to a
discussion board, to prevent them to post a piece of code that would
render the rest of a page it is displayed on unusable.
2001-08-15 06:48:01 +00:00
shell
cf36957446 Upgrade to 0.13 2001-08-15 06:42:34 +00:00
danh
c0a85b8f57 add myself 2001-08-15 02:29:19 +00:00
pvalchev
96f8ac37d1 New maintainer is Sebastian Stark <seb@todesplanet.de>, I pass this port
over to him.
2001-08-14 23:48:29 +00:00
pvalchev
38b16743b9 Better COMMENT line - this works with every monitor 2001-08-14 23:11:41 +00:00
pvalchev
6c937c1c1c Update to tempest-1.0.4
Really supports fullscreen mode.
Thanks to Sebastian Stark <seb@todesplanet.de>
2001-08-14 23:02:58 +00:00
pvalchev
87864528ec Pass libSDL_la_LDFLAGS containing -version-info for libtool via MAKE_FLAGS
instead of patching configure unnecessarily.
2001-08-14 22:42:03 +00:00
lebel
45c0149c99 sync (again); 1547 packages 2001-08-14 22:09:09 +00:00
lebel
3fc35c34bc -vmailmgr 2001-08-14 22:05:55 +00:00
lebel
891fa08f51 license does not allow modification to allow for proper integration
in OpenBSD.
2001-08-14 22:05:18 +00:00
lebel
e75b00e4b6 sync; 1548 packages (20 were removed due to licensing issues) 2001-08-14 21:58:32 +00:00
camield
7e5157679f really remove 2001-08-14 21:53:23 +00:00
camield
ad4eef25be -daemontools 2001-08-14 21:31:05 +00:00