aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-06-25 17:23:47 +0800
committermiwi <miwi@FreeBSD.org>2011-06-25 17:23:47 +0800
commit45a4fd11dacd2dcda2ed97fed598a7536643642a (patch)
tree1dcda83ad3b16dd1de68a23455d31dcdcb6e4bf3 /irc
parent57e1dae2118950de76fa4d294833a9fe08060a6c (diff)
downloadfreebsd-ports-gnome-45a4fd11dacd2dcda2ed97fed598a7536643642a.tar.gz
freebsd-ports-gnome-45a4fd11dacd2dcda2ed97fed598a7536643642a.tar.zst
freebsd-ports-gnome-45a4fd11dacd2dcda2ed97fed598a7536643642a.zip
Bye Bye
2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available 2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released 2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available 2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now 2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/gdesklets-irc/Makefile53
-rw-r--r--irc/gdesklets-irc/distinfo2
-rw-r--r--irc/gdesklets-irc/files/pkg-message.in13
-rw-r--r--irc/gdesklets-irc/pkg-descr13
-rw-r--r--irc/gdesklets-irc/pkg-plist26
6 files changed, 0 insertions, 108 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 39f051016d63..3942c229609d 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -25,7 +25,6 @@
SUBDIR += evangeline
SUBDIR += ezbounce
SUBDIR += fisg
- SUBDIR += gdesklets-irc
SUBDIR += gruftistats
SUBDIR += gseen.mod
SUBDIR += hybserv
diff --git a/irc/gdesklets-irc/Makefile b/irc/gdesklets-irc/Makefile
deleted file mode 100644
index 52529b45108f..000000000000
--- a/irc/gdesklets-irc/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: gdesklets-irc
-# Date created: 6 May 2004
-# Whom: Hye-Shik Chang
-#
-# $FreeBSD$
-#
-
-PORTNAME= irc
-PORTVERSION= 1.2
-PORTREVISION= 9
-CATEGORIES= irc gnome deskutils
-MASTER_SITES= http://gdesklets.gnomedesktop.org/files/
-PKGNAMEPREFIX= gdesklets-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An IRC display and sensor for gdesklets
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \
- ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted
-
-USE_PYTHON= yes
-
-NAME= irc
-DATADIR= ${PREFIX}/share/gdesklets
-LANG= ko
-WRKSRC= ${WRKDIR}/${NAME}
-SUB_FILES= pkg-message
-SUB_LIST= NAME=${NAME}
-
-do-build:
- @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
-
-do-install:
- @${MKDIR} ${DATADIR}/Displays/${NAME}/gfx
- @${MKDIR} ${DATADIR}/Sensors/${NAME}/gfx
- @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/Sensors/${NAME}/
-.for ii in ${LANG}
- @${MKDIR} ${DATADIR}/Sensors/${NAME}/locale/${ii}/LC_MESSAGES
- @${INSTALL_DATA} ${WRKSRC}/${NAME}/locale/${ii}/LC_MESSAGES/*.mo \
- ${DATADIR}/Sensors/${NAME}/locale/${ii}/LC_MESSAGES/
-.endfor
- @${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME}/
- @${INSTALL_DATA} ${WRKSRC}/gfx/*.png ${DATADIR}/Displays/${NAME}/gfx/
-
-post-install:
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/Sensors/${NAME}
- @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/Sensors/${NAME}
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/irc/gdesklets-irc/distinfo b/irc/gdesklets-irc/distinfo
deleted file mode 100644
index d0114f814d9a..000000000000
--- a/irc/gdesklets-irc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (irc-1.2.tar.gz) = cf3b0e10ffcb9d79577f9df6458a57edf1291d275b8d9334a56bb0f913ad9204
-SIZE (irc-1.2.tar.gz) = 27481
diff --git a/irc/gdesklets-irc/files/pkg-message.in b/irc/gdesklets-irc/files/pkg-message.in
deleted file mode 100644
index b629d1ef3ea7..000000000000
--- a/irc/gdesklets-irc/files/pkg-message.in
+++ /dev/null
@@ -1,13 +0,0 @@
-##
-To view the installed applets:
-
- ls %%PREFIX%%/share/gdesklets/Displays
-
-To use this applet:
-
- gdesklets open %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/%%NAME%%.display
-
-NOTE: Be sure to login as your user when you use the gdesklets command,
- as the configuration will be stored in the ~/.gdesklets/ directory
- and/or gconf database.
-##
diff --git a/irc/gdesklets-irc/pkg-descr b/irc/gdesklets-irc/pkg-descr
deleted file mode 100644
index 0de5cf66ab34..000000000000
--- a/irc/gdesklets-irc/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This desklet allows you to chat in your screen background.
-
-Features:
-* Use the mouse scroll wheel to scroll through history.
-* Integrated Text-To-Speech through Festival
-* Dynamically resizable borders
-* Tab completion on nicks and commands
-* Log text to a file
-* Text wrapping
-* Login to secure channels with username and password
-* i18n support
-
-WWW: http://gdesklets.gnomedesktop.org/
diff --git a/irc/gdesklets-irc/pkg-plist b/irc/gdesklets-irc/pkg-plist
deleted file mode 100644
index 3280ee01b0b9..000000000000
--- a/irc/gdesklets-irc/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-%%DATADIR%%/Displays/irc/gfx/bottom_edge.png
-%%DATADIR%%/Displays/irc/gfx/bottom_left_corner.png
-%%DATADIR%%/Displays/irc/gfx/bottom_right_corner.png
-%%DATADIR%%/Displays/irc/gfx/left_edge.png
-%%DATADIR%%/Displays/irc/gfx/right_edge.png
-%%DATADIR%%/Displays/irc/gfx/top_edge.png
-%%DATADIR%%/Displays/irc/gfx/top_left_corner.png
-%%DATADIR%%/Displays/irc/gfx/top_right_corner.png
-%%DATADIR%%/Displays/irc/irc.display
-%%DATADIR%%/Sensors/irc/__init__.py
-%%DATADIR%%/Sensors/irc/__init__.pyc
-%%DATADIR%%/Sensors/irc/__init__.pyo
-%%DATADIR%%/Sensors/irc/ircbot.py
-%%DATADIR%%/Sensors/irc/ircbot.pyc
-%%DATADIR%%/Sensors/irc/ircbot.pyo
-%%DATADIR%%/Sensors/irc/locale/ko/LC_MESSAGES/irc_sensor.mo
-%%DATADIR%%/Sensors/irc/message_window.py
-%%DATADIR%%/Sensors/irc/message_window.pyc
-%%DATADIR%%/Sensors/irc/message_window.pyo
-@dirrm %%DATADIR%%/Sensors/irc/locale/ko/LC_MESSAGES
-@dirrm %%DATADIR%%/Sensors/irc/locale/ko
-@dirrm %%DATADIR%%/Sensors/irc/locale
-@dirrm %%DATADIR%%/Sensors/irc/gfx
-@dirrm %%DATADIR%%/Sensors/irc
-@dirrm %%DATADIR%%/Displays/irc/gfx
-@dirrm %%DATADIR%%/Displays/irc