aboutsummaryrefslogtreecommitdiff
path: root/textproc/ecromedos
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-02-22 19:08:35 +0000
committerRene Ladan <rene@FreeBSD.org>2020-02-22 19:08:35 +0000
commitd8fa717c4c841a445c7863481c033e16dcf6ce62 (patch)
tree84d2d2393ec3a2b1e2de1d239eb7f3669b825f28 /textproc/ecromedos
parenta389cc412bb103b1ff038cf56cede56e018d8339 (diff)
downloadports-d8fa717c4c841a445c7863481c033e16dcf6ce62.tar.gz
ports-d8fa717c4c841a445c7863481c033e16dcf6ce62.zip
Notes
Diffstat (limited to 'textproc/ecromedos')
-rw-r--r--textproc/ecromedos/Makefile51
-rw-r--r--textproc/ecromedos/distinfo2
-rw-r--r--textproc/ecromedos/files/patch-lib_ecmds_configreader.py24
-rw-r--r--textproc/ecromedos/pkg-descr11
-rw-r--r--textproc/ecromedos/pkg-plist82
5 files changed, 0 insertions, 170 deletions
diff --git a/textproc/ecromedos/Makefile b/textproc/ecromedos/Makefile
deleted file mode 100644
index 410842e98745..000000000000
--- a/textproc/ecromedos/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# Created by: Nicola Vitale <nivit@email.it>
-# $FreeBSD$
-
-PORTNAME= ecromedos
-PORTVERSION= 2.1.0
-PORTREVISION= 2
-CATEGORIES= textproc print www
-MASTER_SITES= http://www.ecromedos.net/files/src/${PORTVERSION}/
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= Document preparation system that allows concurrent publication
-
-BROKEN= unfetchable
-DEPRECATED= Broken, uses EOLed python27
-EXPIRATION_DATE= 2020-02-19
-
-LICENSE= GPLv2
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>=0:textproc/py-libxml2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}libxslt>=0:textproc/py-libxslt@${PY_FLAVOR} \
- convert:graphics/ImageMagick6 \
- ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
-
-NO_BUILD= yes
-
-USES= gnome python:2.7
-USE_GNOME= libxml2 libxslt
-USE_TEX= latex
-
-post-patch:
- @(cd ${WRKSRC} && \
- ${REINPLACE_CMD} \
- -e 's|^\#!${SETENV} python|\#!${PYTHON_CMD}|1' \
- -e 's|[^!]/usr/bin|${LOCALBASE}/bin|g' \
- -e 's|%%ETCDIR%%|${ETCDIR}|g' \
- bin/${PORTNAME} etc/ecmds.conf lib/ecmds/configreader.py)
-
-do-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}/bin
- @${MKDIR} ${STAGEDIR}${ETCDIR}
- (cd ${WRKSRC} ; \
- ${COPYTREE_SHARE} "data lib transform" ${STAGEDIR}${DATADIR} \
- "-not ( -name "*.orig" -or -name "*.bak" )" ; \
- ${INSTALL_DATA} etc/ecmds.conf ${STAGEDIR}${ETCDIR}/ecmds.conf.sample ; \
- ${INSTALL_DATA} etc/plugins.conf ${STAGEDIR}${ETCDIR}/plugins.conf.sample ; \
- ${INSTALL_SCRIPT} bin/${PORTNAME} ${STAGEDIR}${DATADIR}/bin/${PORTNAME})
- @(cd ${STAGEDIR}${PREFIX}/bin ; \
- ${LN} -s ../${DATADIR_REL}/bin/${PORTNAME} ecmds ; \
- ${LN} -s ../${DATADIR_REL}/bin/${PORTNAME} ${PORTNAME})
-
-.include <bsd.port.mk>
diff --git a/textproc/ecromedos/distinfo b/textproc/ecromedos/distinfo
deleted file mode 100644
index de7761a941a8..000000000000
--- a/textproc/ecromedos/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ecromedos-2.1.0.tar.gz) = 6b75f85feaf8cc0bb2434a313d9a53377214bebada49fed4f37e3d46579c6453
-SIZE (ecromedos-2.1.0.tar.gz) = 72374
diff --git a/textproc/ecromedos/files/patch-lib_ecmds_configreader.py b/textproc/ecromedos/files/patch-lib_ecmds_configreader.py
deleted file mode 100644
index 55e82981a934..000000000000
--- a/textproc/ecromedos/files/patch-lib_ecmds_configreader.py
+++ /dev/null
@@ -1,24 +0,0 @@
---- lib/ecmds/configreader.py.orig 2012-01-12 21:43:00 UTC
-+++ lib/ecmds/configreader.py
-@@ -113,9 +113,7 @@ class ECMDSCfgFileReader:
- try:
- cfile = os.path.normpath(options['config_file'])
- except KeyError:
-- syspath = os.path.normpath(sys.path[0])
-- cfile = os.sep.join(["..", "etc", "ecmds.conf"])
-- cfile = os.path.join(syspath, cfile)
-+ cfile = "%%ETCDIR%%/ecmds.conf"
- if not os.path.isfile(cfile):
- msg = "Please specify the location of the config file."
- raise ECMDSError(msg)
-@@ -189,9 +187,7 @@ class ECMDSPluginsMapReader:
- try:
- pmap = os.path.normpath(config['plugins_map'])
- except KeyError:
-- syspath = os.path.normpath(sys.path[0])
-- pmap = os.sep.join(["..", "etc", "plugins.conf"])
-- pmap = os.path.join(syspath, pmap)
-+ pmap = "%%ETCDIR%%/plugins.conf"
- if not os.path.isfile(pmap):
- msg = "Warning: plugins map not found."
- sys.stderr.write(msg + "\n")
diff --git a/textproc/ecromedos/pkg-descr b/textproc/ecromedos/pkg-descr
deleted file mode 100644
index 19c61d838e50..000000000000
--- a/textproc/ecromedos/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-An integrated solution for XML-based publishing in print and web.
-It is specifically targeted at producing technical documentation
-in the field of computer science.
-
-Documents are written in an XML-based markup language and translated
-to different formats with XSL-transformations. At this time, eCromedos
-supports the target formats XHTML and LATEX. Where LATEX output can be
-further processed into high-quality printable formats by use of the
-TEX typesetting system (http://www.ctan.org).
-
-WWW: http://www.ecromedos.net/
diff --git a/textproc/ecromedos/pkg-plist b/textproc/ecromedos/pkg-plist
deleted file mode 100644
index 0cc577deaf7a..000000000000
--- a/textproc/ecromedos/pkg-plist
+++ /dev/null
@@ -1,82 +0,0 @@
-bin/ecmds
-bin/ecromedos
-@sample %%ETCDIR%%/ecmds.conf.sample
-@sample %%ETCDIR%%/plugins.conf.sample
-%%DATADIR%%/bin/ecromedos
-%%DATADIR%%/data/arrow.svg
-%%DATADIR%%/data/next.gif
-%%DATADIR%%/data/prev.gif
-%%DATADIR%%/data/up.gif
-%%DATADIR%%/lib/__init__.py
-%%DATADIR%%/lib/ecmds/__init__.py
-%%DATADIR%%/lib/ecmds/configreader.py
-%%DATADIR%%/lib/ecmds/ecmdsproc.py
-%%DATADIR%%/lib/ecmds/error.py
-%%DATADIR%%/lib/ecmds/highlight/__init__.py
-%%DATADIR%%/lib/ecmds/highlight/formatter.py
-%%DATADIR%%/lib/ecmds/preprocessor.py
-%%DATADIR%%/lib/ecmds/templates.py
-%%DATADIR%%/lib/ecmds/validator.py
-%%DATADIR%%/lib/ecmds/xslprocessor.py
-%%DATADIR%%/lib/plugins/data.py
-%%DATADIR%%/lib/plugins/final.py
-%%DATADIR%%/lib/plugins/glossary.py
-%%DATADIR%%/lib/plugins/highlight.py
-%%DATADIR%%/lib/plugins/index.py
-%%DATADIR%%/lib/plugins/math.py
-%%DATADIR%%/lib/plugins/picture.py
-%%DATADIR%%/lib/plugins/strip.py
-%%DATADIR%%/lib/plugins/table.py
-%%DATADIR%%/lib/plugins/text.py
-%%DATADIR%%/lib/plugins/verbatim.py
-%%DATADIR%%/transform/DTD/ecromedos.dtd
-%%DATADIR%%/transform/i18n/english.xml
-%%DATADIR%%/transform/i18n/german.xml
-%%DATADIR%%/transform/i18n/i18n.xml
-%%DATADIR%%/transform/i18n/i18n.xsl
-%%DATADIR%%/transform/latex/annotation.xsl
-%%DATADIR%%/transform/latex/biblio.xsl
-%%DATADIR%%/transform/latex/color.xsl
-%%DATADIR%%/transform/latex/counter.xsl
-%%DATADIR%%/transform/latex/ecmds.xsl
-%%DATADIR%%/transform/latex/entities.xml
-%%DATADIR%%/transform/latex/entities.xsl
-%%DATADIR%%/transform/latex/equation.xsl
-%%DATADIR%%/transform/latex/figure.xsl
-%%DATADIR%%/transform/latex/index.xsl
-%%DATADIR%%/transform/latex/latex.xsl
-%%DATADIR%%/transform/latex/list.xsl
-%%DATADIR%%/transform/latex/listing.xsl
-%%DATADIR%%/transform/latex/main.xsl
-%%DATADIR%%/transform/latex/section.xsl
-%%DATADIR%%/transform/latex/style.xml
-%%DATADIR%%/transform/latex/style.xsl
-%%DATADIR%%/transform/latex/table.xsl
-%%DATADIR%%/transform/latex/text.xsl
-%%DATADIR%%/transform/latex/toc.xsl
-%%DATADIR%%/transform/latex/utility.xsl
-%%DATADIR%%/transform/pdflatex/ecmds.xsl
-%%DATADIR%%/transform/shared/version.xsl
-%%DATADIR%%/transform/shared/wspace.xsl
-%%DATADIR%%/transform/xelatex/ecmds.xsl
-%%DATADIR%%/transform/xelatex/entities.xml
-%%DATADIR%%/transform/xhtml/annotation.xsl
-%%DATADIR%%/transform/xhtml/biblio.xsl
-%%DATADIR%%/transform/xhtml/color.xsl
-%%DATADIR%%/transform/xhtml/counter.xsl
-%%DATADIR%%/transform/xhtml/ecmds.xsl
-%%DATADIR%%/transform/xhtml/entities.xml
-%%DATADIR%%/transform/xhtml/entities.xsl
-%%DATADIR%%/transform/xhtml/equation.xsl
-%%DATADIR%%/transform/xhtml/figure.xsl
-%%DATADIR%%/transform/xhtml/index.xsl
-%%DATADIR%%/transform/xhtml/keys.xsl
-%%DATADIR%%/transform/xhtml/list.xsl
-%%DATADIR%%/transform/xhtml/listing.xsl
-%%DATADIR%%/transform/xhtml/section.xsl
-%%DATADIR%%/transform/xhtml/style.xml
-%%DATADIR%%/transform/xhtml/table.xsl
-%%DATADIR%%/transform/xhtml/text.xsl
-%%DATADIR%%/transform/xhtml/toc.xsl
-%%DATADIR%%/transform/xhtml/utility.xsl
-%%DATADIR%%/transform/xhtml/xhtml.xsl