diff options
Diffstat (limited to 'textproc/exslt')
-rw-r--r-- | textproc/exslt/Makefile | 30 | ||||
-rw-r--r-- | textproc/exslt/distinfo | 2 | ||||
-rw-r--r-- | textproc/exslt/pkg-descr | 19 |
3 files changed, 0 insertions, 51 deletions
diff --git a/textproc/exslt/Makefile b/textproc/exslt/Makefile deleted file mode 100644 index 3704edccd5b4..000000000000 --- a/textproc/exslt/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> -# $FreeBSD$ - -PORTNAME= exslt -PORTVERSION= 2003.10.24 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= http://www.exslt.org/ -DISTNAME= all-${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Community initiative extensions to XSLT - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -USES= zip -NO_WRKSUBDIR= yes -NO_BUILD= yes - -DATAFILES= base.css date dyn exsl func howto.html index.html math random regexp set str -PORTDATA= * - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATAFILES}" ${STAGEDIR}${DATADIR} - -.include <bsd.port.mk> diff --git a/textproc/exslt/distinfo b/textproc/exslt/distinfo deleted file mode 100644 index cae133f61772..000000000000 --- a/textproc/exslt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (exslt-2003.10.24/all-exslt.zip) = 2bc19a6f7754b70848dd8746c5b1ac0da36f71640028fd1e9002b8f6035bc19d -SIZE (exslt-2003.10.24/all-exslt.zip) = 1152247 diff --git a/textproc/exslt/pkg-descr b/textproc/exslt/pkg-descr deleted file mode 100644 index 35cdd03bbdd4..000000000000 --- a/textproc/exslt/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -EXSLT is a community initiative to provide extensions to XSLT. The extensions -are broken down into a number of modules, listed below. Implementers of XSLT -processors are encouraged to use these extensions, so that your stylesheets can -be more portable. If your XSLT processor doesn't support a particular -extension, you will find packages that you can use to provide functions or -templates for your stylesheets. - -- Common: common, basic extension elements and functions. -- Math: facilities to do with maths. -- Sets: facilities to do with set manipulation. -- Functions: allow users to define their own functions for use in expressions - and patterns in XSLT. -- Dates and Times: date and time-related extension elements and functions. -- Strings: facilities to do with string manipulation. -- Regular Expressions: facilities to do with regular expressions. -- Dynamic: dynamic evaluation of strings containing XPath expressions. -- Random: facilities to do with randomness. - -WWW: http://www.exslt.org/ |