diff options
Diffstat (limited to 'textproc/smartdoc')
-rw-r--r-- | textproc/smartdoc/Makefile | 76 | ||||
-rw-r--r-- | textproc/smartdoc/distinfo | 3 | ||||
-rw-r--r-- | textproc/smartdoc/files/catalog | 1 | ||||
-rw-r--r-- | textproc/smartdoc/files/sdoc.sh.in | 5 | ||||
-rw-r--r-- | textproc/smartdoc/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/smartdoc/pkg-plist | 22 |
6 files changed, 0 insertions, 114 deletions
diff --git a/textproc/smartdoc/Makefile b/textproc/smartdoc/Makefile deleted file mode 100644 index a9eb082384e5..000000000000 --- a/textproc/smartdoc/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: SmartDoc -# Date created: 19 December 2000 -# Whom: KIRIYAMA Kazuhiko <kiri@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= smartdoc -PORTVERSION= 1.0.0 -PORTREVISION= 2 -CATEGORIES= textproc java -MASTER_SITES= http://www.asahi-net.or.jp/~dp8t-asm/java/tools/SmartDoc/ -DISTNAME= setup${PORTVERSION:S/.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= XML utility to create various documents - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -BUILD_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog -RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog \ - java:${PORTSDIR}/java/javavmwrapper - -WRKSRC= ${WRKDIR}/sdoc -NO_BUILD= yes -USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.2+ -JAVA_EXTRACT= jre -JAVA_RUN= jre -EXTRACT_CMD= ${JAVA} -EXTRACT_BEFORE_ARGS= -jar ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \ - -batch -bindir:${WRKSRC}/bin -installbasedir:${WRKSRC} -EXTRACT_AFTER_ARGS= # - -XMLDIR= ${PREFIX}/share/xml -EMACSLISPDIR= ${LOCALBASE}/share/emacs/site-lisp -XEMACSLISPDIR= ${LOCALBASE}/lib/xemacs/site-lisp -DTDDIR= ${XMLDIR}/${PORTNAME} -MKCATALOG= ${LOCALBASE}/sbin/mkcatalog -.if !defined(NOPORTDOCS) -PORTDOCS= COPYING.txt OroLICENSE.txt README README.sdoc \ - README_en.html README_ja.html \ - XalanLICENSE.txt XercesLICENSE.txt doc -.endif -JARS= SmartDoc.jar -ELISPS= sdoc-helper.el sdoc-mode.el - -SUB_FILES= sdoc.sh - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/sdoc.sh ${PREFIX}/bin/sdoc - ${MKDIR} ${JAVAJARDIR} -.for jar in ${JARS} - ${INSTALL_DATA} ${WRKSRC}/${jar} ${JAVAJARDIR} -.endfor - cd ${WRKSRC}/etc \ - && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; \ - && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \; -.if !defined(NOPORTDOCS) - cd ${WRKSRC} \ - && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ - && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; -.endif - ${MKDIR} ${DTDDIR} ${EMACSLISPDIR} ${XEMACSLISPDIR} - ${INSTALL_DATA} ${FILESDIR}/catalog ${DTDDIR} - ${INSTALL_DATA} ${WRKSRC}/etc/pure/PureSmartDoc.dtd ${DTDDIR} - ${MKCATALOG} -c ${LOCALBASE}/share/xml/catalog -q install ${PORTNAME} -.for file in ${ELISPS} - ${INSTALL_DATA} ${WRKSRC}/etc/${file} ${EMACSLISPDIR} - ${INSTALL_DATA} ${WRKSRC}/etc/${file} ${XEMACSLISPDIR} -.endfor - -.include <bsd.port.mk> diff --git a/textproc/smartdoc/distinfo b/textproc/smartdoc/distinfo deleted file mode 100644 index 20208d427238..000000000000 --- a/textproc/smartdoc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (smartdoc/setup100.zip) = d1561a576c72d43b09cd2121d8d4dad9 -SHA256 (smartdoc/setup100.zip) = 4d3aa14c25c49297ea5902ebee3e9da697506ce546c7fe60844f96c9746a327c -SIZE (smartdoc/setup100.zip) = 5144106 diff --git a/textproc/smartdoc/files/catalog b/textproc/smartdoc/files/catalog deleted file mode 100644 index 632495e7c338..000000000000 --- a/textproc/smartdoc/files/catalog +++ /dev/null @@ -1 +0,0 @@ -PUBLIC "-//Tomoharu Asami//DTD PureSmartDoc XML V0.6.9//EN" "PureSmartDoc.dtd" diff --git a/textproc/smartdoc/files/sdoc.sh.in b/textproc/smartdoc/files/sdoc.sh.in deleted file mode 100644 index 575899322bf1..000000000000 --- a/textproc/smartdoc/files/sdoc.sh.in +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ - -JAVA_VERSION="1.2+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/SmartDoc.jar" "$@" diff --git a/textproc/smartdoc/pkg-descr b/textproc/smartdoc/pkg-descr deleted file mode 100644 index a271719509b5..000000000000 --- a/textproc/smartdoc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SmartDoc is the XML utility to create documents. - -It can convert SmartDoc format document to HTML4.0, HTML3.2, LaTeX2e -and Java Help. For more information about SmartDoc, see -below: - -WWW: http://www.asahi-net.or.jp/~dp8t-asm/java/tools/SmartDoc/ diff --git a/textproc/smartdoc/pkg-plist b/textproc/smartdoc/pkg-plist deleted file mode 100644 index c7d2111a7939..000000000000 --- a/textproc/smartdoc/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/sdoc -lib/xemacs/site-lisp/sdoc-helper.el -lib/xemacs/site-lisp/sdoc-mode.el -share/emacs/site-lisp/sdoc-helper.el -share/emacs/site-lisp/sdoc-mode.el -%%JAVAJARDIR%%/SmartDoc.jar -%%EXAMPLESDIR%%/html4/article.css -%%EXAMPLESDIR%%/pure/PureSmartDoc.dtd -%%EXAMPLESDIR%%/pure/PureSmartDoc.rlx -%%EXAMPLESDIR%%/pure/article.css -%%EXAMPLESDIR%%/sdoc-helper.el -%%EXAMPLESDIR%%/sdoc-mode.el -%%EXAMPLESDIR%%/sdoc2html.xsl -share/xml/catalog -share/xml/smartdoc/PureSmartDoc.dtd -share/xml/smartdoc/catalog -@dirrmtry lib/xemacs/site-lisp -@dirrmtry lib/xemacs -@dirrm share/xml/smartdoc -@dirrm %%EXAMPLESDIR%%/pure -@dirrm %%EXAMPLESDIR%%/html4 -@dirrm %%EXAMPLESDIR%% |