summaryrefslogtreecommitdiff
path: root/textproc/prosper
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-17 13:55:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-17 13:55:37 +0000
commit49117c8c6374fee9afec92012d10854c837afd58 (patch)
treec5b15fc2895a213bff3fe18ac1f49ae1be63b37f /textproc/prosper
parentfix for strcasestr problem (diff)
add prosper 1.00.4
Prosper is a LaTeX class for writing transparencies PR: 35285 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=66509
Diffstat (limited to 'textproc/prosper')
-rw-r--r--textproc/prosper/Makefile72
-rw-r--r--textproc/prosper/distinfo2
-rw-r--r--textproc/prosper/pkg-comment1
-rw-r--r--textproc/prosper/pkg-descr11
-rw-r--r--textproc/prosper/pkg-plist88
5 files changed, 174 insertions, 0 deletions
diff --git a/textproc/prosper/Makefile b/textproc/prosper/Makefile
new file mode 100644
index 000000000000..22a86dea6bb8
--- /dev/null
+++ b/textproc/prosper/Makefile
@@ -0,0 +1,72 @@
+# Ports collection makefile for: prosper
+# Date created: Sun Feb 24, 2002
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= prosper
+PORTVERSION= 1.00.4
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PPRblends.sty.gz
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER= thierry@pompo.net
+
+BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX
+RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
+ ps2pdf:${PORTSDIR}/print/ghostscript-gnu \
+ acroread4:${PORTSDIR}/print/acroread4
+
+NO_BUILD= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+TEXMF?= share/texmf
+LPROSPERDIR= ${TEXMF}/tex/latex/misc/prosper
+PROSPERDIR= ${PREFIX}/${LPROSPERDIR}
+
+PLIST_SUB= PROSPERDIR=${LPROSPERDIR}
+
+DOCS= AUTHORS ChangeLog FAQ INSTALL NEWS README TODO \
+ TROUBLESHOOTINGS doc/compilation.eps doc/compilation.fig \
+ doc/prosper-doc.pdf doc/prosper-doc.tex \
+ doc/prosper-structure.eps doc/prosper-structure.fig \
+ doc/prosper-tour.pdf doc/prosper-tour.ps doc/prosper-tour.tex \
+ doc/rotation.ps doc/rotation.tex
+EXAMPLES_DIR= doc/doc-examples
+
+post-extract:
+ @${GZCAT} -c ${DISTDIR}/PPRblends.sty.gz > \
+ ${WRKSRC}/contrib/PPRblends.sty
+
+do-install:
+ @${MKDIR} ${PROSPERDIR}/contrib/img
+ @${MKDIR} ${PROSPERDIR}/designer
+ @${MKDIR} ${PROSPERDIR}/img
+ ${INSTALL_DATA} ${WRKSRC}/*.sty ${PROSPERDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.cls ${PROSPERDIR}
+ ${INSTALL_DATA} ${WRKSRC}/img/*.gif ${PROSPERDIR}/img
+ ${INSTALL_DATA} ${WRKSRC}/img/*.ps ${PROSPERDIR}/img
+ ${INSTALL_DATA} ${WRKSRC}/contrib/*.sty ${PROSPERDIR}/contrib
+ ${INSTALL_DATA} ${WRKSRC}/contrib/*.ps ${PROSPERDIR}/contrib
+ ${INSTALL_DATA} ${WRKSRC}/contrib/*.tex ${PROSPERDIR}/contrib
+ ${INSTALL_DATA} ${WRKSRC}/contrib/img/*.ps ${PROSPERDIR}/contrib/img
+ ${INSTALL_DATA} ${WRKSRC}/designer/prosper* ${PROSPERDIR}/designer
+ mktexlsr
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for FILE in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+.endfor
+ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
+ @${MKDIR} ${EXAMPLESDIR}
+.for FILE in ${EXAMPLES_DIR}/Example*
+ @${INSTALL_DATA} ${WRKSRC}/${FILE} ${EXAMPLESDIR}
+.endfor
+ @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
+.endif
+
+.include <bsd.port.mk>
diff --git a/textproc/prosper/distinfo b/textproc/prosper/distinfo
new file mode 100644
index 000000000000..f118d42084ba
--- /dev/null
+++ b/textproc/prosper/distinfo
@@ -0,0 +1,2 @@
+MD5 (prosper-1.00.4.tar.gz) = 4acbd7a7aea2000b4a5c7048f06041cc
+MD5 (PPRblends.sty.gz) = c5e580f01eecaf84bb34b28cdff07330
diff --git a/textproc/prosper/pkg-comment b/textproc/prosper/pkg-comment
new file mode 100644
index 000000000000..39794becfeea
--- /dev/null
+++ b/textproc/prosper/pkg-comment
@@ -0,0 +1 @@
+Prosper is a LaTeX class for writing transparencies
diff --git a/textproc/prosper/pkg-descr b/textproc/prosper/pkg-descr
new file mode 100644
index 000000000000..b72154e512b5
--- /dev/null
+++ b/textproc/prosper/pkg-descr
@@ -0,0 +1,11 @@
+Prosper is a LaTeX class for writing transparencies.
+
+It is written on top of the seminar class by Timothy Van Zandt.
+
+It aims at offering an environment for easily creating slides for both
+presentations with an overhead projector and a video projector.
+
+Slides prepared for a presentation with a computer and a video projector
+may integrate animation effects, incremental display, and such.
+
+WWW: http://sourceforge.net/projects/prosper/
diff --git a/textproc/prosper/pkg-plist b/textproc/prosper/pkg-plist
new file mode 100644
index 000000000000..09aaec73ad71
--- /dev/null
+++ b/textproc/prosper/pkg-plist
@@ -0,0 +1,88 @@
+%%PORTDOCS%%share/doc/prosper/AUTHORS
+%%PORTDOCS%%share/doc/prosper/ChangeLog
+%%PORTDOCS%%share/doc/prosper/FAQ
+%%PORTDOCS%%share/doc/prosper/INSTALL
+%%PORTDOCS%%share/doc/prosper/NEWS
+%%PORTDOCS%%share/doc/prosper/README
+%%PORTDOCS%%share/doc/prosper/TODO
+%%PORTDOCS%%share/doc/prosper/TROUBLESHOOTINGS
+%%PORTDOCS%%share/doc/prosper/compilation.eps
+%%PORTDOCS%%share/doc/prosper/compilation.fig
+%%PORTDOCS%%share/doc/prosper/prosper-doc.pdf
+%%PORTDOCS%%share/doc/prosper/prosper-doc.tex
+%%PORTDOCS%%share/doc/prosper/prosper-structure.eps
+%%PORTDOCS%%share/doc/prosper/prosper-structure.fig
+%%PORTDOCS%%share/doc/prosper/prosper-tour.pdf
+%%PORTDOCS%%share/doc/prosper/prosper-tour.ps
+%%PORTDOCS%%share/doc/prosper/prosper-tour.tex
+%%PORTDOCS%%share/doc/prosper/rotation.ps
+%%PORTDOCS%%share/doc/prosper/rotation.tex
+%%PORTDOCS%%share/examples/prosper/Example.tex
+%%PORTDOCS%%share/examples/prosper/ExampleAlienglow.ps
+%%PORTDOCS%%share/examples/prosper/ExampleAlienglow.tex
+%%PORTDOCS%%share/examples/prosper/ExampleAutumn.ps
+%%PORTDOCS%%share/examples/prosper/ExampleAutumn.tex
+%%PORTDOCS%%share/examples/prosper/ExampleAzure.ps
+%%PORTDOCS%%share/examples/prosper/ExampleAzure.tex
+%%PORTDOCS%%share/examples/prosper/ExampleContemporain.ps
+%%PORTDOCS%%share/examples/prosper/ExampleContemporain.tex
+%%PORTDOCS%%share/examples/prosper/ExampleDarkblue.ps
+%%PORTDOCS%%share/examples/prosper/ExampleDarkblue.tex
+%%PORTDOCS%%share/examples/prosper/ExampleFrames.ps
+%%PORTDOCS%%share/examples/prosper/ExampleFrames.tex
+%%PORTDOCS%%share/examples/prosper/ExampleLignesbleues.ps
+%%PORTDOCS%%share/examples/prosper/ExampleLignesbleues.tex
+%%PORTDOCS%%share/examples/prosper/ExampleNuanceGris.ps
+%%PORTDOCS%%share/examples/prosper/ExampleNuanceGris.tex
+%%PORTDOCS%%share/examples/prosper/ExampleTroisPoints.ps
+%%PORTDOCS%%share/examples/prosper/ExampleTroisPoints.tex
+%%PROSPERDIR%%/contrib/img/angleHG.ps
+%%PROSPERDIR%%/contrib/img/barre-rico.ps
+%%PROSPERDIR%%/contrib/img/rico_bullet1.ps
+%%PROSPERDIR%%/contrib/img/rico_bullet2.ps
+%%PROSPERDIR%%/contrib/img/rico_bullet3.ps
+%%PROSPERDIR%%/contrib/PPRalcatel.sty
+%%PROSPERDIR%%/contrib/PPRblends.sty
+%%PROSPERDIR%%/contrib/PPRgyom.sty
+%%PROSPERDIR%%/contrib/PPRpascal.sty
+%%PROSPERDIR%%/contrib/PPRrico.sty
+%%PROSPERDIR%%/contrib/gyom.ps
+%%PROSPERDIR%%/contrib/rico.ps
+%%PROSPERDIR%%/contrib/gyom.tex
+%%PROSPERDIR%%/contrib/rico.tex
+%%PROSPERDIR%%/designer/prosper-template.jpg
+%%PROSPERDIR%%/designer/prosper.png
+%%PROSPERDIR%%/designer/prosper.ui
+%%PROSPERDIR%%/img/green-bullet-on-blue.gif
+%%PROSPERDIR%%/img/green-bullet-on-white.gif
+%%PROSPERDIR%%/img/red-bullet-on-blue.gif
+%%PROSPERDIR%%/img/red-bullet-on-white.gif
+%%PROSPERDIR%%/img/yellow-bullet-on-blue.gif
+%%PROSPERDIR%%/img/yellow-bullet-on-white.gif
+%%PROSPERDIR%%/img/arrow-glow.ps
+%%PROSPERDIR%%/img/bullet-glow.ps
+%%PROSPERDIR%%/img/green-bullet-on-blue.ps
+%%PROSPERDIR%%/img/green-bullet-on-white.ps
+%%PROSPERDIR%%/img/red-bullet-on-blue.ps
+%%PROSPERDIR%%/img/red-bullet-on-white.ps
+%%PROSPERDIR%%/img/rule-glow.ps
+%%PROSPERDIR%%/img/yellow-bullet-on-blue.ps
+%%PROSPERDIR%%/img/yellow-bullet-on-white.ps
+%%PROSPERDIR%%/PPRalienglow.sty
+%%PROSPERDIR%%/PPRautumn.sty
+%%PROSPERDIR%%/PPRazure.sty
+%%PROSPERDIR%%/PPRcontemporain.sty
+%%PROSPERDIR%%/PPRdarkblue.sty
+%%PROSPERDIR%%/PPRdefault.sty
+%%PROSPERDIR%%/PPRframes.sty
+%%PROSPERDIR%%/PPRlignesbleues.sty
+%%PROSPERDIR%%/PPRnuancegris.sty
+%%PROSPERDIR%%/PPRtroispoints.sty
+%%PROSPERDIR%%/prosper.cls
+%%PORTDOCS%%@dirrm share/doc/prosper
+%%PORTDOCS%%@dirrm share/examples/prosper
+@dirrm %%PROSPERDIR%%/contrib/img
+@dirrm %%PROSPERDIR%%/contrib
+@dirrm %%PROSPERDIR%%/designer
+@dirrm %%PROSPERDIR%%/img
+@dirrm %%PROSPERDIR%%