diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-02-04 05:52:20 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-02-04 05:52:20 +0000 |
commit | 0dc2e6f7ad9b203cf2bc6684d66b88eafbb3d180 (patch) | |
tree | efdeff80a3f12800da2987c2e16603164092248c /net-im/pork | |
parent | new documentations added (diff) | |
download | gentoo-2-0dc2e6f7ad9b203cf2bc6684d66b88eafbb3d180.tar.gz gentoo-2-0dc2e6f7ad9b203cf2bc6684d66b88eafbb3d180.tar.bz2 gentoo-2-0dc2e6f7ad9b203cf2bc6684d66b88eafbb3d180.zip |
bump
Diffstat (limited to 'net-im/pork')
-rw-r--r-- | net-im/pork/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/pork/files/README.gentoo-0.4.0 | 25 | ||||
-rw-r--r-- | net-im/pork/files/digest-pork-0.4.0 | 1 | ||||
-rw-r--r-- | net-im/pork/files/digest-pork-0.5.0 | 1 | ||||
-rw-r--r-- | net-im/pork/pork-0.5.0.ebuild (renamed from net-im/pork/pork-0.4.0.ebuild) | 10 |
5 files changed, 9 insertions, 35 deletions
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog index 0a2e3ed88c7b..587520c83de0 100644 --- a/net-im/pork/ChangeLog +++ b/net-im/pork/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/pork # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.3 2003/01/28 15:59:41 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.4 2003/02/04 05:52:19 lostlogic Exp $ + +*pork-0.5.0 (03 Feb 2003) + + 03 Feb 2003; Brandon Low <lostlogic@gentoo.org> pork-0.5.0.ebuild: + Bump, bugfixes, and new QUICK_START document (deprecates the one I wrote) *pork-0.4.0 (28 Jan 2003) diff --git a/net-im/pork/files/README.gentoo-0.4.0 b/net-im/pork/files/README.gentoo-0.4.0 deleted file mode 100644 index d36f63532c4c..000000000000 --- a/net-im/pork/files/README.gentoo-0.4.0 +++ /dev/null @@ -1,25 +0,0 @@ -While preparing to include this package in unstable portage, I discovered that it is quite lacking in new user documentation, so this is my experience with getting started with pork-0.3.0. - -The first thing to do after merging pork is to generate your ~/.pork directory, and put the default porkrc file in it. - -$ mkdir ~/.pork -$ cp /usr/share/pork/porkrc - -Then, simply start pork and type /connect [screenname] to start using pork. If you are familiar with ircII the pork interface should be pretty managable. Most of what I write from here on can be found by reading through the /usr/share/pork/help dirs, and the porkrc file, but for a quick start here ya go: - -TAB switches between the buddy list window and the chat window when the buddy list is shown -/blist show -/blist hide show and hide the buddy list -in the buddy list window, enter switches to a buddy, OR collapses/expands a group. - -In the chat window, enter sends. - -This is FAR from complete in how to use pork, to find a full listing of commands supported do - -$ find /usr/share/pork/help - -To get the usage info about a specific command simply cat it's file out of the listing generated above, or use the /help command from inside pork. - -Things that I discovered: pork has a hard time syncing LARGE buddy lists on first connect. If you find that not all of your buddy list is downloaded from the server, you can actually use gaim to sync your list, and then copy that list verbatim from ~/.gaim/[screenname].0.blist to ~/.pork/[screenname]/buddy_list and restart pork to get your whole buddy list. Note that gaim uses all caps for the [screenname] and pork uses all lowercase. - -I hope this little document helps you get started using pork quickly, enjoy! diff --git a/net-im/pork/files/digest-pork-0.4.0 b/net-im/pork/files/digest-pork-0.4.0 deleted file mode 100644 index 272e0c00d8eb..000000000000 --- a/net-im/pork/files/digest-pork-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 695cdd2f0b2c41e32cf105149bd630d6 pork-0.4.0.tar.gz 363302 diff --git a/net-im/pork/files/digest-pork-0.5.0 b/net-im/pork/files/digest-pork-0.5.0 new file mode 100644 index 000000000000..f66b1bf9b12b --- /dev/null +++ b/net-im/pork/files/digest-pork-0.5.0 @@ -0,0 +1 @@ +MD5 46482ca6b742cbf4b7a9202ac0b8957a pork-0.5.0.tar.gz 363459 diff --git a/net-im/pork/pork-0.4.0.ebuild b/net-im/pork/pork-0.5.0.ebuild index bef5adb6a33f..cd97ff6c3524 100644 --- a/net-im/pork/pork-0.4.0.ebuild +++ b/net-im/pork/pork-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.4.0.ebuild,v 1.1 2003/01/28 15:59:41 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.5.0.ebuild,v 1.1 2003/02/04 05:52:20 lostlogic Exp $ IUSE="" @@ -25,15 +25,9 @@ src_compile() { src_install() { einstall - dodoc ${FILESDIR}/README.gentoo-${PV} - doman doc/pork.1 insinto /usr/share/pork/examples doins examples/blist.txt - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README STYLE TODO -} - -pkg_postinst() { - einfo "Please read /usr/share/doc/${PN}-${PVR}/README.gentoo-${PV} for quickstart info." + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README STYLE TODO QUICK_START } |