Commit graph

395 commits

Author SHA1 Message Date
agc
b21597542b Initial import of piewm-1.02 into the NetBSD Packages Collection.
Although the computer screen is two-dimensional, today most users of
windowing environments control their systems with a one-dimensional
list of choices -- the standard pull-down or drop-down menus such as
those found on Microsoft Windows, Presentation Manager, or the
Macintosh.

An alternative user-interface technique is "pie" menus -
two-dimensional, circular, and in many ways easier to use and faster
than conventional linear menus.  Pie menus also work well with
alternative pointing devices such as those found in stylus or
pen-based systems.

piewm is a virtual window manager based on tvtwm, which uses pie menus.
2002-10-28 22:29:58 +00:00
uebayasi
737e2e0b5c Note an addition of Navi2ch 1.6.0.
Navi2ch is a viewer program dedicated to chatting in 2ch.net - the biggest,
most famous, influencial BBS in Japan.

Although this software is really well-written, It's worth noting that most
opinions/informations found in 2ch.net are next to senseless.  Thus, Good
NetBSD users are really encouraged not to devote themselves to 2ch! :-)
2002-10-28 18:43:55 +00:00
drochner
478d9cd061 hdf5 update 2002-10-28 16:32:59 +00:00
agc
cc6c5aa1b2 Initial import of aqsis-0.6.4, a Renderman clone, into the NetBSD Packages
collection.

A RenderMan compliant renderer.  Based on the REYES architecture,
Aqsis is designed for speed and memory efficiency.  Complete
implementation of programmable shading.
2002-10-28 15:15:04 +00:00
wiz
145d8507d2 Updated graphics/gnuplot to 3.7.1nb1 [+png support] 2002-10-28 13:39:36 +00:00
agc
99f02f2393 Initial import of libargparse-0.1.0000 into the NetBSD Packages Collection.
libargparse is a command line argument parser library in C++

The ArgParse class allows you to specify names of options that you
want parsed, along with a usage message for them.  Options come in
four flavors:  flag, int, float, and string.  Flags don't take
arguments, but the other kinds do.  For an option that takes an
argument, it can be specified with an equals sign, with a colon, or by
putting it in the next element of argv.  ("--foo=stuff",
"--foo:stuff", or "--foo stuff", respectively)

The flavors that take arguments also come in array flavors.  With an
array, you specify a pointer to a vector of the basic type, instead of
just a pointer to a basic type.  This allows the option to appear more
than once, and the new values are appended to the array.  Optionally,
you can also specify a separator character, so that multiple array
elements can be parsed up from a single instance of the option.

Options can start with either a single dash or a double dash, but see
allowOneCharOptionsToBeCombined() for more information.
2002-10-28 13:10:47 +00:00
agc
b6723b453a Note mousetar's move from sysutils to archivers. 2002-10-28 12:45:58 +00:00
drochner
db940ca9db py-amkCrypto update 2002-10-28 11:54:39 +00:00
wiz
15a7452fea Note new gmngview-1.0.4 (GTK MNG viewer) package. 2002-10-28 11:42:58 +00:00
drochner
8e76fdfa66 add qt3-psql 2002-10-28 11:19:17 +00:00
agc
74741eae4a 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:06:41 +00:00
wiz
e0c8934eb4 tuxpaint{,-stamps}-2002.10.26 updates 2002-10-28 09:04:28 +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
tron
4f4bea10c2 Note update of "bidwatcher" package to version 1.3.6. 2002-10-27 21:56:46 +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
af19e7e02c Note addition of cyrus-sasl 2.1.9 2002-10-27 15:14:43 +00:00
grant
76a224af79 Note update to sylpheed-claws-0.8.5. 2002-10-27 10:30:40 +00:00
rh
363f1c425b Note update of bonobo-activation to 2.1.0 2002-10-27 09:32:24 +00:00
rh
072ca9b42c Note update of ORBit2 to 2.5.0 2002-10-27 09:16:45 +00:00
rh
e4fc75bb47 Note update of linc to 0.7.0 2002-10-27 09:09:14 +00:00
rh
0668ea3644 Note PKGREVISION bump of pan 2002-10-27 08:32:48 +00:00
rh
d4911e57d6 Note PKGREVISION bump of gftp 2002-10-27 07:54:45 +00:00
rh
384b36dec9 Note PKGREVISION bump of xmms-mad 2002-10-27 07:32:03 +00:00
rh
cca540240a Note PKGREVISION bump of gdcd 2002-10-27 07:22:02 +00:00
rh
995bd3a754 Note PKGREVISION bump of xmms-crossfade 2002-10-27 06:48:44 +00:00
chris
ea417b1e5e Note updates of gnupg to 1.2.1 and gpgme to 0.3.12. 2002-10-27 03:12:05 +00:00
cjones
60f9ada109 Added guile-pg-0.07. 2002-10-27 01:17:34 +00:00
wiz
8145a67584 www/bozohttpd-0.15nb1 update 2002-10-26 20:03:06 +00:00
dmcmahill
c85bb6ed17 note update of www/bins to 1.1.18 2002-10-26 19:39:25 +00:00
grant
e94898d94c Note update to freetds-0.60. 2002-10-26 18:47:14 +00:00
grant
8938046035 Note update to less-378. 2002-10-26 16:02:13 +00:00
grant
6b1da449c2 Note update to fileutils-4.1.11. 2002-10-26 15:48:55 +00:00
cjep
d489cf98d4 Note addition of python-mode-4.6 as devel/python-mode 2002-10-25 20:04:34 +00:00
wiz
8b5a612a7e Note mplayer, gmplayer, mplayer-share, and mencoder updates to 0.90rc9. 2002-10-25 18:24:22 +00:00
wiz
130b08a6c9 chat/naim-0.11.4.9 update 2002-10-25 17:34:26 +00:00
shell
bd5c2c9d42 updated p5-HappyDoc to 2.1 2002-10-25 17:04:55 +00:00
drochner
04c166a218 new threaded Python stuff 2002-10-25 14:23:16 +00:00
mjl
633aee2fee Note bmf 0.9.4 2002-10-25 14:20:51 +00:00
agc
85b1b4b430 Update the ratpoison minimalist window manager to version 1.1.1
Changes since version 1.0.0

