Bug 121630 - New port: mail/sgwi PHP web interface to SQLGrey
Summary: New port: mail/sgwi PHP web interface to SQLGrey
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 23:00 UTC by Lukasz Wasikowski
Modified: 2008-03-18 13:20 UTC (History)
0 users

See Also:


Attachments
file.shar (7.49 KB, text/plain)
2008-03-11 23:00 UTC, Lukasz Wasikowski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Wasikowski 2008-03-11 23:00:01 UTC
sgwi is a web interface to SQLGrey written in PHP. It allows you to edit the white- and blacklists as well as the current state of the greylist.

Fix: Patch attached with submission follows:
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2008-03-17 15:43:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-18 13:13:09 UTC
jadawin     2008-03-18 13:13:06 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/sgwi            Makefile distinfo pkg-descr pkg-plist 
    mail/sgwi/files      patch-.htaccess patch-.htpasswd 
                         patch-copyright.php pkg-message.in 
  Log:
  sgwi is a web interface to SQLGrey written in PHP.
  It allows you to edit the white- and blacklists as
  well as the current state of the greylist.
  
  WWW:    http://www.vanheusden.com/sgwi/
  
  PR:             ports/121630
  Submitted by:   Lukasz Wasikowski <lukasz at wasikowski.net>
  Approved by:    tabthorpe (mentor)
  
  Revision  Changes    Path
  1.902     +1 -0      ports/mail/Makefile
  1.1       +64 -0     ports/mail/sgwi/Makefile (new)
  1.1       +3 -0      ports/mail/sgwi/distinfo (new)
  1.1       +11 -0     ports/mail/sgwi/files/patch-.htaccess (new)
  1.1       +4 -0      ports/mail/sgwi/files/patch-.htpasswd (new)
  1.1       +8 -0      ports/mail/sgwi/files/patch-copyright.php (new)
  1.1       +24 -0     ports/mail/sgwi/files/pkg-message.in (new)
  1.1       +5 -0      ports/mail/sgwi/pkg-descr (new)
  1.1       +28 -0     ports/mail/sgwi/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2008-03-18 13:15:35 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!