summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-23 04:37:55 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-23 04:37:55 +0000
commitff9b4b479bf9fe4564554d8c8b6fb950a5605607 (patch)
tree1e900f7daa48a5d2388c078cd3d9cca8d87e6144 /security
parentTurn the procmap port on. (diff)
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
Notes
Notes: svn path=/head/; revision=26979
Diffstat (limited to 'security')
-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 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