Many bug fixes

Some portability fixes

New functionality:
        (user_commands): new command "license"
        Add ruby bindings.  From Doug Kearns <djkea2@mugc.its.monash.edu.au>.
        (user_command): new command 'link'
        (find_command_by_keydesc): new function
        (resolve_command_from_keydesc): likewise
        (cmd_link): likewise
        (update_last_access): new function
        (find_last_frame): likewise
        (x11_mask_to_rp_mask): new function
        (rp_mask_to_x11_mask): likewise
        (user_command): new command "focuslast"
        (find_frame_up): new function
        (find_frame_down): likewise
        (find_frame_left): likewise
        (find_frame_right): likewise
        (user_commands): new commands "focusup" "focusdown" "focusright"
        "focusleft" "startup_message" "restart".
        (show_last_message): new function
        (user_commands): new "unsetenv" command
        (user_commands): new commands deffgcolor, defbgcolor.
        (update_gc): new function
        (init_defaults): new function
        (init_screen): initialize the screen's fg_color to black and
        bg_color to white.
        (user_commands): New commands defbarloc, defbartimeout, defborder,
        deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos,
        defwaitcursor, defwinfmt, defwinname, defwinpos.
2002-10-25 13:17:16 +00:00
wiz
d58cbd3c97 lang/python20-2.0.1nb3 update 2002-10-25 12:45:46 +00:00
wiz
bb5089392a netsaint-plugins-1.2.9.4nb3 update [pgsql test added] 2002-10-25 10:22:29 +00:00
tron
13d81c50b2 Note update of "apache" package to version 1.3.27nb1. 2002-10-25 09:31:58 +00:00
wiz
649662ce35 devel/automake-1.7.1 update 2002-10-25 08:51:42 +00:00
taca
f9228b97a6 Note update of www/ap-ssl package to 2.8.12.
Changes with mod_ssl 2.8.12 (04-Oct-2002 to 23-Oct-2002)

   *) Fixed potential Cross-Site-Scripting bug.

   *) Allow also 8192 bytes of shared memory data size.
2002-10-25 02:30:25 +00:00
hubertf
2724954d53 Import hot-babe-0.1.2: System monitor
Hot-babe is a small graphical utility which display the system
activity in a very special way. When the CPU is idle, it displays
a dressed girl, and when the activity goes up, as the temperature
increases, the girl begins to undress, to finish totally naked when
the system activity reaches 100%. Of course, if you can be shocked
by nudity, don't use it!
2002-10-24 18:59:30 +00:00
jlam
d392e79f42 Note removal of net/net-snmp-current as it's superseded by net/net-snmp. 2002-10-24 09:45:21 +00:00
jlam
164660b0c5 Initial import of net-snmp-5.0.6 as net/net-snmp. This package is based
on net/net-snmp-current and on the FreeBSD net-snmp port, and may be
considered as an update to ucd-snmp.  Changes since ucd-snmp include:

	* complete rewrite of the agent internals
	* new agent module API
	* SNMPv3
	* improved AgentX subagent handling
	* many, many bugfixes in plugged memory leaks
	* prevent DoS attacks from authenticated users
2002-10-24 08:31:50 +00:00
martti
41e5f39f18 Updated doxygen to 1.2.18 2002-10-24 06:21:28 +00:00
drochner
2eaf9ff4e3 Zope pkg maintainance 2002-10-23 17:26:42 +00:00