aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-12-14 13:02:01 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-12-14 13:02:01 +0000
commite615260c2913f4426767951b3ef31825c0f7d862 (patch)
treeec65da39e5a4e382c850de85894a2b667c2634fe
parent2bb153b44831f9636392e2b3e94bffd0cebaa107 (diff)
Re-add net/qtella now that it compiles out of the box w/o patches on
-CURRENT. As a perk, it even seems to function too... how novel. Assume maintainership for the first month or so before probably handing it back to the previous janitor for safe keeping as his patches slipped through the cracks but wound their way back into the qtella tree.
Notes
Notes: svn path=/head/; revision=95781
-rw-r--r--net-p2p/qtella/Makefile24
-rw-r--r--net-p2p/qtella/distinfo1
-rw-r--r--net-p2p/qtella/pkg-descr6
-rw-r--r--net-p2p/qtella/pkg-plist21
-rw-r--r--net/qtella/Makefile24
-rw-r--r--net/qtella/distinfo1
-rw-r--r--net/qtella/pkg-descr6
-rw-r--r--net/qtella/pkg-plist21
8 files changed, 104 insertions, 0 deletions
diff --git a/net-p2p/qtella/Makefile b/net-p2p/qtella/Makefile
new file mode 100644
index 000000000000..46583b5c5064
--- /dev/null
+++ b/net-p2p/qtella/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: qtella
+# Date created: Sunday September 2nd, 2001
+# Whom: Jonathan Belson (jon@witchspace.com)
+#
+# $FreeBSD$
+#
+
+PORTNAME= qtella
+PORTVERSION= 0.6.4
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= qtella
+
+MAINTAINER= seanc@FreeBSD.org
+COMMENT= A Gnutella client using Qt
+
+HAS_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin
+CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread"
+
+USE_KDELIBS_VER=3
+
+.include <bsd.port.mk>
diff --git a/net-p2p/qtella/distinfo b/net-p2p/qtella/distinfo
new file mode 100644
index 000000000000..6e0b18b6b1bf
--- /dev/null
+++ b/net-p2p/qtella/distinfo
@@ -0,0 +1 @@
+MD5 (qtella-0.6.4.tar.gz) = 64504b71f8aa73e0f868f092d0656fdc
diff --git a/net-p2p/qtella/pkg-descr b/net-p2p/qtella/pkg-descr
new file mode 100644
index 000000000000..5ac1b1bc7732
--- /dev/null
+++ b/net-p2p/qtella/pkg-descr
@@ -0,0 +1,6 @@
+A Gnutella client using Qt.
+
+WWW: http://qtella.sourceforge.net
+
+- Jon Belson
+jon@witchspace.com
diff --git a/net-p2p/qtella/pkg-plist b/net-p2p/qtella/pkg-plist
new file mode 100644
index 000000000000..9367bb3fbf1a
--- /dev/null
+++ b/net-p2p/qtella/pkg-plist
@@ -0,0 +1,21 @@
+bin/qtella
+share/qtella/pixmaps/p2p.xpm
+share/qtella/pixmaps/down_icon.png
+share/qtella/pixmaps/flash_icon.png
+share/qtella/pixmaps/help_icon.png
+share/qtella/pixmaps/interrupt_icon.png
+share/qtella/pixmaps/lens_icon.png
+share/qtella/pixmaps/shared_icon.png
+share/qtella/pixmaps/stats_icon.png
+share/qtella/pixmaps/up_icon.png
+share/qtella/pixmaps/ball_d.xpm
+share/qtella/pixmaps/ball_g.xpm
+share/qtella/pixmaps/ball_r.xpm
+share/qtella/pixmaps/ball_y.xpm
+share/qtella/pixmaps/gsmile.xpm
+share/qtella/pixmaps/remove.xpm
+share/qtella/pixmaps/removeresearch.xpm
+share/qtella/pixmaps/research.xpm
+share/qtella/pixmaps/smile.xpm
+@dirrm share/qtella/pixmaps
+@dirrm share/qtella
diff --git a/net/qtella/Makefile b/net/qtella/Makefile
new file mode 100644
index 000000000000..46583b5c5064
--- /dev/null
+++ b/net/qtella/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: qtella
+# Date created: Sunday September 2nd, 2001
+# Whom: Jonathan Belson (jon@witchspace.com)
+#
+# $FreeBSD$
+#
+
+PORTNAME= qtella
+PORTVERSION= 0.6.4
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= qtella
+
+MAINTAINER= seanc@FreeBSD.org
+COMMENT= A Gnutella client using Qt
+
+HAS_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin
+CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread"
+
+USE_KDELIBS_VER=3
+
+.include <bsd.port.mk>
diff --git a/net/qtella/distinfo b/net/qtella/distinfo
new file mode 100644
index 000000000000..6e0b18b6b1bf
--- /dev/null
+++ b/net/qtella/distinfo
@@ -0,0 +1 @@
+MD5 (qtella-0.6.4.tar.gz) = 64504b71f8aa73e0f868f092d0656fdc
diff --git a/net/qtella/pkg-descr b/net/qtella/pkg-descr
new file mode 100644
index 000000000000..5ac1b1bc7732
--- /dev/null
+++ b/net/qtella/pkg-descr
@@ -0,0 +1,6 @@
+A Gnutella client using Qt.
+
+WWW: http://qtella.sourceforge.net
+
+- Jon Belson
+jon@witchspace.com
diff --git a/net/qtella/pkg-plist b/net/qtella/pkg-plist
new file mode 100644
index 000000000000..9367bb3fbf1a
--- /dev/null
+++ b/net/qtella/pkg-plist
@@ -0,0 +1,21 @@
+bin/qtella
+share/qtella/pixmaps/p2p.xpm
+share/qtella/pixmaps/down_icon.png
+share/qtella/pixmaps/flash_icon.png
+share/qtella/pixmaps/help_icon.png
+share/qtella/pixmaps/interrupt_icon.png
+share/qtella/pixmaps/lens_icon.png
+share/qtella/pixmaps/shared_icon.png
+share/qtella/pixmaps/stats_icon.png
+share/qtella/pixmaps/up_icon.png
+share/qtella/pixmaps/ball_d.xpm
+share/qtella/pixmaps/ball_g.xpm
+share/qtella/pixmaps/ball_r.xpm
+share/qtella/pixmaps/ball_y.xpm
+share/qtella/pixmaps/gsmile.xpm
+share/qtella/pixmaps/remove.xpm
+share/qtella/pixmaps/removeresearch.xpm
+share/qtella/pixmaps/research.xpm
+share/qtella/pixmaps/smile.xpm
+@dirrm share/qtella/pixmaps
+@dirrm share/qtella