Bug 154285 - [NEW PORT] java/netty: Java NIO client server framework
Summary: [NEW PORT] java/netty: Java NIO client server framework
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 14:20 UTC by Mikhail T.
Modified: 2011-10-02 16:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.33 KB, text/plain)
2011-01-25 14:20 UTC, Mikhail T.
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail T. 2011-01-25 14:20:09 UTC
The Netty is an effort to provide an asynchronous 
event-driven network application framework and tools 
for rapid development of maintainable high performance & 
high scalability protocol servers & clients.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-10-02 15:28:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-02 15:54:18 UTC
pawel       2011-10-02 14:54:08 UTC

  FreeBSD ports repository

  Modified files:
    java                 Makefile 
  Added files:
    java/netty           Makefile distinfo pkg-descr 
  Log:
  The Netty is an effort to provide an asynchronous
  event-driven network application framework and tools
  for rapid development of maintainable high performance &
  high scalability protocol servers & clients.
  
  WWW: http://www.jboss.org/netty
  
  PR:             ports/154285
  Submitted by:   Mikhail T. <michael@fun-box.ru>
  Approved by:    miwi, wen (mentors implicit)
  
  Revision  Changes    Path
  1.241     +1 -0      ports/java/Makefile
  1.1       +45 -0     ports/java/netty/Makefile (new)
  1.1       +2 -0      ports/java/netty/distinfo (new)
  1.1       +6 -0      ports/java/netty/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 3 dfilter service freebsd_committer freebsd_triage 2011-10-02 15:59:57 UTC
pawel       2011-10-02 14:59:50 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  For java/netty
  
  PR:             ports/154285
  Approved by:    miwi, wen (mentors implicit)
  
  Revision  Changes    Path
  1.1024    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
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 4 Pawel Pekala freebsd_committer freebsd_triage 2011-10-02 16:00:14 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!