Commit graph

4866 commits

Author SHA1 Message Date
snj
94a200caa3 Convert to buildlink3. 2004-04-25 08:35:03 +00:00
snj
86d143d542 Convert to buildlink3 and correct a typo in DESCR. 2004-04-25 08:34:20 +00:00
snj
0a9411e5e7 Convert to buildlink3. 2004-04-25 08:24:03 +00:00
snj
10c0be86b3 Convert to buildlink3 and correct a spelling error in DESCR. 2004-04-25 08:21:53 +00:00
snj
de6e964974 Convert to buildlink3. 2004-04-25 08:21:05 +00:00
snj
7d8cadd527 Convert to buildlink3 and correct a typo in DESCR. 2004-04-25 08:19:40 +00:00
snj
176497b1c4 Convert to buildlink3. 2004-04-25 08:11:38 +00:00
snj
87a080981c Convert to buildlink3. 2004-04-25 08:01:15 +00:00
snj
cba1d6d267 Convert to buildlink3 and fix a typo in DESCR. 2004-04-25 08:00:46 +00:00
snj
fe8c426e6e Convert to buildlink3 and remove USE_NEW_TEXINFO. 2004-04-25 07:57:01 +00:00
snj
1f33162e47 Convert to buildlink3. 2004-04-25 07:49:56 +00:00
snj
01d042353a Convert to buildlink3. 2004-04-25 07:39:25 +00:00
snj
21efdd139e Convert to buildlink3 and use LDFLAGS.SunOS for simplicity. 2004-04-25 07:38:44 +00:00
snj
124c082233 Convert to buildlink3. 2004-04-25 06:58:43 +00:00
snj
0d9078c402 No longer used. 2004-04-25 04:26:51 +00:00
snj
95246413ca Convert to buildlink3. 2004-04-25 04:20:11 +00:00
snj
41e3d38e97 Convert to buildlink3. 2004-04-25 04:19:27 +00:00
snj
ce76fbca08 Convert to buildlink3. 2004-04-25 04:18:15 +00:00
snj
6524a0360d Convert to buildlink3 and satisfy pkglint. 2004-04-25 04:17:14 +00:00
snj
5f9265f01a Convert to buildlink3. 2004-04-25 04:16:02 +00:00
snj
08dff8ae68 Convert to buildlink3. 2004-04-25 04:15:15 +00:00
snj
25e93f88f3 Convert to buildlink3. 2004-04-25 04:13:14 +00:00
grant
a290bf2bb5 workaround poll() being a compatibility function on Darwin 7
(MacOSX 10.3) by adding a custom test for _POLL_EMUL_H_ which is
defined in poll.h on some MacOSX 10.3 systems.

not all 10.3 systems have poll.h, so only do the poll() test if at
least one of the header files is found.
2004-04-25 02:48:12 +00:00
wiz
1529ca8b29 Unused. 2004-04-25 00:39:47 +00:00
wiz
0e3696660e Static library only -> build dependency. 2004-04-25 00:34:21 +00:00
wiz
bf21dfc4dc Convert to bl3. 2004-04-25 00:25:01 +00:00
wiz
458687d2f0 Remove XXX. 2004-04-25 00:19:10 +00:00
wiz
43279128a8 Convert to bl3. 2004-04-25 00:18:39 +00:00
xtraeme
15525c598a bl3ify 2004-04-25 00:18:14 +00:00
wiz
fadb103fd7 Convert to bl3. 2004-04-24 23:53:51 +00:00
wiz
57cd0c0f97 Unused. 2004-04-24 23:43:41 +00:00
wiz
138509f7a0 Convert to bl3. 2004-04-24 23:19:55 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
danw
92c3d27a6b add -DBIND_8_COMPAT on Darwin 2004-04-24 15:21:35 +00:00
reed
2d4122dd45 Fix references to rc.d scripts. This package uses RCD_SCRIPTS
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE
referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR
was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead.

PKGREVISION not bumped because if someone had changed
RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration
of rc.d script in PLIST, then it could not have been packaged
in first place.

Note that this commit does not imply that the MESSAGE is correct.
In some cases, the MESSAGE is clearly wrong such as suggesting
running the rc.d script from the example directory (which will work
although).
2004-04-23 22:43:20 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
itojun
6976d3d117 upgrade to 2.0.2.
2.0.2
=============
BUG FIXES:
	- Allow the use of a mnemonic for the algorithm field of a
	  DNSKEY record.
	- Behavior of the zonec -v flag has been modified.  By default
	  zonec will only print a single line with a summary of the
	  error count.
	- Bug #75: Fixed typo in previous "fix".
2004-04-23 18:42:05 +00:00
minskim
ba6619e087 Enable pkgviews installation. 2004-04-22 23:52:19 +00:00
christos
31a9fe10a0 Fix configure to look for des_cbc_encrypt in -ldes.
I did not commit all 7K lines of diff that autoconf produced because
of the changed line numbers, just the relevant ones.
2004-04-22 16:50:02 +00:00
seb
a4b9471c27 Update to version 0.67.
Package changes: bl3ify, record build options, remove obsolete
AUTOMAKE_POST_PATTERNS, support new PostgreSQL feature.

Changes since last packaged version:
* 12-4-2003 flow-tools 0.67 released.
* flow-export: pgsql support from wyu@ateneo.edu
* docs: flow-report: Added description of reports.
* ftlib: ftfil.c - match_end_time() broken - noted by
  "Joe Loiacono" <jloiacon@csc.com>
* ftlib: fttag.c - better syntax checking for or-src/dst and set-src/dst
* ftlib: ftlib.h FT_TAG_TYPE_MATCH_NEXTHOP duplicated - flow-tag crash
  with next-hop type noted by Maxim Grigoriev <maxim@fnal.gov>
* ftlib: ftstat.c - broken ip-destination-address-source-count.  patch from
  "Shigeki Taniguchi" <staniguchi@csc.com>
* flow-fanout: filters not loaded - noted by RAR@syssrc.com
* ftlib: missing function prototypes for ftstat_*, rename bind to binding
  to prevent shadowing bind().  patch from Bill Fumerola <billf@mu.org>
* flow-fanout, flow-capture.  Process SIGTERM like SIGQUIT so flow-tools
  will work better under daemontools - req by
  Bernhard Weisshuhn <bkw@weisshuhn.de>
* docs: flow-nfilter and flow-cat TIME/DATE parsing section.
* flow-dscan: drp->flags not updated when loading saved state - patch from
  Jon Snyder <jon@pdx.edu>
