mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Remove expired port:
2014-05-30 net-im/vicq: Unmaintained, outdated not depend on
This commit is contained in:
parent
8258a9ecd3
commit
907a625474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355810
1
MOVED
1
MOVED
@ -6119,3 +6119,4 @@ devel/libgconf-java||2014-05-27|Has expired: Unmaintained, outdated not depend o
|
||||
x11/libgnome-java||2014-05-27|Has expired: Unmaintained, outdated not depend on
|
||||
security/calife-devel||2014-05-28|Replaced by security/calife
|
||||
sysutils/synergy-devel||2014-05-30|Replaced by sysutils/synergy
|
||||
net-im/vicq||2014-05-30|Has expired: Unmaintained, outdated not depend on
|
||||
|
@ -172,7 +172,6 @@
|
||||
SUBDIR += twitmail
|
||||
SUBDIR += vacuum-im
|
||||
SUBDIR += venom
|
||||
SUBDIR += vicq
|
||||
SUBDIR += vqcc-gtk
|
||||
SUBDIR += yoono
|
||||
SUBDIR += ysm
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (vicq-0.4.2.tar.gz) = 7411442acb5449ae942ad332081da271cba995750173ad4928d46af16c106b3d
|
||||
SIZE (vicq-0.4.2.tar.gz) = 61566
|
@ -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
|
@ -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/
|
@ -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
|
Loading…
Reference in New Issue
Block a user