Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2006 12:45:15 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200605011245.k41CjF0j042517@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605011245.k41CjF0j042517>