summaryrefslogtreecommitdiff
path: root/security/kssh
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-06-25 07:36:09 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-06-25 07:36:09 +0000
commit7553f227e1fa7dd536ecc5b9e4f9b9c32e688cde (patch)
treeeda2a06d959e2908a75261245d2142851dd777e4 /security/kssh
parentbump libgmp4 libversion (diff)
- Mark UNBROKEN
- Update to version 0.7 - Update WWW
Notes
Notes: svn path=/head/; revision=61911
Diffstat (limited to 'security/kssh')
-rw-r--r--security/kssh/Makefile14
-rw-r--r--security/kssh/distinfo2
-rw-r--r--security/kssh/files/patch-aa20
-rw-r--r--security/kssh/files/patch-ab11
-rw-r--r--security/kssh/files/patch-ac11
-rw-r--r--security/kssh/pkg-descr5
-rw-r--r--security/kssh/pkg-plist11
7 files changed, 14 insertions, 60 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
index 619aad5c63f2..3b7096cd9ada 100644
--- a/security/kssh/Makefile
+++ b/security/kssh/Makefile
@@ -6,21 +6,15 @@
#
PORTNAME= kssh
-PORTVERSION= 0.4.1
-PORTREVISION= 2
+PORTVERSION= 0.7
CATEGORIES= security
-MASTER_SITES= http://www.geocities.com/bilibao/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kevlo@FreeBSD.org
-BROKEN= "Does not build"
-
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
-
-USE_KDELIBS_VER=2
+USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
-
.include <bsd.port.mk>
diff --git a/security/kssh/distinfo b/security/kssh/distinfo
index e39d9d7e6f26..c8582fc70da5 100644
--- a/security/kssh/distinfo
+++ b/security/kssh/distinfo
@@ -1 +1 @@
-MD5 (kssh-0.4.1.tar.gz) = a348a96166b1e0a5be4f84e910c3b010
+MD5 (kssh-0.7.tar.gz) = 89cc9a24d0d20fa1211894961a6fc662
diff --git a/security/kssh/files/patch-aa b/security/kssh/files/patch-aa
deleted file mode 100644
index 65e3ac0e76dc..000000000000
--- a/security/kssh/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Sat Nov 18 22:39:58 2000
-+++ configure Sat Nov 18 22:40:24 2000
-@@ -5674,7 +5674,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
-@@ -5685,7 +5685,7 @@
-
- ac_kde_libraries="$kde_libdir"
-
--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/files/patch-ab b/security/kssh/files/patch-ab
deleted file mode 100644
index 5a7803f0e184..000000000000
--- a/security/kssh/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- kssh/Makefile.in.orig Sat Nov 18 22:41:06 2000
-+++ kssh/Makefile.in Sat Nov 18 22:41:22 2000
-@@ -192,7 +192,7 @@
- # you can add here more. This one gets installed
- bin_PROGRAMS = kssh
- kssh_SOURCES = optionsdiadata.cpp optionsdia.cpp sshdialogdata.cpp sshdialog.cpp main.cpp
--kssh_LDADD = -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET)
-+kssh_LDADD = -lkdeui -lkdecore -lqt2 -lXext -lX11 $(LIBSOCKET)
-
- SUBDIRS = docs
-
diff --git a/security/kssh/files/patch-ac b/security/kssh/files/patch-ac
deleted file mode 100644
index bdee024ed25d..000000000000
--- a/security/kssh/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- kssh/kssh.desktop.orig Sat Nov 18 23:25:40 2000
-+++ kssh/kssh.desktop Sat Nov 18 23:25:47 2000
-@@ -1,7 +1,7 @@
- [Desktop Entry]
- Type=Application
- Exec=kssh
--Icon=kssh.png
-+Icon=kssh
- DocPath=kssh/index.html
- Comment= A front-end to ssh
- Comment[it]= Front-end per ssh
diff --git a/security/kssh/pkg-descr b/security/kssh/pkg-descr
index 0f147934282f..92beb1653477 100644
--- a/security/kssh/pkg-descr
+++ b/security/kssh/pkg-descr
@@ -2,7 +2,4 @@ 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
-
-- Kevin
-kevlo@FreeBSD.org
+WWW: http://kssh.sourceforge.net
diff --git a/security/kssh/pkg-plist b/security/kssh/pkg-plist
index 5c526fd18e25..e70847a2377c 100644
--- a/security/kssh/pkg-plist
+++ b/security/kssh/pkg-plist
@@ -1,7 +1,12 @@
bin/kssh
share/applnk/Internet/kssh.desktop
-share/icons/hicolor/32x32/apps/kssh.png
+share/apps/konsole/kssh.desktop
+share/doc/HTML/en/kssh/common
+share/doc/HTML/en/kssh/index.cache.bz2
+share/doc/HTML/en/kssh/index.docbook
+share/icons/hicolor/16x16/apps/kssh.png
+share/icons/hicolor/22x22/apps/kssh.png
share/icons/hicolor/48x48/apps/kssh.png
share/icons/locolor/16x16/apps/kssh.png
-share/config/ksshrc
-share/locale/it/LC_MESSAGES/kssh.mo
+share/icons/locolor/32x32/apps/kssh.png
+@dirrm share/doc/HTML/en/kssh