Commit graph

30982 commits

Author SHA1 Message Date
grant
fff784626e sync packages with suse reality, correct distinfo.
pointed out by Thomas Klausner.
2002-08-04 01:51:28 +00:00
jlam
ff54227e0d Make this look slightly more aesthetic, whitespace-wise. 2002-08-03 22:29:03 +00:00
jlam
7287118f01 Drop MAINTAINERship of devel/isect. 2002-08-03 20:00:34 +00:00
jlam
7472947b84 Fix _JAVA_PKGBASE definition in "sun-jdk" case so that when used as a
pattern with "pkg_info -e <pattern>", we can actually match a full package
name.
2002-08-03 19:51:20 +00:00
seb
368a3794f9 Until this package is updated one more time from basesrc, provide a patch
for Solaris on FTP_CMD value in Makefile.inc.
Fixed in revision 1.19 of basesrc/usr.sbin/pkg_install/Makefile.inc.
2002-08-03 18:29:52 +00:00
hubertf
474400aacd Rename apr-devel-0.20020725223645 to apr-0.20020725223645 2002-08-03 15:49:22 +00:00
jdolecek
099c7c00de since we override do-build target, we need to call ${_ULIMIT_CMD}
explicitly, too
2002-08-03 15:11:40 +00:00
hubertf
6f4aacf550 use /dev/urandom, from apache2 pkg 2002-08-03 14:41:04 +00:00
dmcmahill
2bf8d91fd6 add sparc PLIST and enable in Makefile. Also change the check to look
for a compat_svr4 setup rather than compat_sunos as its a solaris-2.6
binary.  Finally, add a mirror site.
2002-08-03 14:02:00 +00:00
hubertf
7f099f97db Update aterm to aterm-0.4.2nb2: work around problem with
lockup in select()

