aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* Import of net/naim 0.9.3jseger1999-04-116-0/+40
| | | | | | | | | | A chat program for use with America Online's Instant Messenger. The name naim is derived from n's AIM client, but it could also have been derived from ncurses AIM client because of naim's use of the ncurses text-mode screen library. PR: ports/10197 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* Correct dependency list: gnomelibs -> gnomecorenectar1999-04-082-4/+4
|
* Upgrade to 0.4.0.mph1999-04-076-28/+22
| | | | Suggested by: R. Beasley <rbeasley@uberhacker.org>
* Fix configure problemflathill1999-04-061-0/+11
| | | | | PR: ports/10940 Submitted by: mharo@area51.fremont.ca.us
* Fix configure probremflathill1999-04-061-4/+6
| | | | | PR: ports/10940 Submitted by: mharo@area51.fremont.ca.us
* Portlint.asami1999-03-202-6/+6
|
* gnomeicu is actually the new name for gtkicq. Fix mistake ofnectar1999-03-1912-150/+88
| | | | | | | | | | | | | 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.
* Update of libicq and gicq.nectar1999-03-168-24/+31
| | | | | libicq: 0.20 -> 0.33 gicq: 0.22 -> 0.33
* * Upgrade 0.52 -> 0.59nectar1999-03-104-65/+55
| | | | | | * Honor PREFIX * Install into ${PREFIX}/share/tik instead of ${PREFIX}/lib/${PKGNAME} * Clean up installation
* gnome shlib is now at version 1.asami1999-02-142-4/+4
|
* Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.nectar1999-01-231-3/+4
|
* Update to version 0.52.steve1999-01-185-107/+77
| | | | | PR: 9481 Submitted by: Eugene M. Kim <astralblue@usa.net>
* Change maitainer's email address,vanilla1999-01-132-4/+8
| | | | and BROKEN some gnome ports until I upgrade it.
* Unbreak build.steve1999-01-114-7/+35
| | | | | PR: 9345 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Correct distfile fennerage, and upgrade to 0.3.3 while we're at it.mph1999-01-086-18/+18
|
* Fix wrong order of PLIST.simokawa1999-01-031-2/+2
| | | | | | '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.
* PR: ports/9139flathill1998-12-245-0/+126
| | | | | Submitted by: pdoshi01@student.vill.edu A Tcl/Tk based AOL Instant Messenger (AIM) Chat Client
* Upgrade to 0.3.2 or 981213, depending on which of their two versioningmph1998-12-156-22/+22
| | | | | | systems you like to use. Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
* Fix this - the backslash was escaping a trailing tab, not the newline.jkh1998-12-112-4/+4
|
* Add CONFIGURE_ENV to remove patch-aaflathill1998-12-111-3/+4
|
* Remove dead MASTER_SITES, add fresh MASTER_SITES.billf1998-12-102-4/+8
| | | | Gotta Love: Fenners portsurvey
* Remove some stale MASTER_SITES, add some new MASTER_SITESbillf1998-12-101-4/+4
| | | | Remind By: Fenner's portsurvey
* portlint - bring COMMENT under 70 charactersbillf1998-11-241-1/+1
|
* Remove name of package from front.flathill1998-11-231-1/+1
|
* Change comment to 'libicq is intended to make it easy to add ICQ ↵flathill1998-11-231-1/+1
| | | | communication support to your software.'
* Portlint. Also, change libgtk dependency to LIB_DEPENDS.asami1998-11-231-5/+4
|
* libicq.so is 0.2, not 0.0.asami1998-11-231-1/+1
|
* portlint (PKGNAME not necessary if same as DISTNAME).asami1998-11-231-2/+1
|
* Initial Import gicq.flathill1998-11-195-0/+39
| | | | gicq is GTK based ICQ program.
* Initial Import libicq.flathill1998-11-195-0/+39
| | | | libicq is based on micq
* Update to version 0.44.steve1998-11-028-95/+128
| | | | | PR: 8514 Submitted by: maintainer
* Upgrade to 981011.mph1998-10-276-22/+22
| | | | | PR: 8398 Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
* Upgrade to 0.56.vanilla1998-10-218-74/+30
|
* Import gtkicq, It's gtk-base icq clone.vanilla1998-10-1912-0/+204
|
* This port doesn't build.asami1998-08-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | 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. :
* Update to latest snapshot of xicq. All previous patches were submitted andscrappy1998-08-233-7/+15
| | | | committed as part of the central sources, so are no longer required...
* Replace qt dependencies with USE_QT.asami1998-08-121-4/+2
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Update to version 0.34steve1998-08-098-126/+110
| | | | | PR: 7502 Submitted by: maintainer
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Port of licq 0.32-a, an ICQ program using QT.eivind1998-07-106-0/+149
| | | | | Submitted by: Brian Feldman <brianfeldman@hotmail.com> Setup dialog: eivind
* Portlint.asami1998-07-022-3/+1
|
* Import xicq, another command line ICQ client for Unixscrappy1998-06-305-0/+37
|
* Import of micq (26 June 1998), a free implementation of the ICQmph1998-06-2812-0/+106
| | | | | | | | 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.
* Internet CB - a chat clientobrien1998-05-2617-0/+487