Commit graph

2943 commits

Author SHA1 Message Date
jmmv
0db653ceda Note revision bump for netatalk-asun to 6. 2003-07-30 16:33:27 +00:00
markd
bf21aeecbf kde to 3.1.3 plus kile and kdbg updates. 2003-07-30 16:17:49 +00:00
gehenna
d4f0fb813b Note cvsync 0.24.2 2003-07-30 16:13:01 +00:00
jmmv
df6d55d76d Note revision bump for iplog to 2. 2003-07-30 15:42:57 +00:00
jmmv
fde9da3cba Note revision bump for freeradius to 3. 2003-07-30 14:51:00 +00:00
wiz
a57a0198b7 Updated gperiodic to 2.0.5. 2003-07-30 14:05:56 +00:00
wiz
cb3e7034f9 gnet-2.0.4 update done. 2003-07-30 13:50:16 +00:00
wiz
593e6db6f1 gif2png-2.4.7 update done. 2003-07-30 13:45:52 +00:00
wiz
d048cc05f9 easytag-0.28.1 update done. 2003-07-30 13:38:07 +00:00
jmmv
68a9e113a3 Note revision bump for dynipclient to 1. 2003-07-30 12:02:30 +00:00
jmmv
2750e3de7b Note revision bump of delegate to 1. 2003-07-30 11:38:21 +00:00
kleink
76b80a731a Note xconq-7.4.1nb1. 2003-07-30 11:00:44 +00:00
jmmv
26483f113c Note revision bump for zephyr to 1. 2003-07-30 10:54:05 +00:00
wiz
d4811d62c7 curl-7.10.6 update done. 2003-07-30 10:29:30 +00:00
wiz
97567bdf80 libdvdcss-1.2.8 update done. 2003-07-30 10:07:27 +00:00
adam
a2d3f820c2 Updated imap-uw to 2002.4nb1 2003-07-30 09:31:31 +00:00
jmmv
307677a0e9 Note revision bump for skkserv to 2. 2003-07-29 22:09:30 +00:00
jmmv
fe9c9a0295 Note revision bump for sj3-server-bin to 2. 2003-07-29 21:36:56 +00:00
jmmv
e432edb41e Note revision bump for ja-freewnn-server-bin to 2. 2003-07-29 21:14:41 +00:00
jmmv
b742f85ab1 Note revision bump for canna-server-bin to 1. 2003-07-29 19:48:43 +00:00
jmmv
f400a04d84 Note revision bump for zephyr-current to 1. 2003-07-29 18:56:38 +00:00
jmmv
a8d10daccb Note revision bump for ircd-hybrid, to 1. 2003-07-29 17:27:17 +00:00
jmmv
3db7821d8d Note revision bump for i2cbd to 1. 2003-07-29 16:26:42 +00:00
agc
662fb82528 Initial import of re2c-0.9.1 into the NetBSD Packages Collection.
re2c is a preprocessor that generates C-based recognizers from regular
expressions.  The input to re2c consists of C/C++ source interleaved
with comments of the form /*!re2c ...  */ which contain scanner
specifications.  In the output these comments are replaced with code
that, when executed, will find the next input token and then execute
some user-supplied token-specific code.

re2c generates parsers which are not table-based, and can be twice as
fast as flex.
2003-07-29 16:19:17 +00:00
agc
56a25904ee Initial import of Jochen Kunz's documentation for writing device drivers
for NetBSD (written in German) into the NetBSD Packages Collection.

A "NetBSD Device Driver Writing Guide":

It consists of three main sections:

- Introduction to autoconfig(8).
- Usage of the autoconfig(8) infrastructure, demonstrated on the example
  of rf(4).
- Core of the rf(4) driver, that shows how data is transfered from and
  to a (disk) device.
2003-07-29 12:46:27 +00:00
markd
6158202a90 kdepim3 update. 2003-07-29 12:36:45 +00:00
grant
fee67671be note update of phoenix to 0.6.1. 2003-07-29 11:44:42 +00:00
jmmv
7805a9b8e9 Note revision bump for stunnel to 1. 2003-07-29 11:19:42 +00:00
itojun
d3dc7b0e23 net/nsd 2003-07-28 22:39:18 +00:00
hubertf
3bd7246bcd Update fluxbox to 0.9.4. Changes:
* Keyboard navigation in menus
       * Keys:
         Up/Down: select menu item
         Left/Right: go in/out from sub menus
         Escape: close menu and return focus to windows
         Enter: run/execute/toggle menu item
      To set input focus on the menu you either click on the title bar
      or bring it up with key bindings
    * New action strings
      * ArrangeWindows
   	    This will arrange the windows on the current desktop
      * ShowDesktop
	    This will iconify all windows on the current desktop
    * The same action strings that are in keys file can
      now be used in the menu
      example:
      [ArrangeWindows] (arrange windows)
    * New theme items
       * toolbar.button.borderWidth: <integer>
       * toolbar.borderWidth: <integer>
       * toolbar.bevelWidth: <integer>
       * toolbar.borderColor: <color>
       * slit.borderWidth: <integer>
       * slit.bevelWidth: <integer>
       * slit.borderColor: <color>
    * [startup] option in remember file
      Can now add entries to apps file like:
         [startup] {xterm}
      Then "xterm" will be launched on fluxbox startup.
      Can also give a screen option:
         [startup] (screen=1) {xterm}
      will start it on screen 1 rather than the default 0.
    * Rounded corners on menu, windows and toolbar
      Theme items:
       * menu.roundCorners: <shape item>
       * toolbar.shaped: <boolean>
       * window.roundCorners: <shape item>
      Shape item can be: TopLeft TopRight BottomLeft and/or BottomRight
      example: menu.roundCorners: TopRight BottomLeft
    * The current style is now marked in the style menu
    * Compile time option for toolbar
      --disable-toolbar
      --enable-toolbar (default)
    * Emacs style key bindings in fbrun
	* Tab completion in fbrun
    * Group persistence over a restart
    * Maximization stop on slit and toolbar (check Maximize Over menu items)
    * Support for _NET_WM_STRUT
    * Regular expression support for remember
