summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-01-19 01:14:35 +0000
committerChuck Short <zul@gentoo.org>2004-01-19 01:14:35 +0000
commitfdda5926b9cf471d4cfa07070ccfa03a644afd52 (patch)
tree652b0938de0f894fbdf6689b42388a4c38052fe7 /net-irc
parentfix bug #38606. (Manifest recommit) (diff)
downloadgentoo-2-fdda5926b9cf471d4cfa07070ccfa03a644afd52.tar.gz
gentoo-2-fdda5926b9cf471d4cfa07070ccfa03a644afd52.tar.bz2
gentoo-2-fdda5926b9cf471d4cfa07070ccfa03a644afd52.zip
Initial version, closes #37848.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/pisg/ChangeLog11
-rw-r--r--net-irc/pisg/Manifest2
-rw-r--r--net-irc/pisg/files/0.50-network-option-fix.patch29
-rw-r--r--net-irc/pisg/files/digest-pisg-0.501
-rw-r--r--net-irc/pisg/metadata.xml5
-rw-r--r--net-irc/pisg/pisg-0.50.ebuild45
6 files changed, 93 insertions, 0 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
new file mode 100644
index 000000000000..5dd323485996
--- /dev/null
+++ b/net-irc/pisg/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-irc/pisg
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.1 2004/01/19 01:14:35 zul Exp $
+
+*pisg-0.50 (18 Jan 2004)
+
+ 18 Jan 2004; Chuck Short <zul@gentoo.org> metadata.xml, pisg-0.50.ebuild,
+ files/0.50-network-option-fix.patch:
+ Initial version, ebuild submitted by Sven Wegener
+ < sven.wegener -at- stealer.net >. Closes #37848.
+
diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest
new file mode 100644
index 000000000000..cd005dc20ed0
--- /dev/null
+++ b/net-irc/pisg/Manifest
@@ -0,0 +1,2 @@
+MD5 f0f94e65c9330c3c30350009a61a0f20 pisg-0.50.ebuild 987
+MD5 4122e1015b1785c4ba317d53a3f95dec files/digest-pisg-0.50 61
diff --git a/net-irc/pisg/files/0.50-network-option-fix.patch b/net-irc/pisg/files/0.50-network-option-fix.patch
new file mode 100644
index 000000000000..b17c89e340df
--- /dev/null
+++ b/net-irc/pisg/files/0.50-network-option-fix.patch
@@ -0,0 +1,29 @@
+--- pisg
++++ pisg 2004-01-11 00:51:16.076387512 +0000
+@@ -79,7 +79,7 @@
+
+ my $usage = <<END_USAGE;
+ Usage: pisg [-ch channel] [-l logfile] [-o outputfile] [-ma maintainer]
+-[-f format] [-n network] [-d logdir] [-mo moduledir] [-s] [-v] [-h]
++[-f format] [-ne network] [-d logdir] [-mo moduledir] [-s] [-v] [-h]
+
+ -ch --channel=xxx : Set channel name
+ -cc --cchannels=xxx : Only do this channel from cfg file, give multiple
+@@ -89,7 +89,7 @@
+ -t --tag=xxx : Replace \%t in --outfile by xxx
+ -ma --maintainer=xxx : Channel/statistics maintainer
+ -f --format=xxx : Logfile format [see FORMATS file]
+--n --network=xxx : IRC network for the channel
++-ne --network=xxx : IRC network for the channel
+ -d --dir=xxx : Analyze all files in this dir. Ignores logfile
+ -nf --nfiles=xxx : Analyze the last xxx files if used with --dir
+ -p --prefix=xxx : Analyse only files prefixed by xxx in dir
+@@ -103,7 +103,7 @@
+
+ Example:
+
+- \$ pisg -n IRCnet -f xchat -o suid.html -ch \\#channel -l logfile.log
++ \$ pisg -ne IRCnet -f xchat -o suid.html -ch \\#channel -l logfile.log
+
+ All options may also be defined by editing the configuration file and
+ calling pisg without arguments.
diff --git a/net-irc/pisg/files/digest-pisg-0.50 b/net-irc/pisg/files/digest-pisg-0.50
new file mode 100644
index 000000000000..85a12407c08b
--- /dev/null
+++ b/net-irc/pisg/files/digest-pisg-0.50
@@ -0,0 +1 @@
+MD5 d86e303ced6bb561d0cde506abdf2175 pisg-0.50.tar.gz 182710
diff --git a/net-irc/pisg/metadata.xml b/net-irc/pisg/metadata.xml
new file mode 100644
index 000000000000..6ef15e900f17
--- /dev/null
+++ b/net-irc/pisg/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-irc</herd>
+</pkgmetadata>
diff --git a/net-irc/pisg/pisg-0.50.ebuild b/net-irc/pisg/pisg-0.50.ebuild
new file mode 100644
index 000000000000..78d85fa2ad78
--- /dev/null
+++ b/net-irc/pisg/pisg-0.50.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.50.ebuild,v 1.1 2004/01/19 01:14:35 zul Exp $
+
+DESCRIPTION="Perl IRC Statistics Generator"
+HOMEPAGE="http://pisg.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/${PV}-network-option-fix.patch
+ sed -i 's!lang\.txt!/usr/share/pisg/lang.txt!' modules/Pisg.pm
+ sed -i 's!layout/!/usr/share/pisg/layout/!' modules/Pisg.pm
+}
+
+src_install () {
+ eval `perl -V:installprivlib`
+
+ dobin pisg
+
+ dodir ${installprivlib}
+ cp -r modules/* ${D}/${installprivlib}
+
+ dodir /usr/share/pisg
+ cp -r gfx layout lang.txt ${D}/usr/share/pisg
+
+ dodoc docs/CREDITS docs/Changelog docs/FORMATS docs/pisg-doc.txt
+ dodoc docs/dev/API pisg.cfg COPYING README
+ dohtml docs/html/*
+}
+
+pkg_postinst() {
+ einfo
+ einfo "The pisg images have been installed in /usr/share/pisg/gfx"
+ einfo
+}