diff options
author | bapt <bapt@FreeBSD.org> | 2011-05-02 14:09:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-05-02 14:09:00 +0800 |
commit | bcd9bba838c20a6bf7aff4f9e00bac99f4d1a1ce (patch) | |
tree | 289585a5c076120ea9fb3af721392249455eb21c /net-im/jit | |
parent | f1f2a726373a03f76f6d333f7ad03ad5346f56c3 (diff) | |
download | freebsd-ports-gnome-bcd9bba838c20a6bf7aff4f9e00bac99f4d1a1ce.tar.gz freebsd-ports-gnome-bcd9bba838c20a6bf7aff4f9e00bac99f4d1a1ce.tar.zst freebsd-ports-gnome-bcd9bba838c20a6bf7aff4f9e00bac99f4d1a1ce.zip |
Remove unmaintained expired ports from net-im
2011-05-01 net-im/aim: Upstream disapear and distfile is no more available
2011-05-01 net-im/jit: Upstream disapear and distfile is no more available
2011-05-01 net-im/kf: Upstream disapear and distfile is no more available
Diffstat (limited to 'net-im/jit')
-rw-r--r-- | net-im/jit/Makefile | 42 | ||||
-rw-r--r-- | net-im/jit/distinfo | 2 | ||||
-rw-r--r-- | net-im/jit/files/jabber_jit.sh.in | 34 | ||||
-rw-r--r-- | net-im/jit/files/patch-configure | 13 | ||||
-rw-r--r-- | net-im/jit/files/patch-jit-jit-wp_client.cpp | 63 | ||||
-rw-r--r-- | net-im/jit/files/patch-jit::jabber-icq.example | 66 | ||||
-rw-r--r-- | net-im/jit/pkg-deinstall | 19 | ||||
-rw-r--r-- | net-im/jit/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/jit/pkg-install | 53 | ||||
-rw-r--r-- | net-im/jit/pkg-plist | 6 |
10 files changed, 0 insertions, 303 deletions
diff --git a/net-im/jit/Makefile b/net-im/jit/Makefile deleted file mode 100644 index 4645ea96feae..000000000000 --- a/net-im/jit/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: jit -# Date created: 20 July 2004 -# Whom: Alexander Timoshenko <gonzo@univ.kiev.ua> -# -# $FreeBSD$ -# - -PORTNAME= jit -PORTVERSION= 1.1.7 -PORTREVISION= 1 -CATEGORIES= net-im -MASTER_SITES= http://www.penza-gsm.ru/snake/xmpp/ -DIST_SUBDIR= jabber - -MAINTAINER= ports@FreeBSD.org -COMMENT= Jabber ICQ Transport - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_GMAKE= yes -USE_RC_SUBR= jabber_jit.sh -HAS_CONFIGURE= yes -CFLAGS+= -fPIC -MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/jit/jabber-icq.example - -do-install: - @${MKDIR} ${PREFIX}/lib/jabber/jit - @${INSTALL_DATA} ${WRKSRC}/jit/jit.so ${PREFIX}/lib/jabber/jit - @${INSTALL_DATA} ${WRKSRC}/xdb_file/xdb_file.so ${PREFIX}/lib/jabber/jit - @${INSTALL_PROGRAM} ${WRKSRC}/jabberd/jabberd-jit ${PREFIX}/sbin/jit - @${INSTALL_DATA} ${WRKSRC}/jit/jabber-icq.example ${PREFIX}/etc - -post-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/net-im/jit/distinfo b/net-im/jit/distinfo deleted file mode 100644 index 7a6eea618663..000000000000 --- a/net-im/jit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jabber/jit-1.1.7.tar.gz) = f0cebfaea38721ce3f6aad24940ad8826a052818f3c298b903f506c27d03df31 -SIZE (jabber/jit-1.1.7.tar.gz) = 277018 diff --git a/net-im/jit/files/jabber_jit.sh.in b/net-im/jit/files/jabber_jit.sh.in deleted file mode 100644 index 29b80ae52a59..000000000000 --- a/net-im/jit/files/jabber_jit.sh.in +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# -# Startup script for JIT ICQ transport. -# -# $FreeBSD$ -# - -# PROVIDE: jabber_jit -# REQUIRE: DAEMON - -# Define these jabber_jit_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/jabber_jit -# -# jabber_jit_enable : bool -# Enable the transport ("YES") or not ("NO", the default). -# - -. /etc/rc.subr - -name="jabber_jit" -rcvar=`set_rcvar` - -command="%%PREFIX%%/sbin/jit" -command_args="-c %%PREFIX%%/etc/jabber-icq.xml -d" -required_files="%%PREFIX%%/etc/jabber-icq.xml" - -load_rc_config "$name" - -: ${jabber_jit_enable="NO"} -: ${jabber_jit_user="jabber"} - -run_rc_command "$1" diff --git a/net-im/jit/files/patch-configure b/net-im/jit/files/patch-configure deleted file mode 100644 index 0638a435523e..000000000000 --- a/net-im/jit/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Mon Apr 25 14:41:07 2005 -+++ configure Mon Apr 25 14:42:05 2005 -@@ -60,8 +60,8 @@ - CFLAGS="$CFLAGS -I/usr/include -fPIC" - LIBS="$LIBS -ldl -lpthread";; - FreeBSD) -- CFLAGS="$CFLAGS -I/usr/local/include -I/usr/src/contrib/libstdc++ -D_THREAD_SAFE -DSUNOS" -- LIBS="$LIBS -pthread -lcompat -lc_r -L/usr/local/lib -liconv";; -+ CFLAGS="$CFLAGS -I/usr/local/include -I/usr/src/contrib/libstdc++ \${PTHREAD_CFLAGS} -DSUNOS" -+ LIBS="$LIBS \${PTHREAD_LIBS} -lcompat -L/usr/local/lib -liconv";; - OpenBSD) - CFLAGS="$CFLAGS -I/usr/local/include -I/usr/src/contrib/libstdc++ -D_THREAD_SAFE -DSUNOS" - LIBS="$LIBS -pthread -lcompat -lc_r -L/usr/local/lib -liconv";; diff --git a/net-im/jit/files/patch-jit-jit-wp_client.cpp b/net-im/jit/files/patch-jit-jit-wp_client.cpp deleted file mode 100644 index 9865ac18da53..000000000000 --- a/net-im/jit/files/patch-jit-jit-wp_client.cpp +++ /dev/null @@ -1,63 +0,0 @@ ---- jit/jit/wp_client.cpp.orig 2004-11-10 18:23:27.000000000 +0000 -+++ jit/jit/wp_client.cpp 2007-10-31 03:39:39.000000000 +0000 -@@ -152,22 +152,31 @@ - - switch(ev->getReason()){ - case DisconnectedEvent::FAILED_BADUSERNAME: -+ { - e = (terror){400,"Bad username"}; -+ } - break; - - case DisconnectedEvent::FAILED_TURBOING: -+ { - e = (terror){503,"Turboing, connect later"}; -+ } - break; - - case DisconnectedEvent::FAILED_BADPASSWORD: -+ { - e = (terror){400,"Bad (non mismatched) registration password"}; -+ } - break; - - case DisconnectedEvent::FAILED_MISMATCH_PASSWD: -+ { - e = (terror){401,"Password does not match"}; -+ } - break; - - case DisconnectedEvent::FAILED_DUALLOGIN: { -+ { - /* maybe we should explicitly notify due importance */ - char *body=LNG_DUAL_LOGIN; - -@@ -180,21 +189,28 @@ - it_deliver(sesja->ti,msg); - - e = (terror){409,"Dual login"}; -+ } - break; - } - - case DisconnectedEvent::FAILED_LOWLEVEL: -+ { - e = (terror){502,"Low level network error"}; -+ } - break; - - case DisconnectedEvent::REQUESTED: -+ { - log_debug(ZONE,"Disconnected on request"); - e = (terror){0,""}; -+ } - break; - - case DisconnectedEvent::FAILED_UNKNOWN: - default: -+ { - e = (terror){502,"Disconnected by unknown reason"}; -+ } - break; - } - diff --git a/net-im/jit/files/patch-jit::jabber-icq.example b/net-im/jit/files/patch-jit::jabber-icq.example deleted file mode 100644 index c6fb413e824a..000000000000 --- a/net-im/jit/files/patch-jit::jabber-icq.example +++ /dev/null @@ -1,66 +0,0 @@ ---- jit/jabber-icq.example.orig Mon Jan 19 23:30:03 2004 -+++ jit/jabber-icq.example Thu Feb 17 20:38:49 2005 -@@ -2,20 +2,20 @@ - - <!-- you can add elogger and rlogger entries here if - you don't want the main Jabber server do the -- logging -+ logging --> - <log id='elogger'> - <host/> - <logtype/> - <format>%d: [%t] (%h): %s</format> -- <file>icqerror</file> -+ <file>/var/log/jabber/icqerror</file> - </log> - - <log id='rlogger'> - <host/> - <logtype>record</logtype> - <format>%d %h %s</format> -- <file>icqrecord</file> -- </log> --> -+ <file>/var/log/jabber/icqrecord</file> -+ </log> - - <!-- Some Jabber server implementations do not - provide XDB services (for example jabberd 2.0). -@@ -23,16 +23,16 @@ - XDB requests. This is strongly recommended if - you use xdb_ldap, xdb_sql or other non-file XDB - implementations, too. -- See xdb_file directory for more information. -+ See xdb_file directory for more information. --> - <xdb id="xdb"> - <host/> - <load> -- <xdb_file>xdb_file/xdb_file.so</xdb_file> -+ <xdb_file>%%PREFIX%%/lib/jabber/jit/xdb_file.so</xdb_file> - </load> - <xdb_file xmlns="jabber:config:xdb_file"> -- <spool><jabberd:cmdline flag='s'>./spool</jabberd:cmdline></spool> -+ <spool><jabberd:cmdline flag='s'>/var/spool/jit</jabberd:cmdline></spool> - </xdb_file> -- </xdb> --> -+ </xdb> - - <!-- - localhost is your jabber host. -@@ -103,7 +103,7 @@ - <session_timeout>18000</session_timeout> - - <!-- Charset --> -- <charset>windows-1252</charset> -+ <charset>windows-1251</charset> - - <!-- You may want to replace login.icq.com by the corresponding - IPs to speed up JIT but keep in mind the IPs may change --> -@@ -115,7 +115,7 @@ - - <!-- JIT module --> - <load> -- <icqtrans>jit/jit.so</icqtrans> -+ <icqtrans>%%PREFIX%%/lib/jabber/jit/jit.so</icqtrans> - </load> - - </service> diff --git a/net-im/jit/pkg-deinstall b/net-im/jit/pkg-deinstall deleted file mode 100644 index fc6eddb5899c..000000000000 --- a/net-im/jit/pkg-deinstall +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=jabber - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete Jabber user permanently, use 'pw userdel ${USER}'" -fi - -if pw groupshow "${USER}" 2>/dev/null 1>&2; then - echo "To delete Jabber group permanently, use 'pw groupdel ${USER}'" -fi - -echo "If you wish to delete jit data files, remove '/var/spool/jit' directory." - -exit 0 diff --git a/net-im/jit/pkg-descr b/net-im/jit/pkg-descr deleted file mode 100644 index 506e6985f30f..000000000000 --- a/net-im/jit/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -JIT - Jabber ICQ Transport - is a working and stable Jabber -transport which provides interoperability between ICQ and -Jabber IM systems. - -WWW: http://jit.jabberstudio.org/ diff --git a/net-im/jit/pkg-install b/net-im/jit/pkg-install deleted file mode 100644 index ba7f0c0ca6fd..000000000000 --- a/net-im/jit/pkg-install +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -USER=jabber -GROUP=${USER} -UID=93 -GID=${UID} -SPOOLDIR="/var/spool/jit" -LOGDIR="/var/log/jabber" - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "Jabber Daemon"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -if [ ! -d ${SPOOLDIR} ]; then - echo "Creating \"${SPOOLDIR}\"." - mkdir -p ${SPOOLDIR} -fi - -if [ ! -d ${LOGDIR} ]; then - echo "Creating \"${LOGDIR}\"." - mkdir -p ${LOGDIR} -fi - - - -echo "Fixing ownerships and modes in \"${SPOOLDIR}\"." -chown -R ${USER}:${GROUP} ${SPOOLDIR} -chmod -R go= ${SPOOLDIR} - -echo "Fixing ownerships and modes in \"${LOGDIR}\"." -chown -R ${USER}:${GROUP} ${LOGDIR} -chmod -R go= ${LOGDIR} diff --git a/net-im/jit/pkg-plist b/net-im/jit/pkg-plist deleted file mode 100644 index 54bea6c285a4..000000000000 --- a/net-im/jit/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/jabber/jit/jit.so -lib/jabber/jit/xdb_file.so -sbin/jit -etc/jabber-icq.example -@dirrm lib/jabber/jit -@dirrmtry lib/jabber |