Bug 114431 - new port devel/jakarta-commons-daemon 1.0.1
Summary: new port devel/jakarta-commons-daemon 1.0.1
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-09 10:50 UTC by Ronald Klop
Modified: 2007-07-09 18:42 UTC (History)
0 users

See Also:


Attachments
jakarta-commons-daemon.shar (3.05 KB, text/plain)
2007-07-09 10:50 UTC, Ronald Klop
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2007-07-09 10:50:01 UTC

New port, with a little bit of native code. Not very difficult.
I took some parts from the other jakarta-* ports.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-09 10:50:10 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-07-09 14:12:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

grab
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-07-09 16:18:53 UTC
State Changed
From-To: open->feedback

Hi Roland, 

I reworked your patch a little, could you please review and me say what 
you think. 

http://people.freebsd.org/~miwi/patches/jakarta-commons-daemon.diff 

- Martin
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-07-09 18:10:06 UTC
miwi        2007-07-09 17:09:58 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/jakarta-commons-daemon Makefile Makefile.orgi distinfo 
                                 pkg-descr 
    devel/jakarta-commons-daemon/files patch-configure 
  Log:
  Wrapper code to start/stop a Java application as a daemon.
  Daemon is made of 2 parts. One written in C that makes the
  interface to the operating system and the other in Java that
  provides the Daemon API.
  
  WWW: http://jakarta.apache.org/commons/daemon/
  
  PR:             ports/114431
  Submitted by:   Ronald Klop <ronald at echteman.nl>
  
  Revision  Changes    Path
  1.2807    +1 -0      ports/devel/Makefile
  1.1       +45 -0     ports/devel/jakarta-commons-daemon/Makefile (new)
  1.1       +47 -0     ports/devel/jakarta-commons-daemon/Makefile.orgi (new)
  1.1       +3 -0      ports/devel/jakarta-commons-daemon/distinfo (new)
  1.1       +7 -0      ports/devel/jakarta-commons-daemon/files/patch-configure (new)
  1.1       +6 -0      ports/devel/jakarta-commons-daemon/pkg-descr (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 5 Martin Wilke freebsd_committer freebsd_triage 2007-07-09 18:42:28 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!