From ff9b4b479bf9fe4564554d8c8b6fb950a5605607 Mon Sep 17 00:00:00 2001 From: Will Andrews <will@FreeBSD.org> Date: Thu, 23 Mar 2000 04:37:55 +0000 Subject: New port for KSSH - a KDE ssh frontend. I am storing the distfile on people.FreeBSD.org due to the fact that the author did not store his tarball on his dist site properly. PR: 15802 --- security/kssh/Makefile | 23 +++++++++++++++++++++++ security/kssh/distinfo | 1 + security/kssh/files/patch-aa | 20 ++++++++++++++++++++ security/kssh/pkg-comment | 1 + security/kssh/pkg-descr | 8 ++++++++ security/kssh/pkg-plist | 7 +++++++ 6 files changed, 60 insertions(+) create mode 100644 security/kssh/Makefile create mode 100644 security/kssh/distinfo create mode 100644 security/kssh/files/patch-aa create mode 100644 security/kssh/pkg-comment create mode 100644 security/kssh/pkg-descr create mode 100644 security/kssh/pkg-plist (limited to 'security') diff --git a/security/kssh/Makefile b/security/kssh/Makefile new file mode 100644 index 000000000000..5aa65440feac --- /dev/null +++ b/security/kssh/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: kssh +# Version required: 0.2 +# Date created: 19 Nov 1999 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= kssh-0.2 +CATEGORIES= security +MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/ + +MAINTAINER= will@FreeBSD.org + +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext + +GNU_CONFIGURE= yes +USE_QT= yes +USE_GMAKE= yes +CONFIGURE_ARGS= --prefix="${PREFIX}" --datadir="${LOCALBASE}" +CONFIGURE_ENV= KDEDIR="${LOCALBASE}" + +.include <bsd.port.mk> diff --git a/security/kssh/distinfo b/security/kssh/distinfo new file mode 100644 index 000000000000..4b4b414634c5 --- /dev/null +++ b/security/kssh/distinfo @@ -0,0 +1 @@ +MD5 (kssh-0.2.tar.gz) = 61bf40792fee8811f823052c226de42b diff --git a/security/kssh/files/patch-aa b/security/kssh/files/patch-aa new file mode 100644 index 000000000000..a14c42dbf213 --- /dev/null +++ b/security/kssh/files/patch-aa @@ -0,0 +1,20 @@ +--- configure Fri Sep 24 05:24:26 1999 ++++ configure.new Wed Mar 22 23:23:09 2000 +@@ -3565,7 +3565,7 @@ + kde_libdir=NO + for i in $kde_libdirs; + do +- for j in libkdecore.la; ++ for j in libkdecore.so; + do + if test -r "$i/$j"; then + kde_libdir=$i +@@ -3575,7 +3575,7 @@ + done + + +-if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/libkdecore.la"; then ++if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/libkdecore.so"; then + { echo "configure: error: + in the prefix, you've chosen, are no kde libraries installed. This will fail. + So, check this please and use another prefix!" 1>&2; exit 1; } diff --git a/security/kssh/pkg-comment b/security/kssh/pkg-comment new file mode 100644 index 000000000000..0e8cc5aa3328 --- /dev/null +++ b/security/kssh/pkg-comment @@ -0,0 +1 @@ +KDE frontend to ssh diff --git a/security/kssh/pkg-descr b/security/kssh/pkg-descr new file mode 100644 index 000000000000..77f1b6be14c9 --- /dev/null +++ b/security/kssh/pkg-descr @@ -0,0 +1,8 @@ +KSSH is a SSH frontend written primarily for +KDE. It most nearly matches the windowing +style of the Windows PuTTY & TeraTerm clients. + +WWW: http://www.geocities.com/bilibao/kssh.html +Author: Andrea Rizzi <rizzi@kde.org> + +--Will <andrews@technologist.com> diff --git a/security/kssh/pkg-plist b/security/kssh/pkg-plist new file mode 100644 index 000000000000..937a860c8328 --- /dev/null +++ b/security/kssh/pkg-plist @@ -0,0 +1,7 @@ +bin/kssh +share/applnk/Internet/kssh.kdelnk +share/icons/kssh.xpm +share/icons/mini/kssh.xpm +share/icons/large/kssh.xpm +share/config/ksshrc +share/locale/it/LC_MESSAGES/kssh.mo -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0