1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Remove ksig, it is now included in kdeaddons

PR:		62586
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
This commit is contained in:
Tilman Keskinoz 2004-02-09 19:20:20 +00:00
parent 46c07c8936
commit b3488a98cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100511
5 changed files with 0 additions and 55 deletions

View File

@ -116,7 +116,6 @@
SUBDIR += kbiff
SUBDIR += kiltdown
SUBDIR += kshowmail
SUBDIR += ksig
SUBDIR += lbdb
SUBDIR += liamail
SUBDIR += libesmtp

View File

@ -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>

View File

@ -1 +0,0 @@
MD5 (ksig-0.1.tar.gz) = f729041dbdb731e3f76b655d7b13f203

View File

@ -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

View File

@ -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