diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2014-05-30 09:38:36 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2014-05-30 09:38:36 +0000 |
commit | 907a6254745f884d55153987fbf99ad407f69bbe (patch) | |
tree | a1bdd7353710db6292eff8d1fdbb6c72924c18cc /net-im | |
parent | 8258a9ecd3e0ea15ae3a9b4fd03da249fa9809c4 (diff) | |
download | ports-907a6254745f884d55153987fbf99ad407f69bbe.tar.gz ports-907a6254745f884d55153987fbf99ad407f69bbe.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/vicq/Makefile | 37 | ||||
-rw-r--r-- | net-im/vicq/distinfo | 2 | ||||
-rw-r--r-- | net-im/vicq/files/p5.8-patch-sigalrm | 19 | ||||
-rw-r--r-- | net-im/vicq/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/vicq/pkg-plist | 8 |
6 files changed, 0 insertions, 72 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 611a70153139..4a793a57f683 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -172,7 +172,6 @@ SUBDIR += twitmail SUBDIR += vacuum-im SUBDIR += venom - SUBDIR += vicq SUBDIR += vqcc-gtk SUBDIR += yoono SUBDIR += ysm diff --git a/net-im/vicq/Makefile b/net-im/vicq/Makefile deleted file mode 100644 index d3fc1b4b8c0d..000000000000 --- a/net-im/vicq/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Kevin Lo<kevlo@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= vicq -PORTVERSION= 0.4.2 -PORTREVISION= 1 -CATEGORIES= net-im -MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ - -MAINTAINER= kevlo@FreeBSD.org -COMMENT= A text-based ICQ implementation - - -RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USES= perl5 -USE_PERL5= configure - -SIGNAL_PATCH=p5.8-patch-sigalrm - -NO_STAGE= yes -post-extract: - ${MV} ${WRKSRC}/Net/vICQ/* ${WRKSRC} - ${RM} ${WRKSRC}/install.pl - -post-patch: - @${ECHO_MSG} "===> Applying patch ${SIGNAL_PATCH} for ${PKGNAME}" - @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/${SIGNAL_PATCH} - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/examples/vicq - ${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq - -.include <bsd.port.mk> diff --git a/net-im/vicq/distinfo b/net-im/vicq/distinfo deleted file mode 100644 index 45156a82b591..000000000000 --- a/net-im/vicq/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vicq-0.4.2.tar.gz) = 7411442acb5449ae942ad332081da271cba995750173ad4928d46af16c106b3d -SIZE (vicq-0.4.2.tar.gz) = 61566 diff --git a/net-im/vicq/files/p5.8-patch-sigalrm b/net-im/vicq/files/p5.8-patch-sigalrm deleted file mode 100644 index ac7fd494b3f4..000000000000 --- a/net-im/vicq/files/p5.8-patch-sigalrm +++ /dev/null @@ -1,19 +0,0 @@ ---- vicq.orig Thu Jun 7 23:15:28 2007 -+++ vicq Thu Jun 7 23:16:41 2007 -@@ -20,6 +20,7 @@ - use Getopt::Std; - use Socket; - use POSIX qw(mktime getcwd); -+use POSIX ':signal_h'; - package main; - use locale; - #use Data::Dumper; -@@ -3347,7 +3348,7 @@ - if(!$err) - { - print "done!\n"; -- $SIG{ALRM} = \&tick_handler; -+ sigaction SIGALRM, new POSIX::SigAction \&tick_handler; - alarm 1; - return 0; - } else diff --git a/net-im/vicq/pkg-descr b/net-im/vicq/pkg-descr deleted file mode 100644 index 2b4ecef21b7d..000000000000 --- a/net-im/vicq/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -vICQ is a simple text-mode ICQ client written with look and feel of -micq in mind. Its features: PERL source code suitable for hacking -and scripting, text-only look & feel, and ICQ v7 protocol support. - -WWW: http://gonzo.kiev.ua/projects/vicq/ diff --git a/net-im/vicq/pkg-plist b/net-im/vicq/pkg-plist deleted file mode 100644 index 328a1adc517b..000000000000 --- a/net-im/vicq/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/vicq -%%SITE_PERL%%/Net/vICQ.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vICQ/.packlist -share/examples/vicq/vicqrc.example -@dirrm share/examples/vicq -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vICQ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrmtry %%SITE_PERL%%/Net |