View | Details | Raw Unified | Return to bug 183127
Collapse All | Expand All

(-)jakarta-struts/Makefile (-5 / +6 lines)
Lines 1-16 Link Here
1
# Created by: Anton Yudin <toha@toha.org.ua>
1
# Created by: Anton Yudin <toha@toha.org.ua>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	jakarta-struts
4
PORTNAME=	struts
5
PORTVERSION=	1.2.4
5
PORTVERSION=	1.2.9
6
PORTREVISION=	2
7
CATEGORIES=	java devel
6
CATEGORIES=	java devel
8
MASTER_SITES=	${MASTER_SITE_APACHE}
7
MASTER_SITES=	${MASTER_SITE_APACHE}
9
MASTER_SITE_SUBDIR=struts/binaries
8
MASTER_SITE_SUBDIR=struts/binaries
10
DIST_SUBDIR=	jakarta
9
PKGNAMEPREFIX=  apache-
10
DISTNAME=       ${PORTNAME}-${PORTVERSION}-bin
11
11
12
MAINTAINER=	toha@toha.org.ua
12
MAINTAINER=	toha@toha.org.ua
13
COMMENT=	Struts framework
13
COMMENT=	Apache Struts framework
14
14
15
USE_JAVA=	yes
15
USE_JAVA=	yes
16
JAVA_VERSION=	1.6+
16
JAVA_VERSION=	1.6+
Lines 22-27 Link Here
22
PLIST_SUB+=	T=${TDIR}
22
PLIST_SUB+=	T=${TDIR}
23
23
24
NO_STAGE=	yes
24
NO_STAGE=	yes
25
25
do-install:
26
do-install:
26
	cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${PREFIX}/${TDIR}/'{}' \; && \
27
	cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${PREFIX}/${TDIR}/'{}' \; && \
27
	${FIND} . -type f -exec ${INSTALL_DATA} '{}' ${PREFIX}/${TDIR}/'{}' \;
28
	${FIND} . -type f -exec ${INSTALL_DATA} '{}' ${PREFIX}/${TDIR}/'{}' \;
(-)jakarta-struts/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (jakarta/jakarta-struts-1.2.4.zip) = c9ea31571f2e1b113628b7eb77d28563385029b7f31e2478f1e0fa53cb0ae2f4
1
SHA256 (struts-1.2.9-bin.zip) = 9015e990eaaeb9a659ca34d042520618b98fff65287f0d05f668b01e9330805f
2
SIZE (jakarta/jakarta-struts-1.2.4.zip) = 12895640
2
SIZE (struts-1.2.9-bin.zip) = 14483492
(-)jakarta-struts/pkg-descr (-3 / +2 lines)
Lines 18-24 Link Here
18
create an extensible development environment for your application,
18
create an extensible development environment for your application,
19
based on published standards and proven design patterns.
19
based on published standards and proven design patterns.
20
20
21
Struts is part of the Apache Jakarta Project, sponsored by the
21
The official Struts home page is at
22
Apache Software Foundation. The official Struts home page is at
23
22
24
WWW: http://jakarta.apache.org/struts/
23
WWW: http://struts.apache.org/
(-)jakarta-struts/pkg-plist (-1 lines)
Lines 27-33 Link Here
27
%%T%%/contrib/struts-el/webapps/strutsel-exercise-taglib.war
27
%%T%%/contrib/struts-el/webapps/strutsel-exercise-taglib.war
28
%%T%%/lib/antlr.jar
28
%%T%%/lib/antlr.jar
29
%%T%%/lib/commons-beanutils.jar
29
%%T%%/lib/commons-beanutils.jar
30
%%T%%/lib/commons-collections.jar
31
%%T%%/lib/commons-digester.jar
30
%%T%%/lib/commons-digester.jar
32
%%T%%/lib/commons-fileupload.jar
31
%%T%%/lib/commons-fileupload.jar
33
%%T%%/lib/commons-logging.jar
32
%%T%%/lib/commons-logging.jar

Return to bug 183127