diff options
author | will <will@FreeBSD.org> | 2002-04-19 10:30:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-04-19 10:30:02 +0800 |
commit | 4c52c9067b06ff76694d44e2bd5819fc06e974fe (patch) | |
tree | 8ea2fec29854e5717863bf5e5bf1d1b05d97cefe /security | |
parent | 9d74629523b0c2fe5f02ba4bc3f37c73af058448 (diff) | |
download | freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.gz freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.zst freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.zip |
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/kmap/Makefile | 22 | ||||
-rw-r--r-- | security/kmap/distinfo | 1 | ||||
-rw-r--r-- | security/kmap/pkg-comment | 1 | ||||
-rw-r--r-- | security/kmap/pkg-descr | 6 | ||||
-rw-r--r-- | security/kmap/pkg-plist | 5 |
6 files changed, 0 insertions, 36 deletions
diff --git a/security/Makefile b/security/Makefile index 3d77745531ab..ddb5e17ac343 100644 --- a/security/Makefile +++ b/security/Makefile @@ -75,7 +75,6 @@ SUBDIR += keychain SUBDIR += keynote SUBDIR += keyprint - SUBDIR += kmap SUBDIR += knocker SUBDIR += krb5 SUBDIR += krb5-beta diff --git a/security/kmap/Makefile b/security/kmap/Makefile deleted file mode 100644 index 6bb18cefc95d..000000000000 --- a/security/kmap/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: kmap -# Date created: Fri Sep 10, 1999 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# -# $FreeBSD$ -# - -PORTNAME= kmap -PORTVERSION= 0.7.1 -CATEGORIES= security -MASTER_SITES= http://www.islc.net/~icszepp/downloads/ - -MAINTAINER= obrien@FreeBSD.org - -RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap - -USE_KDELIBS_VER=1 -USE_XLIB= yes -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/security/kmap/distinfo b/security/kmap/distinfo deleted file mode 100644 index feb36d3b71a9..000000000000 --- a/security/kmap/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kmap-0.7.1.tar.gz) = fe4d8d0596527a3817988d7b8cdbc0db diff --git a/security/kmap/pkg-comment b/security/kmap/pkg-comment deleted file mode 100644 index 909819a94b72..000000000000 --- a/security/kmap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -KDE GUI frontend for the nmap scanning utility diff --git a/security/kmap/pkg-descr b/security/kmap/pkg-descr deleted file mode 100644 index bc18df2f9c75..000000000000 --- a/security/kmap/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -kmap is a KDE-compliant GUI front end for the nmap port scanning tool. - -WWW: http://www.islc.net/~icszepp/kmap/index.html - --- David - obrien@cs.ucdavis.edu diff --git a/security/kmap/pkg-plist b/security/kmap/pkg-plist deleted file mode 100644 index bd9f8d334bfa..000000000000 --- a/security/kmap/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@comment $FreeBSD: /tmp/pcvs/ports/security/kmap/Attic/pkg-plist,v 1.5 2000-03-25 19:44:47 imura Exp $ -bin/kmap -share/applnk/Applications/kmap.kdelnk -share/icons/kmap.xpm -share/icons/mini/kmap.xpm |