1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Add xxe, the XMLMind XML Editor, standard edition, a cross-platform

XML editor written in java with WYSIWYG mode for docbook and XHTML.

It's RESTRICTED since it may not be redistributed.
This commit is contained in:
Bill Fenner 2005-12-09 21:13:08 +00:00
parent 1fdfe397dd
commit 0c6c6e9cd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150762
7 changed files with 6903 additions and 0 deletions

View File

@ -189,6 +189,7 @@
SUBDIR += xenon
SUBDIR += xmleditor
SUBDIR += xvile
SUBDIR += xxe
SUBDIR += yudit
SUBDIR += zed
SUBDIR += zile

40
editors/xxe/Makefile Normal file
View File

@ -0,0 +1,40 @@
# New ports collection makefile for: xxe
# Date created: 19 February 2005
# Whom: Bill Fenner
#
# $FreeBSD$
#
PORTNAME= xxe
PORTVERSION= 3.0p1
CATEGORIES= editors java
MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/
PKGNAMESUFFIX= -std
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/.//g}
MAINTAINER= fenner@FreeBSD.Org
COMMENT= A 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"
BINS= convertdoc csscheck deploywebstart dtdtoxsd dtdvalid \
xsdvalid xxe
post-extract:
@${SED} -e 's,%%JAVA_HOME%%,${JAVA_HOME},' \
-e 's,%%PREFIX%%,${PREFIX},' \
-e 's,%%DISTNAME%%,${DISTNAME},' \
${FILESDIR}/launcher > ${WRKDIR}/xxe
do-install:
@cd ${WRKDIR} && tar cf - ${DISTNAME} | \
tar -C ${PREFIX}/lib -xf -
.for f in ${BINS}
@${INSTALL_SCRIPT} ${WRKDIR}/xxe ${PREFIX}/bin/${f}
.endfor
.include <bsd.port.mk>

3
editors/xxe/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (xxe-std-30p1.tar.gz) = 1a5b327af2b5a93351927e98192672b2
SHA256 (xxe-std-30p1.tar.gz) = bca8eb2654979aa342d8757e486f52ebe694075c909bf07b3ca8ac31716321ea
SIZE (xxe-std-30p1.tar.gz) = 14016423

View File

@ -0,0 +1,6 @@
#!/bin/sh
#
# xxe launching helper
#
PATH=%%JAVA_HOME%%/bin:${PATH}
exec %%PREFIX%%/lib/%%DISTNAME%%/bin/`basename $0` "$@"

9
editors/xxe/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
XMLmind XML Editor is a validating XML editor featuring a
word processor-like view which
- makes content authors more productive
- excels at editing a mix of XML data and XML document
- has an integrated spreadsheet engine which makes it
suitable for a broad range of applications
- is highly extensible and its extensions are easy to deploy
WWW: http://www.xmlmind.com/xmleditor/

3062
editors/xxe/pkg-list Normal file

File diff suppressed because it is too large Load Diff

3782
editors/xxe/pkg-plist Normal file

File diff suppressed because it is too large Load Diff