diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 10:55:49 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 10:55:49 +0800 |
commit | 09c97babd10dc22afe3b9dc54f0350d6c4356a83 (patch) | |
tree | acbfd97fd254d605b97f16599968e4a01102f0a6 | |
parent | e1c06600ac2cd23ce46aae106316f21046626b35 (diff) | |
download | marcuscom-ports-09c97babd10dc22afe3b9dc54f0350d6c4356a83.tar.gz marcuscom-ports-09c97babd10dc22afe3b9dc54f0350d6c4356a83.tar.zst marcuscom-ports-09c97babd10dc22afe3b9dc54f0350d6c4356a83.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8809 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/gicq/Makefile | 44 | ||||
-rw-r--r-- | net-im/gicq/distinfo | 3 | ||||
-rw-r--r-- | net-im/gicq/files/patch-ab | 11 | ||||
-rw-r--r-- | net-im/gicq/files/patch-ac | 13 | ||||
-rw-r--r-- | net-im/gicq/pkg-descr | 17 | ||||
-rw-r--r-- | net-im/gicq/pkg-plist | 6 | ||||
-rw-r--r-- | net-p2p/fidelio/Makefile | 30 | ||||
-rw-r--r-- | net-p2p/fidelio/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/fidelio/files/patch-aa | 16 | ||||
-rw-r--r-- | net-p2p/fidelio/files/patch-src::trackers.c | 11 | ||||
-rw-r--r-- | net-p2p/fidelio/pkg-descr | 24 | ||||
-rw-r--r-- | net-p2p/fidelio/pkg-plist | 7 |
12 files changed, 185 insertions, 0 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile new file mode 100644 index 000000000..85d1f0298 --- /dev/null +++ b/net-im/gicq/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: gicq +# Date Created: 31 Oct 1998 +# Whom: Seiichirou Hiraoka +# +# $FreeBSD$ +# + +PORTNAME= gicq +PORTVERSION= 0.33 +PORTREVISION= 3 +CATEGORIES= net-im +MASTER_SITES= http://download.sourceforge.net/gicq/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= flathill + +MAINTAINER= ports@FreeBSD.org +COMMENT= GTK based ICQ program + +LIB_DEPENDS= icq.0:${PORTSDIR}/net-im/libicq + +USE_GETTEXT= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GNOME= gtk12 gnomehack +WANT_GNOME= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomeprefix gnomelibs +PKGNAMESUFFIX= -gnome +.else +CONFIGURE_ARGS+=--without-gnome +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ + s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ + s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/net-im/gicq/distinfo b/net-im/gicq/distinfo new file mode 100644 index 000000000..d53bdb046 --- /dev/null +++ b/net-im/gicq/distinfo @@ -0,0 +1,3 @@ +MD5 (gicq-0.33.tar.gz) = 4e9ef1ef01bf1c74cbbd10448c9568e1 +SHA256 (gicq-0.33.tar.gz) = 33742e082231e68e01579051d6d2a069ce414334df1f41c94813de4f6d4579f3 +SIZE (gicq-0.33.tar.gz) = 182625 diff --git a/net-im/gicq/files/patch-ab b/net-im/gicq/files/patch-ab new file mode 100644 index 000000000..504578e8d --- /dev/null +++ b/net-im/gicq/files/patch-ab @@ -0,0 +1,11 @@ +--- configure.orig Sat Mar 27 04:11:51 1999 ++++ configure Sat Mar 27 04:12:04 1999 +@@ -3979,7 +3979,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-licq "`glib-config --libs`" $LIBS" ++LIBS="-licq "`$GLIB_CONFIG --libs`" $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3985 "configure" + #include "confdefs.h" diff --git a/net-im/gicq/files/patch-ac b/net-im/gicq/files/patch-ac new file mode 100644 index 000000000..16d7e3b33 --- /dev/null +++ b/net-im/gicq/files/patch-ac @@ -0,0 +1,13 @@ +--- Makefile.in.orig Fri Sep 20 17:11:23 2002 ++++ Makefile.in Fri Sep 20 17:11:57 2002 +@@ -116,8 +116,10 @@ + + SUBDIRS = macros intl po pixmaps src doc + ++.ifdef HAVE_GNOME + sysdir = $(datadir)/gnome/apps/Applications + sys_DATA = gicq.desktop ++.endif + + EXTRA_DIST = gicq.desktop + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/net-im/gicq/pkg-descr b/net-im/gicq/pkg-descr new file mode 100644 index 000000000..cde825816 --- /dev/null +++ b/net-im/gicq/pkg-descr @@ -0,0 +1,17 @@ +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. + +See also: http://gicq.sourceforge.net/ + +WWW: http://www.korsoft.com/gicq/ + +- Seiichirou Hiraoka +flathill@FreeBSD.ORG diff --git a/net-im/gicq/pkg-plist b/net-im/gicq/pkg-plist new file mode 100644 index 000000000..6287609ec --- /dev/null +++ b/net-im/gicq/pkg-plist @@ -0,0 +1,6 @@ +bin/gicq +%%GNOME:%%share/gnome/apps/Applications/gicq.desktop +share/gnome/help/gicq/C/index.html +share/gnome/help/gicq/C/topic.dat +@dirrm share/gnome/help/gicq/C +@dirrm share/gnome/help/gicq diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile new file mode 100644 index 000000000..3330cc371 --- /dev/null +++ b/net-p2p/fidelio/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: fidelio +# Date created: 13 November 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= fidelio +PORTVERSION= 1.0.b1 +PORTREVISION= 3 +CATEGORIES= net-p2p gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A GNOME client for Hotline + +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomelibs gnomeprefix +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e \ + 's|<xmlversion.h>|<libxml/xmlversion.h>|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/net-p2p/fidelio/distinfo b/net-p2p/fidelio/distinfo new file mode 100644 index 000000000..c493e938e --- /dev/null +++ b/net-p2p/fidelio/distinfo @@ -0,0 +1,3 @@ +MD5 (fidelio-1.0b1.tar.gz) = f6963b36400e172279494b022fb065ce +SHA256 (fidelio-1.0b1.tar.gz) = ffb00189b7aa3c7559ec17114a7772e082e64b28e60a665bc0180dca5f4d6e30 +SIZE (fidelio-1.0b1.tar.gz) = 344574 diff --git a/net-p2p/fidelio/files/patch-aa b/net-p2p/fidelio/files/patch-aa new file mode 100644 index 000000000..74dee6e09 --- /dev/null +++ b/net-p2p/fidelio/files/patch-aa @@ -0,0 +1,16 @@ +--- src/Makefile.in.orig Fri Dec 21 06:16:28 2001 ++++ src/Makefile.in Fri Dec 21 06:16:45 2001 +@@ -119,11 +119,11 @@ + fidelio_SOURCES = bookmarks.c bookmarks.h chat.c chat.h files.c files.h filelist.c filelist.h filetransfer.c filetransfer.h filethread.c filethread.h guiprefs.c guiprefs.h guiutils.c guiutils.h hldat.c hldat.h hotline.h login.c login.h main.c main.h network.c network.h news.c news.h news15.c news15.h pixmap.c pixmap.h privchat.c privchat.h privs.c privs.h protocol.c protocol.h server.c server.h smalltrans.c smalltrans.h tasks.c tasks.h threads.c threads.h trackers.c users.c users.h userlist.c userlist.h userwidget.c userwidget.h + + +-fidelio_LDADD = -lgthread ++fidelio_LDADD = + + hlforw_SOURCES = hlforw.c threads.c protocol.c network.c tasks.c guiprefs.c hldat.c pixmap.c + +-hlforw_LDADD = -lgthread ++hlforw_LDADD = + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff --git a/net-p2p/fidelio/files/patch-src::trackers.c b/net-p2p/fidelio/files/patch-src::trackers.c new file mode 100644 index 000000000..37a2b774d --- /dev/null +++ b/net-p2p/fidelio/files/patch-src::trackers.c @@ -0,0 +1,11 @@ +--- src/trackers.c.orig Wed Feb 21 00:25:03 2001 ++++ src/trackers.c Tue Jun 24 22:07:41 2003 +@@ -134,8 +134,6 @@ + } + return 0; + } +-#else +-extern int strcasestr(const char *a, const char*b); + #endif + + static void show_servers(){ diff --git a/net-p2p/fidelio/pkg-descr b/net-p2p/fidelio/pkg-descr new file mode 100644 index 000000000..14a4ce39f --- /dev/null +++ b/net-p2p/fidelio/pkg-descr @@ -0,0 +1,24 @@ +Fidelio is a GNOME client for Hotline, a proprietary protocol that combines +ftp-like, irc-like and news-like functions in one package. + +Fidelio is currently fully functional as a non-administative client, with the +exception of banners and private chat. + +Feature include: + o Multiple concurrent connections; + o Single window per server connection; + o Tree-structured bookmarks; + o Trackers and searchable index of servers; + o Userlist and public chat in one pane; + o Private chat; + o Both flat (v. 1.2) and threaded news support, with posting of news; + o Ignore messages and chat of users; + o Private Messages; + o Sounds on events; + o Multiple icon set loading; + o Use of custom icon sets for buttons; + o Uploading, donwloading, resuming of file transfers; + o Per-donwload and per-upload bandwidth caps; + o Server-side and client-side file queues. + +WWW: http://fidelio.sourceforge.net/ diff --git a/net-p2p/fidelio/pkg-plist b/net-p2p/fidelio/pkg-plist new file mode 100644 index 000000000..38eec7542 --- /dev/null +++ b/net-p2p/fidelio/pkg-plist @@ -0,0 +1,7 @@ +bin/fidelio +share/fidelio.default +share/locale/de/LC_MESSAGES/fidelio.mo +share/locale/el/LC_MESSAGES/fidelio.mo +share/locale/fr/LC_MESSAGES/fidelio.mo +share/locale/it/LC_MESSAGES/fidelio.mo +share/locale/pt_BR/LC_MESSAGES/fidelio.mo |