summaryrefslogtreecommitdiff
path: root/net-im/ccmsn
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 15:24:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 15:24:57 +0000
commit24d6568adbbb6079fec6845124c1a0775e415737 (patch)
tree7bf0bf7447d8acd44b67a2f2b16ffcc8b55729a6 /net-im/ccmsn
parentFix build on CURRENT (diff)
add ccmsn 0.3p3
A Tcl/Tk-based MSN messenger PR: 37111 Submitted by: Sergio Jimenez Romero <TripleDES@eSlack.org>
Notes
Notes: svn path=/head/; revision=70603
Diffstat (limited to 'net-im/ccmsn')
-rw-r--r--net-im/ccmsn/Makefile32
-rw-r--r--net-im/ccmsn/distinfo1
-rw-r--r--net-im/ccmsn/files/patch-ccmsn25
-rw-r--r--net-im/ccmsn/pkg-comment1
-rw-r--r--net-im/ccmsn/pkg-descr10
-rw-r--r--net-im/ccmsn/pkg-plist41
6 files changed, 110 insertions, 0 deletions
diff --git a/net-im/ccmsn/Makefile b/net-im/ccmsn/Makefile
new file mode 100644
index 000000000000..230643d7a683
--- /dev/null
+++ b/net-im/ccmsn/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: ccmsn
+# Date created: 07 April 2002
+# Whom: Sergio Jimenez Romero (aka TripleDES) <TripleDES@eSlack.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ccmsn
+PORTVERSION= 0.3p3
+CATEGORIES= net
+MASTER_SITES= http://msn.CompuCreations.com/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jimromse@eupmt.es
+
+RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
+
+USE_REINPLACE= yes
+NO_BUILD= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|/usr/bin/wish|${LOCALBASE}/bin/wish8.3|" \
+ -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/ccmsn
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/ccmsn ${PREFIX}/bin
+ @${MKDIR} ${DATADIR}/i
+ ${INSTALL_SCRIPT} ${WRKSRC}/migmd5.tcl ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}
+ ${CP} ${WRKSRC}/i/* ${DATADIR}/i
+
+.include <bsd.port.mk>
diff --git a/net-im/ccmsn/distinfo b/net-im/ccmsn/distinfo
new file mode 100644
index 000000000000..8d32bbe59928
--- /dev/null
+++ b/net-im/ccmsn/distinfo
@@ -0,0 +1 @@
+MD5 (ccmsn-0.3p3.tgz) = ec639b5d7bbee6732f0903fdc157b0ee
diff --git a/net-im/ccmsn/files/patch-ccmsn b/net-im/ccmsn/files/patch-ccmsn
new file mode 100644
index 000000000000..193074f2e899
--- /dev/null
+++ b/net-im/ccmsn/files/patch-ccmsn
@@ -0,0 +1,25 @@
+--- ccmsn.orig Wed Sep 26 19:33:01 2001
++++ ccmsn Wed Nov 20 23:24:05 2002
+@@ -24,11 +24,11 @@
+ ### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ ###
+
+-source migmd5.tcl
++source %%PREFIX%%/share/ccmsn/migmd5.tcl
+
+ set version "0.3p3"
+ #=======================================================================
+-set images_folder "i"
++set images_folder "%%PREFIX%%/share/ccmsn/i"
+
+ set emotions {{":-)" smile} {":)" smile} {":-D" smiled} {":D" smiled}
+ {":->" smiled} {":>" smiled} {":-O" smileo} {":O" smileo} {":-P" smilep}
+@@ -168,7 +168,7 @@
+ scrollbar .about.ys -command ".about.info yview" -background #C0C0C0
+ pack .about.ys -side right -fill y
+ pack .about.info -expand true -fill both
+- set id [open "README" r]
++ set id [open "%%PREFIX%%/share/ccmsn/README" r]
+ .about.info insert 1.0 [read $id]
+ close $id
+ .about.info configure -state disabled
diff --git a/net-im/ccmsn/pkg-comment b/net-im/ccmsn/pkg-comment
new file mode 100644
index 000000000000..ac60f0bf1ee2
--- /dev/null
+++ b/net-im/ccmsn/pkg-comment
@@ -0,0 +1 @@
+A Tcl/Tk-based MSN messenger
diff --git a/net-im/ccmsn/pkg-descr b/net-im/ccmsn/pkg-descr
new file mode 100644
index 000000000000..b35030e1dd9d
--- /dev/null
+++ b/net-im/ccmsn/pkg-descr
@@ -0,0 +1,10 @@
+Compu's Messenger is a multi-platform MSN Messenger
+(though it works best on unix platform). It has support
+for getting the user list from the server, block lists,
+chats with more than two users, emotional icons, HTTP
+proxy and logging facility.
+
+WWW: http://msn.compucreations.com/
+
+- Sergio Jimenez Romero
+jimromse@eupmt.es
diff --git a/net-im/ccmsn/pkg-plist b/net-im/ccmsn/pkg-plist
new file mode 100644
index 000000000000..beff43fd8429
--- /dev/null
+++ b/net-im/ccmsn/pkg-plist
@@ -0,0 +1,41 @@
+bin/ccmsn
+share/ccmsn/README
+share/ccmsn/migmd5.tcl
+share/ccmsn/i/away.gif
+share/ccmsn/i/beer.gif
+share/ccmsn/i/blocked.gif
+share/ccmsn/i/busy.gif
+share/ccmsn/i/coctail.gif
+share/ccmsn/i/crooked.gif
+share/ccmsn/i/disgust.gif
+share/ccmsn/i/email.gif
+share/ccmsn/i/emboy.gif
+share/ccmsn/i/embulb.gif
+share/ccmsn/i/emcat.gif
+share/ccmsn/i/emcup.gif
+share/ccmsn/i/emgirl.gif
+share/ccmsn/i/emhottie.gif
+share/ccmsn/i/emnote.gif
+share/ccmsn/i/emphone.gif
+share/ccmsn/i/emsleep.gif
+share/ccmsn/i/emstar.gif
+share/ccmsn/i/gift.gif
+share/ccmsn/i/lips.gif
+share/ccmsn/i/love.gif
+share/ccmsn/i/messenger.gif
+share/ccmsn/i/offline.gif
+share/ccmsn/i/online.gif
+share/ccmsn/i/photo.gif
+share/ccmsn/i/rose.gif
+share/ccmsn/i/sad.gif
+share/ccmsn/i/smile.gif
+share/ccmsn/i/smiled.gif
+share/ccmsn/i/smileo.gif
+share/ccmsn/i/smilep.gif
+share/ccmsn/i/thumbd.gif
+share/ccmsn/i/thumbu.gif
+share/ccmsn/i/unlove.gif
+share/ccmsn/i/vampire.gif
+share/ccmsn/i/wink.gif
+@dirrm share/ccmsn/i
+@dirrm share/ccmsn