cvs commit: ports/irc Makefile ports/irc/ratbox-services Makefile distinfo pkg-descr pkg-plist ports/irc/ratbox-services/files patch-Makefile.in patch-help_Makefile.in patch-include_config.h pkg-install.in pkg-message.in ratbox-services.sh.in

Pav Lucistnik pav at FreeBSD.org
Mon May 1 12:45:16 UTC 2006


pav         2006-05-01 12:45:14 UTC

  FreeBSD ports repository

  Modified files:
    irc                  Makefile 
  Added files:
    irc/ratbox-services  Makefile distinfo pkg-descr pkg-plist 
    irc/ratbox-services/files patch-Makefile.in 
                              patch-help_Makefile.in 
                              patch-include_config.h 
                              pkg-install.in pkg-message.in 
                              ratbox-services.sh.in 
  Log:
  ratbox-services is a services package written mostly from scratch for
  use with ircd-ratbox.
  
  It is highly configurable, with nearly all options being set in a config
  that can be rehashed rather than set at compile time. It also uses the
  SQLite database backend, which works as a database interface to a normal
  file, meaning no seperate database software must be running.
  
  Features:
          - User, nick and channel services
          - Jupe service
          - Global message service
          - Oper services
          - Opered bot
          - List service
  
  WWW: http://services.ircd-ratbox.org/
  
  PR:             ports/92520
  Submitted by:   Shaun Amott <shaun at inerd.com>
  
  Revision  Changes    Path
  1.135     +1 -0      ports/irc/Makefile
  1.1       +140 -0    ports/irc/ratbox-services/Makefile (new)
  1.1       +3 -0      ports/irc/ratbox-services/distinfo (new)
  1.1       +29 -0     ports/irc/ratbox-services/files/patch-Makefile.in (new)
  1.1       +15 -0     ports/irc/ratbox-services/files/patch-help_Makefile.in (new)
  1.1       +17 -0     ports/irc/ratbox-services/files/patch-include_config.h (new)
  1.1       +126 -0    ports/irc/ratbox-services/files/pkg-install.in (new)
  1.1       +12 -0     ports/irc/ratbox-services/files/pkg-message.in (new)
  1.1       +35 -0     ports/irc/ratbox-services/files/ratbox-services.sh.in (new)
  1.1       +17 -0     ports/irc/ratbox-services/pkg-descr (new)
  1.1       +160 -0    ports/irc/ratbox-services/pkg-plist (new)


More information about the cvs-all mailing list