diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
commit | 71dfde0760b13ea318c656ddead128dbe634597d (patch) | |
tree | 604a8dbb563a5add31be347304c3eef5aa78e2a5 /net-im | |
parent | af8341069438e68bbabd2ab98ad25e0876c4d400 (diff) | |
download | marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2 marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip |
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gossip/Makefile | 69 | ||||
-rw-r--r-- | net-im/gossip/distinfo | 2 | ||||
-rw-r--r-- | net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c | 10 | ||||
-rw-r--r-- | net-im/gossip/pkg-descr | 3 | ||||
-rw-r--r-- | net-im/gossip/pkg-plist | 151 | ||||
-rw-r--r-- | net-im/pino/Makefile | 47 | ||||
-rw-r--r-- | net-im/pino/distinfo | 2 | ||||
-rw-r--r-- | net-im/pino/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/pino/pkg-plist | 67 |
9 files changed, 0 insertions, 356 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile deleted file mode 100644 index cba4f0fd6..000000000 --- a/net-im/gossip/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: gossip -# Date created: 08 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gossip -PORTVERSION= 0.31 -PORTREVISION= 6 -CATEGORIES= net-im gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GTK2 Jabber Instant Messaging client - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - aspell.16:${PORTSDIR}/textproc/aspell -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -BROKEN= It does build with new libnotify 0.7.x -DEPRECATED= No longer maintain by upstream, use net-im/empathy instead -EXPIRATION_DATE=2011-08-01 - -USE_XORG= x11 xext ice xscrnsaver -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel gnomedocutils \ - libgnomeui -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-dbus=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gossip.schemas - -OPTIONS= NOTIFY "Enable libnotify support" on \ - TELEPATHY "Enable telepathy support" off \ - EBOOK "Enable Evolution integration" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+= --enable-libnotify=no -.endif - -.if defined(WITH_TELEPATHY) -LIB_DEPENDS+= telepathy.2:${PORTSDIR}/net-im/libtelepathy -CONFIGURE_ARGS+= --enable-telepathy=yes -.else -CONFIGURE_ARGS+= --enable-telepathy=no -.endif - -.if defined(WITH_EBOOK) -USE_GNOME+= evolutiondataserver -.else -CONFIGURE_ARGS+= --enable-ebook=no -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/gossip/distinfo b/net-im/gossip/distinfo deleted file mode 100644 index ac15fb1ce..000000000 --- a/net-im/gossip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gossip-0.31.tar.bz2) = ad2de7ab1700fe2368cc558137e4c17fd983a204894f2a911769709073e38510 -SIZE (gnome2/gossip-0.31.tar.bz2) = 1723001 diff --git a/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c b/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c deleted file mode 100644 index ef9d11783..000000000 --- a/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libloudermouth/lm-bs-listener.c.orig 2008-08-03 14:38:37.000000000 -0400 -+++ libloudermouth/lm-bs-listener.c 2008-08-03 14:38:50.000000000 -0400 -@@ -27,6 +27,7 @@ - #include <glib.h> - - #ifndef G_OS_WIN32 -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/tcp.h> - #endif /* G_OS_WIN32 */ diff --git a/net-im/gossip/pkg-descr b/net-im/gossip/pkg-descr deleted file mode 100644 index e35bf5d47..000000000 --- a/net-im/gossip/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gossip is a modern client for the Jabber Instant Messaging system. - -WWW: http://developer.imendio.com/projects/gossip/ diff --git a/net-im/gossip/pkg-plist b/net-im/gossip/pkg-plist deleted file mode 100644 index 2c79d086e..000000000 --- a/net-im/gossip/pkg-plist +++ /dev/null @@ -1,151 +0,0 @@ -bin/gossip -etc/sound/events/gossip.soundlist -libdata/bonobo/servers/GNOME_Peekaboo_Applet.server -libexec/peekaboo-applet -share/applications/gossip.desktop -share/gnome/help/gossip/C/figures/gossip-available.png -share/gnome/help/gossip/C/figures/gossip-away.png -share/gnome/help/gossip/C/figures/gossip-busy.png -share/gnome/help/gossip/C/figures/gossip-extended-away.png -share/gnome/help/gossip/C/figures/gossip-offline.png -share/gnome/help/gossip/C/figures/gossip-personal-details.png -share/gnome/help/gossip/C/figures/gossip-roster.png -share/gnome/help/gossip/C/gossip.xml -share/gnome/help/gossip/C/legal.xml -share/gnome/help/gossip/es/figures/gossip-available.png -share/gnome/help/gossip/es/figures/gossip-away.png -share/gnome/help/gossip/es/figures/gossip-busy.png -share/gnome/help/gossip/es/figures/gossip-extended-away.png -share/gnome/help/gossip/es/figures/gossip-offline.png -share/gnome/help/gossip/es/figures/gossip-personal-details.png -share/gnome/help/gossip/es/figures/gossip-roster.png -share/gnome/help/gossip/es/gossip.xml -share/gnome/help/gossip/fr/figures/gossip-available.png -share/gnome/help/gossip/fr/figures/gossip-away.png -share/gnome/help/gossip/fr/figures/gossip-busy.png -share/gnome/help/gossip/fr/figures/gossip-extended-away.png -share/gnome/help/gossip/fr/figures/gossip-offline.png -share/gnome/help/gossip/fr/figures/gossip-personal-details.png -share/gnome/help/gossip/fr/figures/gossip-roster.png -share/gnome/help/gossip/fr/gossip.xml -share/gnome/help/gossip/oc/figures/gossip-available.png -share/gnome/help/gossip/oc/figures/gossip-away.png -share/gnome/help/gossip/oc/figures/gossip-busy.png -share/gnome/help/gossip/oc/figures/gossip-extended-away.png -share/gnome/help/gossip/oc/figures/gossip-offline.png -share/gnome/help/gossip/oc/figures/gossip-personal-details.png -share/gnome/help/gossip/oc/figures/gossip-roster.png -share/gnome/help/gossip/oc/gossip.xml -share/gnome/help/gossip/sv/figures/gossip-available.png -share/gnome/help/gossip/sv/figures/gossip-away.png -share/gnome/help/gossip/sv/figures/gossip-busy.png -share/gnome/help/gossip/sv/figures/gossip-extended-away.png -share/gnome/help/gossip/sv/figures/gossip-offline.png -share/gnome/help/gossip/sv/figures/gossip-personal-details.png -share/gnome/help/gossip/sv/figures/gossip-roster.png -share/gnome/help/gossip/sv/gossip.xml -share/gossip/GNOME_Peekaboo_Applet.xml -share/gossip/chat.glade -share/gossip/file-transfer.glade -share/gossip/gossip-account.dtd -share/gossip/gossip-available.png -share/gossip/gossip-away.png -share/gossip/gossip-busy.png -share/gossip/gossip-chatroom.dtd -share/gossip/gossip-contact-groups.dtd -share/gossip/gossip-contact.dtd -share/gossip/gossip-extended-away.png -share/gossip/gossip-file-transfer.png -share/gossip/gossip-group-message.png -share/gossip/gossip-log.xsl -share/gossip/gossip-logo.png -share/gossip/gossip-mac-overlay-new-message.png -share/gossip/gossip-message.png -share/gossip/gossip-offline.png -share/gossip/gossip-pending.png -share/gossip/gossip-status-presets.dtd -share/gossip/gossip-typing.png -share/gossip/group-chat.glade -share/gossip/main.glade -share/gossip/vcard_16.png -share/gossip/vcard_48.png -share/omf/gossip/gossip-C.omf -share/omf/gossip/gossip-es.omf -share/omf/gossip/gossip-fr.omf -share/omf/gossip/gossip-oc.omf -share/omf/gossip/gossip-sv.omf -share/sounds/gossip/chat1.wav -share/sounds/gossip/chat2.wav -share/sounds/gossip/offline.wav -share/sounds/gossip/online.wav -share/sounds/gossip/send.wav -share/icons/hicolor/16x16/apps/gossip.png -share/icons/hicolor/22x22/apps/gossip.png -share/icons/hicolor/24x24/apps/gossip.png -share/icons/hicolor/32x32/apps/gossip.png -share/icons/hicolor/48x48/apps/gossip.png -share/icons/hicolor/scalable/apps/gossip.svg -share/locale/ar/LC_MESSAGES/gossip.mo -share/locale/az/LC_MESSAGES/gossip.mo -share/locale/bg/LC_MESSAGES/gossip.mo -share/locale/ca/LC_MESSAGES/gossip.mo -share/locale/cs/LC_MESSAGES/gossip.mo -share/locale/cy/LC_MESSAGES/gossip.mo -share/locale/da/LC_MESSAGES/gossip.mo -share/locale/de/LC_MESSAGES/gossip.mo -share/locale/dz/LC_MESSAGES/gossip.mo -share/locale/el/LC_MESSAGES/gossip.mo -share/locale/en_CA/LC_MESSAGES/gossip.mo -share/locale/en_GB/LC_MESSAGES/gossip.mo -share/locale/eo/LC_MESSAGES/gossip.mo -share/locale/es/LC_MESSAGES/gossip.mo -share/locale/eu/LC_MESSAGES/gossip.mo -share/locale/fi/LC_MESSAGES/gossip.mo -share/locale/fr/LC_MESSAGES/gossip.mo -share/locale/ga/LC_MESSAGES/gossip.mo -share/locale/he/LC_MESSAGES/gossip.mo -share/locale/hr/LC_MESSAGES/gossip.mo -share/locale/hu/LC_MESSAGES/gossip.mo -share/locale/it/LC_MESSAGES/gossip.mo -share/locale/lt/LC_MESSAGES/gossip.mo -share/locale/ml/LC_MESSAGES/gossip.mo -share/locale/ms/LC_MESSAGES/gossip.mo -share/locale/nb/LC_MESSAGES/gossip.mo -share/locale/ne/LC_MESSAGES/gossip.mo -share/locale/nl/LC_MESSAGES/gossip.mo -share/locale/oc/LC_MESSAGES/gossip.mo -share/locale/pl/LC_MESSAGES/gossip.mo -share/locale/pt/LC_MESSAGES/gossip.mo -share/locale/pt_BR/LC_MESSAGES/gossip.mo -share/locale/ru/LC_MESSAGES/gossip.mo -share/locale/sq/LC_MESSAGES/gossip.mo -share/locale/sr/LC_MESSAGES/gossip.mo -share/locale/sr@Latn/LC_MESSAGES/gossip.mo -share/locale/sv/LC_MESSAGES/gossip.mo -share/locale/tr/LC_MESSAGES/gossip.mo -share/locale/uk/LC_MESSAGES/gossip.mo -share/locale/vi/LC_MESSAGES/gossip.mo -share/locale/zh_CN/LC_MESSAGES/gossip.mo -share/locale/zh_HK/LC_MESSAGES/gossip.mo -share/locale/zh_TW/LC_MESSAGES/gossip.mo -@dirrm share/omf/gossip -@dirrm share/gnome/help/gossip/sv/figures -@dirrm share/gnome/help/gossip/sv -@dirrm share/gnome/help/gossip/oc/figures -@dirrm share/gnome/help/gossip/oc -@dirrm share/gnome/help/gossip/fr/figures -@dirrm share/gnome/help/gossip/fr -@dirrm share/gnome/help/gossip/es/figures -@dirrm share/gnome/help/gossip/es -@dirrm share/gnome/help/gossip/C/figures -@dirrm share/gnome/help/gossip/C -@dirrm share/gnome/help/gossip -@dirrm share/sounds/gossip -@dirrm share/gossip -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/applications diff --git a/net-im/pino/Makefile b/net-im/pino/Makefile deleted file mode 100644 index 776cca740..000000000 --- a/net-im/pino/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: pino -# Date created: 2010-03-14 -# Whom: Frank Steinborn <steinex@nognu.de> -# -# $FreeBSD$ -# - -PORTNAME= pino -PORTVERSION= 0.2.8 -PORTREVISION= 1 -CATEGORIES= net-im -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple and fast Twitter and Identi.ca client - -BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ - gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - notify.4:${PORTSDIR}/devel/libnotify \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 - -BROKEN= Doesn't build with vala-0.10 - -PROJECTHOST= pino-twitter -USE_GNOME= gnomehack intltool libxml2 gtk20 glib20 -USE_GETTEXT= yes -USE_PYTHON_BUILD= yes -USE_BZIP2= yes -INSTALLS_ICONS= yes - -post-patch: - @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ - ${WRKSRC}/indicator/pino - -do-configure: - @cd ${WRKSRC} && ./waf configure --prefix="${PREFIX}" - -do-build: - @cd ${WRKSRC} && ./waf build - -do-install: - @cd ${WRKSRC} && ./waf install - -.include <bsd.port.mk> diff --git a/net-im/pino/distinfo b/net-im/pino/distinfo deleted file mode 100644 index cb3775285..000000000 --- a/net-im/pino/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pino-0.2.8.tar.bz2) = 9f2795a2d6a999a3f5b32eadec0db73a2273af12c22f9183ce20962edbc6ff6e -SIZE (pino-0.2.8.tar.bz2) = 205613 diff --git a/net-im/pino/pkg-descr b/net-im/pino/pkg-descr deleted file mode 100644 index 026d186e7..000000000 --- a/net-im/pino/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Pino is a simple and fast Twitter and Identi.ca client using GTK2. -It is written in Vala language and compiled to the native binary -code. - -WWW: http://pino-app.appspot.com/ diff --git a/net-im/pino/pkg-plist b/net-im/pino/pkg-plist deleted file mode 100644 index 348394f60..000000000 --- a/net-im/pino/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/pino -share/applications/pino.desktop -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/README -share/icons/hicolor/scalable/apps/pino.svg -share/icons/hicolor/scalable/apps/pino_fresh.svg -share/indicators/messages/applications/pino -share/locale/ar/LC_MESSAGES/pino.mo -share/locale/cs/LC_MESSAGES/pino.mo -share/locale/de/LC_MESSAGES/pino.mo -share/locale/es/LC_MESSAGES/pino.mo -share/locale/fa/LC_MESSAGES/pino.mo -share/locale/fr/LC_MESSAGES/pino.mo -share/locale/gl/LC_MESSAGES/pino.mo -share/locale/hu/LC_MESSAGES/pino.mo -share/locale/it/LC_MESSAGES/pino.mo -share/locale/ko_KR/LC_MESSAGES/pino.mo -share/locale/lv/LC_MESSAGES/pino.mo -share/locale/nl/LC_MESSAGES/pino.mo -share/locale/pl/LC_MESSAGES/pino.mo -share/locale/pt/LC_MESSAGES/pino.mo -share/locale/pt_BR/LC_MESSAGES/pino.mo -share/locale/ru/LC_MESSAGES/pino.mo -share/locale/sr/LC_MESSAGES/pino.mo -share/locale/sv/LC_MESSAGES/pino.mo -share/locale/th/LC_MESSAGES/pino.mo -share/locale/uk/LC_MESSAGES/pino.mo -share/locale/zh_CN/LC_MESSAGES/pino.mo -share/locale/bn_IN/LC_MESSAGES/pino.mo -share/locale/en_GB/LC_MESSAGES/pino.mo -share/locale/mk/LC_MESSAGES/pino.mo -share/locale/ml/LC_MESSAGES/pino.mo -share/locale/pa/LC_MESSAGES/pino.mo -share/locale/te/LC_MESSAGES/pino.mo -share/locale/tr/LC_MESSAGES/pino.mo -share/locale/ja/LC_MESSAGES/pino.mo -share/locale/ro/LC_MESSAGES/pino.mo -%%DATADIR%%/icons/delete_status.png -%%DATADIR%%/icons/direct.svg -%%DATADIR%%/icons/direct_fresh.svg -%%DATADIR%%/icons/direct_reply.png -%%DATADIR%%/icons/favorite.png -%%DATADIR%%/icons/favorite_no.png -%%DATADIR%%/icons/mentions.svg -%%DATADIR%%/icons/mentions_fresh.svg -%%DATADIR%%/icons/progress.gif -%%DATADIR%%/icons/re_tweet.png -%%DATADIR%%/icons/reply.png -%%DATADIR%%/icons/timeline.svg -%%DATADIR%%/icons/timeline_fresh.svg -%%DATADIR%%/icons/userpic.svg -%%DATADIR%%/templates/main.tpl -%%DATADIR%%/templates/status.tpl -%%DATADIR%%/templates/status_direct.tpl -%%DATADIR%%/templates/status_me.tpl -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrmtry share/locale/ko_KR/LC_MESSAGES -@dirrmtry share/locale/ko_KR -@dirrmtry share/indicators/messages/applications -@dirrmtry share/indicators/messages -@dirrmtry share/indicators -@dirrmtry share/applications |