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 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