diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-16 00:42:04 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-16 00:42:04 +0000 |
commit | fd855ba6964880983e8e94d4f3dc1a333660a692 (patch) | |
tree | f9a14c91fdbbf1abc32259ba13985b40ffa59473 /net-p2p | |
parent | o New port dclib version 0.1 beta 9: Direct connect interface library (diff) |
o New port dcgui version 0.1 beta 9: A Direct Connect client QT GUI
o Assign maintainership to 1st submitter: Sverrir Valgeirsson
<e96sv@yahoo.se>
PR: 40425, 40585
Submitted by: Amar Takhar <verm@drunkmonk.net>,
Sverrir Valgeirsson <e96sv@yahoo.se>
Notes
Notes:
svn path=/head/; revision=63054
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/valknut/Makefile | 38 | ||||
-rw-r--r-- | net-p2p/valknut/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/valknut/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/valknut/pkg-descr | 7 | ||||
-rw-r--r-- | net-p2p/valknut/pkg-plist | 1 |
5 files changed, 48 insertions, 0 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile new file mode 100644 index 000000000000..51c649efc11f --- /dev/null +++ b/net-p2p/valknut/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: dclib +# Date created: Wed 10 Jul 2002 +# Whom: Sverrir Valgeirsson <e96sv@yahoo.se> and +# Amar Takhar <verm@drunkmonk.net> et al +# +# $FreeBSD$ +# + +PORTNAME= dcgui +PORTVERSION= 0.1.9 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \ + http://download.berlios.de/dcgui/ \ + ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \ + http://dc.ketelhot.de/files/dcgui/unstable/source/ +MASTER_SITE_SUBDIR= dc-gui +DISTNAME= dcgui-0.1beta9 + +MAINTAINER= e96sv@yahoo.se + +LIB_DEPENDS= dc.0:${PORTSDIR}/devel/dclib \ + xml2.5:${PORTSDIR}/textproc/libxml2 + +USE_X_PREFIX= yes +USE_QT_VER=3 +USE_BZIP2= yes +USE_GMAKE= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \ + --with-xml-prefix=${LOCALBASE} + +post-patch: + @${REINPLACE_CMD} -e 's@xmlversion.h@libxml/xmlversion.h@' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.mk> diff --git a/net-p2p/valknut/distinfo b/net-p2p/valknut/distinfo new file mode 100644 index 000000000000..cc800aa0ad97 --- /dev/null +++ b/net-p2p/valknut/distinfo @@ -0,0 +1 @@ +MD5 (dcgui-0.1beta9.tar.bz2) = 33277a01afbe38d8824042c7c8c357cd diff --git a/net-p2p/valknut/pkg-comment b/net-p2p/valknut/pkg-comment new file mode 100644 index 000000000000..368928dbc71e --- /dev/null +++ b/net-p2p/valknut/pkg-comment @@ -0,0 +1 @@ +A Direct Connect client QT GUI diff --git a/net-p2p/valknut/pkg-descr b/net-p2p/valknut/pkg-descr new file mode 100644 index 000000000000..bc60949e63a7 --- /dev/null +++ b/net-p2p/valknut/pkg-descr @@ -0,0 +1,7 @@ +This is a QT frontend to the Direct Connect system. It supports +most if not all of the DC features. + +WWW: http://dc.ketelhot.de/ + +- sverrir +e96sv@yahoo.se diff --git a/net-p2p/valknut/pkg-plist b/net-p2p/valknut/pkg-plist new file mode 100644 index 000000000000..76407897fa28 --- /dev/null +++ b/net-p2p/valknut/pkg-plist @@ -0,0 +1 @@ +bin/dcgui |