The FreeBSD Ports Archive
FreeBSD textproc : ant-xinclude-task4>
XInclude task for Jakarta Ant
XInclude task for Jakarta Ant. The Ant XInclude task allows Ant
build files to apply XInclude processing to XML files. It is
based on the XInclude processor developed by Elliotte Rusty
Harold. You need the xincluder.jar file for the XInclude task to
work properly. Please put this JAR in your CLASSPATH along with
the xinclude-task JAR file.
http://people.freebsd.org/~znerd/xinclude-task/
|
ant-xinclude-task history
v. 1.13
date: 2007/05/19 20:23:47; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.12
date: 2004/12/03 01:01:29; author: hq; state: Exp; lines: +1 -1
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
v. 1.11
date: 2004/08/25 15:36:57; author: hq; state: Exp; lines: +17 -20
- Unbreak port by patching build.xml
- bsd.java.mk 2.0 compliance
- ${CP} -> ${INSTALL_DATA}
- ${ECHO} -> ${ECHO_MSG}
- Use USE_ANT
- Use PLIST_FILES to remove pkg-plist
- Finer tuning of CLASSPATH (only xincluder.jar, not the whole ${JAVAJARDIR}
content)
PR: 70364
Submitted by: me
Approved by: glewis (mentor)
v. 1.10
date: 2004/06/09 03:10:54; author: kris; state: Exp; lines: +2 -0
BROKEN: Install fails
v. 1.9
date: 2004/04/20 19:35:58; author: glewis; state: Exp; lines: +4 -5
. Unbreak the build, found by bento during bsd.java.mk testing:
. Set ANT_INCLUDE_SHARED_JARS so the necessary classes get pulled in.
. Convert to using PORTDOCS so that the differences between 1.3 and 1.4
generated javadocs are hidden. This also trims pkg-plist considerably.
. While here, remove local duplicates of bsd.java.mk settings for
JAVASHAREDIR and JAVAJARDIR.
Done now to get this fixed for 4.10.
Submitted by: bento via kris
Hopefully not objected to by: znerd (notified)
v. 1.8
date: 2003/09/25 08:11:01; author: znerd; state: Exp; lines: +1 -1
Update to 0.2.
v. 1.7
date: 2003/07/23 14:30:29; author: znerd; state: Exp; lines: +1 -1
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me
v. 1.6
date: 2003/03/07 06:11:36; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.5
date: 2002/10/18 19:17:03; author: znerd; state: Exp; lines: +2 -2
Made xincluder a build- instead of runtime-dependency.
v. 1.4
date: 2002/10/18 16:10:36; author: znerd; state: Exp; lines: +0 -1
Not defining DOCSDIR anymore, since it's already defined in bsd.port.mk.
v. 1.3
date: 2002/10/18 15:45:59; author: znerd; state: Exp; lines: +1 -0
Added runtime dependency: textproc/xincluder.
v. 1.2
date: 2002/10/18 15:38:23; author: znerd; state: Exp; lines: +2 -2
Small style improvements.
v. 1.1
date: 2002/10/18 15:02:57; author: znerd; state: Exp;
XInclude task for Jakarta Ant.
See:
http://people.freebsd.org/~znerd/xinclude-task/
=============================================================================
v. 1.13
date: 2007/05/19 20:23:47; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.12
date: 2004/12/03 01:01:29; author: hq; state: Exp; lines: +1 -1
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
v. 1.11
date: 2004/08/25 15:36:57; author: hq; state: Exp; lines: +17 -20
- Unbreak port by patching build.xml
- bsd.java.mk 2.0 compliance
- ${CP} -> ${INSTALL_DATA}
- ${ECHO} -> ${ECHO_MSG}
- Use USE_ANT
- Use PLIST_FILES to remove pkg-plist
- Finer tuning of CLASSPATH (only xincluder.jar, not the whole ${JAVAJARDIR}
content)
PR: 70364
Submitted by: me
Approved by: glewis (mentor)
v. 1.10
date: 2004/06/09 03:10:54; author: kris; state: Exp; lines: +2 -0
BROKEN: Install fails
v. 1.9
date: 2004/04/20 19:35:58; author: glewis; state: Exp; lines: +4 -5
. Unbreak the build, found by bento during bsd.java.mk testing:
. Set ANT_INCLUDE_SHARED_JARS so the necessary classes get pulled in.
. Convert to using PORTDOCS so that the differences between 1.3 and 1.4
generated javadocs are hidden. This also trims pkg-plist considerably.
. While here, remove local duplicates of bsd.java.mk settings for
JAVASHAREDIR and JAVAJARDIR.
Done now to get this fixed for 4.10.
Submitted by: bento via kris
Hopefully not objected to by: znerd (notified)
v. 1.8
date: 2003/09/25 08:11:01; author: znerd; state: Exp; lines: +1 -1
Update to 0.2.
v. 1.7
date: 2003/07/23 14:30:29; author: znerd; state: Exp; lines: +1 -1
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me
v. 1.6
date: 2003/03/07 06:11:36; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.5
date: 2002/10/18 19:17:03; author: znerd; state: Exp; lines: +2 -2
Made xincluder a build- instead of runtime-dependency.
v. 1.4
date: 2002/10/18 16:10:36; author: znerd; state: Exp; lines: +0 -1
Not defining DOCSDIR anymore, since it's already defined in bsd.port.mk.
v. 1.3
date: 2002/10/18 15:45:59; author: znerd; state: Exp; lines: +1 -0
Added runtime dependency: textproc/xincluder.
v. 1.2
date: 2002/10/18 15:38:23; author: znerd; state: Exp; lines: +2 -2
Small style improvements.
v. 1.1
date: 2002/10/18 15:02:57; author: znerd; state: Exp;
XInclude task for Jakarta Ant.
See:
http://people.freebsd.org/~znerd/xinclude-task/
=============================================================================
v. 1.13
date: 2007/05/19 20:23:47; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.12
date: 2004/12/03 01:01:29; author: hq; state: Exp; lines: +1 -1
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
v. 1.11
date: 2004/08/25 15:36:57; author: hq; state: Exp; lines: +17 -20
- Unbreak port by patching build.xml
- bsd.java.mk 2.0 compliance
- ${CP} -> ${INSTALL_DATA}
- ${ECHO} -> ${ECHO_MSG}
- Use USE_ANT
- Use PLIST_FILES to remove pkg-plist
- Finer tuning of CLASSPATH (only xincluder.jar, not the whole ${JAVAJARDIR}
content)
PR: 70364
Submitted by: me
Approved by: glewis (mentor)
v. 1.10
date: 2004/06/09 03:10:54; author: kris; state: Exp; lines: +2 -0
BROKEN: Install fails
v. 1.9
date: 2004/04/20 19:35:58; author: glewis; state: Exp; lines: +4 -5
. Unbreak the build, found by bento during bsd.java.mk testing:
. Set ANT_INCLUDE_SHARED_JARS so the necessary classes get pulled in.
. Convert to using PORTDOCS so that the differences between 1.3 and 1.4
generated javadocs are hidden. This also trims pkg-plist considerably.
. While here, remove local duplicates of bsd.java.mk settings for
JAVASHAREDIR and JAVAJARDIR.
Done now to get this fixed for 4.10.
Submitted by: bento via kris
Hopefully not objected to by: znerd (notified)
v. 1.8
date: 2003/09/25 08:11:01; author: znerd; state: Exp; lines: +1 -1
Update to 0.2.
v. 1.7
date: 2003/07/23 14:30:29; author: znerd; state: Exp; lines: +1 -1
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me
v. 1.6
date: 2003/03/07 06:11:36; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.5
date: 2002/10/18 19:17:03; author: znerd; state: Exp; lines: +2 -2
Made xincluder a build- instead of runtime-dependency.
v. 1.4
date: 2002/10/18 16:10:36; author: znerd; state: Exp; lines: +0 -1
Not defining DOCSDIR anymore, since it's already defined in bsd.port.mk.
v. 1.3
date: 2002/10/18 15:45:59; author: znerd; state: Exp; lines: +1 -0
Added runtime dependency: textproc/xincluder.
v. 1.2
date: 2002/10/18 15:38:23; author: znerd; state: Exp; lines: +2 -2
Small style improvements.
v. 1.1
date: 2002/10/18 15:02:57; author: znerd; state: Exp;
XInclude task for Jakarta Ant.
See:
http://people.freebsd.org/~znerd/xinclude-task/
=============================================================================
|
| |

|