Bug 150976 - [PATCH] x11/rxvt-unicode: Add a script to start urxvtc and/or urxvtd
Summary: [PATCH] x11/rxvt-unicode: Add a script to start urxvtc and/or urxvtd
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: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-26 23:00 UTC by Simon Olofsson
Modified: 2010-09-27 21:10 UTC (History)
1 user (show)

See Also:


Attachments
rxvt-unicode-9.07_3.patch (4.77 KB, patch)
2010-09-26 23:00 UTC, Simon Olofsson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Olofsson 2010-09-26 23:00:15 UTC
Add a script to start urxvtc and urxvtd if it isn't running already.
This script is described in urxvtc(1).
Debian also uses this and the Manpage is from Debian.
I think this will be an useful addition for this port.

Added file(s):
- files/patch-doc-Makefile.in
- files/patch-doc-urxvtcd.1.man
- files/patch-src-Makefile.in
- files/patch-src-urxvtcd

Port maintainer (thierry@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-26 23:00:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-27 21:04:14 UTC
thierry     2010-09-27 20:04:08 UTC

  FreeBSD ports repository

  Modified files:
    x11/rxvt-unicode     Makefile pkg-plist 
  Added files:
    x11/rxvt-unicode/files patch-doc-Makefile.in 
                           patch-doc-urxvtcd.1.man 
                           patch-src-Makefile.in patch-src-urxvtcd 
  Log:
  Add a script to start urxvtc and urxvtd if it isn't running already.
  This script is described in urxvtc(1).
  Debian also uses this and the Manpage is from Debian.
  
  PR:             ports/150976
  Submitted by:   Simon Olofsson <simon (at) olofsson.de>
  
  Revision  Changes    Path
  1.132     +2 -2      ports/x11/rxvt-unicode/Makefile
  1.1       +10 -0     ports/x11/rxvt-unicode/files/patch-doc-Makefile.in (new)
  1.1       +26 -0     ports/x11/rxvt-unicode/files/patch-doc-urxvtcd.1.man (new)
  1.1       +18 -0     ports/x11/rxvt-unicode/files/patch-src-Makefile.in (new)
  1.1       +10 -0     ports/x11/rxvt-unicode/files/patch-src-urxvtcd (new)
  1.23      +1 -0      ports/x11/rxvt-unicode/pkg-plist
_______________________________________________
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 Thierry Thomas freebsd_committer freebsd_triage 2010-09-27 21:04:35 UTC
State Changed
From-To: open->closed


Committed, thanks!