- Update to version 0.4.1

- Take over maintainership. I'm one of the authors :)
This commit is contained in:
Kevin Lo 2000-11-18 15:36:44 +00:00
parent 85da0a1180
commit 2b776caeea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35238
7 changed files with 52 additions and 21 deletions

View File

@ -6,20 +6,29 @@
#
PORTNAME= kssh
PORTVERSION= 0.2
PORTVERSION= 0.4.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= will
MASTER_SITES= http://www.geocities.com/bilibao/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= kevlo@FreeBSD.org
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
kdecore.4:${PORTSDIR}/x11/kdelibs2
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_QT= yes
USE_QT2= yes
MOC?= ${X11BASE}/bin/moc2
USE_GMAKE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}" --datadir="${LOCALBASE}"
CONFIGURE_ENV= KDEDIR="${LOCALBASE}"
CONFIGURE_ARGS+=--prefix="${PREFIX}" --datadir="${LOCALBASE}" \
--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib \
--with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" MOC="${MOC}" LIBQT="-lqt2" \
LIBQTFILE="libqt2"
WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (kssh-0.2.tar.gz) = 61bf40792fee8811f823052c226de42b
MD5 (kssh-0.4.1.tar.gz) = a348a96166b1e0a5be4f84e910c3b010

View File

@ -1,6 +1,6 @@
--- configure Fri Sep 24 05:24:26 1999
+++ configure.new Wed Mar 22 23:23:09 2000
@@ -3565,7 +3565,7 @@
--- 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
@ -9,12 +9,12 @@
do
if test -r "$i/$j"; then
kde_libdir=$i
@@ -3575,7 +3575,7 @@
done
@@ -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.
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; }

View File

@ -0,0 +1,11 @@
--- 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

View File

@ -0,0 +1,11 @@
--- 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

View File

@ -3,6 +3,6 @@ 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>
- Kevin
kevlo@FreeBSD.org

View File

@ -1,7 +1,7 @@
bin/kssh
share/applnk/Internet/kssh.kdelnk
share/icons/kssh.xpm
share/icons/mini/kssh.xpm
share/icons/large/kssh.xpm
share/applnk/Internet/kssh.desktop
share/icons/hicolor/32x32/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