From 82aa33c411edabe33abc17a92b4132ed78fdfda8 Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 19 Oct 1998 14:36:42 +0000 Subject: Import gtkicq, It's gtk-base icq clone. --- net/gnomeicu/Makefile | 27 +++++++++++++++++++ net/gnomeicu/distinfo | 1 + net/gnomeicu/files/patch-ac | 52 ++++++++++++++++++++++++++++++++++++ net/gnomeicu/gnomeicu/Makefile | 27 +++++++++++++++++++ net/gnomeicu/gnomeicu/distinfo | 1 + net/gnomeicu/gnomeicu/files/patch-ac | 52 ++++++++++++++++++++++++++++++++++++ net/gnomeicu/gnomeicu/pkg-comment | 1 + net/gnomeicu/gnomeicu/pkg-descr | 10 +++++++ net/gnomeicu/gnomeicu/pkg-plist | 11 ++++++++ net/gnomeicu/pkg-comment | 1 + net/gnomeicu/pkg-descr | 10 +++++++ net/gnomeicu/pkg-plist | 11 ++++++++ 12 files changed, 204 insertions(+) create mode 100644 net/gnomeicu/Makefile create mode 100644 net/gnomeicu/distinfo create mode 100644 net/gnomeicu/files/patch-ac create mode 100644 net/gnomeicu/gnomeicu/Makefile create mode 100644 net/gnomeicu/gnomeicu/distinfo create mode 100644 net/gnomeicu/gnomeicu/files/patch-ac create mode 100644 net/gnomeicu/gnomeicu/pkg-comment create mode 100644 net/gnomeicu/gnomeicu/pkg-descr create mode 100644 net/gnomeicu/gnomeicu/pkg-plist create mode 100644 net/gnomeicu/pkg-comment create mode 100644 net/gnomeicu/pkg-descr create mode 100644 net/gnomeicu/pkg-plist (limited to 'net/gnomeicu') diff --git a/net/gnomeicu/Makefile b/net/gnomeicu/Makefile new file mode 100644 index 0000000..b06be92 --- /dev/null +++ b/net/gnomeicu/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gtkicq +# Version required: 0.55 +# Date created: Oct 15 1998 +# Whom: Vanilla Pooh Shu +# +# $Id:$ +# + +DISTNAME= gtkicq-0.55 +CATEGORIES= net +MASTER_SITES= ftp://ncis.ml.org/pub/gtkicq/ + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${X11BASE} +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ + -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + +.include diff --git a/net/gnomeicu/distinfo b/net/gnomeicu/distinfo new file mode 100644 index 0000000..c7d7771 --- /dev/null +++ b/net/gnomeicu/distinfo @@ -0,0 +1 @@ +MD5 (gtkicq-0.55.tar.gz) = 370ef0da8dd293700bd34df009ce0d50 diff --git a/net/gnomeicu/files/patch-ac b/net/gnomeicu/files/patch-ac new file mode 100644 index 0000000..7d76861 --- /dev/null +++ b/net/gnomeicu/files/patch-ac @@ -0,0 +1,52 @@ +--- Makefile.in.orig Thu Oct 15 22:47:41 1998 ++++ Makefile.in Thu Oct 15 22:47:50 1998 +@@ -79,7 +79,7 @@ + VERSION = @VERSION@ + need_gnome_support = @need_gnome_support@ + +-SUBDIRS = macros support src ++SUBDIRS = macros src + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h +--- src/Makefile.in.orig Thu Oct 15 22:47:55 1998 ++++ src/Makefile.in Thu Oct 15 22:58:23 1998 +@@ -74,7 +74,7 @@ + AWK = @AWK@ + CC = @CC@ + CPP = @CPP@ +-GNOMEUI_LIBS = @GNOMEUI_LIBS@ ++GNOMEUI_LIBS = @GNOMEUI_LIBS@ -lintl + GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@ + GNOME_LIBDIR = @GNOME_LIBDIR@ + GNOME_LIBS = @GNOME_LIBS@ +@@ -94,7 +94,7 @@ + SUBDIRS = xpms + + INCLUDES = \ +- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ ++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ + -I$(includedir) $(GNOME_INCLUDEDIR) + + bin_PROGRAMS = gtkicq +@@ -491,16 +491,16 @@ + maintainer-clean + + +-CFLAGS += -DUSE_XSCREENSAVER ++CFLAGS += -DUSE_XSCREENSAVER -DGTK_VERSION_1_1_1 + +-LIBS += -L/usr/local/lib `glib-config --libs gmodule glib` ++LIBS += -L/usr/local/lib `glib-config --libs gmodule` + + CFLAGS += -Wall -DUNIX -DGNOME -ggdb +-CFLAGS += -DINTEL_END -UMOTOR_END `gtk-config --cflags` ++CFLAGS += -DINTEL_END -UMOTOR_END `gtk11-config --cflags` + + # To Add Support for Sound, uncomment the following lines, and change the + # Sound directory where "Online.au" and "Message.au" are located. +-CFLAGS += -DSOUNDDIR="\"/usr/share/ICQ/Sounds\"" ++CFLAGS += -DSOUNDDIR="\"${prefix}/share/gnome/gicq/sounds\"" + CFLAGS += -DFORK_SOUND + + CFLAGS += -DSOUND diff --git a/net/gnomeicu/gnomeicu/Makefile b/net/gnomeicu/gnomeicu/Makefile new file mode 100644 index 0000000..b06be92 --- /dev/null +++ b/net/gnomeicu/gnomeicu/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gtkicq +# Version required: 0.55 +# Date created: Oct 15 1998 +# Whom: Vanilla Pooh Shu +# +# $Id:$ +# + +DISTNAME= gtkicq-0.55 +CATEGORIES= net +MASTER_SITES= ftp://ncis.ml.org/pub/gtkicq/ + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${X11BASE} +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ + -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + +.include diff --git a/net/gnomeicu/gnomeicu/distinfo b/net/gnomeicu/gnomeicu/distinfo new file mode 100644 index 0000000..c7d7771 --- /dev/null +++ b/net/gnomeicu/gnomeicu/distinfo @@ -0,0 +1 @@ +MD5 (gtkicq-0.55.tar.gz) = 370ef0da8dd293700bd34df009ce0d50 diff --git a/net/gnomeicu/gnomeicu/files/patch-ac b/net/gnomeicu/gnomeicu/files/patch-ac new file mode 100644 index 0000000..7d76861 --- /dev/null +++ b/net/gnomeicu/gnomeicu/files/patch-ac @@ -0,0 +1,52 @@ +--- Makefile.in.orig Thu Oct 15 22:47:41 1998 ++++ Makefile.in Thu Oct 15 22:47:50 1998 +@@ -79,7 +79,7 @@ + VERSION = @VERSION@ + need_gnome_support = @need_gnome_support@ + +-SUBDIRS = macros support src ++SUBDIRS = macros src + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h +--- src/Makefile.in.orig Thu Oct 15 22:47:55 1998 ++++ src/Makefile.in Thu Oct 15 22:58:23 1998 +@@ -74,7 +74,7 @@ + AWK = @AWK@ + CC = @CC@ + CPP = @CPP@ +-GNOMEUI_LIBS = @GNOMEUI_LIBS@ ++GNOMEUI_LIBS = @GNOMEUI_LIBS@ -lintl + GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@ + GNOME_LIBDIR = @GNOME_LIBDIR@ + GNOME_LIBS = @GNOME_LIBS@ +@@ -94,7 +94,7 @@ + SUBDIRS = xpms + + INCLUDES = \ +- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ ++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ + -I$(includedir) $(GNOME_INCLUDEDIR) + + bin_PROGRAMS = gtkicq +@@ -491,16 +491,16 @@ + maintainer-clean + + +-CFLAGS += -DUSE_XSCREENSAVER ++CFLAGS += -DUSE_XSCREENSAVER -DGTK_VERSION_1_1_1 + +-LIBS += -L/usr/local/lib `glib-config --libs gmodule glib` ++LIBS += -L/usr/local/lib `glib-config --libs gmodule` + + CFLAGS += -Wall -DUNIX -DGNOME -ggdb +-CFLAGS += -DINTEL_END -UMOTOR_END `gtk-config --cflags` ++CFLAGS += -DINTEL_END -UMOTOR_END `gtk11-config --cflags` + + # To Add Support for Sound, uncomment the following lines, and change the + # Sound directory where "Online.au" and "Message.au" are located. +-CFLAGS += -DSOUNDDIR="\"/usr/share/ICQ/Sounds\"" ++CFLAGS += -DSOUNDDIR="\"${prefix}/share/gnome/gicq/sounds\"" + CFLAGS += -DFORK_SOUND + + CFLAGS += -DSOUND diff --git a/net/gnomeicu/gnomeicu/pkg-comment b/net/gnomeicu/gnomeicu/pkg-comment new file mode 100644 index 0000000..8163181 --- /dev/null +++ b/net/gnomeicu/gnomeicu/pkg-comment @@ -0,0 +1 @@ +X11 and Gtk-based ICQ-compatible program. diff --git a/net/gnomeicu/gnomeicu/pkg-descr b/net/gnomeicu/gnomeicu/pkg-descr new file mode 100644 index 0000000..a47edd9 --- /dev/null +++ b/net/gnomeicu/gnomeicu/pkg-descr @@ -0,0 +1,10 @@ + GtkICQ is a clone of Mirabilis' popular ICQ written with GTK. +The original source was taken from Matt Smith's mICQ. This is ment as +a replacement for the JavaICQ, which is slow and buggy. If you would +like to contribute, please contact Jeremy Wise ( jwise@pathwaynet.com ). +You may also want to visit The ICQ Protocol Site at: +[ http://www.student.nada.kth.se/~d95-mih/icq/ ] for information about +the ICQ protocol and mailing list. + +- Vanilla +vanilla@FreeBSD.ORG diff --git a/net/gnomeicu/gnomeicu/pkg-plist b/net/gnomeicu/gnomeicu/pkg-plist new file mode 100644 index 0000000..ca32700 --- /dev/null +++ b/net/gnomeicu/gnomeicu/pkg-plist @@ -0,0 +1,11 @@ +bin/gtkicq +share/gnome/apps/Network/GtkICQ.desktop +share/gnome/pixmaps/gnome-gtkicq.xpm +share/gnome/pixmaps/gtkicq-away.xpm +share/gnome/pixmaps/gtkicq-dnd.xpm +share/gnome/pixmaps/gtkicq-ffc.xpm +share/gnome/pixmaps/gtkicq-inv.xpm +share/gnome/pixmaps/gtkicq-na.xpm +share/gnome/pixmaps/gtkicq-occ.xpm +share/gnome/pixmaps/gtkicq-offline.xpm +share/gnome/pixmaps/gtkicq-online.xpm diff --git a/net/gnomeicu/pkg-comment b/net/gnomeicu/pkg-comment new file mode 100644 index 0000000..8163181 --- /dev/null +++ b/net/gnomeicu/pkg-comment @@ -0,0 +1 @@ +X11 and Gtk-based ICQ-compatible program. diff --git a/net/gnomeicu/pkg-descr b/net/gnomeicu/pkg-descr new file mode 100644 index 0000000..a47edd9 --- /dev/null +++ b/net/gnomeicu/pkg-descr @@ -0,0 +1,10 @@ + GtkICQ is a clone of Mirabilis' popular ICQ written with GTK. +The original source was taken from Matt Smith's mICQ. This is ment as +a replacement for the JavaICQ, which is slow and buggy. If you would +like to contribute, please contact Jeremy Wise ( jwise@pathwaynet.com ). +You may also want to visit The ICQ Protocol Site at: +[ http://www.student.nada.kth.se/~d95-mih/icq/ ] for information about +the ICQ protocol and mailing list. + +- Vanilla +vanilla@FreeBSD.ORG diff --git a/net/gnomeicu/pkg-plist b/net/gnomeicu/pkg-plist new file mode 100644 index 0000000..ca32700 --- /dev/null +++ b/net/gnomeicu/pkg-plist @@ -0,0 +1,11 @@ +bin/gtkicq +share/gnome/apps/Network/GtkICQ.desktop +share/gnome/pixmaps/gnome-gtkicq.xpm +share/gnome/pixmaps/gtkicq-away.xpm +share/gnome/pixmaps/gtkicq-dnd.xpm +share/gnome/pixmaps/gtkicq-ffc.xpm +share/gnome/pixmaps/gtkicq-inv.xpm +share/gnome/pixmaps/gtkicq-na.xpm +share/gnome/pixmaps/gtkicq-occ.xpm +share/gnome/pixmaps/gtkicq-offline.xpm +share/gnome/pixmaps/gtkicq-online.xpm -- cgit v1.1