update to 2.01

This commit is contained in:
jasper 2007-03-18 08:33:45 +00:00
parent 3e0c15a4fe
commit da4270cad1
4 changed files with 43 additions and 26 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/02 15:04:06 jasper Exp $ # $OpenBSD: Makefile,v 1.2 2007/03/18 08:33:45 jasper Exp $
COMMENT= "POE Component for communicating over Jabber" COMMENT= "POE Component for communicating over Jabber"
DISTNAME= POE-Component-Jabber-1.21 DISTNAME= POE-Component-Jabber-2.01
CATEGORIES= net CATEGORIES= net
# GPL # GPL

View File

@ -1,4 +1,5 @@
MD5 (POE-Component-Jabber-1.21.tar.gz) = 75196e23db297a2b07b1d58a866b03d7 MD5 (POE-Component-Jabber-2.01.tar.gz) = fb855be29a8a2ca2626f7eb7640a1d05
RMD160 (POE-Component-Jabber-1.21.tar.gz) = ae82964b7d7f1a1515dd20ffa4c5a8dabfa1ccde RMD160 (POE-Component-Jabber-2.01.tar.gz) = 0010da31f2cbca8565aa4da4f913ca4ad2eaee19
SHA1 (POE-Component-Jabber-1.21.tar.gz) = 43f750864c872bcb7d8eb1a9d4d8a511f6eeeee4 SHA1 (POE-Component-Jabber-2.01.tar.gz) = 28f04a81e6ee59b08e2ddf67a221729c4f6b973c
SIZE (POE-Component-Jabber-1.21.tar.gz) = 25510 SHA256 (POE-Component-Jabber-2.01.tar.gz) = 485763a925dafc02bdd607dcc3aa0fe085928dcabf098bacccf621208ee2d0e7
SIZE (POE-Component-Jabber-2.01.tar.gz) = 31154

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-Build_PL,v 1.1 2007/03/18 08:33:45 jasper Exp $
--- Build.PL.orig Fri Jan 26 19:57:53 2007
+++ Build.PL Sun Mar 18 00:35:09 2007
@@ -23,16 +23,7 @@ my $prompt_hostname = 'Please enter the
my $prompt_username = qq|Please enter the username the component will represent. \n| .
qq|(NOTE: only valid for JABBERD20)|;
my $prompt_secret = 'Please enter the secret that will be used to auth.';
-my $ret;
-
-if (grep /^--default$/, @ARGV) {
-
- print $prompt, " [n] n\n\n";
-
-} else {
-
- $ret = Module::Build->prompt($prompt, 'n');
-}
+my $ret = 'n';
if($ret =~ /^y/i)
{

View File

@ -1,25 +1,20 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/02 15:04:06 jasper Exp $ @comment $OpenBSD: PLIST,v 1.2 2007/03/18 08:33:45 jasper Exp $
${P5SITE}/POE/Component/Jabber/ ${P5SITE}/POE/Component/Jabber/
${P5SITE}/POE/Component/Jabber.pm ${P5SITE}/POE/Component/Jabber.pm
${P5SITE}/POE/Component/Jabber/Client/
${P5SITE}/POE/Component/Jabber/Client/Component.pm
${P5SITE}/POE/Component/Jabber/Client/J2.pm
${P5SITE}/POE/Component/Jabber/Client/Legacy.pm
${P5SITE}/POE/Component/Jabber/Client/XMPP.pm
${P5SITE}/POE/Component/Jabber/Error.pm ${P5SITE}/POE/Component/Jabber/Error.pm
${P5SITE}/POE/Component/Jabber/Server/ ${P5SITE}/POE/Component/Jabber/J14.pm
${P5SITE}/POE/Component/Jabber/Server.pm ${P5SITE}/POE/Component/Jabber/J2.pm
${P5SITE}/POE/Component/Jabber/Server/InputHandler.pm ${P5SITE}/POE/Component/Jabber/Legacy.pm
${P5SITE}/POE/Component/Jabber/Server/PresenceManager.pm ${P5SITE}/POE/Component/Jabber/Protocol.pm
${P5SITE}/POE/Component/Jabber/Server/RosterTable.pm ${P5SITE}/POE/Component/Jabber/ProtocolFactory.pm
${P5SITE}/POE/Component/Jabber/Server/RouteProcessor.pm ${P5SITE}/POE/Component/Jabber/Status.pm
${P5SITE}/POE/Component/Jabber/Server/RouteTable.pm ${P5SITE}/POE/Component/Jabber/XMPP.pm
${P5SITE}/POE/Component/Jabber/Server/SelfRouter.pm
${P5SITE}/POE/Component/Jabber/Server/Socket.pm
${P5SITE}/POE/Component/Jabber/Server/SocketServer.pm
@man man/man3p/POE::Component::Jabber.3p @man man/man3p/POE::Component::Jabber.3p
@man man/man3p/POE::Component::Jabber::Client::Component.3p
@man man/man3p/POE::Component::Jabber::Client::J2.3p
@man man/man3p/POE::Component::Jabber::Client::Legacy.3p
@man man/man3p/POE::Component::Jabber::Client::XMPP.3p
@man man/man3p/POE::Component::Jabber::Error.3p @man man/man3p/POE::Component::Jabber::Error.3p
@man man/man3p/POE::Component::Jabber::J14.3p
@man man/man3p/POE::Component::Jabber::J2.3p
@man man/man3p/POE::Component::Jabber::Legacy.3p
@man man/man3p/POE::Component::Jabber::Protocol.3p
@man man/man3p/POE::Component::Jabber::ProtocolFactory.3p
@man man/man3p/POE::Component::Jabber::Status.3p
@man man/man3p/POE::Component::Jabber::XMPP.3p