Satoshi Asami
d46a6ab48b
Portlint.
1999-03-19 22:29:54 +00:00
Jacques Vidrine
2a668f8673
gnomeicu is actually the new name for gtkicq. Fix mistake of
...
importing gnomeicu as a new port:
* repository copy of ports/net/gtkicq to ports/net/gnome-icu [asami]
* update ports/net/gnome-icu to 0.62a
* remove ports/net/gtkicq
* remove ports/net/gnomeicu
PKGNAME remains gnomeicu-0.62a. It is expected that after some
time has passed, that we can rename the port directory from
gnome-icu to gnomeicu.
1999-03-18 22:32:43 +00:00
Jacques Vidrine
24ad6dcfd4
Update of libicq and gicq.
...
libicq: 0.20 -> 0.33
gicq: 0.22 -> 0.33
1999-03-15 19:59:24 +00:00
Jacques Vidrine
19c6563b22
* Upgrade 0.52 -> 0.59
...
* Honor PREFIX
* Install into ${PREFIX}/share/tik instead of ${PREFIX}/lib/${PKGNAME}
* Clean up installation
1999-03-10 07:30:12 +00:00
Satoshi Asami
7169966088
gnome shlib is now at version 1.
1999-02-13 20:51:55 +00:00
Jacques Vidrine
c7470ab0c2
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
1999-01-22 22:18:10 +00:00
Steve Price
fde0945fec
Update to version 0.52.
...
PR: 9481
Submitted by: Eugene M. Kim <astralblue@usa.net>
1999-01-18 03:15:33 +00:00
Vanilla I. Shu
edecf3c4f0
Change maitainer's email address,
...
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
Steve Price
ab1c7b713a
Unbreak build.
...
PR: 9345
Submitted by: Sheldon Hearn <axl@iafrica.com>
1999-01-10 18:36:10 +00:00
Matthew Hunt
0aaa0b110c
Correct distfile fennerage, and upgrade to 0.3.3 while we're at it.
1999-01-07 18:38:54 +00:00
Hidetoshi Shimokawa
7a52687601
Fix wrong order of PLIST.
...
'ldconfig -m %B' must be next after libraries and shouldn't be next after
include files because '%B' represents the prefix of previous file.
And sort alphabetically.
1999-01-02 16:10:24 +00:00
Seiichirou Hiraoka
df23e214f4
PR: ports/9139
...
Submitted by: pdoshi01@student.vill.edu
A Tcl/Tk based AOL Instant Messenger (AIM) Chat Client
1998-12-24 15:28:00 +00:00
Matthew Hunt
482669d332
Upgrade to 0.3.2 or 981213, depending on which of their two versioning
...
systems you like to use.
Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
1998-12-14 22:36:07 +00:00
Jordan K. Hubbard
f4cd4668e0
Fix this - the backslash was escaping a trailing tab, not the newline.
1998-12-11 12:05:49 +00:00
Seiichirou Hiraoka
4a7c15a8f9
Add CONFIGURE_ENV to remove patch-aa
1998-12-11 02:30:33 +00:00
Bill Fumerola
8f30fdf0b1
Remove dead MASTER_SITES, add fresh MASTER_SITES.
...
Gotta Love: Fenners portsurvey
1998-12-09 20:37:17 +00:00
Bill Fumerola
200796e6c5
Remove some stale MASTER_SITES, add some new MASTER_SITES
...
Remind By: Fenner's portsurvey
1998-12-09 20:24:02 +00:00
Bill Fumerola
d39849d69e
portlint - bring COMMENT under 70 characters
1998-11-23 21:45:32 +00:00
Seiichirou Hiraoka
65c88eb492
Remove name of package from front.
1998-11-23 13:36:08 +00:00
Seiichirou Hiraoka
947272e579
Change comment to 'libicq is intended to make it easy to add ICQ communication support to your software.'
1998-11-23 13:16:40 +00:00
Satoshi Asami
bd5fadc60b
Portlint. Also, change libgtk dependency to LIB_DEPENDS.
1998-11-23 08:34:52 +00:00
Satoshi Asami
eb3ffd3568
libicq.so is 0.2, not 0.0.
1998-11-23 06:07:57 +00:00
Satoshi Asami
df167ed08b
portlint (PKGNAME not necessary if same as DISTNAME).
1998-11-23 06:07:44 +00:00
Seiichirou Hiraoka
c1d9c20381
Initial Import gicq.
...
gicq is GTK based ICQ program.
1998-11-19 07:09:00 +00:00
Seiichirou Hiraoka
fe011cc785
Initial Import libicq.
...
libicq is based on micq
1998-11-19 07:03:11 +00:00
Steve Price
a10a7b97d7
Update to version 0.44.
...
PR: 8514
Submitted by: maintainer
1998-11-02 04:04:44 +00:00
Matthew Hunt
cdbda03939
Upgrade to 981011.
...
PR: 8398
Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
1998-10-26 17:58:30 +00:00
Vanilla I. Shu
06e5fbe3dc
Upgrade to 0.56.
1998-10-20 17:49:15 +00:00
Vanilla I. Shu
ab295cc98e
Import gtkicq, It's gtk-base icq clone.
1998-10-19 14:36:42 +00:00
Satoshi Asami
469c5acb73
This port doesn't build.
...
Also, please fix the complilation flags so it will compile with some
optimization (ideally by respecting CFLAGS).
===
:
g++ -g -Wall -I. -I../libXicq -c io.cc -o io.o
io.cc: In function `int cmd_clear(char *)':
io.cc:53: warning: unused parameter `char * input'
g++ -g -Wall -I. -I../libXicq -c help.cc -o help.o
g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq
gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq'
gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
gmake[1]: *** No rule to make target `all'. Stop.
gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
gmake: *** [kxicq] Error 2
*** Error code 2
Stop.
:
1998-08-25 05:03:18 +00:00
Marc G. Fournier
2539c42828
Update to latest snapshot of xicq. All previous patches were submitted and
...
committed as part of the central sources, so are no longer required...
1998-08-23 04:18:52 +00:00
Satoshi Asami
65edaaa1f5
Replace qt dependencies with USE_QT.
...
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
1998-08-12 06:29:36 +00:00
Steve Price
5af3603f10
Update to version 0.34
...
PR: 7502
Submitted by: maintainer
1998-08-09 01:25:57 +00:00
Satoshi Asami
5264cbceb5
Fix up dependencies for ports that moved into the x11-toolkits category.
1998-08-07 23:56:56 +00:00
Eivind Eklund
8a91e346c8
Port of licq 0.32-a, an ICQ program using QT.
...
Submitted by: Brian Feldman <brianfeldman@hotmail.com>
Setup dialog: eivind
1998-07-09 16:01:54 +00:00
Satoshi Asami
0dbece7edc
Portlint.
1998-07-02 06:46:35 +00:00
Marc G. Fournier
a7d31daa87
Import xicq, another command line ICQ client for Unix
1998-06-29 18:39:27 +00:00
Matthew Hunt
79885184cf
Import of micq (26 June 1998), a free implementation of the ICQ
...
protocol. It is currently a partial implementation, and has a text
interface only.
As far as I can tell, Mirabilis' software is necessary to register
with the ICQ network, so I could not test its functionality.
1998-06-28 03:22:37 +00:00
David E. O'Brien
721685a759
Internet CB - a chat client
1998-05-25 23:23:36 +00:00