Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149028412
D22182.1789395015.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D22182.1789395015.diff
View Options
Index: java/Makefile
===================================================================
--- java/Makefile
+++ java/Makefile
@@ -99,6 +99,7 @@
SUBDIR += netcomponents
SUBDIR += netrexx
SUBDIR += netty
+ SUBDIR += netty-tcnative
SUBDIR += openjdk11
SUBDIR += openjdk12
SUBDIR += openjdk13
Index: java/netty-tcnative/Makefile
===================================================================
--- /dev/null
+++ java/netty-tcnative/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= tcnative
+PORTVERSION= 2.0.26
+DISTVERSIONSUFFIX= .Final
+CATEGORIES= vrt java devel
+MASTER_SITES= https://github.com/netty/netty-tcnative/archive/
+PKGNAMEPREFIX= netty-
+DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-parent-${PORTVERSION}${DISTVERSIONSUFFIX}
+
+MAINTAINER= dvl@FreeBSD.org
+COMMENT= Mavenized fork of Tomcat Native which incorporates various patches
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= maven>0:devel/maven \
+ cmake>0:devel/cmake \
+ libtool>0:devel/libtool \
+ openssl>0:security/openssl \
+ apr>0:devel/apr1 \
+ gcc8>0:lang/gcc8 \
+ ninja>0:devel/ninja
+
+MAKE_JOBS_UNSAFE= yes
+NO_ARCH= yes
+WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PKGNAMEPREFIX}${PORTNAME}-parent-${PORTVERSION}.Final
+
+.include <bsd.port.mk>
Index: java/netty-tcnative/distinfo
===================================================================
--- /dev/null
+++ java/netty-tcnative/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1572376351
+SHA256 (netty-tcnative-parent-2.0.26.Final.tar.gz) = 6c24fe1045a135e864ea619b9ac08badd89d0bd76068dec50ebe77e0a6eefe97
+SIZE (netty-tcnative-parent-2.0.26.Final.tar.gz) = 164694
Index: java/netty-tcnative/pkg-descr
===================================================================
--- /dev/null
+++ java/netty-tcnative/pkg-descr
@@ -0,0 +1,3 @@
+A fork of Apache Tomcat Native, based on finagle-native
+
+WWW: https://github.com/netty/netty-tcnative
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 14, 2:10 PM (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29629679
Default Alt Text
D22182.1789395015.diff (1 KB)
Attached To
Mode
D22182: [new port]: java/netty-tcnative: mavenized fork of Tomcat Native which incorporates various patches
Attached
Detach File
Event Timeline
Log In to Comment