summaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-10 13:42:39 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-10 13:42:39 +0800
commit4ab3805634bec14276dda3d1fd622b4302ce4732 (patch)
tree41465688bcb52e454346091de2f2266270cf0b73 /irc
parentc57b423ba30b3bcf330f3bff705d959a0134889a (diff)
downloadmarcuscom-ports-4ab3805634bec14276dda3d1fd622b4302ce4732.tar.gz
marcuscom-ports-4ab3805634bec14276dda3d1fd622b4302ce4732.tar.zst
marcuscom-ports-4ab3805634bec14276dda3d1fd622b4302ce4732.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9552 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc')
-rw-r--r--irc/gdesklets-irc/Makefile51
-rw-r--r--irc/gdesklets-irc/distinfo3
-rw-r--r--irc/gdesklets-irc/pkg-descr13
-rw-r--r--irc/gdesklets-irc/pkg-message13
-rw-r--r--irc/gdesklets-irc/pkg-plist26
5 files changed, 106 insertions, 0 deletions
diff --git a/irc/gdesklets-irc/Makefile b/irc/gdesklets-irc/Makefile
new file mode 100644
index 000000000..a5ca098b5
--- /dev/null
+++ b/irc/gdesklets-irc/Makefile
@@ -0,0 +1,51 @@
+# New ports collection makefile for: gdesklets-irc
+# Date created: 6 May 2004
+# Whom: Hye-Shik Chang
+#
+# $FreeBSD$
+#
+
+PORTNAME= irc
+PORTVERSION= 1.2
+PORTREVISION= 6
+CATEGORIES= irc gnome deskutils
+MASTER_SITES= http://gdesklets.gnomedesktop.org/files/
+PKGNAMEPREFIX= gdesklets-
+
+MAINTAINER= perky@FreeBSD.org
+COMMENT= An IRC display and sensor for gdesklets
+
+RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \
+ ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted
+
+USE_PYTHON= yes
+USE_XLIB= yes
+
+NAME= irc
+DATADIR= ${PREFIX}/share/gdesklets
+LANG= ko
+PKGMESSAGE= ${WRKDIR}/pkg-message
+WRKSRC= ${WRKDIR}/${NAME}
+
+do-build:
+ @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
+ @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%NAME%%|${NAME}|g' > ${PKGMESSAGE}
+
+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
new file mode 100644
index 000000000..e4b85f1c1
--- /dev/null
+++ b/irc/gdesklets-irc/distinfo
@@ -0,0 +1,3 @@
+MD5 (irc-1.2.tar.gz) = 9e7d9e972eed0817dc0b18c5304d723d
+SHA256 (irc-1.2.tar.gz) = cf3b0e10ffcb9d79577f9df6458a57edf1291d275b8d9334a56bb0f913ad9204
+SIZE (irc-1.2.tar.gz) = 27481
diff --git a/irc/gdesklets-irc/pkg-descr b/irc/gdesklets-irc/pkg-descr
new file mode 100644
index 000000000..0de5cf66a
--- /dev/null
+++ b/irc/gdesklets-irc/pkg-descr
@@ -0,0 +1,13 @@
+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-message b/irc/gdesklets-irc/pkg-message
new file mode 100644
index 000000000..b629d1ef3
--- /dev/null
+++ b/irc/gdesklets-irc/pkg-message
@@ -0,0 +1,13 @@
+##
+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-plist b/irc/gdesklets-irc/pkg-plist
new file mode 100644
index 000000000..3280ee01b
--- /dev/null
+++ b/irc/gdesklets-irc/pkg-plist
@@ -0,0 +1,26 @@
+%%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