aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-02-10 03:20:20 +0800
committerarved <arved@FreeBSD.org>2004-02-10 03:20:20 +0800
commitc9c7791d5e21b814ee27df152bc6eacb7d18511e (patch)
tree4180bd15a286b578b08b16c504e1e05d2b1c8bea /mail
parent65673c2462c3d87251f2a7de2214d17cf9809b19 (diff)
downloadfreebsd-ports-gnome-c9c7791d5e21b814ee27df152bc6eacb7d18511e.tar.gz
freebsd-ports-gnome-c9c7791d5e21b814ee27df152bc6eacb7d18511e.tar.zst
freebsd-ports-gnome-c9c7791d5e21b814ee27df152bc6eacb7d18511e.zip
Remove ksig, it is now included in kdeaddons
PR: 62586 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/ksig/Makefile27
-rw-r--r--mail/ksig/distinfo1
-rw-r--r--mail/ksig/pkg-descr11
-rw-r--r--mail/ksig/pkg-plist15
5 files changed, 0 insertions, 55 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 4e9f534ab464..1264da03daf8 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -116,7 +116,6 @@
SUBDIR += kbiff
SUBDIR += kiltdown
SUBDIR += kshowmail
- SUBDIR += ksig
SUBDIR += lbdb
SUBDIR += liamail
SUBDIR += libesmtp
diff --git a/mail/ksig/Makefile b/mail/ksig/Makefile
deleted file mode 100644
index fc99d5ca83fa..000000000000
--- a/mail/ksig/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: ksig
-# Date created: Tue Aug 19 13:33:32 CEST 2003
-# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
-#
-# $FreeBSD$
-
-PORTNAME= ksig
-PORTVERSION= 0.1
-PORTREVISION= 1
-CATEGORIES= mail kde
-MASTER_SITES= http://www.slackorama.net/oss/ksig/
-
-MAINTAINER= brueffer@phoenix-systems.de
-COMMENT= Tool for managing a collection of e-mail signatures
-
-USE_KDELIBS_VER= 3
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>
diff --git a/mail/ksig/distinfo b/mail/ksig/distinfo
deleted file mode 100644
index b8a1e1a89bbc..000000000000
--- a/mail/ksig/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ksig-0.1.tar.gz) = f729041dbdb731e3f76b655d7b13f203
diff --git a/mail/ksig/pkg-descr b/mail/ksig/pkg-descr
deleted file mode 100644
index 563521742926..000000000000
--- a/mail/ksig/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-KSig is a tool for managing a collection of signatures in KDE 3.
-It stores the signatures in an XML file and will when called
-as ksig --random prints a random signature, or ksig --daily
-a different signature each day to stdout.
-
-This is easy to integrate into KMail's (or presumably other
-mail clients') signature configuration to append these signatures
-to outgoing mails.
-
-Author: Scott Wheeler <wheeler@kde.org>
-WWW: http://www.slackorama.net/oss/ksig
diff --git a/mail/ksig/pkg-plist b/mail/ksig/pkg-plist
deleted file mode 100644
index 1ebedb40d87a..000000000000
--- a/mail/ksig/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/ksig
-share/applnk/Utilities/ksig.desktop
-share/apps/ksig/ksigui.rc
-share/icons/hicolor/16x16/apps/ksig.png
-share/icons/hicolor/32x32/apps/ksig.png
-@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
-@unexec rmdir %D/share/icons 2>/dev/null || true
-@dirrm share/apps/ksig
-@unexec rmdir %D/share/apps 2>/dev/null || true
-@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true
-@unexec rmdir %D/share/applnk 2>/dev/null || true