Bug 145924

Summary: [PATCH] net/rtg: add startup script, and optimise database table creation
Product: Ports & Packages Reporter: Daniel Austin <freebsd-ports>
Component: Individual Port(s)Assignee: Stefan Walter <stefan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rtg-0.7.4_5.patch none

Description Daniel Austin 2010-04-21 22:20:05 UTC
I am happy to take over maintainer on this port.
I have added a much needed startup script, optimised db table creation with indexes,
added a PID file option to the polling process and fixed some warnings in the Makefile.

Added file(s):
- files/patch-etc-rtgtargmkr.pl.in
- files/patch-src-rtg.h
- files/patch-src-rtgpoll.c
- files/rtgpoll.in

Generated with FreeBSD Port Tools 0.99
Comment 1 Stefan Walter freebsd_committer freebsd_triage 2010-06-30 10:16:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-30 21:05:59 UTC
stefan      2010-06-30 20:05:46 UTC

  FreeBSD ports repository

  Modified files:
    net/rtg              Makefile 
  Added files:
    net/rtg/files        patch-etc-rtgtargmkr.pl.in 
                         patch-src-rtg.h patch-src-rtgpoll.c 
                         rtgpoll.in 
  Log:
  - Add rc.d script.
  - Optimise db table creation with indexes.
  - Add PID file option.
  - Fix a few warnings in the Makefile.
  - Assign maintainership to submitter.
  
  PR:             145924
  Submitted by:   Daniel Austin <freebsd-ports@dan.me.uk>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.13      +13 -5     ports/net/rtg/Makefile
  1.1       +11 -0     ports/net/rtg/files/patch-etc-rtgtargmkr.pl.in (new)
  1.1       +13 -0     ports/net/rtg/files/patch-src-rtg.h (new)
  1.1       +65 -0     ports/net/rtg/files/patch-src-rtgpoll.c (new)
  1.1       +36 -0     ports/net/rtg/files/rtgpoll.in (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 Stefan Walter freebsd_committer freebsd_triage 2010-06-30 21:06:50 UTC
State Changed
From-To: open->closed

Committed, thanks!