Commit graph

34781 commits

Author SHA1 Message Date
agc
89efaa5327 Import tinyscheme-1.31, a small, embeddable BSD-licensed scheme
interpreter, into the NetBSD Packages Collection.

TinyScheme is a lightweight Scheme interpreter that implements as
large a subset of R5RS as was possible without getting very large and
complicated.  It is meant to be used as an embedded scripting
interpreter for other programs.  As such, it does not offer IDEs or
extensive toolkits although it does sport a small top-level loop,
included conditionally.  A lot of functionality in TinyScheme is
included conditionally, to allow developers freedom in balancing
features and footprint.

As an embedded interpreter, it allows multiple interpreter states to
coexist in the same program, without any interference between them.
Programmatically, foreign functions in C can be added and values can
be defined in the Scheme environment.  Being quite a small program, it
is easy to comprehend, get to grips with, and use.
2002-10-28 09:04:02 +00:00
wiz
6e77c48bb2 Update to 2002.10.26:
* few translation updates
* US Sacagawea dollar coin
* and some nuts
2002-10-28 09:03:48 +00:00
wiz
df0a0668b7 Update to 2002.10.26:
* Czech language support
* translation updates
* KDE and Gnome launcher installation fixes
2002-10-28 09:03:09 +00:00
skrll
3c976743bf Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit of
PLIST sorting.

Qt 3.0.6 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.5

Binary compatibility warning: Qt 3.0.6 is backward and forward binary compatible
with Qt 3.0.5, and is planned to be binary compatible with Qt 3.1. Unfortunately
Qt 3.0.5 is not 100% backward binary compatible with Qt 3.0.3 (a class got a few
bytes smaller), meaning executables compiled with 3.0.5 may not run properly
when linked dynamically to 3.0.3. at runtime. Note that this is not a problem on
MS-Windows. Due to its wide distributed in various GNU/Linux distributions, we
have decided to stick with 3.0.5's ABI. If you ship dynamically linked
executables, we suggest putting a QT_REQUIRE_VERSION macro at the beginning of
your main function:

   ...
   #include <qmessagebox.h>
   ...
   int main( int argc, char**argv )
   {
       QT_REQUIRE_VERSION( argc, argv, "3.0.5" )
       ...
   }

The macro will show a message box with a warning message and then abort the
application gracefully with exit(1).

For a full buglist see the Trolltech web site.
2002-10-28 08:46:43 +00:00
seb
f4eb4cb163 Use buildlink2. Use perl5/module.mk: remove post-{build,install} targets
by way of PERL5_CONFIGURE_DIRS and BUILD_DIRS.

XXX libeperl.a in ALL_TARGET does seem to be needed so drop ALL_TARGET
override.
2002-10-28 00:22:03 +00:00
seb
5ae097cecf Use buildlink2. Use perl5/module.mk. 2002-10-28 00:05:42 +00:00
seb
5a64226ac0 Use buildlink2. Use perl5/module.mk.
Depend in ALL_TARGET does not seem to be needed anymore so remove it,
otherwise perl5/module.mk usage would have been limited ;)
2002-10-27 23:57:17 +00:00
seb
cdf4db798b Remove gmake dependency. 2002-10-27 23:32:36 +00:00
seb
1f825479a3 Use buildlink2. Use perl5/module.mk. 2002-10-27 22:51:06 +00:00
tron
4f4bea10c2 Note update of "bidwatcher" package to version 1.3.6. 2002-10-27 21:56:46 +00:00
tron
ac924b3526 Update "bidwatcher" to version 1.3.6. Changes since version 1.3.5:
- Added Comment field.
- Fixed ebay time sync'ing.
- Fix bad "Host:" entity-header if a proxy server was used. It used
  to send "Host: proxy.do.main" instead of "Host: whatever.ebay.com".
- It now sends an "User-Agent" string which looks like Mozilla 1.1
  including the real operating system and machine.
- It support using "POST" for the actual bid. I've succesfully tested
  this by bidding on an auction.
