Date: Fri, 26 Mar 1999 21:20:02 -0800 (PST) From: Jim Mock <jim@corp.au.triax.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/10097 Message-ID: <199903270520.VAA32727@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10097; it has been noted by GNATS. From: Jim Mock <jim@corp.au.triax.com> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10097 Date: Sat, 27 Mar 1999 16:11:38 +1100 The following patch makes portlint happy (it complained about a multiple line pkg/COMMENT and some spaces instead of tabs in the Makefile). Also provides a better description than the one-liner originally included. diff -ruN kvirc.orig/Makefile kvirc/Makefile --- kvirc.orig/Makefile Sat Mar 27 16:07:49 1999 +++ kvirc/Makefile Sat Mar 27 10:58:14 1999 @@ -1,30 +1,32 @@ # New ports collection makefile for: kvirc -# Version required: 0.9.0 -# Date created: Mon Feb 15 02:53:29 CET 1999 -# Whom: Anders Nordby <anders@fix.no> +# Version required: 0.9.0 +# Date created: Mon Feb 15 02:53:29 CET 1999 +# Whom: Anders Nordby <anders@fix.no> # # $Id$ # -DISTNAME= kvirc-0.9.0 -CATEGORIES= net kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1/apps/network - -MAINTAINER= anders@fix.no - -LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - kdeui.2:${PORTSDIR}/x11/kdelibs11 \ - khtmlw.2:${PORTSDIR}/x11/kdelibs11 - -USE_QT= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -KDEDIR= ${PREFIX} - -CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ - --datadir=$(PREFIX)/share/kde --includedir=$(PREFIX)/include \ - --libdir=$(PREFIX)/lib +DISTNAME= kvirc-0.9.0 +CATEGORIES= net kde +MASTER_SITES= $(MASTER_SITE_KDE) +MASTER_SITE_SUBDIR= stable/1.1/apps/network + +MAINTAINER= anders@fix.no + +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 \ + khtmlw.2:${PORTSDIR}/x11/kdelibs11 + +USE_QT= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +KDEDIR= ${PREFIX} + +CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ + --x-libraries=$(X11BASE)/lib \ + --datadir=$(PREFIX)/share/kde \ + --includedir=$(PREFIX)/include \ + --libdir=$(PREFIX)/lib .include <bsd.port.mk> diff -ruN kvirc.orig/pkg/COMMENT kvirc/pkg/COMMENT --- kvirc.orig/pkg/COMMENT Sat Mar 27 16:07:49 1999 +++ kvirc/pkg/COMMENT Sat Mar 27 10:58:44 1999 @@ -1,3 +1 @@ -KVIrc is an enchanced visual irc client. - -- Just another X IRC client? +KVIrc is an enchanced visual irc client for KDE. diff -ruN kvirc.orig/pkg/DESCR kvirc/pkg/DESCR --- kvirc.orig/pkg/DESCR Sat Mar 27 16:07:49 1999 +++ kvirc/pkg/DESCR Sat Mar 27 11:01:47 1999 @@ -1 +1,7 @@ -KVIrc is an enchanced visual irc client. +KVirc is a powerful Internet Relay Chat client designed for UNIX +platforms. It is distributed as Free Software under the terms of the +GNU General Public License. That means that you can get , copy and +redistribute it at no charge. KVirc was developed mainly on Linux but +can be installed on other UNIX platforms that support KDE. + +Official Web site: http://www.kvirc.org/ -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903270520.VAA32727>