diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-19 07:39:16 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-19 07:39:16 +0000 |
commit | 8eb6ee732ce6cd8ef1022c5ceb03b972dbcefbd5 (patch) | |
tree | 4a9fc006e2930304896b9bcec1a9db58bfd6e5a2 /japanese/gicq | |
parent | 0eb34e3a3adb56d791f84af4fa0614a9a6bfb6fb (diff) | |
download | ports-8eb6ee732ce6cd8ef1022c5ceb03b972dbcefbd5.tar.gz ports-8eb6ee732ce6cd8ef1022c5ceb03b972dbcefbd5.zip |
Notes
Diffstat (limited to 'japanese/gicq')
-rw-r--r-- | japanese/gicq/Makefile | 38 | ||||
-rw-r--r-- | japanese/gicq/distinfo | 2 | ||||
-rw-r--r-- | japanese/gicq/files/menu.gicq | 27 | ||||
-rw-r--r-- | japanese/gicq/files/wrapper | 4 | ||||
-rw-r--r-- | japanese/gicq/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/gicq/pkg-descr | 13 | ||||
-rw-r--r-- | japanese/gicq/pkg-plist | 3 |
7 files changed, 88 insertions, 0 deletions
diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile new file mode 100644 index 000000000000..f2f923c12d11 --- /dev/null +++ b/japanese/gicq/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gicq +# Version required: 0.22 +# Date Created: 31 Oct 1998 +# Whom: Seiichirou Hiraoka +# +# $Id$ +# + +DISTNAME= gicq-0.22 +PKGNAME= ja-gicq-0.22 +CATEGORIES= japanese net +MASTER_SITES= http://www.montana.com/gabriel/gicq/files/ + +PATCH_SITES= http://flos.kuee.kyoto-u.ac.jp/soft/ +PATCHFILES= gicq-0.22ja.patch +PATCH_DIST_STRIP= -p1 + +MAINTAINER= flathill@FreeBSD.ORG + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-gnome --disable-nls +CONFIGURE_ENV= LIBS=-lxpg4 + +BUILD_DEPENDS= ${LOCALBASE}/lib/libicq.a:${PORTSDIR}/japanese/libicq \ + ${X11BASE}/lib/libgtk.a:${PORTSDIR}/japanese/gtk + +post-configure: + @${SED} -e "s;@PREFIX@;${PREFIX};g" ${FILESDIR}/wrapper \ + > ${WRKDIR}/wrapper + +post-install: + @${MV} ${PREFIX}/bin/gicq ${PREFIX}/bin/gicq.bin + @${INSTALL_SCRIPT} ${WRKDIR}/wrapper ${PREFIX}/bin/gicq + @${INSTALL_DATA} \ + ${FILESDIR}/menu.gicq ${PREFIX}/share/ja-gtk/menu/menu.gicq.bin + +.include <bsd.port.mk> diff --git a/japanese/gicq/distinfo b/japanese/gicq/distinfo new file mode 100644 index 000000000000..75dc55affaa8 --- /dev/null +++ b/japanese/gicq/distinfo @@ -0,0 +1,2 @@ +MD5 (gicq-0.22.tar.gz) = 06d1a56a2c244df6d73813952665136d +MD5 (gicq-0.22ja.patch) = 13d12aa2140809a6f96c266e4afac615 diff --git a/japanese/gicq/files/menu.gicq b/japanese/gicq/files/menu.gicq new file mode 100644 index 000000000000..aa3a131f51d4 --- /dev/null +++ b/japanese/gicq/files/menu.gicq @@ -0,0 +1,27 @@ +Online オンライン +Offline オフライン +Search/Add Users ユーザ検索/追加 +Away 退席 +Not Available 不在 +Occupied 取り込み中 +Do Not Disturb 多忙 +About 詳細 +Search 検索 +Stop 中断 +Menu メニュー +Search by e-mail address: E-Mail アドレスで検索: +Details 詳細 +Search by details: 名前で検索: +Enter a new name for this user: 新しい名前を入力: +Nickname: ニックネーム +Search by UIN: UIN で検索: +Send 送信 +Send Message メッセージ送信 +Send URL URL 送信 +Get Info 個人情報 +Rename 名前変更 +Add 追加 +Delete 削除 +Reply 返信 +Add to Contact List リストに追加 +Not In List リストに無い diff --git a/japanese/gicq/files/wrapper b/japanese/gicq/files/wrapper new file mode 100644 index 000000000000..29a656f26eda --- /dev/null +++ b/japanese/gicq/files/wrapper @@ -0,0 +1,4 @@ +#!/bin/sh +export GDK_CONV +eval @PREFIX@/libexec/ja-gtk/user-setup +exec @PREFIX@/bin/gicq.bin diff --git a/japanese/gicq/pkg-comment b/japanese/gicq/pkg-comment new file mode 100644 index 000000000000..45c82b168069 --- /dev/null +++ b/japanese/gicq/pkg-comment @@ -0,0 +1 @@ +GTK based ICQ program diff --git a/japanese/gicq/pkg-descr b/japanese/gicq/pkg-descr new file mode 100644 index 000000000000..f8d0eed45d7d --- /dev/null +++ b/japanese/gicq/pkg-descr @@ -0,0 +1,13 @@ +For lack of a better name, I'm referring to this program as "gicq", +since it's intended to eventually be a clone of the popular chat client +"ICQ" by Mirabilis Ltd. (http://www.mirabilis.com) and it utilizes the +GTK toolkit (http://www.gtk.org). + +You must already have an ICQ number to use this. When you launch +gicq, choose "Online" from the status selector at the bottom of the +window. The first time, you'll be prompted for your ICQ number and +password. IMPORTANT: you must enter your ICQ number - NOT your +nickname. + +- Seiichirou Hiraoka +flathill@FreeBSD.ORG diff --git a/japanese/gicq/pkg-plist b/japanese/gicq/pkg-plist new file mode 100644 index 000000000000..817ff1ad02a0 --- /dev/null +++ b/japanese/gicq/pkg-plist @@ -0,0 +1,3 @@ +bin/gicq +bin/gicq.bin +share/ja-gtk/menu/menu.gicq.bin |