- Fixed stupid bug introduced in 1.3.5 for certain ebay motors auctions
- Fixed handling bad DNS responses.
2002-10-27 21:54:25 +00:00
seb
3f3adbeb30 Add a note about perl5/module.mk. 2002-10-27 21:54:05 +00:00
martin
a97f073777 Backout previous.
Casting NULL to (void*) for variadic functions of course does not make
any difference on 64 bit platforms - as long as a valid prototype has been
seen, which is the case here - io.c includes unistd.h.
2002-10-27 21:46:11 +00:00
seb
f7968d6db9 Use buildlink2. Use perl5/module.mk. 2002-10-27 21:20:37 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
bouyer
5f3da56d48 More texinfo path fixes, from PR 18634 by Lubomir Sedlacik. 2002-10-27 20:47:54 +00:00
seb
581e491d7b Use buildlink2. Use perl5/module.mk.
Fix X11 handling: mark with USE_X11 remove inclusion of
pkgtools/x11-links/xfree.buildlink2.mk.
2002-10-27 19:54:29 +00:00
seb
d2c8af55fc Use perl5/module.mk.
No need to tweak OTHERLDFLAGS.
2002-10-27 19:47:52 +00:00
seb
749cc12a27 Use perl5/module.mk (including PERL5_LDFLAGS).
Remove Makefile.PL interactive part via patch.
2002-10-27 19:41:53 +00:00
seb
ed2eb17e4c Use perl5/module.mk. 2002-10-27 19:34:19 +00:00
seb
c0ddc32cdb Use buildlink2. Use perl5/module.mk.
Make pkglint happier.
2002-10-27 19:30:25 +00:00
seb
069832b242 Use perl5/module.mk. 2002-10-27 19:27:34 +00:00
bouyer
d522c87431 Use ${LOCALBASE}/bin/gtar if it exists. 2002-10-27 18:27:11 +00:00
bouyer
7c04f88abc Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc. 2002-10-27 18:04:05 +00:00
bouyer
7c7c9e7a6f On Solaris, if ${X11BASE} != "/usr/openwin" use the builtin XPM if it exists. 2002-10-27 18:00:07 +00:00
bouyer
dda4dac13b libGLU is part of Free4 on Solaris too. 2002-10-27 17:58:12 +00:00
bouyer
83c68e0ca7 Don't use use LD even if set, we did all the previous tests with ${ac_prog} 2002-10-27 17:56:24 +00:00
cjep
1d5e4400d5 Update HOMEPAGE. 2002-10-27 17:20:29 +00:00
bouyer
5c45217935 Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2. 2002-10-27 16:55:05 +00:00
wiz
68ff61ccb6 Fix version of bozohttpd (5.15nb1, not 0.15nb1, pointed out by pooka).
While here, add entry for bozohttpd-5.15 update from September (hi mrg!).
2002-10-27 16:37:17 +00:00
chris
0dc88bb905 Note addition of cyrus-imapd 2.1.9 2002-10-27 16:12:02 +00:00
chris
61df238095 Enable cyrus-imapd21. 2002-10-27 16:11:01 +00:00
chris
0b2798f0ab Initial import of cyrus-imapd 2.1.9.
Cyrus imapd provides IMAP, POP3 and KPOP services for mail.  It differs
from other IMAP servers by providing a "sealed" server where users do not
normally login directly to the server.  The mailbox database is private to
the Cyrus IMAP system.  Cyrus also provides server side mail filtering
using sieve (see RFC 3028)
2002-10-27 16:08:52 +00:00
bouyer
5eec6dd6bc Handle SunOS-*-sparc too. (forgot to cvs add in initial commit) 2002-10-27 15:39:23 +00:00
bouyer
4c2c6626a9 Use buildlink2, and make sure config.sh uses BUILDLINK_CC instead off cc
(which doesn't work on solaris).
2002-10-27 15:33:23 +00:00
chris
af19e7e02c Note addition of cyrus-sasl 2.1.9 2002-10-27 15:14:43 +00:00
chris
010fc6d1be Enable cyrus-sasl2. 2002-10-27 15:13:11 +00:00
chris
ce6ee05b60 Initial import of cyrus-sasl 2.1.9.
This is the latest release of cyrus-sasl.  It is needed for the 2.1.x
versions of cyrus-imapd.

SASL is a method for adding authentication support to connection-based
protocols.  To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection
of subsequent protocol interactions.  If its use is negotiated, a security
layer is inserted between the protocol and the connection.
2002-10-27 15:08:59 +00:00
bouyer
7d38a52534 MesaLib is part of XFree 4 on solaris too. 2002-10-27 13:50:09 +00:00
grant
07b57b06f9 don't try to remove the gnome apps directories. 2002-10-27 13:44:45 +00:00
bouyer
c3966e4795 Add explicit --enable-transparency to configure args.
Add a check for openpty() in libutil in configure, instead of hardcoding it.
2002-10-27 13:44:19 +00:00
bouyer
b4c2741343 Need -lsocket on Solaris 2002-10-27 13:41:25 +00:00
bouyer
a23b1b2b8b Need -lsocket on solaris 2002-10-27 13:40:30 +00:00
bouyer
6969199226 Add libXt to X libs. 2002-10-27 13:39:08 +00:00
bouyer
cad359273b Add -lcompat only if !SunOS 2002-10-27 13:37:10 +00:00
bouyer
bceab4eb7a Use ${MAKE-make} instead of $ac_make in configure. If ${MAKE} is a full
path (e.g. /usr/local/bin/gmake) $ac_make will have / changed to _
(e.g. _usr_local_bin_gamke)
2002-10-27 13:34:59 +00:00
seb
f0dc05f333 Provide buildlink2.mk. 2002-10-27 12:38:43 +00:00
grant
76a224af79 Note update to sylpheed-claws-0.8.5. 2002-10-27 10:30:40 +00:00
grant
bbf38286af Update to sylpheed-claws-0.8.5.
Changes since 0.8.1 include:

* additional locales: bg, sr
* additional documentation
* misc bug fixes

See the ChangeLog for the full list of changes.
2002-10-27 10:29:43 +00:00
rh
363f1c425b Note update of bonobo-activation to 2.1.0 2002-10-27 09:32:24 +00:00