aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-08-31 15:30:00 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-08-31 15:30:00 +0000
commit430df7191cb43181b021e28be8e7b7cd36dc35b3 (patch)
tree42f4ff97ac7af7c6bebd7539887f33213f64159c
parent939d6583f951b8bceaf1c888f39d357a920c9a84 (diff)
downloadports-430df7191cb43181b021e28be8e7b7cd36dc35b3.tar.gz
ports-430df7191cb43181b021e28be8e7b7cd36dc35b3.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/smartdoc-devel/Makefile72
-rw-r--r--textproc/smartdoc-devel/distinfo3
-rw-r--r--textproc/smartdoc-devel/files/catalog1
-rw-r--r--textproc/smartdoc-devel/files/sdoc.sh.in5
-rw-r--r--textproc/smartdoc-devel/pkg-descr10
-rw-r--r--textproc/smartdoc-devel/pkg-plist22
8 files changed, 1 insertions, 114 deletions
diff --git a/MOVED b/MOVED
index b13a5cf5ff43..cf9b3a9640f5 100644
--- a/MOVED
+++ b/MOVED
@@ -4511,3 +4511,4 @@ graphics/xfractint-devel||2010-08-31|Older than stable port and unmaintained
misc/kcd-devel||2010-08-31|Older than stable port and unmaintained
net/Sockets-devel||2010-08-31|Older than stable port and unmaintained
sysutils/logtool-devel||2010-08-31|Older than stable port and unmaintained
+textproc/smartdoc-devel||2010-08-31|Older than stable port and unmaintained
diff --git a/textproc/Makefile b/textproc/Makefile
index 036983c4ce70..661d157ce428 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1179,7 +1179,6 @@
SUBDIR += sl-aspell
SUBDIR += slides
SUBDIR += smartdoc
- SUBDIR += smartdoc-devel
SUBDIR += sml-fxp
SUBDIR += soothsayer
SUBDIR += soprano
diff --git a/textproc/smartdoc-devel/Makefile b/textproc/smartdoc-devel/Makefile
deleted file mode 100644
index d04517d25858..000000000000
--- a/textproc/smartdoc-devel/Makefile
+++ /dev/null
@@ -1,72 +0,0 @@
-# New ports collection makefile for: SmartDoc devel
-# Date created: 19 December 2000
-# Whom: KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= smartdoc
-PORTVERSION= 1.0.0.20031106
-PORTREVISION= 3
-CATEGORIES= textproc java
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= kiri/smartdoc
-EXTRACT_SUFX= .zip
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= XML utility to create various documents(devel version)
-
-RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
-
-WRKSRC= ${WRKDIR}/sdoc
-NO_BUILD= yes
-USE_ZIP= yes
-USE_JAVA= yes
-JAVA_VERSION= 1.3+
-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= #
-NO_LATEST_LINK= yes
-
-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}
-.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-devel/distinfo b/textproc/smartdoc-devel/distinfo
deleted file mode 100644
index 28f51e3d6de9..000000000000
--- a/textproc/smartdoc-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (smartdoc/smartdoc-1.0.0.20031106.zip) = 748c384d546399b76d1142d231a92ff9
-SHA256 (smartdoc/smartdoc-1.0.0.20031106.zip) = 6e4dd374468cc214a1a519131a944d9e136cc29fba9dc6789831c7e92ad19b0c
-SIZE (smartdoc/smartdoc-1.0.0.20031106.zip) = 7428397
diff --git a/textproc/smartdoc-devel/files/catalog b/textproc/smartdoc-devel/files/catalog
deleted file mode 100644
index 632495e7c338..000000000000
--- a/textproc/smartdoc-devel/files/catalog
+++ /dev/null
@@ -1 +0,0 @@
-PUBLIC "-//Tomoharu Asami//DTD PureSmartDoc XML V0.6.9//EN" "PureSmartDoc.dtd"
diff --git a/textproc/smartdoc-devel/files/sdoc.sh.in b/textproc/smartdoc-devel/files/sdoc.sh.in
deleted file mode 100644
index af777cd2cef7..000000000000
--- a/textproc/smartdoc-devel/files/sdoc.sh.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-#
-# $FreeBSD$
-
-JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/SmartDoc.jar" "$@"
diff --git a/textproc/smartdoc-devel/pkg-descr b/textproc/smartdoc-devel/pkg-descr
deleted file mode 100644
index f37138d73fd6..000000000000
--- a/textproc/smartdoc-devel/pkg-descr
+++ /dev/null
@@ -1,10 +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/
-
-This is the development version(beta). If you use the stable one,
-install textproc/smartdoc.
diff --git a/textproc/smartdoc-devel/pkg-plist b/textproc/smartdoc-devel/pkg-plist
deleted file mode 100644
index 0d9a85d5a8e6..000000000000
--- a/textproc/smartdoc-devel/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-@comment $FreeBSD$
-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
-%%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
-%%JAVAJARDIR%%/SmartDoc.jar
-share/xml/smartdoc/PureSmartDoc.dtd
-share/xml/smartdoc/catalog
-@dirrm share/xml/smartdoc
-@dirrm %%EXAMPLESDIR%%/pure
-@dirrm %%EXAMPLESDIR%%/html4
-@dirrm %%EXAMPLESDIR%%
-@dirrmtry lib/xemacs/site-lisp
-@dirrmtry lib/xemacs