* flow-dscan: allow concurrent -w and -W, patch from
  Dan Thorson <dan.thorson@seagate.com>
* docs: flow-print -f24 - noted by
  noted by Christian Bauer <Christian.Bauer@NEFkom.de>
* dist: tag.sym and tag.cfg example files reversed - noted by
* ftlib: ftlib.h - FT_TAG_SET and FT_TAG_OR are broken - patch from
  Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net>
* ftlib: ftrec.c - add 1005to5 translation - patch from
  Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net>
* flow-stat -f0 will try to divide by 0 with an empty flow file
  - noted by Mike Hunter <mhunter@ack.Berkeley.EDU>
* flow-capture: -u preserve unherited umask - patch from
  Everton da Silva Marques <everton@lab.ipaccess.diveo.net.br>
* flow-receive: remove -m and -A.
* flow-capture: remove -m and -A, functionality is now in xlate -x -X.
* flow-xlate: - config file based now.
* docs: flow-report: note which fields are sortable and what the key
  field is.
* flow-capture: accept()'s 3rd arg should be casted to socklen_t*, noted
  by Alistair.McGlinchy@marks-and-spencer.com
* docs: flow-nfilter, port is 0..65535 not 0..255 - noted by
  Mike Hunter <mhunter@ack.Berkeley.EDU>
* ftlib: ftlib.h - set-{dst,src} and or-{dst,src} constants not correct -
  patch from  Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net>
* ftlib: ftchash.c - ftchash_sort() should not try to sort 0 entry table -
  noted by "Shane D." <shane.dawalt@wright.edu>
* flow-import: missing !HAVE_STRSEP compatability - patch from
  Alistair.McGlinchy@marks-and-spencer.com
* ftlib: ftstat.c - output path not parsed correctly with leading whitespace
  -- noted by Maxim Grigoriev <maxim@fnal.gov>
* ftlib: fttag.c - src->source dst->destination
* ftlib: fttag.c - ip-address, exporter, interface tag actions, requested by
  Tim Irwin <tim@arch.bellsouth.net>
* ftlib: ftsym.c - ftsym_new() should handle null filename - noted by
  Celso Alves Vieira <celso@telemar.com.br>
* flow-dscan: buf len 64, not 54 - Anil Madhavapeddy <anil@recoil.org>
2004-04-22 15:33:35 +00:00
minskim
39c4d4fd8b Bl3ify. 2004-04-22 06:13:25 +00:00
minskim
6606e27a56 Add build dependency on pkgconfig. 2004-04-22 06:11:08 +00:00
markd
37c433b55b Makefile update that got missed in the recent 3.2.2/bl3 update. 2004-04-21 22:30:11 +00:00
cube
e1aaa019a4 Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAP
instead.  As announced on tech-pkg.

Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd.  Be
sure to update your mk.conf accordingly.
2004-04-21 21:09:31 +00:00
tron
c2cbd754ec Reset package revision after update to 3.2.2. 2004-04-21 17:34:41 +00:00
martti
80d4ccd2f9 Added UNLIMIT_RESOURCES+=datasize 2004-04-21 04:22:09 +00:00
jdolecek
13f2532a2e Update PHP4 package and all PHP4 modules to version 4.3.6.
Changes are bug-fixes mostly, but also synchronizes bundled GD
with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD
patches were integrated too, so future pkgsrc updates would
be even more smooth.

Full list of changes since PHP 4.3.4 is available at:
	http://www.php.net/ChangeLog-4.php#4.3.6
	http://www.php.net/ChangeLog-4.php#4.3.5
2004-04-20 19:19:23 +00:00
markd
62a449c5ae bl3ify and update to kde3.2.2.
Changes:
* kopete (Cryptography Plugin): Fix enable/disable encryption per message
* kopete: Fix suppression of buddy notification on connection
* kopete (Jabber Plugin): Fix resource identifiers truncated from Jabber
  "to" addresses
* kopete (Jabber Plugin): Fix Packets from foreign clients are duplicated
* kopete (Main Application): Fix isReachable() is not called when clicking
  on the contact icon
* kopete (Jabber Plugin): Fix String bug in account editor
* kopete (ICQ and AIM Plugins): Fix [PATCH] ICQ User Info for temporary
  contacts is not automatically loaded
* kopete: Fix Refresh icon cache when KIconLoader settings change
* kopete (MSN Plugin): Fix "This user has me on his contact list" is
  inaccurate
* kopete (IRC Plugin): Fix can't log into ANY IRC server
* kopete: Fix no mainWindow restore on exec kopete
* kopete (Jabber Plugin): Fix Registering new Account dialog in Jabber does
  not update username
* kopete (MSN Plugin): Fix Kopete logs into MSN, connects and pops up
  current contacts and mail, and then disconnects. It will not stay logged
  in.
* kopete (Main Application): Fix Selecting several contacts and dragging
  them only moves one
* kopete (SMS Plugin): Fix sms sending blocked by kopete determining user
  is 'offline'
* kopete: Fix Type in Kopete handbook
* kpf: Fix Incorrect mimetypes for css and other fileformats.
* krdc: Fix KRDC does not send key clicks to the server until "special keys"
  is used
* knewsticker: Fix SIGFPE crash when scrolling speed is set to 1
* configure: Fix Extraneous message in admin/Makefile.common using --prefix
* kwifimanager: make it compile with libiw-dev (27+)
* kwifimanager: auto-scaling statistics window, should now work for every
  chipset out there
* kwifimanager: control center module saves settings
* Make various scripts install with the executable bit set
2004-04-20 13:02:56 +00:00
xtraeme
baf8ff3e8f Added p5-Net-Pcap. 2004-04-20 10:04:52 +00:00
xtraeme
381fb5c6df Initial import of p5-Net-Pcap, from pkgsrc-wip packaged by Adrian
Portelli.

perl interface to pcap(3) LBL packet capture library.
2004-04-20 10:03:35 +00:00
xtraeme
157e4c03c9 Added oinkmaster-0.8 2004-04-20 09:37:19 +00:00
xtraeme
5493bbb91f Initial import of oinkmaster-0.8, from pkgsrc-wip packaged by Adrian
Portelli with minor changes by me.

