diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-07-04 20:48:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-07-04 20:48:23 +0000 |
commit | 19f31a471be151c3b37c2a53435168e9ee3e74cf (patch) | |
tree | 239999706f3f6d8d0babe480ab358d7675c96f78 /net-im | |
parent | 8c8c4d9eb88ee2827497807f6f0030ce52dae781 (diff) | |
download | ports-19f31a471be151c3b37c2a53435168e9ee3e74cf.tar.gz ports-19f31a471be151c3b37c2a53435168e9ee3e74cf.zip |
Notes
Diffstat (limited to 'net-im')
31 files changed, 0 insertions, 563 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index fab5fb970a54..a55de6f9d2ef 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -8,7 +8,6 @@ SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += chattahoochie - SUBDIR += cicquin SUBDIR += cjc SUBDIR += climm SUBDIR += coccinella @@ -32,7 +31,6 @@ SUBDIR += gloox SUBDIR += hotot SUBDIR += hs-haskell-xmpp - SUBDIR += icb SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += imspector @@ -112,11 +110,9 @@ SUBDIR += pidgin-hotkeys SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify - SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd SUBDIR += pidgin-privacy-please - SUBDIR += pidgin-rhythmbox SUBDIR += pidgin-sipe SUBDIR += pidgin-skype SUBDIR += pidgin-skypeweb diff --git a/net-im/cicquin/Makefile b/net-im/cicquin/Makefile deleted file mode 100644 index 5aa65730c2b0..000000000000 --- a/net-im/cicquin/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Peter Pentchev -# $FreeBSD$ - -PORTNAME= cicquin -PORTVERSION= 0.1 -CATEGORIES= net-im -#MASTER_SITES= LOCAL/roam/misc/cicquin \ -MASTER_SITES= \ - http://devel.ringlet.net/misc/cicquin/ \ - http://people.FreeBSD.org/~roam/misc/cicquin/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Look up users in the CenterICQ user database - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -PLIST_FILES= bin/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.mk> diff --git a/net-im/cicquin/distinfo b/net-im/cicquin/distinfo deleted file mode 100644 index f3c152fb1c7e..000000000000 --- a/net-im/cicquin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cicquin-0.1.tar.gz) = 7c2ae4a8e2b416845b08c6c2ef69d96a9ff62c0ca80454a5b07a5576bdcad032 -SIZE (cicquin-0.1.tar.gz) = 1910 diff --git a/net-im/cicquin/pkg-descr b/net-im/cicquin/pkg-descr deleted file mode 100644 index b0cd84f3ad7d..000000000000 --- a/net-im/cicquin/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The cicquin script trawls through the CenterICQ data directory, looking for -UIN's with the specified nickname. It should work with any reasonable Bourne -shell and any standard awk implementation. - -WWW: http://devel.ringlet.net/misc/cicquin/ diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile deleted file mode 100644 index 680e6eb4be0b..000000000000 --- a/net-im/icb/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: David O'Brien (obrien@NUXI.ucdavis.edu) -# $FreeBSD$ - -PORTNAME= icb -PORTVERSION= 5.1.0 -PORTREVISION= 4 -CATEGORIES= net-im tcl -#MASTER_SITES= http://www.obfuscation.org/icb/ -MASTER_SITES= http://fossies.org/linux/misc/old/ -DISTNAME= c${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Internet CB - a mostly-defunct chat client - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -USES= readline tk -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclinclude=${TCL_INCLUDEDIR} \ - --with-tcllib=${LOCALBASE}/lib - -PORTEXAMPLES= bartender confuse echofunctions sample.icbrc -PLIST_FILES= bin/icb %%DATADIR%%/icbserverdb - -OPTIONS_DEFINE= EXAMPLES - -.include <bsd.port.options.mk> - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${STAGEDIR}${DATADIR} -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for f in ${PORTEXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${STAGEDIR}${EXAMPLESDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-im/icb/distinfo b/net-im/icb/distinfo deleted file mode 100644 index 280c5a9a637c..000000000000 --- a/net-im/icb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cicb-5.1.0.tar.gz) = 2a047af6b2564efec8f724958ba84d22fd6b275b0d6ac09c0921c7727d11396f -SIZE (cicb-5.1.0.tar.gz) = 135176 diff --git a/net-im/icb/files/patch-icb__c_hush.c b/net-im/icb/files/patch-icb__c_hush.c deleted file mode 100644 index 958c0ccbd666..000000000000 --- a/net-im/icb/files/patch-icb__c_hush.c +++ /dev/null @@ -1,29 +0,0 @@ ---- icb/c_hush.c.orig -+++ icb/c_hush.c -@@ -23,7 +23,7 @@ - while (*nick == ' ' || *nick == '\t') nick++; - - if (*nick == '\0') { -- strcpy(TRET, "c_hush: can't hush a null nickname"); -+ strcpy(Tcl_GetStringResult(interp), "c_hush: can't hush a null nickname"); - return(-1); - } - -@@ -31,7 +31,7 @@ - *(nick + MAX_NICKLEN) = '\0'; - - if ((hp = strmakenode(strlen(nick))) == NULL) { -- strcpy(TRET, "c_hush: out of memory"); -+ strcpy(Tcl_GetStringResult(interp), "c_hush: out of memory"); - return(-1); - } - strcpy(hp->str, nick); -@@ -55,7 +55,7 @@ - STRLIST *s; - - if ((s = strgetnode(nick, hushhead, 1)) == NULL) { -- sprintf(TRET, "c_hush: %s is not being hushed", nick); -+ sprintf(Tcl_GetStringResult(interp), "c_hush: %s is not being hushed", nick); - return(-1); - } - sprintf(mbuf, diff --git a/net-im/icb/files/patch-icb__c_log.c b/net-im/icb/files/patch-icb__c_log.c deleted file mode 100644 index e6992aece038..000000000000 --- a/net-im/icb/files/patch-icb__c_log.c +++ /dev/null @@ -1,65 +0,0 @@ ---- icb/c_log.c.orig Sat May 11 23:59:42 2002 -+++ icb/c_log.c Sun May 12 00:00:20 2002 -@@ -7,6 +7,9 @@ - #include "icb.h" - #include "externs.h" - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif - #ifdef HAVE_TIME_H - #include <time.h> - #endif -@@ -30,7 +33,8 @@ - time_t time(); - struct tm *t, *localtime(); - time_t clock; -- extern int errno, sys_nerr; -+ extern int errno; -+ extern const int sys_nerr; - - /* determine pathname to use */ - if (path == NULL || *path == '\0') { -@@ -43,17 +47,17 @@ - /* expand a tilde style path */ - if (*path == '~') - if ((path = tildexpand(path)) == NULL) { -- strcpy(TRET, "c_log: bad login id in path"); -+ strcpy(Tcl_GetStringResult(interp), "c_log: bad login id in path"); - return(-1); - } - - /* open the session log */ - if ((logfp = fopen(path, "a")) == NULL) { - if (errno > sys_nerr) -- sprintf(TRET, -+ sprintf(Tcl_GetStringResult(interp), - "c_log: can't open \"%s\": errno %d", path, errno); - else -- sprintf(TRET, -+ sprintf(Tcl_GetStringResult(interp), - "c_log: can't open \"%s\": %s", path, strerror(errno)); - return(-1); - } -@@ -61,10 +65,10 @@ - /* protect the logfile against others */ - if (fchmod((int)(fileno(logfp)), 0600) != 0) { - if (errno > sys_nerr) -- sprintf(TRET, -+ sprintf(Tcl_GetStringResult(interp), - "c_log: can't fchmod \"%s\": errno %d", path, errno); - else -- sprintf(TRET, -+ sprintf(Tcl_GetStringResult(interp), - "c_log: can't fchmod \"%s\": %s", path, strerror(errno)); - fclose(logfp); - logfp = NULL; -@@ -146,7 +150,7 @@ - return(TCL_ERROR); - } else { - if (logging()) { -- sprintf(TRET, "c_log: session logging already on"); -+ sprintf(Tcl_GetStringResult(interp), "c_log: session logging already on"); - return(TCL_ERROR); - } else - if (startsessionlog(interp, argv[1]) < 0) diff --git a/net-im/icb/files/patch-icb__c_time.c b/net-im/icb/files/patch-icb__c_time.c deleted file mode 100644 index 1783bd1fcc45..000000000000 --- a/net-im/icb/files/patch-icb__c_time.c +++ /dev/null @@ -1,11 +0,0 @@ ---- icb/c_time.c.orig 2000-12-15 12:21:02.000000000 +0900 -+++ icb/c_time.c 2012-10-25 18:28:19.000000000 +0900 -@@ -4,7 +4,7 @@ - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif --#ifdef STRING_H -+#ifdef HAVE_STRING_H - #include <string.h> - #endif - #ifdef HAVE_TIME_H diff --git a/net-im/icb/files/patch-icb__c_usage.c b/net-im/icb/files/patch-icb__c_usage.c deleted file mode 100644 index f092b9df5ef3..000000000000 --- a/net-im/icb/files/patch-icb__c_usage.c +++ /dev/null @@ -1,13 +0,0 @@ ---- icb/c_usage.c.orig 2000-10-02 20:25:42.000000000 +0900 -+++ icb/c_usage.c 2012-10-25 18:29:43.000000000 +0900 -@@ -6,6 +6,10 @@ - #include "icb.h" - #include "externs.h" - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif -+ - int - c_usage (ARGV_TCL) - { diff --git a/net-im/icb/files/patch-icb__icb.h b/net-im/icb/files/patch-icb__icb.h deleted file mode 100644 index 5867fa4c90df..000000000000 --- a/net-im/icb/files/patch-icb__icb.h +++ /dev/null @@ -1,34 +0,0 @@ ---- icb/icb.h.orig Fri Dec 15 01:33:57 2006 -+++ icb/icb.h Fri Dec 15 01:34:21 2006 -@@ -129,15 +129,6 @@ - #endif - - --/* include function prototypes if ANSI compiler */ --/* otherwise, include file that shows return type for each function */ -- --#if defined __STDC__ || defined __GNUC__ --#include "protos.h" --#else --#include "funcs.h" --#endif -- - #define MAX_HOSTLEN 256 - #define MAX_PASSLEN 256 - -@@ -182,6 +173,15 @@ - ColPERSFROMHILITE, - ColTIMESTAMP - } colorlist; -+ -+/* include function prototypes if ANSI compiler */ -+/* otherwise, include file that shows return type for each function */ -+ -+#if defined __STDC__ || defined __GNUC__ -+#include "protos.h" -+#else -+#include "funcs.h" -+#endif - - - /* Returns an ANSI color sequence for 'primary', or for diff --git a/net-im/icb/files/patch-icb__main.c b/net-im/icb/files/patch-icb__main.c deleted file mode 100644 index 980a5445fefd..000000000000 --- a/net-im/icb/files/patch-icb__main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- icb/main.c.orig 2000-12-12 16:02:07.000000000 +0900 -+++ icb/main.c 2012-10-25 18:18:39.000000000 +0900 -@@ -279,7 +279,7 @@ - #endif - readlineinit(); - if (restrictflg && !gv.restricted) -- restrict(); -+ icb_restrict(); - } - - /* try to connect to port - if it fails, start server if we are on */ diff --git a/net-im/icb/files/patch-icb__oset.c b/net-im/icb/files/patch-icb__oset.c deleted file mode 100644 index 0b6ac775ca2e..000000000000 --- a/net-im/icb/files/patch-icb__oset.c +++ /dev/null @@ -1,64 +0,0 @@ ---- icb/oset.c.orig 2000-12-15 12:21:03.000000000 +0900 -+++ icb/oset.c 2012-10-25 18:15:16.000000000 +0900 -@@ -61,7 +61,7 @@ - - - void --restrict(void) -+icb_restrict(void) - { - gv.restricted = 1; - tclrestrict(); -@@ -91,7 +91,7 @@ - if (gv.restricted) - TRETURNERR("oset: restricted mode can't be reset") - else { -- restrict(); -+ icb_restrict(); - return(TCL_OK); - } - } -@@ -109,7 +109,7 @@ - } - - if (vars[x].name == NULL) { -- sprintf(TRET, "oset: no such variable \"%s\"", argv[1]); -+ sprintf(Tcl_GetStringResult(interp), "oset: no such variable \"%s\"", argv[1]); - return(TCL_ERROR); - } - -@@ -278,7 +278,7 @@ - } - - if (vars[x].name == NULL) { -- sprintf(TRET, "ounset: no such variable \"%s\"", argv[1]); -+ sprintf(Tcl_GetStringResult(interp), "ounset: no such variable \"%s\"", argv[1]); - return(TCL_ERROR); - } - -@@ -310,7 +310,7 @@ - case V_NONNEG: - tmp = atoi(s); - if (tmp < 0) { -- strcpy(TRET, "oset: only non-negative values allowed"); -+ strcpy(Tcl_GetStringResult(interp), "oset: only non-negative values allowed"); - return(-1); - } - memcpy (address, &tmp, sizeof(int)); -@@ -331,14 +331,14 @@ - *i_addr = (int)0; - } - else { -- strcpy(TRET, "oset: only boolean values allowed"); -+ strcpy(Tcl_GetStringResult(interp), "oset: only boolean values allowed"); - return(-1); - } - break; - case V_STRING: - tmp = strlen(s) + 1; - if ((p = malloc(tmp)) == NULL) { -- strcpy(TRET, "oset: not enough memory to set string"); -+ strcpy(Tcl_GetStringResult(interp), "oset: not enough memory to set string"); - return(-1); - } - memcpy (p, s, tmp); diff --git a/net-im/icb/files/patch-icb__parse.c b/net-im/icb/files/patch-icb__parse.c deleted file mode 100644 index 08f35c067e11..000000000000 --- a/net-im/icb/files/patch-icb__parse.c +++ /dev/null @@ -1,32 +0,0 @@ ---- icb/parse.c.orig 2000-12-15 13:29:18.000000000 +0900 -+++ icb/parse.c 2012-10-25 18:30:39.000000000 +0900 -@@ -6,6 +6,10 @@ - #include "icb.h" - #include "externs.h" - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif -+ - extern Tcl_Interp *interp; - char *nextword(); - -@@ -78,14 +82,14 @@ - - /* Print the tcl result. */ - if (result == TCL_OK) { -- if (*interp->result != 0) -- putl(interp->result, PL_SL); -+ if (Tcl_GetStringResult(interp) != 0) -+ putl(Tcl_GetStringResult(interp), PL_SL); - } else { -- if (interp->result) { -+ if (Tcl_GetStringResult(interp)) { - sprintf(mbuf, - "%s[=Error=] %s%s", - printcolor(ColERROR, ColSANE), -- interp->result, -+ Tcl_GetStringResult(interp), - printcolor(ColSANE, ColSANE)); - putl(mbuf, PL_SL); - } else { diff --git a/net-im/icb/files/patch-icb__protos.h b/net-im/icb/files/patch-icb__protos.h deleted file mode 100644 index d7f2b84d17b4..000000000000 --- a/net-im/icb/files/patch-icb__protos.h +++ /dev/null @@ -1,11 +0,0 @@ ---- icb/protos.h.orig 2000-12-15 12:21:04.000000000 +0900 -+++ icb/protos.h 2012-10-25 18:14:24.000000000 +0900 -@@ -171,7 +171,7 @@ - void readlineinit (void); - - /* oset.c */ --void restrict (void); -+void icb_restrict (void); - - /* send.c */ - void send_command (char* cmd, char* arg); diff --git a/net-im/icb/files/patch-icb__s_admin.c b/net-im/icb/files/patch-icb__s_admin.c deleted file mode 100644 index b341134d141e..000000000000 --- a/net-im/icb/files/patch-icb__s_admin.c +++ /dev/null @@ -1,13 +0,0 @@ ---- icb/s_admin.c.orig 2000-10-02 20:25:49.000000000 +0900 -+++ icb/s_admin.c 2012-10-25 18:31:57.000000000 +0900 -@@ -6,6 +6,10 @@ - #include "icb.h" - #include "externs.h" - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif -+ - int - s_admin (ARGV_TCL) - { diff --git a/net-im/icb/files/patch-icb__s_group.c b/net-im/icb/files/patch-icb__s_group.c deleted file mode 100644 index ba94353ac2ec..000000000000 --- a/net-im/icb/files/patch-icb__s_group.c +++ /dev/null @@ -1,13 +0,0 @@ ---- icb/s_group.c.orig 2000-10-02 20:25:51.000000000 +0900 -+++ icb/s_group.c 2012-10-25 18:32:57.000000000 +0900 -@@ -6,6 +6,10 @@ - #include "icb.h" - #include "externs.h" - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif -+ - int - s_group (ARGV_TCL) - { diff --git a/net-im/icb/files/patch-icb__s_user.c b/net-im/icb/files/patch-icb__s_user.c deleted file mode 100644 index 4959da30bed0..000000000000 --- a/net-im/icb/files/patch-icb__s_user.c +++ /dev/null @@ -1,13 +0,0 @@ ---- icb/s_user.c.orig 2000-10-02 20:25:52.000000000 +0900 -+++ icb/s_user.c 2012-10-25 18:33:46.000000000 +0900 -@@ -6,6 +6,10 @@ - #include "icb.h" - #include "externs.h" - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif -+ - int - s_user (ARGV_TCL) - { diff --git a/net-im/icb/files/patch-icb__s_who.c b/net-im/icb/files/patch-icb__s_who.c deleted file mode 100644 index 7d8c3523edcf..000000000000 --- a/net-im/icb/files/patch-icb__s_who.c +++ /dev/null @@ -1,13 +0,0 @@ ---- icb/s_who.c.orig 2000-10-02 20:25:53.000000000 +0900 -+++ icb/s_who.c 2012-10-25 18:34:37.000000000 +0900 -@@ -6,6 +6,10 @@ - #include "icb.h" - #include "externs.h" - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif -+ - int - s_who (ARGV_TCL) - { diff --git a/net-im/icb/files/patch-icb__serverlist.c b/net-im/icb/files/patch-icb__serverlist.c deleted file mode 100644 index 37522c790682..000000000000 --- a/net-im/icb/files/patch-icb__serverlist.c +++ /dev/null @@ -1,12 +0,0 @@ ---- icb/serverlist.c.orig 2000-10-03 03:38:45.000000000 +0900 -+++ icb/serverlist.c 2012-10-25 18:39:06.000000000 +0900 -@@ -6,6 +6,9 @@ - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif - #ifdef HAVE_CTYPE_H - #include <ctype.h> - #endif diff --git a/net-im/icb/files/patch-icb__strccmp.c b/net-im/icb/files/patch-icb__strccmp.c deleted file mode 100644 index b68e9f210bcd..000000000000 --- a/net-im/icb/files/patch-icb__strccmp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- icb/strccmp.c.orig Sat Jun 12 23:08:33 2004 -+++ icb/strccmp.c Sat Jun 12 23:23:48 2004 -@@ -237,7 +237,7 @@ - if (a == '\0') - return 0; - --shloop: } -+shloop:; } - while (cm[a] != cm[b]); - - diff --git a/net-im/icb/files/patch-icb__tcl.c b/net-im/icb/files/patch-icb__tcl.c deleted file mode 100644 index 69a035eb5e7f..000000000000 --- a/net-im/icb/files/patch-icb__tcl.c +++ /dev/null @@ -1,23 +0,0 @@ ---- icb/tcl.c.orig 2000-10-02 20:25:55.000000000 +0900 -+++ icb/tcl.c 2012-10-25 18:22:17.000000000 +0900 -@@ -3,6 +3,9 @@ - /* TCL interface */ - #include "config.h" - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif -@@ -70,8 +73,8 @@ - for (x = 0; defprocs[x] != 0; x++) - if (Tcl_Eval(interp, defprocs[x]) != TCL_OK) { - printf("Default binding failed: %s\r\n", defprocs[x]); -- if (*interp->result != 0) -- puts(interp->result); -+ if (Tcl_GetStringResult(interp) != 0) -+ puts(Tcl_GetStringResult(interp)); - } - - } diff --git a/net-im/icb/files/patch-murgil__getrname.c b/net-im/icb/files/patch-murgil__getrname.c deleted file mode 100644 index b43e53734f7b..000000000000 --- a/net-im/icb/files/patch-murgil__getrname.c +++ /dev/null @@ -1,11 +0,0 @@ ---- murgil/getrname.c.orig 2000-10-02 20:25:59.000000000 +0900 -+++ murgil/getrname.c 2012-10-25 18:25:58.000000000 +0900 -@@ -27,7 +27,7 @@ - { - struct hostent *host; - struct sockaddr_in rs; -- int rs_size = sizeof(rs); -+ socklen_t rs_size = sizeof(rs); - /* temporary hack */ - char *debug_c; - long debug_l, inet_addr(); diff --git a/net-im/icb/pkg-descr b/net-im/icb/pkg-descr deleted file mode 100644 index 65d7b8e49e6e..000000000000 --- a/net-im/icb/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a chat client similar to irc, but for the icb protocol. -It is a much lighter weight client than IRC in terms of gaudyness, childish -features, and bots. - -All-in-all, what it would be nice for IRC to be. - -WWW: http://www.obfuscation.org/icb/ diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile deleted file mode 100644 index 0dc57bef9d2f..000000000000 --- a/net-im/pidgin-manualsize/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Joseph S. Atkinson <jsatkinson@embarqmail.com> -# $FreeBSD$ - -PORTNAME= manualsize -PORTVERSION= 0.7 -PORTREVISION= 4 -CATEGORIES= net-im -MASTER_SITES= http://issv.org.ru/oss/ \ - http://wickedmachine.net/~jsa/FreeBSD/distfiles/ -PKGNAMEPREFIX= pidgin- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Plugin to allow manual resizing of Pidgin's message input area - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin -RUN_DEPENDS= pidgin:net-im/pidgin - -MAKEFILE= makefile - -PLIST_FILES= lib/pidgin/manualsize.so - -USES= pkgconfig tar:bzip2 -ALL_TARGET= manualsize.so - -post-patch: - @${REINPLACE_CMD} 's/gcc/$$(CC)/' ${WRKSRC}/makefile - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin - ${INSTALL_LIB} ${WRKSRC}/manualsize.so ${STAGEDIR}${PREFIX}/lib/pidgin - -.include <bsd.port.mk> diff --git a/net-im/pidgin-manualsize/distinfo b/net-im/pidgin-manualsize/distinfo deleted file mode 100644 index f7f88ea93063..000000000000 --- a/net-im/pidgin-manualsize/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pidgin-manualsize-0.7.tar.bz2) = 8cfc75eb564acb7d37cec46a688d07018a1097abdb9123563fe3e70e4c98be4b -SIZE (pidgin-manualsize-0.7.tar.bz2) = 4182 diff --git a/net-im/pidgin-manualsize/pkg-descr b/net-im/pidgin-manualsize/pkg-descr deleted file mode 100644 index 18a7109b2b8f..000000000000 --- a/net-im/pidgin-manualsize/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is Artemy Kapitula's manualsize plugin. This plugin restores the ability -for users to resize the text input area of the message window. This -functionality was the default behaviour in Pidgin prior to version 2.4. - -WWW: http://issv.org.ru/ diff --git a/net-im/pidgin-rhythmbox/Makefile b/net-im/pidgin-rhythmbox/Makefile deleted file mode 100644 index 08c3c078229e..000000000000 --- a/net-im/pidgin-rhythmbox/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Yuri Pankov <yuri@darklight.org.ru> -# $FreeBSD$ - -PORTNAME= pidgin-rhythmbox -PORTVERSION= 2.0 -PORTREVISION= 9 -CATEGORIES= net-im audio -MASTER_SITES= http://jon.oberheide.org/pidgin-rhythmbox/downloads/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Plugin to update your status with info from Rhythmbox - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -BUILD_DEPENDS= pidgin:net-im/pidgin -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -RUN_DEPENDS= pidgin:net-im/pidgin \ - rhythmbox:audio/rhythmbox - -USES= gmake libtool pkgconfig -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - -PLIST_FILES= lib/pidgin/pidgin-rhythmbox.so - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ - -e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \ - -e 's#-g -g3 -O2##' - -.include <bsd.port.mk> diff --git a/net-im/pidgin-rhythmbox/distinfo b/net-im/pidgin-rhythmbox/distinfo deleted file mode 100644 index df54b32f427f..000000000000 --- a/net-im/pidgin-rhythmbox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pidgin-rhythmbox-2.0.tar.gz) = 9fc4b43d8a353e2c4e7e219b34ae5fb23a3a0dd10b10446c4e75acab9bc5d460 -SIZE (pidgin-rhythmbox-2.0.tar.gz) = 320758 diff --git a/net-im/pidgin-rhythmbox/files/patch-src__pidgin-rhythmbox.c b/net-im/pidgin-rhythmbox/files/patch-src__pidgin-rhythmbox.c deleted file mode 100644 index 4a059deca49a..000000000000 --- a/net-im/pidgin-rhythmbox/files/patch-src__pidgin-rhythmbox.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/pidgin-rhythmbox.c.orig 2007-06-28 14:14:13.000000000 +0400 -+++ ./src/pidgin-rhythmbox.c 2007-06-28 14:14:22.000000000 +0400 -@@ -26,7 +26,7 @@ - #include <string.h> - #include <glib.h> - #include <dbus/dbus.h> --#include <dbus/dbus-glib.h> -+#include <dbus/dbus-glib-lowlevel.h> - - #include "gtkplugin.h" - #include "util.h" diff --git a/net-im/pidgin-rhythmbox/pkg-descr b/net-im/pidgin-rhythmbox/pkg-descr deleted file mode 100644 index c10b4ede7f33..000000000000 --- a/net-im/pidgin-rhythmbox/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Pidgin-Rhythmbox plugin will automatically update your Pidgin user info and -status message with the currently playing music in Rhythmbox. If the artist and -title are known, it will also attempt to create a link to the song's lyrics by -using Google's "I'm Feeling Lucky" feature. - -WWW: http://jon.oberheide.org/projects/pidgin-rhythmbox/ |