summaryrefslogtreecommitdiffstats
path: root/security/kssh
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-03-23 04:37:55 +0000
committerwill <will@FreeBSD.org>2000-03-23 04:37:55 +0000
commit9fe5e9bd69a50478a9aa793e2825247a43b1e166 (patch)
tree74e97665094f9fd430ba829098e67c2fb1fd7cb2 /security/kssh
parent1ba5b88bb5ce33b192173bae7e1c7de2de536c83 (diff)
downloadFreeBSD-ports-9fe5e9bd69a50478a9aa793e2825247a43b1e166.zip
FreeBSD-ports-9fe5e9bd69a50478a9aa793e2825247a43b1e166.tar.gz
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
Diffstat (limited to 'security/kssh')
-rw-r--r--security/kssh/Makefile23
-rw-r--r--security/kssh/distinfo1
-rw-r--r--security/kssh/files/patch-aa20
-rw-r--r--security/kssh/pkg-comment1
-rw-r--r--security/kssh/pkg-descr8
-rw-r--r--security/kssh/pkg-plist7
6 files changed, 60 insertions, 0 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
new file mode 100644
index 0000000..5aa6544
--- /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 0000000..4b4b414
--- /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 0000000..a14c42d
--- /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 0000000..0e8cc5a
--- /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 0000000..77f1b6b
--- /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 0000000..937a860
--- /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
OpenPOWER on IntegriCloud