summaryrefslogtreecommitdiff
path: root/www/reportmagic
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-04 20:49:26 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-04 20:49:26 +0000
commit1463f41888eaa3a7383be71656b2345b49f8f846 (patch)
treef0dfcf0f19156a4526d679193800c73d49643036 /www/reportmagic
parentFixed a typo (diff)
Add reportmagic 2.03, a wrapper for analog that produces more professional
looking stats pages. PR: 23253 Submitted by: Jeremy Shaffner <jeremy@external.org>
Notes
Notes: svn path=/head/; revision=35658
Diffstat (limited to 'www/reportmagic')
-rw-r--r--www/reportmagic/Makefile47
-rw-r--r--www/reportmagic/distinfo1
-rw-r--r--www/reportmagic/files/patch-aa32
-rw-r--r--www/reportmagic/pkg-comment1
-rw-r--r--www/reportmagic/pkg-descr6
-rw-r--r--www/reportmagic/pkg-message3
-rw-r--r--www/reportmagic/pkg-plist107
7 files changed, 197 insertions, 0 deletions
diff --git a/www/reportmagic/Makefile b/www/reportmagic/Makefile
new file mode 100644
index 000000000000..4808019c61f6
--- /dev/null
+++ b/www/reportmagic/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: reportmagic
+# Date created: 3 December 2000
+# Whom: Jeremy Shaffner <jeremy@external.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= reportmagic
+PORTVERSION= 2.03
+CATEGORIES= www
+MASTER_SITES= http://www.reportmagic.com/
+DISTNAME= rmagic-${PORTVERSION}
+
+MAINTAINER= jeremy@external.org
+
+RUN_DEPENDS= analog:${PORTSDIR}/www/analog \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+pre-fetch:
+
+ @${ECHO} -n "Report Magic will use FreeType if the GD library "
+ @${ECHO} "is compiled with it in."
+ @${ECHO} -n "GD is already listed as a LIB_DEPENDS, but in the "
+ @${ECHO} "event that GD is already "
+ @${ECHO} -n "installed *without* FreeType, you won't be able to "
+ @${ECHO} "use it. If you want"
+ @${ECHO} -n "FreeType support, go (re)make ${PORTSDIR}/graphics/gd "
+ @${ECHO} "with -DWITH_X11."
+ @${ECHO}
+
+do-build:
+
+do-install:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Install.PL -no_modules
+
+post-install:
+ @${ECHO}
+ @${ECHO} "You must agree to the [GPL] license agreement at"
+ @${ECHO} "${PREFIX}/share/doc/reportmagic/license.html"
+ @${ECHO} "before using Report Magic."
+ @${ECHO}
+
+.include <bsd.port.mk>
diff --git a/www/reportmagic/distinfo b/www/reportmagic/distinfo
new file mode 100644
index 000000000000..97ae7dc9879c
--- /dev/null
+++ b/www/reportmagic/distinfo
@@ -0,0 +1 @@
+MD5 (rmagic-2.03.tar.gz) = 35f7ec2fc98012a9e1e7b9871a68e672
diff --git a/www/reportmagic/files/patch-aa b/www/reportmagic/files/patch-aa
new file mode 100644
index 000000000000..d5e20c7ff068
--- /dev/null
+++ b/www/reportmagic/files/patch-aa
@@ -0,0 +1,32 @@
+--- Install.PL.orig Sun Dec 3 17:30:27 2000
++++ Install.PL Sun Dec 3 17:30:54 2000
+@@ -50,13 +50,13 @@
+ # example to use the version number in your path.
+ # Make sure this remains in single quotes.
+ #
+-$DEST = '/usr/local/bin/rmagic-$(VERSION)/';
++$DEST = "$ENV{'PREFIX'}/reportmagic/";
+
+ #
+ # Where do you want documentation to be installed?
+ # You can use string concatenation, as in this example,
+ # to install the docs below the program.
+-$DOC = $DEST . 'docs/';
++$DOC = "$ENV{'PREFIX'}/share/doc/reportmagic/";
+
+
+ #
+@@ -257,7 +257,6 @@
+ } else {
+ print "\nInstallation complete.\n";
+ print "For help on using Report Magic see $DOC"."index.html.\n";
+- print "You must agree to the license agreement at $DOC"."license.html before using Report Magic.\n";
+ } # end if
+
+
+@@ -299,4 +298,4 @@
+ return $rc;
+ } # end install
+
+-
++
diff --git a/www/reportmagic/pkg-comment b/www/reportmagic/pkg-comment
new file mode 100644
index 000000000000..f9e2bc404c29
--- /dev/null
+++ b/www/reportmagic/pkg-comment
@@ -0,0 +1 @@
+A web site statistics post-processor for Analog
diff --git a/www/reportmagic/pkg-descr b/www/reportmagic/pkg-descr
new file mode 100644
index 000000000000..468950461625
--- /dev/null
+++ b/www/reportmagic/pkg-descr
@@ -0,0 +1,6 @@
+Report Magic for Analog is an add-on formatting utility for Analog
+web site statistics software. Report Magic uses the statistics generated
+by Analog and formatting options set by you to make readable, presentable
+reports of your Web site data.
+
+WWW: http://www.reportmagic.com
diff --git a/www/reportmagic/pkg-message b/www/reportmagic/pkg-message
new file mode 100644
index 000000000000..9bc74127ce77
--- /dev/null
+++ b/www/reportmagic/pkg-message
@@ -0,0 +1,3 @@
+You must agree to the [GPL] license agreement at
+/usr/local/share/doc/reportmagic/license.html
+before using Report Magic.
diff --git a/www/reportmagic/pkg-plist b/www/reportmagic/pkg-plist
new file mode 100644
index 000000000000..9295bb985d4b
--- /dev/null
+++ b/www/reportmagic/pkg-plist
@@ -0,0 +1,107 @@
+reportmagic/README
+reportmagic/rmlogo.gif
+reportmagic/analogo.gif
+reportmagic/samples/corpimg.ini
+reportmagic/samples/fineprint.html
+reportmagic/samples/images/back.jpg
+reportmagic/samples/images/bullet.gif
+reportmagic/samples/images/bullet2.gif
+reportmagic/samples/images/layout.gif
+reportmagic/samples/manyfile.ini
+reportmagic/samples/noframes.ini
+reportmagic/samples/onefile.ini
+reportmagic/samples/report.dat
+reportmagic/rmagic.sample
+reportmagic/sample.dat
+reportmagic/lang/ca/cdata.ini
+reportmagic/lang/ca/lang.ini
+reportmagic/lang/ca/rdata.ini
+reportmagic/lang/ca/rmagic.ini
+reportmagic/lang/de/cdata.ini
+reportmagic/lang/de/lang.ini
+reportmagic/lang/de/rdata.ini
+reportmagic/lang/de/rmagic.ini
+reportmagic/lang/en/cdata.ini
+reportmagic/lang/en/lang.ini
+reportmagic/lang/en/rdata.ini
+reportmagic/lang/en/rmagic.ini
+reportmagic/lang/es/cdata.ini
+reportmagic/lang/es/lang.ini
+reportmagic/lang/es/rdata.ini
+reportmagic/lang/es/rmagic.ini
+reportmagic/lang/fr/cdata.ini
+reportmagic/lang/fr/lang.ini
+reportmagic/lang/fr/rdata.ini
+reportmagic/lang/fr/rmagic.ini
+reportmagic/lang/hu/cdata.ini
+reportmagic/lang/hu/lang.ini
+reportmagic/lang/hu/rdata.ini
+reportmagic/lang/hu/rmagic.ini
+reportmagic/lang/INDEX.txt
+reportmagic/lang/it/cdata.ini
+reportmagic/lang/it/lang.ini
+reportmagic/lang/it/rdata.ini
+reportmagic/lang/it/rmagic.ini
+reportmagic/lang/sv/cdata.ini
+reportmagic/lang/sv/lang.ini
+reportmagic/lang/sv/rdata.ini
+reportmagic/lang/sv/rmagic.ini
+reportmagic/lang/zh/lang.ini
+reportmagic/lang/zh/rdata.ini
+reportmagic/rmagic.pl
+reportmagic/wadg/Errors.pm
+reportmagic/wadg/Formatter.pm
+reportmagic/wadg/HTMLWriter.pm
+reportmagic/wadg/rm/CROParser.pm
+reportmagic/wadg/rm/Graphs.pm
+reportmagic/wadg/rm/Report/GeneralSummary.pm
+reportmagic/wadg/rm/Report/HierarchicalReport.pm
+reportmagic/wadg/rm/Report/QuickSummary.pm
+reportmagic/wadg/rm/Report/RangeReport.pm
+reportmagic/wadg/rm/Report/TimeReport.pm
+reportmagic/wadg/rm/Report/TimeSummary.pm
+reportmagic/wadg/rm/Report.pm
+reportmagic/wadg/rm/Settings.pm
+share/doc/reportmagic/advanced.html
+share/doc/reportmagic/changes.html
+share/doc/reportmagic/changes0.html
+share/doc/reportmagic/changes1.html
+share/doc/reportmagic/columns.html
+share/doc/reportmagic/commands.html
+share/doc/reportmagic/config.html
+share/doc/reportmagic/datefmts.html
+share/doc/reportmagic/faq.html
+share/doc/reportmagic/filefmts.html
+share/doc/reportmagic/images/logo.gif
+share/doc/reportmagic/images/title.gif
+share/doc/reportmagic/index.html
+share/doc/reportmagic/inst_src.html
+share/doc/reportmagic/inst_xm.html
+share/doc/reportmagic/inst_xw.html
+share/doc/reportmagic/license.html
+share/doc/reportmagic/map.html
+share/doc/reportmagic/overview.html
+share/doc/reportmagic/repconf.html
+share/doc/reportmagic/reports.html
+share/doc/reportmagic/samples.html
+share/doc/reportmagic/siteindex.html
+share/doc/reportmagic/thanks.html
+share/doc/reportmagic/whatsnew.html
+@dirrm reportmagic/samples/images
+@dirrm reportmagic/samples
+@dirrm reportmagic/lang/ca
+@dirrm reportmagic/lang/de
+@dirrm reportmagic/lang/en
+@dirrm reportmagic/lang/es
+@dirrm reportmagic/lang/fr
+@dirrm reportmagic/lang/hu
+@dirrm reportmagic/lang/it
+@dirrm reportmagic/lang/sv
+@dirrm reportmagic/lang/zh
+@dirrm reportmagic/lang
+@dirrm reportmagic/wadg/rm/Report
+@dirrm reportmagic/wadg/rm
+@dirrm reportmagic/wadg
+@dirrm reportmagic
+@dirrm share/doc/reportmagic/images
+@dirrm share/doc/reportmagic