aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-09-23 21:25:21 +0800
committerbapt <bapt@FreeBSD.org>2011-09-23 21:25:21 +0800
commit774d07d800b4f61d41f8c0f8d7f8623523cae6b0 (patch)
tree8e644013f00e2810dfadaf9b111ba2f49933e607 /net-im
parentb50133017c4b8fae01e89a5d7d30e6c8f01b3469 (diff)
downloadfreebsd-ports-gnome-774d07d800b4f61d41f8c0f8d7f8623523cae6b0.tar.gz
freebsd-ports-gnome-774d07d800b4f61d41f8c0f8d7f8623523cae6b0.tar.zst
freebsd-ports-gnome-774d07d800b4f61d41f8c0f8d7f8623523cae6b0.zip
2011-09-23 devel/libnotifymm: Doesn't build and isn't used by anything.
2011-09-11 games/abuse: BROKEN after games/abuse_sdl update 2011-09-01 security/donkey: No more public distfiles 2011-09-01 graphics/moth: No more public distfiles 2011-09-01 net-mgmt/aguri: No more public distfiles 2011-09-01 games/senso: No more public distfiles 2011-09-01 net-im/jabber-users-agent: No more public distfiles 2011-09-01 games/cchess: No more public distfiles
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/jabber-users-agent/Makefile57
-rw-r--r--net-im/jabber-users-agent/distinfo2
-rw-r--r--net-im/jabber-users-agent/files/jabber-users-agent.sh.in37
-rw-r--r--net-im/jabber-users-agent/files/patch-config.xml13
-rw-r--r--net-im/jabber-users-agent/files/patch-users-agent57
-rw-r--r--net-im/jabber-users-agent/files/pkg-message.in9
-rw-r--r--net-im/jabber-users-agent/pkg-descr4
-rw-r--r--net-im/jabber-users-agent/pkg-plist8
9 files changed, 0 insertions, 188 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 06de65d40fa9..232024eb3a91 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -52,7 +52,6 @@
SUBDIR += jabber-pyaim
SUBDIR += jabber-pyicq
SUBDIR += jabber-pymsn
- SUBDIR += jabber-users-agent
SUBDIR += jabber.el
SUBDIR += jabberd
SUBDIR += jarl
diff --git a/net-im/jabber-users-agent/Makefile b/net-im/jabber-users-agent/Makefile
deleted file mode 100644
index 4dcd5d5ffbe4..000000000000
--- a/net-im/jabber-users-agent/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: jabber-users-agent
-# Date created: 2005-06-07
-# Whom: Renato Botelho <freebsd@galle.com.br>
-#
-# $FreeBSD$
-#
-
-PORTNAME= users-agent
-PORTVERSION= 1.2
-CATEGORIES= net-im
-MASTER_SITES= http://jabberstudio.rediris.es/users-agent/ \
- http://freebsd.unixfreunde.de/sources/
-PKGNAMEPREFIX= jabber-
-DISTNAME= Users-Agent-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Perl based Jabber User Directory
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-BROKEN= Does not fetch
-
-NO_BUILD= yes
-STRIP=
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-INST_DIR= ${PREFIX}/lib/jabber/${PORTNAME}
-PORTDOCS= README INSTALL
-USE_PERL5= yes
-USE_RC_SUBR= jabber-users-agent.sh
-SUB_LIST+= PERL=${PERL}
-
-BUILD_DEPENDS+= ${SITE_PERL}/Net/Jabber.pm:${PORTSDIR}/net-im/p5-Net-Jabber \
- ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${PERL} -pi -e 's|config.xml|${PREFIX}/etc/jabber-users-agent.xml|g' \
- ${WRKSRC}/users-agent
- @${PERL} -pi -e 's|%%PERL%%|${PERL}|g' ${WRKSRC}/users-agent
-
-do-install:
- ${MKDIR} ${INST_DIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKSRC}/createDB ${INST_DIR}
-
-.if !exists(${PREFIX}/etc/jabber-users-agent.xml)
- ${INSTALL_DATA} ${WRKSRC}/config.xml ${PREFIX}/etc/jabber-users-agent.xml
-.endif
- ${INSTALL_DATA} ${WRKSRC}/config.xml ${PREFIX}/etc/jabber-users-agent.xml.sample
-
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S!^!${WRKSRC}/!} ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net-im/jabber-users-agent/distinfo b/net-im/jabber-users-agent/distinfo
deleted file mode 100644
index a53c28754c6e..000000000000
--- a/net-im/jabber-users-agent/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Users-Agent-1.2.tar.gz) = ed7eaf46bff803446e3e4c5ce80fc3bb1979a59cb30aef5b9afa9a9c355c39d7
-SIZE (Users-Agent-1.2.tar.gz) = 7871
diff --git a/net-im/jabber-users-agent/files/jabber-users-agent.sh.in b/net-im/jabber-users-agent/files/jabber-users-agent.sh.in
deleted file mode 100644
index 44e2a5673829..000000000000
--- a/net-im/jabber-users-agent/files/jabber-users-agent.sh.in
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-
-# Start or stop jabber-users-agent
-# $FreeBSD$
-
-# PROVIDE: jabber_users_agent
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-#
-# Define these jabber_users_agent_* variables in one of these files:
-# /etc/rc.conf
-# /etc/rc.conf.local
-#
-# DO NOT CHANGE THESE DEFAULT VALUES HERE
-#
-jabber_users_agent_dir=${jabberd_users_agent_dir-"%%PREFIX%%/lib/jabber/users-agent"}
-jabber_users_agent_enable=${jabberd_users_agent_enable-"NO"}
-
-. /etc/rc.subr
-
-name="jabber_users_agent"
-rcvar=`set_rcvar`
-command_interpreter="%%PERL%%"
-command="${jabber_users_agent_dir}/users-agent"
-command_args="&"
-
-pidfile="/var/jabberd/pid/users-agent.pid"
-
-load_rc_config $name
-stop_postcmd="jabber_users_agent_stop_post"
-
-jabber_users_agent_stop_post () {
- rm -f ${pidfile}
-}
-
-run_rc_command "$1"
diff --git a/net-im/jabber-users-agent/files/patch-config.xml b/net-im/jabber-users-agent/files/patch-config.xml
deleted file mode 100644
index dd30bcf8c6b9..000000000000
--- a/net-im/jabber-users-agent/files/patch-config.xml
+++ /dev/null
@@ -1,13 +0,0 @@
---- config.xml.orig Thu Jun 9 07:25:05 2005
-+++ config.xml Thu Jun 9 07:33:13 2005
-@@ -10,6 +10,10 @@
- </component>
- <mysql>
- <dbname>JUD</dbname>
-+ <!--
-+ <host>mysql.remote.server</host>
-+ <port>3306</port>
-+ -->
- <username>someone</username>
- <password>something</password>
- <limit>250</limit>
diff --git a/net-im/jabber-users-agent/files/patch-users-agent b/net-im/jabber-users-agent/files/patch-users-agent
deleted file mode 100644
index 3c7de0aa7eaa..000000000000
--- a/net-im/jabber-users-agent/files/patch-users-agent
+++ /dev/null
@@ -1,57 +0,0 @@
---- users-agent.orig Mon Sep 6 23:05:32 2004
-+++ users-agent Mon Jun 13 09:19:06 2005
-@@ -1,9 +1,4 @@
--#!/bin/sh
--#-*-Perl-*-
--
--exec perl -x $0 "$@";
--
--#!perl
-+#!%%PERL%%
-
- ##############################################################################
- #
-@@ -29,7 +24,7 @@
-
- my %optctl = ();
- $optctl{debug} = 0;
--$optctl{config} = "config.xml";
-+$optctl{config} = "/usr/local/etc/jabber-users-agent.xml";
- &GetOptions(\%optctl, "debug=i","config=s");
-
- if (!(-f $optctl{config}))
-@@ -39,6 +34,10 @@
- exit(1);
- }
-
-+open(PIDFILE,">/var/jabberd/pid/users-agent.pid");
-+ print PIDFILE "$$";
-+close(PIDFILE);
-+
- my $Debug = new Net::Jabber::Debug(level=>$optctl{debug},
- header=>"Users-Agent");
-
-@@ -119,8 +118,13 @@
- ##############################################################################
- &readConfigXML();
-
-+my $data_source = "DBI:mysql:database=".$config{mysql}->{dbname};
-+
-+if ($config{mysql}->{host} ne '') {
-+ $data_source .= ";host=".$config{mysql}->{host}.";port=".($config{mysql}->{port} eq '' ? '3306' : $config{mysql}->{port});
-+}
-
--my $dbh = DBI->connect("DBI:mysql:database=".$config{mysql}->{dbname},$config{mysql}->{username},$config{mysql}->{password});
-+my $dbh = DBI->connect($data_source,$config{mysql}->{username},$config{mysql}->{password});
- #$dbh->trace(2) if (($optctl{debug} > 0) && defined($dbh));
-
- ##############################################################################
-@@ -174,7 +178,7 @@
-
- ##############################################################################
- #
--# readConfigXML - read the config.xml file, parse it, and set config hash
-+# readConfigXML - read the /usr/local/etc/jabber-users-agent.xml file, parse it, and set config hash
- # with the proper settings.
- #
- ##############################################################################
diff --git a/net-im/jabber-users-agent/files/pkg-message.in b/net-im/jabber-users-agent/files/pkg-message.in
deleted file mode 100644
index b3057d262a18..000000000000
--- a/net-im/jabber-users-agent/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-ATTENTION:
-
-Before start to use this, you need to create a MySQL database. You
-can use a script to help you, this script is installed as
-%%PREFIX%%/lib/jabber/users-agent/createDB. You will find instructions
-to use it on %%DOCSDIR%%/INSTALL.
-
-After create the database, configure host, username and password
-to access it on %%PREFIX%%/etc/jabber-users-agent.xml.
diff --git a/net-im/jabber-users-agent/pkg-descr b/net-im/jabber-users-agent/pkg-descr
deleted file mode 100644
index 95d3d73c3267..000000000000
--- a/net-im/jabber-users-agent/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A Perl based Jabber User Directory. Currently the
-one running on users.jabber.org.
-
-WWW: http://jabberstudio.org/projects/users-agent/project/view.php
diff --git a/net-im/jabber-users-agent/pkg-plist b/net-im/jabber-users-agent/pkg-plist
deleted file mode 100644
index 68b7279ddd30..000000000000
--- a/net-im/jabber-users-agent/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $FreeBSD$
-lib/jabber/users-agent/createDB
-lib/jabber/users-agent/users-agent
-@dirrm lib/jabber/users-agent
-@dirrmtry lib/jabber
-@unexec if cmp -s %D/etc/jabber-users-agent.xml %D/etc/jabber-users-agent.xml.sample; then rm -f %D/etc/jabber-users-agent.xml; fi
-etc/jabber-users-agent.xml.sample
-@exec [ -f %B/jabber-users-agent.xml ] || cp %B/%f %B/jabber-users-agent.xml