1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Make fetchable by upgrading to 3.5.0

Move the xxe version into Makefile.inc so that other ports
 can find it
Create the plist with find -s so that *next* time there
 might not be so much churn.

PR:             ports/104354
Submitted by:   Frank J. Laszlo <laszlof@vonostingroup.com>
Approved by:    portmgr (marcus)
This commit is contained in:
Bill Fenner 2006-10-14 16:41:10 +00:00
parent 1c64a6c3b3
commit 410ab5384e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175303
4 changed files with 1622 additions and 2530 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= xxe
PORTVERSION= 3.2.0
PORTVERSION= ${XXE_VERSION}
CATEGORIES= editors java
MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/
PKGNAMESUFFIX= -std
@ -15,10 +15,6 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g}
MAINTAINER= fenner@FreeBSD.Org
COMMENT= A validating XML editor featuring a word processor-like view
BROKEN= Unfetchable
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01
USE_JAVA= YES
JAVA_VERSION= 1.5
NO_BUILD= YES
@ -26,9 +22,9 @@ NO_BUILD= YES
RESTRICTED= "Licensee may not distribute the Software"
BINS= convertdoc csscheck deploywebstart dtdtoxsd dtdvalid \
xsdvalid xxe
rngvalid schvalid xsdvalid xxe
PLIST_SUB= XXE=${DISTNAME}
PLIST_SUB= XXE=${XXE_DIR}
post-extract:
@${SED} -e 's,%%JAVA_HOME%%,${JAVA_HOME},' \
@ -43,4 +39,6 @@ do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/xxe ${PREFIX}/bin/${f}
.endfor
.include "Makefile.inc"
.include <bsd.port.mk>

2
editors/xxe/Makefile.inc Normal file
View File

@ -0,0 +1,2 @@
XXE_VERSION= 3.5.0
XXE_DIR= xxe-std-${XXE_VERSION:S/./_/g}

View File

@ -1,3 +1,3 @@
MD5 (xxe-std-3_2_0.tar.gz) = b30383e9fb44f5a24b9821e4b88999e1
SHA256 (xxe-std-3_2_0.tar.gz) = 671763bc3aac5bd23b28d1c885932bcde2f525b26cfa3ed8d26a2c39d388c949
SIZE (xxe-std-3_2_0.tar.gz) = 12036180
MD5 (xxe-std-3_5_0.tar.gz) = de90476346c363017f4e6276de548872
SHA256 (xxe-std-3_5_0.tar.gz) = 97b6096fd51dca12e7b160eceb2154b96222df3469c26a1f7789868f21872322
SIZE (xxe-std-3_5_0.tar.gz) = 12592395

File diff suppressed because it is too large Load Diff