summaryrefslogtreecommitdiff
path: root/graphics/p5-Graph-Easy/pkg-plist
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-10-22 09:22:07 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-10-22 09:22:07 +0000
commit0430befc504626556f6db7b7ef025a7204353d39 (patch)
treea8931e39878e59c7a605ab164ce13c6b4fc8c607 /graphics/p5-Graph-Easy/pkg-plist
parentFix plist (diff)
Add graphics/p5-Graph-Easy, a Perl module to render graphs as ASCII,
HTML, SVG or Graphviz.
Notes
Notes: svn path=/head/; revision=146107
Diffstat (limited to 'graphics/p5-Graph-Easy/pkg-plist')
-rw-r--r--graphics/p5-Graph-Easy/pkg-plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/p5-Graph-Easy/pkg-plist b/graphics/p5-Graph-Easy/pkg-plist
new file mode 100644
index 000000000000..ad64d091a352
--- /dev/null
+++ b/graphics/p5-Graph-Easy/pkg-plist
@@ -0,0 +1,26 @@
+%%SITE_PERL%%/Graph/Easy.pm
+%%SITE_PERL%%/Graph/Easy/As_ascii.pm
+%%SITE_PERL%%/Graph/Easy/As_graphviz.pm
+%%SITE_PERL%%/Graph/Easy/As_txt.pm
+%%SITE_PERL%%/Graph/Easy/Attributes.pm
+%%SITE_PERL%%/Graph/Easy/Edge.pm
+%%SITE_PERL%%/Graph/Easy/Edge/Cell.pm
+%%SITE_PERL%%/Graph/Easy/Group.pm
+%%SITE_PERL%%/Graph/Easy/Group/Cell.pm
+%%SITE_PERL%%/Graph/Easy/Layout.pm
+%%SITE_PERL%%/Graph/Easy/Layout/Path.pm
+%%SITE_PERL%%/Graph/Easy/Layout/Scout.pm
+%%SITE_PERL%%/Graph/Easy/Node.pm
+%%SITE_PERL%%/Graph/Easy/Node/Anon.pm
+%%SITE_PERL%%/Graph/Easy/Node/Cell.pm
+%%SITE_PERL%%/Graph/Easy/Node/Empty.pm
+%%SITE_PERL%%/Graph/Easy/Parser.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy/.packlist
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy/Layout 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy/Group 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy/Node 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy/Edge 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Graph 2>/dev/null || true