mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add p5-Net-AIM 1.22, a perl extension for the AOL Instant Messenger
TOC protocol.
This commit is contained in:
parent
311b529a54
commit
862fbbb6ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73472
22
net-im/p5-Net-AIM/Makefile
Normal file
22
net-im/p5-Net-AIM/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Net-AIM
|
||||
# Date created: 19 Jan 2003
|
||||
# Whom: petef
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-AIM
|
||||
PORTVERSION= 1.22
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::AIM.3 Net::AIM::Connection.3 Net::AIM::Event.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-im/p5-Net-AIM/distinfo
Normal file
1
net-im/p5-Net-AIM/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-AIM-1.22.tar.gz) = 09c749c3b3f01a6d4c3a7369d4ce8bc3
|
1
net-im/p5-Net-AIM/pkg-comment
Normal file
1
net-im/p5-Net-AIM/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for the AOL Instant Messenger TOC protocol
|
7
net-im/p5-Net-AIM/pkg-descr
Normal file
7
net-im/p5-Net-AIM/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module implements an OO interface to the Aol Instant Messenger
|
||||
TOC protocol. This version contains not much more than hacked code
|
||||
that merely connects to the aol TOC servers and acts on instant
|
||||
messages.
|
||||
|
||||
- Pete
|
||||
petef@FreeBSD.org
|
8
net-im/p5-Net-AIM/pkg-plist
Normal file
8
net-im/p5-Net-AIM/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/AIM.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/AIM/Connection.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/AIM/Event.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/AIM/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/AIM
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/AIM
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
@ -367,6 +367,7 @@
|
||||
SUBDIR += p5-JUNOScript
|
||||
SUBDIR += p5-Mon
|
||||
SUBDIR += p5-Net
|
||||
SUBDIR += p5-Net-AIM
|
||||
SUBDIR += p5-Net-AOLIM
|
||||
SUBDIR += p5-Net-BGP4
|
||||
SUBDIR += p5-Net-CIDR
|
||||
|
22
net/p5-Net-AIM/Makefile
Normal file
22
net/p5-Net-AIM/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Net-AIM
|
||||
# Date created: 19 Jan 2003
|
||||
# Whom: petef
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-AIM
|
||||
PORTVERSION= 1.22
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::AIM.3 Net::AIM::Connection.3 Net::AIM::Event.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-AIM/distinfo
Normal file
1
net/p5-Net-AIM/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-AIM-1.22.tar.gz) = 09c749c3b3f01a6d4c3a7369d4ce8bc3
|
1
net/p5-Net-AIM/pkg-comment
Normal file
1
net/p5-Net-AIM/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for the AOL Instant Messenger TOC protocol
|
7
net/p5-Net-AIM/pkg-descr
Normal file
7
net/p5-Net-AIM/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module implements an OO interface to the Aol Instant Messenger
|
||||
TOC protocol. This version contains not much more than hacked code
|
||||
that merely connects to the aol TOC servers and acts on instant
|
||||
messages.
|
||||
|
||||
- Pete
|
||||
petef@FreeBSD.org
|
8
net/p5-Net-AIM/pkg-plist
Normal file
8
net/p5-Net-AIM/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/AIM.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/AIM/Connection.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/AIM/Event.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/AIM/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/AIM
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/AIM
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user