head	1.19;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.05.54.57;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.28.18.37.09;	author az;	state Exp;
branches;
next	1.17;

1.17
date	2011.09.17.06.48.46;	author sunpoet;	state Exp;
branches;
next	1.16;

1.16
date	2010.04.25.19.03.47;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2010.01.29.04.56.56;	author kuriyama;	state Exp;
branches;
next	1.14;

1.14
date	2009.08.22.00.15.06;	author amdmi3;	state Exp;
branches;
next	1.13;

1.13
date	2007.09.08.00.53.12;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2007.09.03.13.07.55;	author vanilla;	state Exp;
branches;
next	1.11;

1.11
date	2007.02.09.08.19.38;	author delphij;	state Exp;
branches;
next	1.10;

1.10
date	2007.02.07.16.57.00;	author miwi;	state dead;
branches;
next	1.9;

1.9
date	2007.01.01.15.52.57;	author delphij;	state Exp;
branches;
next	1.8;

1.8
date	2006.11.06.19.17.06;	author rafan;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.02.22.55.17;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2005.10.31.18.24.07;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2005.07.25.21.58.08;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.26.17.48.15;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.08.15.50.03;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.26.00.59.58;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.13.04.58.31;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	zh-oicq
# Date created:		10 Nov 2003
# Whom:			Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
#
# $FreeBSD: head/chinese/oicq/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	oicq
PORTVERSION=	1.6
CATEGORIES=	chinese net
MASTER_SITES=	SF/perl-${PORTNAME}/perl-${PORTNAME}/Net-OICQ-${PORTVERSION}
DISTNAME=	Net-OICQ-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Implements OICQ messaging protocol

BUILD_DEPENDS=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
		p5-Crypt-OICQ>=0:${PORTSDIR}/security/p5-Crypt-OICQ

PERL_CONFIGURE=	yes

MAN3=		Net::OICQ.3

post-install:
	${INSTALL_SCRIPT} ${WRKSRC}/bin/qq ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/demo1 ${PREFIX}/bin/qq-demo1

.include <bsd.port.mk>
@


1.18
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
		${SITE_PERL}/Crypt/OICQ.pm:${PORTSDIR}/security/p5-Crypt-OICQ
@


1.16
log
@Reset bg1tpt@@gmail.com due to maintainer-timeouts and no response to
email.

Hat:		portmgr
@
text
@d20 1
a20 1
PERL_CONFIGURE=	5.8.0+
@


1.15
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 17).

Approved by:	portmgr (itetcu)
@
text
@d14 1
a14 1
MAINTAINER=	bg1tpt@@gmail.com
@


1.14
log
@- Switch SourceForge ports to the new File Release System: categories starting with B,C
@
text
@d17 1
a17 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
		${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
		${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
@


1.13
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	perl-oicq
@


1.12
log
@Upgrade to 1.6.

PR:		ports/116045
Submitted by:	maintainer
@
text
@d23 1
a23 1
PERL_CONFIGURE=	yes
a26 6
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800 # inherits from security/p5-Crypt-OICQ
IGNORE=		requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif

d31 1
a31 1
.include <bsd.port.post.mk>
@


1.11
log
@Re-add OICQ with updated version (1.3)

Submitted by:	Ren Zhen <bg1tpt at gmail dot com>
@
text
@d9 1
a9 1
PORTVERSION=	1.3
d35 1
a35 1
	${INSTALL_SCRIPT} ${WRKSRC}/bin/demo1 ${PREFIX}/bin/qq-demo1
@


1.10
log
@2007-02-06 irc/xchat-systray-plugin: Functionality is now included in xchat
2007-02-01 chinese/oicq: Does not work with newer OICQ protocol
2007-02-01 net/nicmond: Disappeared from the internet
2007-02-01 www/caudium10: Please use www/caudium12
@
text
@d1 1
a1 1
# New ports collection makefile for:	oicq
d5 1
a5 1
# $FreeBSD: ports/chinese/oicq/Makefile,v 1.9 2007/01/01 15:52:57 delphij Exp $
d9 1
a9 1
PORTVERSION=	1.2
a13 1
EXTRACT_SUFX=	.tgz
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d20 1
a26 3
DEPRECATED=	Does not work with newer OICQ protocol
EXPIRATION_DATE=	2007-02-01

d34 2
a35 1
	${INSTALL_SCRIPT} ${WRKSRC}/q ${PREFIX}/bin
@


1.9
log
@Mark as DEPRECATED: Does not work with latest tencent protocols
and the project seems to be inactive for a long time.

Requested by:	snnn at newsmth dot org
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Update to 1.2
@
text
@d27 3
@


1.7
log
@- Add missing dependency security/p5-Crypt-OICQ
  This module is used, but not listed in Makefile.PL
- Bump PORTREVISION
- Require Perl 5.8+ since p5-Crypt-OICQ needs it
@
text
@d9 1
a9 2
PORTVERSION=	0.9
PORTREVISION=	1
@


1.6
log
@Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
@
text
@d10 1
d21 2
a22 1
		${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
d30 2
a31 2
.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
@


1.5
log
@Reset bouncing maintainer address.  These ports are now available for
adoption.

Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).

Hat:	portmgr
@
text
@d29 1
a29 1
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
@


1.4
log
@- update to Net-OICQ-0.9
- fix PLIST
@
text
@d16 1
a16 1
MAINTAINER=	statue@@freebsd.netlab.cse.yzu.edu.tw
@


1.3
log
@- Pass maintainership to submitter

PR:		ports/75730
Submitted by:	statue(at)freebsd.netlab.cse.yzu.edu.tw
@
text
@d9 1
a9 1
PORTVERSION=	0.7
d33 1
a33 1
	${INSTALL_SCRIPT} ${WRKSRC}/oicq ${PREFIX}/bin
@


1.2
log
@E-mail to the maintainer bounced with:

<statue@@freebsd.sinica.edu.tw>: connect to
    freebsd.sinica.edu.tw[140.109.13.51]: Connection refused
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@Add oicq 0.7, implements OICQ messaging protocol.

PR:		59093
Submitted by:	Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
@
text
@d16 1
a16 1
MAINTAINER=	statue@@freebsd.sinica.edu.tw
@