Oinkmaster is simple Perl script released under the BSD license to help you
update/manage your Snort 2.0+ rules and comment out the unwanted ones after
each update (among other things). It will tell you exactly what had changed
since the last update, hence giving you good control of your rules.
Oinkmaster can be used to manage the official rules from www.snort.org, but
can just as well be used for managing your homemade rules and distribute
them between sensors.
2004-04-20 09:36:09 +00:00
xtraeme
43c368b969 bl3ify 2004-04-20 07:56:31 +00:00
seb
c21c3ef3e6 Update to version 8.4.4.
Too many of changes and bug fixes since last packaged version to list here,
you would like to take a look at the enclosed CHANGES file.
2004-04-18 13:53:40 +00:00
snj
d0bbfe5cf1 Convert to buildlink3. 2004-04-18 07:30:16 +00:00
snj
448cd5b386 Convert to buildlink3. 2004-04-18 07:17:27 +00:00
snj
e9321cb373 Convert to buildlink3. 2004-04-18 07:07:06 +00:00
wiz
80a6c479c6 Update to 2.5.18:
This version should be more stable than the experimental version 2.5.17,
and represents a new important step towards the unification of the
different network plugins. Compared to 2.5.16, the swarming engine and the
sources management of the Edonkey plugin have been completely rewritten.
Almost all patches from Savannah were applied.
2004-04-17 15:46:33 +00:00
minskim
9b94261617 regen to remove an unused entry. 2004-04-17 12:11:46 +00:00
snj
d7c3ed8aff Fix build on sparc64 with gcc2. 2004-04-17 00:28:08 +00:00
minskim
fec0dd79ff Honor *OWN and *GRP. 2004-04-16 21:06:41 +00:00
reed
6ba742ff86 Enable pkgviews. 2004-04-16 20:26:10 +00:00
jmmv
a1ec5afa12 Update to 2.6.1:
* Fixes:
- add scroll bar to description bug text box if needed (bug #137540).

* Translations:
- Updated Russian translation (Leonid Kanter)
- Updated Basque translation (Iñaki Larrañaga)
- Added Icelandic translation (Helgi Þormar Þorbjörnsson)
- Updated Indonesian translation (Mohammad DAMT)
- Added Gujurati translation (Guntupalli Karunakar)
- Updated Hungarian translation (Andras Timar)
2004-04-16 14:03:49 +00:00
salo
7a875d4307 Updated to version 3.0.2.
Changes:

- add more MASTER_SITES, the default one is way too slow.

3.0.2:
======
- support for ftp commands CLNT, HOST and OPTS MLST added.
- ftp command MLSD disabled by default as it does not return symlink info.
- added workaround for MLSD format bug in NcFTPd.
- fixed spinning in cls when output stalls (e.g. cls|less).
- fixed coredump when ftp:proxy was specified without protocol name.
- fixed assertion failure when using ftp over http proxy with CONNECT method.
- fixed timeout message in sftp when it is disconnected.
- fixed compilation on systems lacking atoll function.
2004-04-16 02:57:48 +00:00
tron
a388f2e0b8 Remove unused buildlink2 files (before somebody starts to use them again). 2004-04-15 20:37:37 +00:00
tron
bb921ecbe9 Require version 9.2.3nb4 or newer of the "bind9" package because previous
versions were incomplete.
2004-04-15 20:20:49 +00:00
tron
4ebe4f3b48 Bump package revision after recent package list changes because older
version of the package miss an important shared library.
2004-04-15 20:13:20 +00:00
jmmv
23e5597936 Set a correct value for CATEGORIES. 2004-04-15 20:10:43 +00:00
tron
b6f86b33e1 Fix ordering of package list entries, files should be listed before
"@dirrm" commands.
2004-04-15 20:05:52 +00:00
jmmv
e0420f0127 Add and enable gnome-vfs2-smb. 2004-04-15 16:42:23 +00:00
jmmv
17be7b6a5c Initial import of gnome-vfs2-smb, version 2.6.0:
GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.

This package provides the smb module for GNOME VFS, which allows it to
surf networks using the SMB protocol (also known as Microsoft Networks).
2004-04-15 16:41:02 +00:00
jmmv
4e9c9f3062 Initial addition. 2004-04-15 16:28:11 +00:00
jmmv
f9a2e7f485 Install a libsmbclient.so.0 link for the library, to let programs that use
it find it properly.  Bump PKGREVISION to 1.
2004-04-15 16:26:31 +00:00
xtraeme
9c729cd4c0 Make this build in FreeBSD, patch stolen from FreeBSD/ports. 2004-04-15 13:27:36 +00:00
lukem
ef8b97512b Import tnftp 20050103.
Various changes, including:
	* forbid mget of filenames that aren't in or below the local cwd.
	* improve auto-fetch transfers
	* improve www/proxy authentication support
	* improve http response header parsing
	* change UCB-licensed code from 4-clause to 3-clause
2004-04-15 03:15:15 +00:00
wiz
3017caecb9 The buildlink2 framework does nothing with .pc files -- remove them
from the buildlink2.mk files.
2004-04-15 00:49:29 +00:00
danw
c074d6d70a Make this build on Darwin. pkg/23325 2004-04-14 21:48:49 +00:00
snj
9aea4df046 Convert to buildlink3. 2004-04-14 20:26:51 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
a847df80ab During print-PLIST, output comments for the lib/orbit-2.0 and share/idl
directories instead of removing them, as they are handled by this package.
2004-04-13 21:34:18 +00:00
jmmv
03ec275466 bl3ify 2004-04-13 14:53:31 +00:00
adam
4783b0fcc7 Changes 1.42:
* rewrote the entire configure.in/config.h.in to autoconf 2.57
  to be more consistent with normal autoconf'd programs.
  corrects bugs around packaging impediments and typos.

* improved privilege dropping code and added more options to
  configure to govern its behaviour

* added flag to turn off privilege revocation logic

* added multiline match as default and ability to enforce
  previous default single-line match (bugfix + feature)

* added ability to read bpf filter expression from file

* added ability to force the column width to a certain size

* added two new output modes: ``byline'', whose output
  respects embedded carriage returns (useful for http dumps),
  and ``none'', which prints out each dump as a single line no
   matter what.

* added ability to specify alternate nonprintable character
  (default is ``.'').

* made ``-q'' effects more consistent and usable for scenarios
  where ``-I'' and/or ``-O'' are being employed

* documentation updated
2004-04-13 13:50:05 +00:00
adam
b00d36f3b6 Cleaned up, use buildlink3 2004-04-13 13:33:27 +00:00
snj
f0fe832ef6 Convert to buildlink3. 2004-04-12 21:54:27 +00:00
snj
c9c90782c9 Convert to buildlink3. Also fix build with gcc3. 2004-04-12 21:39:41 +00:00
snj
45deb6209b Convert to buildlink3. 2004-04-12 21:16:37 +00:00
kim
56482c8b83 Upgrade to smokeping-1.28:
- new probes: CiscoRTTMonEchoICMP, CiscoRTTMonDNS, CiscoRTTMonTcpConnect,
  Curl, LDAP, Radius, RemoteFPing, TelnetIOSPing
- support for multiple alert recipients
- new --filter option allows you to run the smokeping deamon on a big config
  but have the config file filtered and only measure the entries that pass
  the filter. This allows to use rsync to consolidate measurements from
  different hosts at a central location for presentation.
- new option to generate static pages (--static-pages)
2004-04-12 21:05:15 +00:00
seb
423182161f Hack to fix build with threaded Tcl package: at configure time snarf the value
of {TCL,TK}_LIBS in {tcl,tk}Config.sh and pass it down to configure
via V_LIBS in environment.
2004-04-12 17:28:47 +00:00
tron
bbd9d34775 Fix startup script so that it really works on system which don't use
NetBSD's "/etc/rc.d" framework. Bump package revision because of this.
2004-04-12 14:18:15 +00:00
seb
9e9d1b159e bl3ify.
Require gcc3 on NetBSD/sparc64.
Use INSTALLATION_DIRS.
Install one file at a time.
USE_LANGUAGES instead of USE_GCC_SHLIB.
Claim stewardship.
2004-04-12 13:36:37 +00:00
grant
60db517326 remove redundant Net::IRC in COMMENT. 2004-04-12 10:45:46 +00:00
minskim
fa9f843790 Fix Makefile to install correct files. No PKGREVISION bump because
this was imported a few minutes ago.
2004-04-12 00:09:06 +00:00
minskim
0a6b5a2824 Remove net/ish and enable net/ishell instead. 2004-04-12 00:00:38 +00:00
minskim
0fcd2d09d6 Reimport net/ish into net/ishell because we already have
converters/ish.  A couple of file names are also changed to avoid
conflicts with converters/ish.
2004-04-11 23:58:23 +00:00
minskim
9b11d8c4f9 Add and enable ish. 2004-04-11 23:49:34 +00:00
minskim
48eb174e5f Import ish-0.2 from pkgsrc-wip. Packaged by pancake and slightly
modified by me.

ICMP Shell is a telnet-like protocol.  It allows users to connect to a
remote host and to open a shell using only ICMP to send and receive
data.  ICMP Shell was written in C for the UNIX environment.
2004-04-11 23:48:26 +00:00
snj
b49aa17072 No longer used. 2004-04-11 22:32:11 +00:00
snj
6901d4b555 No longer used. 2004-04-11 22:21:26 +00:00
snj
741de7be81 No longer used. 2004-04-11 22:03:25 +00:00
snj
c0860f59ee No longer used. 2004-04-11 21:42:58 +00:00
seb
35a6a17aae Hack to fix build with threaded Tcl package: at configure time snarf
the value of TCL_LIBS in tclConfig.sh and pass it down to configure/make
via LIBS as a configure argument.
2004-04-11 09:31:13 +00:00
snj
f1422b74ad Convert to buildlink3. 2004-04-11 07:23:57 +00:00
schmonz
0f40e86f0b Include libiconv's buildlink3.mk (fixes build on 1.6-vintage systems). 2004-04-11 01:53:35 +00:00
salo
d8ebd6c10d Update to version 3.0.1.
Changes:

3.0.1:
======
 - fixed timeout handling in sftp.
 - fixed a coredump in case of some network errors.
 - fixed compilation with gcc-2.95.
 - fixed compilation with socks.
 - fixed compilation without ssl.

3.0.0:
======
 - sftp protocol support (use `sftp://user@host' URLs). sftp is
   a protocol implemented as ssh2 subsystem, it is binary and works
   over a secure channel.
 - faster directory caching, no re-parsing each time.
 - ftp now follows RFC2640; FEAT, LANG, UTF8 support; new settings
   ftp:use-feat and ftp:lang.
 - ftp can set modification time on remote files using either SITE
   UTIME or two argument MDTM command (off by default); new settings
   ftp:use-site-utime and ftp:use-mdtm-overloaded.
 - ftp can now use MLSD to get machine parseable file listing
   (ftp:use-mlsd).
 - charset translation in ftp protocol, new setting ftp:charset.
 - new mirror option --delete-first to remove old files before
   transferring new files. By default mirror removes old files after
   the transfers.
 - now mirror can replace directories with plain files or symbolic
   links if --delete (-e) option is specified.
 - ftp can now use CONNECT method of http proxies (when ftp:use-hftp
   is false).
 - mirror open --newer-than can now take time specification like that
   of at(1) command, like `week ago', `now-7days' or `2004-01-01'.
 - new mirror options --ignore-size and --only-missing.
 - new mirror option --use-pget[-n=N] to make mirror use pget to
   transfer files.
 - debug output can now include date and time on each line (debug -t).
   When lftp goes to background, this is turned on by default, along
   with pid (-p) and context (-c). Try `debug -tcp' and see.
 - get1 command has now --source-region and --target-position options
   to get a part of a file.
 - better handling of ~/.netrc - multiple logins for the same machine
   are allowed, proper password is taken automatically from netrc if
   a login matches.
 - pget has now a progress bar which shows file download state.
 - new source option -e to execute output of an external program.
 - chmod -R fixed.
 - fixed cache invalidation when file name being invalidated ends with
   a slash.
2004-04-10 23:51:36 +00:00
zuntum
a33672e58a Look into ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR} when copying
dnscache-log.pl.txt and tinydns-log.pl.txt, so that this actually has
a chance to work.
2004-04-10 20:28:52 +00:00
snj
610e9fc4d2 Convert to buildlink3. 2004-04-10 03:10:52 +00:00
snj
afea2fbd9d Update to snort-2.1.2. From Adrian Portelli in PR pkg/25029.
While here, convert to buildlink3.

Changes:
* Various portability fixes.
* Fixed conversation parsing faults so users can operate this
  preprocessor
* Detect non-rfc standard chunk encodings.  Detect abnormal HTTP
  requests with newlines, spaces, etc. before the request method.
* Fix negative stats output on snort exit or SIGUSR1.
* Removed escaping of '%' and '_' characters in MySQL
* Various documentation fixes/updates.
* Added Flowbits detection functionality.
* Added utility to parse out perfmon stats.
* Tagged Packets no longer have NULL msg name.
* Fixed http_inspect double alerting on pkts and rebuilt streams.
* http_inspect proxy_alert now supports normal proxy networks setups.
  http_inspect default server only valid if specified in config.
* Close Socket when Snort receives SIGHUP.
* Added GID, SID, and Rev to csv output.
* config chroot readded.
* Added additional error checking for custom rules.
* Flow now honors -q (quiet).
* Removed non_rfc_chars from default profiles.
* Added suppression negation.
* Better support for ODBC.  Better memory management. Improved escaping
  of SQL strings.
* Other miscellaneous bugfixes.
2004-04-10 03:09:45 +00:00
minskim
c5b0948a98 Update ed2k-gtk-gui to 0.6.2.
Changes in 0.6.2:
 * Fixed toolbar in non-green mode with themes that have a radiant
    background in the toolbar (no more artifacts around the labels
    and the '?' button) (sorry it took so long until it got fixed)
 * 'transfered' value is shown again as in previous versions, ie.
    the (often inflated) value by the core is displayed, and only
    if 'transfered' is greater than the filesize we calculate a
    better value from the gaplist.
 * remember (again) which columns in the download view are supposed
    to be hidden and which are supposed to be shown.
 * Fixed erratic GUI freeze on selecting 'shutdown core'
 * Fixed crash that would happen in certain rare conditions
    while sorting the download list
 * Fixed problem with insensitive Go! button in connect
    dialog when core is on remote host (hopefully; #853664)
 * Wait a couple of seconds after auto-spawning the core,
    to give the core opportunity to get going. Otherwise
    auto-connect on startup would fail after auto-spawning
    the core (thanks to MrMario64 for pointing this out).
 * added --noob-wants-to-run-as-root command line switch
    for those noobs who insist they must absolutely run
    the GUI as root *sigh*. Must be first command line
    switch if multiple ones are used.
 * added --enable-static-gnet2 switch to ./configure, mainly to
    be able to build packages that are statically linked with gnet2.
    However, if no gnet2 headers are found, the shipped gnet2 will
    automatically be used instead now.
 * for MacOSX: poll-emulator (no need for libpoll - it's just one source file)
    Use with ./configure --enable-static-poll to force it (otherwise
    it will automatically be enabled if no poll.h include files are found)
 * ed2k-link handler now allows you to add downloads in paused state
 * fixed 'status window clear interval' and 'server rotate interval'
   (amount configured was taken to be in seconds and not in minutes
    as it should be) (#866410, #859741)
 * new icon theme: bluecore (submitted by Anonymous)
 * mingw and win32 patches by Hazeman
 * misc. other minor fixes
2004-04-09 13:56:22 +00:00
grant
df6eccf95e +p5-Net-DNSServer 2004-04-09 12:36:07 +00:00
grant
10b4122b60 Initial import of p5-Net-DNSServer 0.11 into the NetBSD packages collection.
Net::DNSServer is a secure and extensible name server module for Perl.
2004-04-09 12:35:19 +00:00
grant
fec3003c47 fix misimport into net/ 2004-04-09 11:38:26 +00:00
grant
233009e99b +p5-Net-Google 2004-04-09 11:33:57 +00:00
grant
96e8da36f2 Initial import of p5-DBD-Google 0.11 into the NetBSD packages collection.
DBD::Google provides a Perl DBI interface to the Google search engine.
2004-04-09 11:33:16 +00:00
grant
e906822d88 Initial import of p5-Net-Google 0.61 into the NetBSD packages collection.
Net::Google provides a simple OOP-ish interface to the Google SOAP
API.
2004-04-09 11:31:55 +00:00
minskim
0c9ad815f5 Enable pkgviews installation. 2004-04-08 18:08:52 +00:00
manu
6f9739095a Missing files in PLIST 2004-04-07 16:18:23 +00:00
manu
6da3b75a85 Fogotten changed file in last commits 2004-04-07 13:01:45 +00:00
manu
0262f163af I forgot to cvs add a patch. Also a missing file in PLIST 2004-04-06 17:09:17 +00:00
manu
9d13f9a96d Build and install BIND9 resolver in ${prefix}/include/bind/ and
${prefix}/lib/libbind.a , just like the BIND8 package does.
2004-04-06 14:54:17 +00:00
wiz
fa51a5c026 Wildcard p5-ispman dependency. 2004-04-05 13:47:02 +00:00
wiz
0636c8b430 Update USE_NCURSES comment now that we have *echochar. 2004-04-05 10:30:12 +00:00
xtraeme
cf28e4f2d1 Update gftp to 2.0.17.
Changes from 2.0.16 to 2.0.17:

    * Separated out more of the UI independent code in the GTK+ and Text
	ports and created a user interface common repository. Cleaned up
	some of the existing GTK+ code. The GTK+ port can now be controlled
	from a command line interface in the GUI. There is an option you
	have to enable in the options dialog for this. (enable manual
	commands in GUI)
    * Added support for the FTPS protocol. The control connection is the
	only one encrypted at the moment.
    * When viewing/editing a file, the temporary file that is created is
	created with the same extension as the remote file so that syntax
	highlighting works
    * File transfers can be resumed/skipped/overwritten in the text port
	and whenever files are dropped on gftp in the GTK+ port.
    * FTP: Added support for MVS directory listings
    * FTP: Fix for FXP transfers
    * SSH2: fix for resuming uploads
    * Added option to show the transfer status in the title bar.
    * Added option to disable IPV6 support.
    * Fixed the wrong date being displayed when a file was modified last year
    * 64 bit cleanups. This also fixed a SSH segfault that was happening
	on FreeBSD
    * Look for the .gmo translation files in the proper directory
    * If a bookmarked site has it's password saved in the config file, then
	the passwords are written out in a scrambled format. This isn't
	secure, but it'll prevent someone from casually looking over your
	shoulder and seeing your password. I still do not recommend saving
	your passwords to disk.
    * Fix for systems that do not support the %'ld format argument
    * The startup directory option is now expanded so that an option like
	~/src can be specified
    * New language translations and updates (ca cs de ga hr hu nl pt_BR
	sr sr@Latn ta th)
    * Many other small changes and improvements. See the ChangeLog file in
	the distribution for a detailed list of changes.
2004-04-05 02:45:44 +00:00
salo
1a345998a8 bl3ify 2004-04-02 20:17:44 +00:00
recht
17b698f63b +libsoup-devel 2004-04-02 18:13:39 +00:00
recht
33e6815d61 initial import of libsoup-devel 2.1.8 (former libsoup)
needed by evolution-data-server

Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.

libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).

Features:
  * Completely Asynchronous
  * Connection cache
  * HTTP chunked transfer support
  * HTTP, SOCKS4, and SOCKS5 authenticated proxy support
  * SSL Support using OpenSSL or GnuTLS
  * Client support for Digest, NTLM, and Basic authentication
  * HTTP server
  * Server support for Digest and Basic authentication
2004-04-02 18:11:57 +00:00
recht
2ba28fbd84 downgrade libsoup to the latest *stable* release: libsoup-1.99.28
needed by gtkhtml3
ok'd by jmmv@
2004-04-02 18:09:56 +00:00
tron
96ecbc8ae0 Include "sys/param.h" before "sys/sysctl.h" (as documented) on NetBSD to
fix build failure in (at least) NetBSD 2.0B.
2004-04-01 20:29:53 +00:00
jmmv
5075a9fb51 Fix MASTER_SITES. 2004-04-01 20:27:49 +00:00
jmmv
6b113e34e4 unused 2004-04-01 20:26:07 +00:00
jmmv
66ff7eee66 Add and enable gnome-netstatus. 2004-04-01 19:10:17 +00:00
jmmv
026357b572 Initial import of gnome-netstatus, version 2.6.0:
gnome-netstatus is an applet for the GNOME panel that shows the status of
a network connection, including the amount of transferred data.
2004-04-01 19:09:47 +00:00
jmmv
6aa629bf4a Update to 2.6.0. Changes since the previous stable branch (2.4.x):
2.6.0 ("Almodóvar did it again!")

  * Fixes:

	- Fix a compiler error (bug #135625)

  * Translations:

	- Updated Brasilian translation (Gustavo Noronha Silva)
        - Updated Bengali translation (Khandakar Mujahidul Islam)
        - Added Punjabi translation (Jaswinder Singh Phulewala)
        - Updated Welsh translation (Telsa Gwynne)
        - Added British translation (Gareth Owen)

2.5.92 ("We are the champions")

  * Fixes:

	- Update to application/x-core MIME type

	- Disable Back button when debugging is the first page

  * Improvements:

	- Update translated docs (Glynn Foster)

	-
2.5.90 ("I love it when a plan comes together")

  * Fixes;

	- Fix a crash when going back from the email page. Thanks to Simon
	  Frankau for fixing this (bug #126449)

	- Fix a crash when checking versions twice (bug #134167)

	- Load product list after failing guessing.

  * Improvements:

	- Kill the confirmation dialog

	- Set the FileChooser in save mode for saving bug reports

2.5.3 ("No name release")

  * Fixes:

	- Fix Application cooment (Vincent Untz)

	- Some build fixes (Jason Leach, Alexander Winston, Vincent Berger)

	- Fix typos in schemas

  * Improvements:

	- If GNOME version is older than 6 months suggest upgrading

	- Use GtkFileChooser in entries

2.5.2 ("Franco Corelli")

  * Fixes:

	- Preserve bug description

	- Don't hardcode FileChooser size

	- Don't add closed products

  * Improvements:

	- Report Irix, Fedora and Gentoo "distributions"

	- Show only Applications we can submit bugs to bugzilla (Bug #129138)

	- Use a radio button to switch between Applications/Porducts view

	- Add application/product name to component page (Bug #128349)

	- Ported to gtk_icon_theme_*

	- Add translators to about dialog

	- Port configuration to GConf

2.5.1 ("Mi mamá prefiere GNOME")

  * Fixes:

	- Load again component list

  * Improvements:

	- Use GtkFileChooser in the non-glade stuff (Jan Arne Petersen)

2.5.0 ("He tardado 10 minutos en atarme las botas")

  * Fixes:

	- Fix some mem leaks (Kjartan Maraas, bug #125396)

	- Disable deprecations (Sivaiah N)

	- Fix crash when trying to debug a non-found program (Vincent Untz,
	  bug #115147)

  * Improvements:

	- Don't show up to three windows at a time (Vincent Untz, bug #110817)
2004-04-01 18:54:03 +00:00
jmmv
5486c7e49a Update to 2.1.8. Sorry, no list of changes available, only the ChangeLog,
which is way _too_ long.
2004-04-01 18:32:03 +00:00
jmmv
785e8103a7 Update to 2.10.0. Changes since the 2.8.x branch:
ORBit2-2.9.6
	* bug fixes
		+ PPC union walking bug (Michael, Jeroen Z)

ORBit2-2.9.5
	* bug fixes
		+ don't crash with NULL env (Mark)

ORBit2-2.9.4
	* bug fixes
		+ enviroment pollution (Michael)
		+ AIX portability bits (The Written Word)

ORBit2-2.9.3
	* bug fixes
		+ configure logic bug (Morten Welinder)
		+ no-mainloop threading issue (Michael)
		+ custom policy oneway fix (Michael, JP)
		+ policy lookup fix (Alex Larsson)

ORBit2-2.9.2
	* bug fixes
		+ threaded client deadlock (Michael)
		+ skelimpl leak fix (Frank)
		+ forward request double free (Michael)
		+ thread queue processing (Frank)

ORBit2-2.9.1
	* bug fixes
		+ thread handling / shutdown bugs (Justin Schoeman)
		+ linc I/O revents race fix (Padraig O'Briain)
		+ name service ref leak (Justin)
		+ GIOP HUP error cleanup (Michael)
		+ ORB shutdown from any thread (Michael)
		+ build fixes / cleans (Justin, Michael)
	* featurelets
		+ (limited) re-enterancy client policy (Michael)
		+ re-factored invocation stack (Frank Rehberger)
		+ deactivation / return test (Michael)

ORBit2-2.9.0
	* bug fixes
		+ speed up child POA destruction (Michael)
	* featurelets
		+ allow objects to be bound to specific threads (Alex Larsson)
2004-04-01 18:16:17 +00:00
jmmv
fcbdcf01dc Bump PKGREVISION to 1 due to glib2 update. 2004-04-01 18:15:58 +00:00
xtraeme
76b239b864 Added tinc-1.0.1 2004-04-01 05:43:32 +00:00
xtraeme
2587a8567d Initial import of tinc-1.0.1 from pkgsrc-wip.
tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and
encryption to create a secure private network between hosts on the Internet.

Because the VPN appears to the IP level network code as a normal network
device, there is no need to adapt any existing software. This allows VPN
sites to share information with each other over the Internet without exposing
any information to others. In addition, tinc has the following features:

o Encryption, authentication and compression
    All traffic is optionally compressed using zlib or LZO, and OpenSSL is
    used to encrypt the traffic and protect it from alteration with message
    authentication codes and sequence numbers.
o Automatic full mesh routing
    Regardless of how you set up the tinc daemons to connect to each
    other, VPN traffic is always (if possible) sent directly to the
    destination, without going through intermediate hops.
o Easily expand your VPN
    When you want to add nodes to your VPN, all you have to do is add an extra
    configuration file, there is no need to start new daemons or create and
    configure new devices or network interfaces.
o Ability to bridge ethernet segments
    You can link multiple ethernet segments together to work like a single
    segment, allowing you to run applications and games that normally only work
    on a LAN over the Internet.
2004-04-01 05:42:11 +00:00
cube
d34d03065e Note new version of OpenSSL. 2004-03-31 10:24:50 +00:00
xtraeme
f8a0b42ef8 bl3ify IglooFTP, s/USE_X11BASE/USE_X11, bump PKGREVISION. 2004-03-31 07:20:20 +00:00
xtraeme
7fe0be3073 bl3ify 2004-03-31 07:12:21 +00:00
cube
8f61a4743f Update to 0.10.3. This release fixes several critical vulnerabilities in
some packet dissectors, you're strongly advised to update.

Changes from 0.10.0:
 => New and updated features
        (in 0.10.3)
      o Display filters now support the bitwise and (&) operator.
      o Protocol hierarchy statistics now have bandwidth columns.
      o The capture dialog has a new layout.
        (in 0.10.2)
      o The user interface has received further updates.  The Statistics
        menu layout has been improved, as well as the capture options dialog
        layout.
        (in 0.10.1)
      o Several updates were made to Ethereal's user interface.  The "File"
        menu now has a "most recently used" list.  The help menu was greatly
        expanded.
      o The "matches" operator now handles more data types.  For example,
        you can now use
                 smtp matches joespammer@example.com
        as a display filter.
      o I/O statistics now support 1ms resolution.

 => Bugs fixed
        (in 0.10.3)
      o http://www.ethereal.com/appnotes/enpa-sa-00013.html

 => Other notes
      o A lot of packet dissectors were either added or updated, as well as
        some capture file formats handlers.
2004-03-31 07:03:30 +00:00
jlam
a92f4d1bfb This is a Perl script... no need for compiler here. 2004-03-31 01:40:04 +00:00
taca
d33aba22c4 Add DIST_SUBDIR=${PKGNAME} in order to notify updated distfiles which
don't have version information.  Suggested by wiz@.
2004-03-30 17:12:28 +00:00
recht
bc3b3b5679 fix path to py-twisted/Makefile.common 2004-03-30 13:37:47 +00:00
recht
468baaf294 +py-twisted,py-twisted-docs 2004-03-30 13:35:39 +00:00
recht
bd3a1a33ac initial import of the Twisted documentation (1.2.0)
provided by Michal Pasternak via pkgsrc-wip

HTML documentation for Twisted Python; see py-twisted package for details.
2004-03-30 13:33:44 +00:00
recht
db212e4c5c initial import of Twisted 1.2.0
provided by Michal Pasternak via pkgsrc-wip

Twisted is a framework, written in Python, for writing networked applications.
It includes implementations of a number of commonly used network services such
as a web server, an IRC chat server, a mail server, a relational database
interface and an object broker. Developers can build applications using all of
these services as well as custom services that they write themselves. Twisted
also includes a user authentication system that controls access to services
and provides services with user context information to implement their own
security models.
2004-03-30 13:27:05 +00:00
wiz
0711363bae Update to 3.4.1a:
The tracker works under Python 2.2 and supports 3.3 clients properly.
The client is unchanged.
2004-03-29 23:39:42 +00:00
tv
6db84bbaa4 "www" belongs in the category list, but not as the primary category (as
HTTP is only one view of the data moved around by Entropy).
2004-03-29 18:45:03 +00:00
tv
56138d0120 +freenet-tools 2004-03-29 18:44:18 +00:00
tv
14d2d51127 Freenet Tools, a set of tools usable against a Freenet or Entropy node
to insert/retrieve content by the native FCP protocol rather than the
WWW proxy.  From the DESCR:

=====

The most important tools for those who want to insert their own content as a
website into Freenet or Entropy, are the Freenet Tools (or similiar tools
from other authors :). For Freenet, there are some such programs linked from
their http://freenetproject.org) pages. Not many of them will work with
Entropy out-of-the-box, as they sometimes specialize on minor deviations in
the FCP interface. Specificially the newer tools, supporting the FEC FCP
v1.1 will fail with Entropy, as Entropy does not yet fully support the
changes to the Freenet Client Protocol. So I suggest you use ft for Entropy
for now, since I can help you there with problems or questions.
2004-03-29 18:43:47 +00:00
tv
8923a4f447 +entropy 2004-03-29 18:41:08 +00:00
tv
9f1b94bafe Entropy, a P2P anonymity network much like Freenet, but written in C.
From the DESCR:

=====

ENTROPY is developed as a response to increasing censorship and surveillance
in the internet. The program connects your computer to a network of machines
which all run this software. The ENTROPY network is running parallel to the
WWW and also other internet services like FTP, email, ICQ. etc.

For the user the ENTROPY network looks like a collection of WWW pages. The
difference to the WWW however is that there are no accesses to central
servers. And this is why there is no site operator who could log who
downloaded what and when. Every computer taking part in the ENTROPY network
(every node) is at the same time server, router for other nodes, caching
proxy and client for the user: that is You.
2004-03-29 18:40:43 +00:00
cube
502637d7f9 Remove ucd-snmp. 2004-03-29 16:30:52 +00:00
cube
2934d0b2d7 Remove ucd-snmp package, which is outdated, insecure, and now unused in
pkgsrc since gkrellm1-snmp conversion to net-snmp.
2004-03-29 16:30:23 +00:00
cube
7c5addc30d Use net-snmp instead of ucd-snmp. 2004-03-29 16:27:30 +00:00
jlam
c3ccaabecf bl3ify, and remove sed workaround for Solaris now that it uses nbsed. 2004-03-29 16:23:14 +00:00
jlam
6d92080aa2 Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
2004-03-29 05:43:28 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
schmonz
99681e8cde Enable pkgviews installation. 2004-03-29 03:28:49 +00:00
jlam
780059e542 Fix PLIST problems with missing directories at deinstallation time. 2004-03-28 08:36:47 +00:00
xtraeme
f497964f04 Fix ntpd PATH in ntpd rc.d script, reported by Mirko Thiesen in
PR pkg/24947; bump PKGREVISION.
2004-03-28 06:35:03 +00:00
taca
b8f59b49dc dnscache-log.pl.txt was changed to prevent output buffering.
Bump PACKAGEREVISION.

Noted by Michal Pasternak on tech-pkg.
2004-03-28 04:39:39 +00:00
wiz
90013cfeb7 Update comment about why this needs ncurses. 2004-03-26 20:09:55 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
markd
45eb3d4ef4 The location of the 802.11 header files moved at approx 1.6Y, allow for
this.  Fixes build on -current.
2004-03-25 20:29:36 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
reed
0836bdf20d Add HAVE_YACC=yes to configure environment.
configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison).
2004-03-22 18:08:29 +00:00
seb
9f974bbe50 Fix accessList processing when sub directories are involved.
From PR pkg/23650 by Luc Beurton luc at black-kettle dot univ-ubs dot fr.

While here claim stewardship, use subst.mk framework, and fix a typo
in a patch file.

Bump PKGREVISION.
2004-03-21 10:29:51 +00:00
xtraeme
844e45900f Convert to bl3 now that ncurses/builtin.mk has been updated to create
the curses.h -> ncurses.h symlink.
2004-03-20 19:36:58 +00:00
wiz
f4f63afe45 Convert to buildlink2 until ncurses' buildlink3.mk is fixed to make
the ncurses.h -> curses.h link.
2004-03-20 16:37:38 +00:00
cube
bedda7656b Bump PKGREVISION after gkrellm1 buildlink[23].mk change.
That should close PR 24818.
2004-03-18 15:33:21 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jmmv
542e532d9c Fix path to python in scripts installed by bittorrent-gui by moving the
inclusion of python/application.mk to the end of Makefile's and fixing
paths to files.  Bump PKGREVISION of this package to 1.
2004-03-17 19:27:42 +00:00
martti
59443b6477 Added UNLIMIT_RESOURCES+=datasize 2004-03-17 19:15:41 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
itojun
dea53f39ac upgrade to 2.0.1.
NSD 2.0.1 release notes:

BUG FIXES:
	 - Queries for QTYPE DS (DNSSEC) were not handled correctly in
	   certain cases.
	 - Partial support for unknown RRs.  Known RR types with
	   unknown RR data format is not yet supported.
	 - Bug #75: Fixed bad error message when nsdc update is run for
	   the first time.
	 - Bug #78: Multiple zones, each with include directives, are
	   now compiled correctly.
2004-03-16 00:03:15 +00:00
kleink
d320eabdbd Update to jwhois-3.2.2nb3: add knowledge about 83/8 and 84/8 assignments.
Approved by agc.
2004-03-15 17:15:36 +00:00
agc
9ab469df10 Patch aclocal.m4 so that it includes the <errno.h> header before
testing for sys_nerr, so that this compiles on NetBSD.  Add a patch
for the re-generated configure script. Fixes a problem noticed in
recent bulk builds.
2004-03-15 08:35:43 +00:00
snj
b1533e40d4 Fix build on architectures where unsigned long int > 4. 2004-03-13 20:51:01 +00:00
snj
b6d8236032 Instead of modifying config.h in post-configure, modify config.h.in
in post-patch.  Fixes a strange build error on sparc64.
2004-03-13 20:20:57 +00:00
recht
eb4cb2627d update to 3.4.1
This version fixes lots of bugs, adds more bandwidth savings, and
improves support for peers behind dynamic IPs.
2004-03-12 23:43:05 +00:00
snj
f711236d94 Use bl3. 2004-03-12 05:46:34 +00:00
reed
205ab3cc57 Use USE_GNU_TOOLS for lex and yacc instead of just using BUILD_DEPENDS
for SunOS only. Okayed by maintainer, tron@.

(Also this checks for SunOS and /usr/include/netinet/ip6.h for IPv6
support, maybe the OPSYS check can be removed; but this is not
changed in this patch.)
2004-03-11 20:50:07 +00:00
reed
62dede6565 This adds rc.d scripts. The ntp.conf is example from official NetBSD.
The rc.d scripts are based on official NetBSD scripts.

This also adds:
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}

This was discussed and okayed with maintainer, fredb, in February,

Currently, the ntpd.sh rc.d script has a note about the
ntpd_chrootdir is only for NetBSD at this time. (Because I haven't
tested under other operating systems.)
2004-03-11 20:39:40 +00:00
reed
a959fd964c Needs lex and yacc for build.
(Also should depend on gindent, but not fixed here.)
2004-03-11 20:14:59 +00:00
grant
31be9bdd8c catch up with bootstrap-pkgsrc changes.
Oops, there's no nbcompat.h here.  Put real #includes.
2004-03-11 13:51:07 +00:00
grant
2badfdb6b3 utimes.c got added in the wrong place. move it to libnetbsd/ 2004-03-11 13:48:58 +00:00
grant
23fdb93bbd catch up with bootstrap-pkgsrc changes.
Temporary hack for Interix:  for some reason, the detection of getpgrp()
having no arguments is failing there.
2004-03-11 13:47:35 +00:00
grant
dec1371efa catch up with bootstrap-pkgsrc changes.
Add a utimes() stub for Interix.

(this change also needs to go in othersrc/usr.bin/tnftp)
2004-03-11 13:45:55 +00:00
grant
19aa548dc0 put a copy of the extracted tnftp sources in files/, required for
bootstrap.

ok'd by lukem.
2004-03-11 13:01:01 +00:00
recht
b5cb922700 update to 1.5
Changes for 1.5, released 10-Mar-2004:
-   TypeCode honoring for response parameters
-   String adherence to wsdl for request/response params via ServiceProxy
-   wsdl2py bug fixes
-   Numerous bug fixes
2004-03-11 10:31:01 +00:00
jlam
de7133ae2e Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folks
and by pkgsrc folks.
2004-03-10 18:20:10 +00:00
jlam
d0b4c54eb6 Split out the code that deals with checking whether the software is
built-in or not into a separate builtin.mk file.  The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.

The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.

The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
2004-03-10 17:57:14 +00:00
wiz
2000b38d74 Note that using net-snmp would be better. 2004-03-10 08:14:58 +00:00
minskim
878d47efe7 Switch to Tk 8.4. No PKGREVISION bump because this package doesn't
build with tk-8.3.
2004-03-09 23:06:59 +00:00
seb
d474f94700 Remove info files entries from PLIST. 2004-03-09 16:17:56 +00:00
seb
790fd45471 Remove info files entries from PLIST. 2004-03-09 16:07:32 +00:00
seb
db71cf1022 Remove info files entries from PLIST. 2004-03-09 15:23:53 +00:00