1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to version 5.4

Add a pkg-message regarding the fact that this is now an evaluation edition
This commit is contained in:
Doug Barton 2012-09-20 05:40:55 +00:00
parent e4c7149804
commit 1700049137
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304564
5 changed files with 587 additions and 67 deletions

View File

@ -1,26 +1,21 @@
# New ports collection makefile for: xxe
# Date created: 19 February 2005
# Whom: Bill Fenner
#
# $FreeBSD$
#
PORTNAME= xxe
PORTVERSION= ${XXE_VERSION}
CATEGORIES= editors java
MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ \
http://www.xmlmind.com/xmleditor/_download/
PKGNAMESUFFIX= -perso
PKGNAMESUFFIX= -eval
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g}
MAINTAINER= dougb@FreeBSD.org
COMMENT= A validating XML editor featuring a word processor-like view
COMMENT= Validating XML editor featuring a word processor-like view
USE_JAVA= YES
JAVA_VERSION= 1.5+
NO_BUILD= YES
RESTRICTED= Licensee may not distribute the Software
RESTRICTED= Licensee may not distribute the software, evaluation edition
BINS= convertdoc csscheck deploywebstart translatexxe xmltool xxe
@ -39,6 +34,9 @@ do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/xxe ${PREFIX}/bin/${f}
.endfor
post-install:
@${CAT} ${PKGMESSAGE}
.include "Makefile.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# Referenced in ../xml2rfc-xxe
XXE_VERSION= 5.2.1
XXE_DIR= xxe-perso-${XXE_VERSION:S/./_/g}
XXE_VERSION= 5.4.0
XXE_DIR= xxe-eval-${XXE_VERSION:S/./_/g}

View File

@ -1,2 +1,2 @@
SHA256 (xxe-perso-5_2_1.tar.gz) = 254ac688d8673e7431508e6e84615da9cd9b49c14a10d32b096c40ff1d2eefa8
SIZE (xxe-perso-5_2_1.tar.gz) = 25870711
SHA256 (xxe-eval-5_4_0.tar.gz) = 2b6677165ee88999db775fb26fead17411d116fd398f4b29463792fb30f12276
SIZE (xxe-eval-5_4_0.tar.gz) = 44513583

5
editors/xxe/pkg-message Normal file
View File

@ -0,0 +1,5 @@
************************************************************************
* This is an evaluation edition, and will expire in 30 days *
************************************************************************

File diff suppressed because it is too large Load Diff