Patch submitted by Christian Biere <ChristianBiere@gmx.de> in PR 17745
2002-08-03 13:00:28 +00:00
hubertf
9dd9b0ae51 nmapfe is now part of nmap, so use that sources (nmapfe version is
still 0.9.5, so no changes there). Also install manpage for frontend.
2002-08-03 12:45:51 +00:00
itojun
b8bea32a85 pull critical patches in from zebra cvs repo (i have been asking for release
of 0.93b, however, it's not happening yet)
- bgpd: bug in capability negotiation
- ospf6d: synchronize with zebra deamon correctly
2002-08-03 12:27:18 +00:00
hubertf
3b198b7b76 Update nmap to 3.00. Changes:
* Added protocol scan (-sO), which determines what IP protocols
      (TCP, IGMP, GRE, UDP, ICMP, etc) are supported by a given host.
      This uses a clever technique designed and implemented by Gerhard
      Rieger .
    * Nmap now recognizes more than 700 operating system versions and
      network devices (printers, webcams, routers, etc) thanks to
      thousands of contributions from the user community! Many
      operating systems were even recognized by Nmap prior to their
      official release. Nmap3 also recognizes 2148 port assignments,
      451 SunRPC services, and 144 IP protocols.
    * Added Idlescan (-sI), which bounces the scan off a "zombie"
      machine. This can be used to bypass certain (poorly configured)
      firewalls and packet filters. In addition, this is the most
      stealthy Nmap scan mode, as no packets are sent to the target
      from your true IP address.
    * The base Nmap package now builds and functions under Windows! It
      is distributed in three forms: build-it-yourself source code, a
      simple command-line package, or along with a nice GUI interface
      (NmapWin) and a fancy installer. This is due to the hard work of
      Ryan Permeh (from eEye), Andy Lutomirski, and Jens Vogt.
    * Mac OS X is now supported, as well as the latest versions of
      Linux, OpenBSD, Solaris, FreeBSD, and most other UNIX platforms.
      Nmap has also been ported to several handheld devices -- see the
      Related Projects page for further information.
    * XML output (-oX) is now available for smooth interoperability
      between Nmap and other tools.
    * Added ICMP Timestamp and Netmask ping types (-PP and -PM). These
      (especially timestamp) can be useful against some hosts that do
      not respond to normal ping (-PI) packets. Nmap still allows TCP
      "ping" as well.
    * Nmap can now detect the uptime of many hosts when the OS Scan
      option (-O) is used.
    * Several new tests have been added to make OS detection more
      accurate and provide more granular version information.
    * Removed 128.210.*.* addresses from Nmap man page examples due to
      complaints from Purdue security staff.
    * The --data_length option was added, allowing for longer probe
      packets. Among other uses, this defeats certain simplistic IDS
      signatures.
    * You can now specify distinct port UDP and TCP port numbers in a
      single scan command using a command like 'nmap -sSU -p
      U:53,111,137,T:21-25,80,139,515,6000,8080 target.com'. See the
      man page for more usage info.
    * Added mysterious, undocumented --scanflags and --fuzzy options.
    * Nmap now provides IPID as well as TCP ISN sequence
      predictability reports if you use -v and -O.
    * SYN scan is now the default scan type for privileged (root)
      users. This is usually offers greater performance while reducing
      network traffic.
    * Capitalized all references to God in error messages.
    * Added List scan (-sL) which enumerates targets without scanning
      them.
    * The Nmap "random IP" scanning mode is now smart enough to skip
      many unallocated netblocks.
    * Tons of more minor features, bugfixes, and portability enhancements.
2002-08-03 12:23:57 +00:00
itojun
e7adfda4c1 add net/wistumbler. PR 17819 2002-08-03 10:30:05 +00:00
itojun
6e0766c8d3 wistumbler, network stumbler for wi* interface 2002-08-03 10:29:08 +00:00
hubertf
5c4ac0e35e add & enable subversion 2002-08-03 02:02:43 +00:00
hubertf
67eda71507 Add subversion-0.2667: Version control system, meant to replace CVS
The goal of the Subversion project is to build a version control system that
is a compelling replacement for CVS in the open source community. The software
is released under an Apache/BSD-style open source license.

Submitted by Joel Wilsson <joelw@unix.se> in PR 17813.
2002-08-03 02:01:42 +00:00
hubertf
6dfcb86b3e add & enable apr-devel 2002-08-03 01:30:57 +00:00
hubertf
5c99b569d0 Add apr-devel-0.20020725223645: Apache Portable Run-time, a system portability layer
The Apache Portable Run-time mission is to provide a library of
routines that allows programmers to write a program once and be
able to compile it anywhere.

Submitted by Joel Wilsson <joelw@unix.se> in PR 17811.
2002-08-03 01:30:31 +00:00
hubertf
5c582df028 Update neon to 0.21.3.
Changes in release 0.21.3:
* Fix segfault if using proxy server with SSL session and server
 certificate verification fails.
* Fix leak of proxy hostname once per session (if a proxy is used).
* Add --with-libs configure argument; e.g. --with-libs=/usr/local picks
 up any support libraries in /usr/local/{lib,include}

Changes in release 0.21.2:
* Fix 'make install' for VPATH builds.
* Use $(mandir) for installing man pages (Rodney Dawes).
* Follow some simple (yet illegal) relativeURI redirects.
* Always build ne_compress.obj in Win32 build (Branko Èibej).
* Fix decompression logic bug (Justin Erenkrantz <jerenkrantz@apache.org>)
 (could give a decompress failure for particular responses)
* Fix ne_proppatch() to submit lock tokens for available locks.
* More optimisation of ne_sock_readline.

Changes in release 0.21.1:
* Don't include default SSL port in Host request header, which can
 help interoperability with misbehaving servers (thanks to Rodney Dawes
 <dobey@ximian.com>).
* Don't give a "truncated response" error from ne_decompress_destroy if
 the acceptance function returns non-zero.
* Fix for Win32 build (Sander Striker <striker@apache.org>).
* Fix for cookie name/value being free()d (thanks to Dan Mullen).
* Optimisation of ne_sock_readline.

Changes in release 0.21.0:
* Socket layer implements read buffering; efficiency and performance
 improvement. Based on work by Jeff Johnson <jbj@redhat.com>
* Cleanup of socket interface:
 - renamed everything, s/sock_/ne_sock_/, s/SOCK_/NE_SOCK_/
 - removed unused and inappropriate interfaces.
 - renaming done by Olof Oberg <mill@pedgr571.sn.umu.se>
 - see src/ChangeLog for the gory details.
* Fix typoed 'ne_destroy_fn' typedef (Olof Oberg).
* Support OpenSSL/ENGINE branch.
* Bogus ne_utf8_encode/decode functions removed.
* ne_base64() moved to ne_string.[ch].
* ne_token drops 'quotes' parameter; ne_qtoken added.
* ne_buffer_create_sized renamed to ne_buffer_ncreate.
* ne_xml_get_attr takes extra arguments and can resolve namespaces.
* ne_accept_response function type takes const ne_status pointer.
* Drop support for automatically following redirects:
 - ne_redirect_register just takes a session pointer
 - ne_redirect_location returns an ne_uri pointer
* configure changes: --with-ssl and --with-socks no longer take a directory
 argument.  To use SOCKS or SSL libraries/headers in non-system locations,
 use ./configure CPPFLAGS=-I/... LDFLAGS=-L/...
* Reference documentation included for most of ne_alloc.h and ne_string.h,
 and parts of ne_session.h and ne_request.h.
 - see installed man pages, HTML documentation.

Changes in release 0.20.0:
* Major changes to DAV lock handling interface (ne_locks.h):
 - struct ne_lock uses a full URI structure to identify locked resource
 - ne_lock() requires that owner/token fields are malloc-allocated (or NULL)
 on entry
 - introduce a "lock store" type, ne_lock_store, to replace the lock session;
 accessor functions all renamed to ne_lockstore_*.
 - ne_lock_iterate replaced with a first/next "cursor"-style interface
 - If: headers use an absoluteURI (RFC2518 compliance fix).
 - fix for handling shared locks on DAV servers which return many active locks
 in the LOCK response (thanks to Keith Wannamaker)
* Moved URI/path manipulation functions under ne_* namespace (ne_uri.h):
 - path handling functions renamed to ne_path_*
 - URI structure handling to ne_uri_*; struct uri becomes ne_uri.
 - ne_uri_parse doesn't take a 'defaults' parameter any more
 - if URI port is unspecified, ne_uri_parse sets port to 0 not -1.
 - added ne_uri_unparse and ne_uri_defaultport functions.
* New 'ne_fill_server_uri' function to initialize a URI structure with
 the server details for a given session (useful with locks interface).
* ne_decompress_{reader,destroy} are defined as passthrough-functions
 if zlib support is not enabled.
* API change: ne_ssl_provide_fn returns void not int.
* Added NE_SSL_FAILMASK for verify failure sanity check.
* Removed return codes NE_SERVERAUTH and and NE_AUTHPROXY; correct
 documentation, NE_PROXYAUTH is given for proxy auth failure.
* Require zlib >= 1.1.4 to avoid possible vulnerability in earlier versions.
 See http://www.gzip.org/zlib/advisory-2002-03-11.txt for more details.
 (version check can be skipped by passing --with-force-zlib to configure)
* New 'ne_ssl_readable_dname' function to create a human-readable string
 from an X509 distinguished name.
* Fix support for newer versions of libxml2 (thanks to Jon Trowbridge
 <trow@gnu.org>).
* Fix corruption of reason_phrase in status object returned by
 ne_propset_status.
* More lenient handling of whitespace in response headers.
* ne_content_type_handler will give a charset of "ISO-8859-1" if no charset
 parameter is specified for a text/* media type (as per RFC2616).
* Miscellaneous cleanups and fixes (Jeff Johnson <jbj@redhat.com>).

Changes in release 0.19.4:
* Support bundled build of expat 1.95.x (Branko Èibej).

Update submitted by Joel Wilsson <joelw@unix.se> in PR 17812.
2002-08-03 01:24:53 +00:00
hubertf
f65cd0defb print-PLIST:
* move redundant sed expression into variable to only maintain it once
 * properly catch grep return code in *both* cases (makes substitution
   of pkg variables in @dirrm statements / directory names work)
2002-08-03 00:15:30 +00:00
abs
bd2ebfb5ba Updated mserv to 0.33nb4:
Ensure reset message is flushed before restart starts, and fix volume
	control to correctly report new value so 'volume -' and 'volume +'
	will always reduce/increase the volume by the minimum value.
2002-08-02 23:01:45 +00:00
cjep
5d15456078 Update to 4216. 2002-08-02 21:49:58 +00:00
jdolecek
67e59bac3b make work with sun-jdk14 (which appears to be default now) - unlimit
datasize, change check in configure, and some small tweaks to some
Java code (assert, double ;;)
2002-08-02 20:33:23 +00:00
jlam
88ca8458b4 Add support for XAW_TYPE == "neXtaw". 2002-08-02 20:14:34 +00:00
jlam
2c40f59ad2 Add and enable neXtaw. 2002-08-02 20:12:30 +00:00
jlam
dc08db6efe x11/neXtaw is a modified version of the Athena Widgets with N*XTSTEP
appearance.  From pkg/15450 by Kevin P. Neal <kpn at neutralgood dot org>.
2002-08-02 20:10:47 +00:00
jschauma
761b87a33a Remove README.html which should not have been imported, since it is
not maintained by CVS.
2002-08-02 19:07:00 +00:00
jschauma
b86f905b3a Add and enable aspel-gaeilge 2002-08-02 19:00:29 +00:00
jschauma
51bb291e17 Initial import of textproc/aspell-gaeilge into pkgsrc as suggested by
scannell at slu dot edu in PR pkg/17787.  As the name suggests, this
package provides a gaeilge dictionary for aspell.
Package reviewed and approved by wiz.
2002-08-02 18:59:14 +00:00
jlam
a773c1c5b0 Sort, and don't try to remove nonexistent ${PREFIX}/doc directory. 2002-08-02 18:10:50 +00:00
grant
4b52df517a update MASTER_SITES and RPMFILES, as these are now in the
'discontinued' directory.
2002-08-02 15:36:49 +00:00
schmonz
b4ce2a42fe Update to 1.3.2. Changes:
1.3.2 (small feature release)
- added the 'multi-patchset' feature to the -s option, provided in its
  entirety by Daiki Ueno <ueno@unixuser.org>

1.3.1 (bugfix release mostly)
- fix bug with updating cache (-u) having to do with matching new and old
  revisions

- fix timestamp_fuzz_factor bug where the fuzz was applied to loading
  from cache by mistake.

- add a spec file (from Jan IVEN <Jan.Iven@cern.ch>)

- improve the parameterization of Makefile, and make things relocatable
  (from many people, esp. Amitai Schlair <schmonz@schmonz.com>)

- fix strip_path_len calculation (again - I had munged the prior fix)
  Jeffrey Ebert <ebert@sonicsinc.com>
2002-08-02 15:29:49 +00:00
jdolecek
066bf70de3 .include bsd.prefs.mk before checkforx: target, so that X11BASE gets defined
and the condition has chance of working properly

quote the value if display in do-build: target, just in case
2002-08-02 15:13:47 +00:00
veego
f119a68f2b ntop2 really wants a gnu libreadline so add USE_GNU_READLINE. 2002-08-02 14:42:28 +00:00
dmcmahill
f855ba7842 add a couple of items to the TODO list.
- direct to CD writing

- inclusion of distfiles for pkgs which can't be packaged.
2002-08-02 12:37:32 +00:00
jlam
6ef4d03e59 Do away with special pthread.buildlink.mk hack and add "optional" to
PTHREAD_OPTS.  This allows us to ignore the "require" inherited from the
glib/buildlink.mk file, which was originally causing "require native" to
be used for mozilla and was causing build problems on platforms without
native pthreads.
2002-08-02 05:40:48 +00:00
jlam
3b6db329d0 A package Makefile may add the word "optional" to PTHREAD_OPTS, which
will override the effects of any instance of the word "require".  This
should _only_ be used by those packages that can be built with or
without pthreads _independently_ of whether any of its dependencies need
pthreads.  Currently, this only only www/mozilla, which uses its own
threading library if native pthreads is unavailable, despite that it
uses GTK+, which _does_ need pthreads.
2002-08-02 05:38:37 +00:00
jschauma
5ea451bcec Add and enable ispell-slovak 2002-08-02 03:20:44 +00:00
jschauma
f02479b8c2 Initial import of textproc/ispell-slovak into pkgsrc as suggested by
Lubomir Sedlacik (salo at Xtrmntr dot org) in PR pkg/17802.

As the name suggests, this package contains the slovak dictionary for
ispell, and can be used by invoking ispell with the '-d slovak' flag.
2002-08-02 03:19:52 +00:00
dmcmahill
0b36f29cd5 fix compilation with -Werror enabled on netbsd-1.5.3/alpha.
patch from Matt Green.
2002-08-02 02:05:44 +00:00
jschauma
a87f4731fa Add and enable ispell-catalan 2002-08-02 01:55:35 +00:00
jschauma
d4e9e5c8a1 Initial import of textproc/ispell-catalan into pkgsrc, using files provided
by Julio Merino (jmmv at hispabsd dot org) in PR pkg/17658.  (Minor modification
by me.)

ispell-catalan provides the catalan dictionaries for ispell, and can be
used by invoking ispell with the "-d catala" flag.  Note that the dictionary
is called "catala", while the package is called "catalan" -- apparently, this
is correct.
2002-08-02 01:54:12 +00:00
jschauma
3cd025e3c6 Update textproc/ispell-gaeilge to 2.0 as suggested by scannel at slu dot edu
in PR pkg/17787.

No list of changes is available, but the website says that this package now
contains around 300,000 words and contains dialect-support as well as
improved grammatical correctness.
2002-08-01 23:10:06 +00:00
wiz
67b0114200 Add and enable matchbox. 2002-08-01 15:54:42 +00:00
wiz
cf2565c049 Initial import of matchbox, a window manager for small displays (e.g.,
handhelds):

Matchbox is a GPL'd X11 window manager designed for computers with
little screen real estate, limited input devices and low CPU/storage
resources. Touchscreen PDA's, phones, set top boxes and even watches
fit well into this category.  Children or people with disability's may
also find matchbox useful on desktop machines, due to the way it
simplify's window operation.

Matchbox is small, fast, flexible, dependant only on xlib and very
usable.

The Distribution also include various themes and utility programs,
including a dock (or tray) and various simple dock apps useful for
PDA's.
2002-08-01 15:53:46 +00:00
schmonz
7794acfa2c The 20020723 pkg_install tools use strlcpy(), which Darwin lacks.
Provide a strlcpy() implementation (from -r1.12 of
basesrc/lib/libc/string/strlcpy.c), and use it on Darwin.
2002-08-01 14:43:38 +00:00
jschauma
5c042a9ddf These packages are available for Linux and NetBSD-1.6*-i386,
not only Linux and -current. (Pointed out by zuntum.)
2002-08-01 14:40:59 +00:00
jlam
fadde8d730 Fix so that mozilla doesn't require a native pthread library. "require"
comes from devel/glib/buildlink.  devel/glib requires a pthread library but
www/mozilla optionally wants a native pthread library.  Checking for
PTHREAD_TYPE != "native" will work, but we may want to consider expanding
the capabilities of pthread.buildlink.mk to cover this scenario.
2002-08-01 14:28:10 +00:00
jschauma
81db7a193e Remove patches that are no longer needed after most recent update. 2002-08-01 14:08:30 +00:00