summaryrefslogtreecommitdiff
path: root/net/gnomeicu
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-19 14:36:42 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-19 14:36:42 +0000
commitab295cc98e72bf9fab27da32f8b94c0c3eee24c3 (patch)
tree8e915a1d980fc6ec96af0f0560f0955f6ffc3089 /net/gnomeicu
parentActivate gnomeadmin. (diff)
Import gtkicq, It's gtk-base icq clone.
Notes
Notes: svn path=/head/; revision=14075
Diffstat (limited to 'net/gnomeicu')
-rw-r--r--net/gnomeicu/Makefile27
-rw-r--r--net/gnomeicu/distinfo1
-rw-r--r--net/gnomeicu/files/patch-ac52
-rw-r--r--net/gnomeicu/gnomeicu/Makefile27
-rw-r--r--net/gnomeicu/gnomeicu/distinfo1
-rw-r--r--net/gnomeicu/gnomeicu/files/patch-ac52
-rw-r--r--net/gnomeicu/gnomeicu/pkg-comment1
-rw-r--r--net/gnomeicu/gnomeicu/pkg-descr10
-rw-r--r--net/gnomeicu/gnomeicu/pkg-plist11
-rw-r--r--net/gnomeicu/pkg-comment1
-rw-r--r--net/gnomeicu/pkg-descr10
-rw-r--r--net/gnomeicu/pkg-plist11
12 files changed, 204 insertions, 0 deletions
diff --git a/net/gnomeicu/Makefile b/net/gnomeicu/Makefile
new file mode 100644
index 000000000000..b06be92588fa
--- /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 <vanilla@FreeBSD.ORG>
+#
+# $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 <bsd.port.mk>
diff --git a/net/gnomeicu/distinfo b/net/gnomeicu/distinfo
new file mode 100644
index 000000000000..c7d7771d1821
--- /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 000000000000..7d768613cdb3
--- /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 000000000000..b06be92588fa
--- /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 <vanilla@FreeBSD.ORG>
+#
+# $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 <bsd.port.mk>
diff --git a/net/gnomeicu/gnomeicu/distinfo b/net/gnomeicu/gnomeicu/distinfo
new file mode 100644
index 000000000000..c7d7771d1821
--- /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 000000000000..7d768613cdb3
--- /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 000000000000..816318198026
--- /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 000000000000..a47edd9ae6eb
--- /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 000000000000..ca32700efb26
--- /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 000000000000..816318198026
--- /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 000000000000..a47edd9ae6eb
--- /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 000000000000..ca32700efb26
--- /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