mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
28
java/jakarta-commons-codec/Makefile
Normal file
28
java/jakarta-commons-codec/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
# $FreeBSD: head/java/jakarta-commons-codec/Makefile 403333 2015-12-08 18:33:24Z amdmi3 $
|
||||
|
||||
PORTNAME= commons-codec
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= java converters
|
||||
MASTER_SITES= APACHE_COMMONS_SOURCE
|
||||
PKGNAMEPREFIX= jakarta-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= Implementations of common encoders and decoders
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
|
||||
ALL_TARGET= dist
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's/1.9-SNAPSHOT/1.10/' ${WRKSRC}/default.properties
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar \
|
||||
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
java/jakarta-commons-codec/distinfo
Normal file
2
java/jakarta-commons-codec/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (commons-codec-1.10-src.tar.gz) = c5e48eacc96b16478ff86c752c113ad6d1eb2991cf895ced431d68e2c17838f1
|
||||
SIZE (commons-codec-1.10-src.tar.gz) = 322874
|
||||
4
java/jakarta-commons-codec/pkg-descr
Normal file
4
java/jakarta-commons-codec/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Commons Codec provides implementations of common encoders and decoders
|
||||
such as Base64, Hex, various phonetic encodings, and URLs.
|
||||
|
||||
WWW: http://jakarta.apache.org/commons/codec/
|
||||
Reference in New Issue
Block a user