Bug fixes:
    * Toggle maximize vertical/horizontal
    * Slit/Toolbar auto hide bug
    * Button alignment bug in title bar
    * Trailing whitespace in group file resource
    * Group cycling

Based on patch by Tom Hensel [ tom at replic8 dot net ].
2003-07-28 17:50:07 +00:00
wiz
cab075c2ed Note falcons-eye-1.9.3nb3 update. 2003-07-28 16:04:08 +00:00
adam
09e959ee41 Updated imap-uw to 2002.4
Updated imap-uw-utils to 20020102nb1
Updated pico to 4.6
Updated pine to 4.56
Updated php4-imap to 4.2.3nb2
Updated prayer to 1.0.8
2003-07-28 15:56:49 +00:00
tron
3f8b9fd7ec Note update of "intlfonts" package to version 1.2.1nb2. 2003-07-28 15:08:47 +00:00
hubertf
e1658d7939 Import gtksee-0.5.2: Gtk-based image viewing and cataloging program
GTKsee is an image viewer/browser. The browser shows thumbnails, you
can quickly watch a picture in large or fullscreen by simply tapping
on return. Also has slideshow capabilities.

From pkgsrc-wip, by [ drue at users dot sf dot net ]
2003-07-28 13:56:43 +00:00
seb
39ea3307a2 Note update of graphics/p5-GraphViz to version 1.8 [bug fixes and new
-possibly incompatible with previous versions- features]
2003-07-28 12:36:28 +00:00
adam
ff9c5a9293 Updated gtk-gnutella to 0.92 2003-07-28 11:17:44 +00:00
jmmv
6d66e97189 Note revision bump for libiconv to 1. 2003-07-28 10:12:47 +00:00
seb
059de7ccfd Note update of graphics/graphviz to version 1.10 [bug fixes, documentation
update, internal libs update, new command gvpack(1), "dia" output format]
2003-07-28 10:11:06 +00:00
jmmv
03bd1b644d Note revision bump for smpeg to 4. 2003-07-28 09:33:35 +00:00
jdolecek
c10dd31dfb Added psi-ssl 2.0 - PSI Jabber client SSL plugin
Packaging work done by Love Hornquist-Astrand (love@)
2003-07-27 21:49:17 +00:00
jdolecek
838702df3b Update psi to version 0.9 (latest available).
Changes since 0.8.7:
* OpenPGP integration (via GnuPG)
* Jabber Browsing
* Groupchat invites / private-messaging
* better SSL certificate handling
* ton of bugfixes

Package now also includes all available language packs.
2003-07-27 21:43:59 +00:00
jmmv
e6fd1fbaf3 Note revision bump for mplayer, gmplayer and mencoder to 7. 2003-07-27 20:04:44 +00:00
jmmv
a72a4e5f1f Note another revision bump for SDL, to 6.
Note addition of SDL-nas, version 1.2.5.
2003-07-26 23:07:52 +00:00
jmmv
2e0447a4b1 Note revision bump for SDL to 5.
Note addition of SDL-arts and SDL-esound, version 1.2.5 both.

Also note revision bumps for all the following packages, required because of
the SDL update:
    SDL_sound, xmms-funtimedancer, xmms-infinity, xmms-jess, xmms-nebulus,
    xmms-paranormal, xmms-tv-scope, SDL_gfx, SDL_ttf, SDLmm, p5-SDL, smpeg,
    dosbox, generator, hatari, zsnes, KoboDeluxe, asc, bomberclone,
    crimsonfields, criticalmass, falcons-eye, fire, iso-pernangband, ketm,
    lbreakout, lbreakout2, lgeneral, lpairs, ltris, maelstrom-sdl, marbles,
    newvox, sarien, scummvm, tileworld, xrick, GUIlib, SDLKit, SDL_image,
    apla, avi-xmms, avifile-devel, avifile, mjpegtools, plasma, smpeg-xmms,
    swfdec, transcode, tuxpaint, water, xine-lib, gst-plugins, SDL_net,
    paragui, mplayer, mencoder, gmplayer, gmencoder
2003-07-26 21:46:51 +00:00
chris
4f705b1c15 Note update of sylpheed to 0.9.4. 2003-07-26 21:29:42 +00:00
jmmv
1e4585089e Note addition of gmencoder, version 0.1.0. 2003-07-26 13:58:27 +00:00
salo
a20c799721 Note net/snort{,-mysql,-pgsql} update. 2003-07-26 11:16:33 +00:00
wiz
ea64ff180f Note kde update to 1.1.2nb3. 2003-07-25 23:11:55 +00:00
tron
aac455c5a0 Note update of "intlfonts" package to version 1.2.1nb1. 2003-07-25 20:42:07 +00:00
drochner
9798b068db recent additions/updates 9mostly Python related) 2003-07-25 18:31:02 +00:00