mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Remove expired ports:
2011-02-20 devel/root: Port does not build on supported versions of FreeBSD 2011-02-20 net/ztelnet: unfetchable / Does not compile with GCC 4.2 2011-02-20 print/kaspaliste: Does not compile with GCC 4.2 2011-02-20 sysutils/perf: Does not build on supported versions of FreeBSD
This commit is contained in:
parent
a3abb0daa6
commit
74a1fea448
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269457
2
LEGAL
2
LEGAL
@ -662,8 +662,6 @@ zangband/* japanese/zangband Possible copyright infringement
|
||||
zh-moettf/* chinese/moettf Contact Taiwan Ministry of
|
||||
Education for commercial use
|
||||
NTU*.TTF chinese/ntuttf No commercial use
|
||||
ztelnet-* net/ztelnet zmodem code has restrictive
|
||||
copyright
|
||||
twelf-* lang/twelf License is currently
|
||||
indeterminate
|
||||
pfpro* finance/pfpro Only available for customers
|
||||
|
4
MOVED
4
MOVED
@ -1538,3 +1538,7 @@ audio/libjackasyn|audio/jack|2011-02-11|Has expired: development has ceased; try
|
||||
audio/xmms-jackasyn|audio/xmms-jack|2011-02-11|Has expired: development has ceased; try audio/xmms-jack instead
|
||||
lang/p5-SQL-Tokenizer|textproc/p5-SQL-Tokenizer|2011-02-13|Moved to a more appropriate category
|
||||
misc/wanpipe||2011-02-14|Removed
|
||||
devel/root||2011-02-21|Has expired: Port does not build on supported versions of FreeBSD
|
||||
net/ztelnet||2011-02-21|Has expired: unfetchable
|
||||
print/kaspaliste||2011-02-21|Has expired: yes
|
||||
sysutils/perf||2011-02-21|Has expired: Does not build on supported versions of FreeBSD
|
||||
|
@ -3063,7 +3063,6 @@
|
||||
SUBDIR += rlwrap
|
||||
SUBDIR += roboctl
|
||||
SUBDIR += robodoc
|
||||
SUBDIR += root
|
||||
SUBDIR += root-doc
|
||||
SUBDIR += ros
|
||||
SUBDIR += ros-common
|
||||
|
@ -1,279 +0,0 @@
|
||||
# New ports collection makefile for: root
|
||||
# Date created: 17 July 2004
|
||||
# Whom: Simon Lang <simon@lang-clan.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= root
|
||||
PORTVERSION= 5.02.00
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= devel science math
|
||||
MASTER_SITES= ftp://root.cern.ch/root/
|
||||
DISTNAME= ${PORTNAME}_v${PORTVERSION}.source
|
||||
|
||||
MAINTAINER= simon@lang-clan.de
|
||||
COMMENT= An Object-Oriented Data Analysis Framework
|
||||
|
||||
DEPRECATED= Port does not build on supported versions of FreeBSD
|
||||
EXPIRATION_DATE= 2011-02-20
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= freebsd5
|
||||
CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
ALL_TARGET= showbuild skip all
|
||||
MAKE_FLAGS= ARCH=freebsd5
|
||||
MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
REINPLACE_ARGS= -i ""
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
F77?= f77
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
|
||||
LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= xpm x11
|
||||
USE_GL= gl
|
||||
USE_GNOME= libxml2
|
||||
|
||||
# A lot of additional features are most likely used in high energy physics
|
||||
# projects. Have a look to the ROOT web page for more informations on those
|
||||
# software packages.
|
||||
# 'cintex', 'mathmore' and 'reflex' are disabled due to a lot of bugs in this
|
||||
# version of Root. However in the CVS head they were already fixed by the time
|
||||
# this port was written.
|
||||
CONFIGURE_ARGS= ${CONFIGURE_TARGET} \
|
||||
--prefix=${PREFIX} \
|
||||
--etcdir=${PREFIX}/etc \
|
||||
--mandir=${PREFIX}/man/man1 \
|
||||
--disable-afs \
|
||||
--disable-alien \
|
||||
--disable-builtin-freetype \
|
||||
--disable-cern \
|
||||
--disable-chirp \
|
||||
--disable-cintex \
|
||||
--disable-clarens \
|
||||
--disable-dcache \
|
||||
--disable-globus \
|
||||
--disable-mathmore \
|
||||
--disable-oracle \
|
||||
--disable-peac \
|
||||
--disable-pythia \
|
||||
--disable-pythia6 \
|
||||
--disable-reflex \
|
||||
--disable-rfio \
|
||||
--disable-sapdb \
|
||||
--disable-shadowpw \
|
||||
--disable-venus \
|
||||
--enable-exceptions \
|
||||
--enable-explicitlink \
|
||||
--enable-mathcore \
|
||||
--enable-opengl \
|
||||
--enable-roofit \
|
||||
--enable-rpath \
|
||||
--enable-shared \
|
||||
--enable-soversion \
|
||||
--enable-ssl \
|
||||
--enable-table \
|
||||
--enable-thread \
|
||||
--enable-xml \
|
||||
--enable-xrootd
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/lib/root ${PREFIX}/lib/root/cint
|
||||
MAN1= cint.1 g2root.1 g2rootold.1 h2root.1 hadd.1 makecint.1
|
||||
MAN1+= memprobe.1 olbd.1 proofd.1 proofserv.1 rlibmap.1
|
||||
MAN1+= rmkdepend.1 root-config.1 root.1 root.exe.1 rootcint.1
|
||||
MAN1+= rootd.1 rootn.exe.1 ssh2rpd.1 system.rootdaemonrc.1
|
||||
MAN1+= xrootd.1
|
||||
USE_RC_SUBR= rootlibs.sh
|
||||
|
||||
MODTESTS= Event hsimple minexam tcollex tcollbm tstring
|
||||
MAKE_TENV= ${MAKE_ENV} CXX="${CXX}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
### Additional features used by default
|
||||
|
||||
.if !defined(WITHOUT_QT)
|
||||
USE_QT_VER= 3
|
||||
QT_NONSTANDARD= yes
|
||||
CONFIGURE_ARGS+= --enable-qt \
|
||||
--with-qt-incdir=${QT_PREFIX}/include \
|
||||
--with-qt-libdir=${QT_PREFIX}/lib
|
||||
PLIST_SUB+= QT=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-qt
|
||||
PLIST_SUB+= QT="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_AFTERIMAGE)
|
||||
CONFIGURE_ARGS+= --enable-asimage \
|
||||
--enable-builtin-afterimage
|
||||
PLIST_SUB+= AFTERIMAGE=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-asimage \
|
||||
--disable-builtin-afterimage
|
||||
PLIST_SUB+= AFTERIMAGE="@comment "
|
||||
.endif
|
||||
|
||||
### Auto detection of additional features not used by default
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libkrb5.so.3)
|
||||
WITH_KRB5= yes
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libldap-2.2.so)
|
||||
WITH_LDAP= yes
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.12)
|
||||
WITH_MYSQL= yes
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libpq.so.3)
|
||||
WITH_POSTGRESQL= yes
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libpython2.4.so.1)
|
||||
WITH_PYTHON= yes
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libruby18.so.18)
|
||||
WITH_RUBY= yes
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libsrp.a)
|
||||
WITH_SRP= yes
|
||||
.endif
|
||||
|
||||
### Additional features not used by default
|
||||
|
||||
.if !defined(WITHOUT_KRB5) && defined(WITH_KRB5)
|
||||
LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5
|
||||
CONFIGURE_ARGS+= --enable-krb5 \
|
||||
--with-krb5-incdir=${LOCALBASE}/include \
|
||||
--with-krb5-libdir=${LOCALBASE}/lib
|
||||
PLIST_SUB+= KRB5=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-krb5
|
||||
PLIST_SUB+= KRB5="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP)
|
||||
USE_OPENLDAP= yes
|
||||
CONFIGURE_ARGS+= --enable-ldap
|
||||
PLIST_SUB+= LDAP=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-ldap
|
||||
PLIST_SUB+= LDAP="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_MYSQL) && defined(WITH_MYSQL)
|
||||
CONFIGURE_ARGS+= --enable-mysql
|
||||
USE_MYSQL= yes
|
||||
PLIST_SUB+= MYSQL=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-mysql
|
||||
PLIST_SUB+= MYSQL="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_POSTGRESQL) && defined(WITH_POSTGRESQL)
|
||||
CONFIGURE_ARGS+= --enable-pgsql
|
||||
USE_PGSQL= yes
|
||||
PLIST_SUB+= POSTGRESQL=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-pgsql
|
||||
PLIST_SUB+= POSTGRESQL="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_PYTHON) && defined(WITH_PYTHON)
|
||||
CONFIGURE_ARGS+= --enable-python
|
||||
USE_PYTHON= yes
|
||||
.include "${PORTSDIR}/Mk/bsd.python.mk"
|
||||
PLIST_SUB+= PYTHON=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
PLIST_SUB+= PYTHON="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_RUBY) && defined(WITH_RUBY)
|
||||
CONFIGURE_ARGS+= --enable-ruby
|
||||
USE_RUBY= yes
|
||||
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
|
||||
PLIST_SUB+= RUBY=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-ruby
|
||||
PLIST_SUB+= RUBY="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SRP) && defined(WITH_SRP)
|
||||
CONFIGURE_ARGS+= --enable-srp
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsrp.a:${PORTSDIR}/security/srp
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-srp
|
||||
.endif
|
||||
|
||||
### Rules and version dependend variables
|
||||
|
||||
.if ${OSVERSION} >= 700000
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} \
|
||||
"===> Use WITH_? or WITHOUT_? to (de-)activate build options,"
|
||||
@${ECHO_MSG} " where ? stands for:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} " AFTERIMAGE - use Root's internal version"
|
||||
@${ECHO_MSG} " KRB5 - support Kerberos V authentification"
|
||||
@${ECHO_MSG} " LDAP - LDAP support"
|
||||
@${ECHO_MSG} " MYSQL - MySQL database support"
|
||||
@${ECHO_MSG} " POSTGRESQL - Postgesql database support"
|
||||
@${ECHO_MSG} " PYTHON - Python bindings"
|
||||
@${ECHO_MSG} " QT - QT backend"
|
||||
@${ECHO_MSG} " RUBY - Ruby bindings"
|
||||
@${ECHO_MSG} " SRP - support SRP authentification"
|
||||
@${ECHO_MSG} ""
|
||||
@sleep 5
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/config/root-config.in.orig
|
||||
@${RM} ${WRKSRC}/test/Makefile.arch.orig
|
||||
@${RM} ${WRKSRC}/cint/lib/pthread/setup.orig
|
||||
@${RM} ${WRKSRC}/base/src/TMath.cxx.orig
|
||||
@${RM} ${WRKSRC}/configure.orig
|
||||
@${RM} ${WRKSRC}/x11ttf/Module.mk.orig
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|auxcflags=\"PTHREAD-CFLAGS|auxcflags=\"${PTHREAD_CFLAGS}|;\
|
||||
s|auxlibs=\"PTHREAD-LIBS|auxlibs=\"${PTHREAD_LIBS}|' \
|
||||
${WRKSRC}/config/root-config.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/X11R6|${LOCALBASE}|g' \
|
||||
${WRKSRC}/configure \
|
||||
${WRKSRC}/cint/lib/gl/setup \
|
||||
${WRKSRC}/cint/lib/xlib/setup \
|
||||
${WRKSRC}/config/Makefile.freebsd* \
|
||||
${WRKSRC}/test/Makefile.arch
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
test: install
|
||||
(cd ${DOCSDIR}/test ; \
|
||||
${SETENV} ${MAKE_TENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS})
|
||||
. for module in ${MODTESTS}
|
||||
(cd ${DOCSDIR}/test ; \
|
||||
${SETENV} LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH}:./${module})
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (root_v5.02.00.source.tar.gz) = 263c9ff775e9af68fe63b35d76ad8439
|
||||
SHA256 (root_v5.02.00.source.tar.gz) = 56969be63d6d26ddba4d77910f46172391063edc3b593aa7170a5bf46ef7e459
|
||||
SIZE (root_v5.02.00.source.tar.gz) = 14708697
|
@ -1,10 +0,0 @@
|
||||
--- asimage/Module.mk.orig Sat Dec 9 23:53:19 2006
|
||||
+++ asimage/Module.mk Sat Dec 9 23:55:36 2006
|
||||
@@ -167,6 +167,7 @@
|
||||
--with-ttf $$TTFINCDIR \
|
||||
--with-afterbase=no \
|
||||
--disable-glx \
|
||||
+ --x-libraries=$(LOCALBASE)/lib --x-includes=$(LOCALBASE)/include \
|
||||
$$MMX \
|
||||
$(ASTEPDBG) \
|
||||
--with-builtin-ungif \
|
@ -1,19 +0,0 @@
|
||||
*** base/src/TMath.cxx.orig Mon Jun 13 15:31:57 2005
|
||||
--- base/src/TMath.cxx Sat Jul 9 19:38:38 2005
|
||||
***************
|
||||
*** 31,37 ****
|
||||
const Int_t kWorkMax = 100;
|
||||
|
||||
// Without this macro the THtml doc for TMath can not be generated
|
||||
! #if !defined(R__ALPHA) && !defined(R__SOLARIS) && !defined(R__ACC)
|
||||
NamespaceImp(TMath)
|
||||
#endif
|
||||
|
||||
--- 31,37 ----
|
||||
const Int_t kWorkMax = 100;
|
||||
|
||||
// Without this macro the THtml doc for TMath can not be generated
|
||||
! #if !defined(R__ALPHA) && !defined(R__SOLARIS) && !defined(R__ACC) && !defined(R__FBSD)
|
||||
NamespaceImp(TMath)
|
||||
#endif
|
||||
|
@ -1,19 +0,0 @@
|
||||
*** cint/lib/pthread/setup.orig Mon Feb 28 18:28:12 2005
|
||||
--- cint/lib/pthread/setup Sat Jul 9 19:39:34 2005
|
||||
***************
|
||||
*** 5,11 ****
|
||||
case $os in
|
||||
FreeBSD)
|
||||
# Use following line for FreeBSD
|
||||
! makecint -mk Makefile -dl pthread.dll -H pthd.h -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L -l -pthread -cint -Z0
|
||||
;;
|
||||
OpenBSD)
|
||||
# Use following line for OpenBSD
|
||||
--- 5,11 ----
|
||||
case $os in
|
||||
FreeBSD)
|
||||
# Use following line for FreeBSD
|
||||
! makecint -mk Makefile -dl pthread.dll -H pthd.h -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L -l $PTHREAD_LIBS -cint -Z0
|
||||
;;
|
||||
OpenBSD)
|
||||
# Use following line for OpenBSD
|
@ -1,21 +0,0 @@
|
||||
*** config/root-config.in.orig Fri Jun 10 20:12:55 2005
|
||||
--- config/root-config.in Sat Jul 9 19:46:11 2005
|
||||
***************
|
||||
*** 260,267 ****
|
||||
;;
|
||||
freebsd5)
|
||||
# FreeBSD 5 with glibc
|
||||
! auxcflags=
|
||||
! auxlibs="-lm -lstdc++"
|
||||
;;
|
||||
openbsd)
|
||||
# OpenBSD with libc
|
||||
--- 260,267 ----
|
||||
;;
|
||||
freebsd5)
|
||||
# FreeBSD 5 with glibc
|
||||
! auxcflags="PTHREAD-CFLAGS"
|
||||
! auxlibs="PTHREAD-LIBS -lm -lstdc++"
|
||||
;;
|
||||
openbsd)
|
||||
# OpenBSD with libc
|
@ -1,19 +0,0 @@
|
||||
*** configure.orig Sun Jul 10 14:45:42 2005
|
||||
--- configure Sun Jul 10 14:46:05 2005
|
||||
***************
|
||||
*** 1837,1843 ****
|
||||
test "x$enable_shared" = "xno" ; then
|
||||
check_library_options="libruby-static libruby1.8-static"
|
||||
else
|
||||
! check_library_options="libruby libruby1.8"
|
||||
fi
|
||||
check_library "$check_library_options" \
|
||||
"$enable_shared" "$rubylibdir" $RUBYDIR $RUBYDIR/lib \
|
||||
--- 1837,1843 ----
|
||||
test "x$enable_shared" = "xno" ; then
|
||||
check_library_options="libruby-static libruby1.8-static"
|
||||
else
|
||||
! check_library_options="libruby libruby1.8 libruby18"
|
||||
fi
|
||||
check_library "$check_library_options" \
|
||||
"$enable_shared" "$rubylibdir" $RUBYDIR $RUBYDIR/lib \
|
@ -1,40 +0,0 @@
|
||||
*** test/Makefile.arch.orig Fri Jun 10 20:12:55 2005
|
||||
--- test/Makefile.arch Sat Jul 9 19:49:07 2005
|
||||
***************
|
||||
*** 9,15 ****
|
||||
ARCH := $(shell root-config --arch)
|
||||
PLATFORM := $(shell root-config --platform)
|
||||
|
||||
- CXX =
|
||||
ObjSuf = o
|
||||
SrcSuf = cxx
|
||||
ExeSuf =
|
||||
--- 9,14 ----
|
||||
***************
|
||||
*** 406,415 ****
|
||||
|
||||
ifeq ($(ARCH),freebsd4)
|
||||
# FreeBSD with glibc
|
||||
! CXX = g++
|
||||
! CXXFLAGS = -O -pipe -W -Wall -fPIC
|
||||
! LD = g++
|
||||
! LDFLAGS = -O
|
||||
SOFLAGS = -shared -Wl,-x
|
||||
endif
|
||||
|
||||
--- 405,419 ----
|
||||
|
||||
ifeq ($(ARCH),freebsd4)
|
||||
# FreeBSD with glibc
|
||||
! CXXFLAGS += -W -Wall -fPIC
|
||||
! LD = $(CXX)
|
||||
! SOFLAGS = -shared -Wl,-x
|
||||
! endif
|
||||
!
|
||||
! ifeq ($(ARCH),freebsd5)
|
||||
! # FreeBSD with glibc
|
||||
! CXXFLAGS += -W -Wall -fPIC
|
||||
! LD = $(CXX)
|
||||
SOFLAGS = -shared -Wl,-x
|
||||
endif
|
||||
|
@ -1,19 +0,0 @@
|
||||
*** x11ttf/Module.mk.orig Sun Jul 10 14:47:12 2005
|
||||
--- x11ttf/Module.mk Sun Jul 10 14:47:31 2005
|
||||
***************
|
||||
*** 40,46 ****
|
||||
@$(MAKELIB) $(PLATFORM) $(LD) "$(LDFLAGS)" \
|
||||
"$(SOFLAGS)" libGX11TTF.$(SOEXT) $@ \
|
||||
"$(X11TTFO) $(X11TTFDO)" \
|
||||
! "$(FREETYPELDLFAGS) $(FREETYPELIB) $(X11TTFLIBEXTRA) $(XLIBS)"
|
||||
|
||||
$(X11TTFDS): $(X11TTFH) $(X11TTFL) $(ROOTCINTTMP)
|
||||
@echo "Generating dictionary $@..."
|
||||
--- 40,46 ----
|
||||
@$(MAKELIB) $(PLATFORM) $(LD) "$(LDFLAGS)" \
|
||||
"$(SOFLAGS)" libGX11TTF.$(SOEXT) $@ \
|
||||
"$(X11TTFO) $(X11TTFDO)" \
|
||||
! "$(FREETYPELDFLAGS) $(FREETYPELIB) $(X11TTFLIBEXTRA) $(XLIBS)"
|
||||
|
||||
$(X11TTFDS): $(X11TTFH) $(X11TTFL) $(ROOTCINTTMP)
|
||||
@echo "Generating dictionary $@..."
|
@ -1,8 +0,0 @@
|
||||
--- xmlparser/Module.mk.orig Tue Feb 22 17:32:18 2005
|
||||
+++ xmlparser/Module.mk Tue Feb 22 17:32:42 2005
|
||||
@@ -67,4 +67,4 @@
|
||||
|
||||
##### extra rules ######
|
||||
$(XMLO): %.o: %.cxx
|
||||
- $(CXX) $(OPT) $(CXXFLAGS) -I$(XMLINCDIR) -o $@ -c $<
|
||||
+ $(CXX) $(OPT) $(CXXFLAGS) -I$(XMLINCDIR) -I/usr/local/include -o $@ -c $<
|
@ -1,28 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: rootlibs
|
||||
# REQUIRE: ldconfig
|
||||
# KEYWORD: Root
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=rootlibs
|
||||
|
||||
start_cmd=rootlibs_start
|
||||
stop_cmd=:
|
||||
|
||||
root_libdir="%%PREFIX%%/lib/root"
|
||||
cint_libdir="%%PREFIX%%/lib/root/cint"
|
||||
|
||||
rootlibs_start()
|
||||
{
|
||||
if [ -d "$root_libdir" ]; then
|
||||
/sbin/ldconfig -m "$root_libdir"
|
||||
fi
|
||||
if [ -d "$root_libdir" ]; then
|
||||
/sbin/ldconfig -m "$cint_libdir"
|
||||
fi
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
@ -1,23 +0,0 @@
|
||||
ROOT stand for "<R>OOTs <O>bject-<O>riented <T>echnologies" - it is an object
|
||||
oriented data analysis framework written in C++. ROOT has its origin at the
|
||||
Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform
|
||||
tool well-known to high energy physicists, but it's also used in a wide range
|
||||
of other data analysis applications. The system consists of the C/C++
|
||||
interpreter CINT (for interactive development and rapid prototyping) and
|
||||
hundreds of classes, which provides functionalities u.a. for:
|
||||
|
||||
- Data Histogram and Minimization Operations
|
||||
- Linear Algebra, Matrix and Vector Operations
|
||||
- Tree, Ntuple and other Data Containers/Structures
|
||||
- 2D Graphics, 3D Graphics and Detector Geometry Modeling
|
||||
- Graphical User Interface
|
||||
- Operating System and Networking Interface
|
||||
- Inline Documentation and PostScript Interface
|
||||
- PROOF Server (parallel computing)
|
||||
|
||||
For more information, user manuals, tutorials, how-to's, examples,
|
||||
discussion groups and so on look at the ROOT web site:
|
||||
|
||||
WWW: http://root.cern.ch/
|
||||
|
||||
Ported to FreeBSD by Simon Lang, <simon@lang-clan.de>
|
2581
devel/root/pkg-plist
2581
devel/root/pkg-plist
File diff suppressed because it is too large
Load Diff
@ -1217,6 +1217,5 @@
|
||||
SUBDIR += zillion
|
||||
SUBDIR += zniper
|
||||
SUBDIR += zsync
|
||||
SUBDIR += ztelnet
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
@ -1,62 +0,0 @@
|
||||
# New ports collection makefile for: ztelnet
|
||||
# Date created: 15 Mar 1998
|
||||
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# In this ports..
|
||||
# - new compilation diff for FreeBSD(now we can upload!)
|
||||
# - linux patch(implied -8 and stairway effect) is applied
|
||||
# - improved sz and rz patch, and new ztelnet manpage(cmascott patch)
|
||||
# Thanks to Carl Mascott <cmascott@world.std.com>
|
||||
# NOTE: in first post-patch, we can ignore warnings.
|
||||
|
||||
PORTNAME= ztelnet
|
||||
PORTVERSION= 1.0.p3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.exit.com/Archives/FreeBSD/
|
||||
DISTFILES= ztelnet-linux.tar.gz ztelnet-patch.tar.gz \
|
||||
ztelnet-patch-cmascott.tar.gz
|
||||
|
||||
MAINTAINER= frank@exit.com
|
||||
COMMENT= Telnet program with zmodem transfer
|
||||
|
||||
RESTRICTED= "zmodem code has restrictive copyright"
|
||||
BROKEN= does not fetch
|
||||
DEPRECATED= unfetchable
|
||||
EXPIRATION_DATE=2011-02-20
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
PATCH_STRIP= -p1
|
||||
MAN1= ztelnet.1
|
||||
PLIST_FILES= bin/ztelnet
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# we can ignore warnings
|
||||
@( cd ${WRKSRC}/ztelnet && \
|
||||
${PATCH} -s -p1 < ${WRKSRC}/ztelnet.patch || \
|
||||
${TRUE} ) > /dev/null 2>&1
|
||||
# but it is not
|
||||
@cd ${WRKSRC}/ztelnet && \
|
||||
${PATCH} -s -p1 < ${WRKSRC}/rz.patch && \
|
||||
${PATCH} -s -p1 < ${WRKSRC}/sz.patch
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC}/ztelnet && \
|
||||
${MAKE} clean && \
|
||||
${MAKE} 4.4bsd
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}/ztelnet; \
|
||||
${MKDIR} ${PREFIX}/bin; \
|
||||
${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet
|
||||
${INSTALL_MAN} ${WRKSRC}/ztelnet.1 ${PREFIX}/man/man1/ztelnet.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,9 +0,0 @@
|
||||
MD5 (ztelnet-linux.tar.gz) = 01a24b1b70f8e26e6f4c4fe2aabcc055
|
||||
SHA256 (ztelnet-linux.tar.gz) = d07958ae72ed0fc701ec473ed268642c9f120ab3d0a1bc83a3433d3dff824013
|
||||
SIZE (ztelnet-linux.tar.gz) = 211628
|
||||
MD5 (ztelnet-patch.tar.gz) = d9bab9d4ffaa09db5eaa099af854cd77
|
||||
SHA256 (ztelnet-patch.tar.gz) = 1561c10371740b5d094f99a6216b8041e1ae1080108954761ffab53ceb368a3f
|
||||
SIZE (ztelnet-patch.tar.gz) = 2591
|
||||
MD5 (ztelnet-patch-cmascott.tar.gz) = abb288bcce6a739eb3ddbc4613ceadab
|
||||
SHA256 (ztelnet-patch-cmascott.tar.gz) = 8c68403b4bcf0b555cd91dc01ab28e4dbbb65faae95d258b401ca3c4d6725812
|
||||
SIZE (ztelnet-patch-cmascott.tar.gz) = 9593
|
@ -1,17 +0,0 @@
|
||||
--- ../ztelnet/Makefile Tue Sep 19 13:02:01 1995
|
||||
+++ ./Makefile Thu Jun 6 23:22:18 2002
|
||||
@@ -1,10 +1,11 @@
|
||||
-CC=cc
|
||||
+CC?=gcc
|
||||
all:
|
||||
- cd zmodem; make CC="${CC}"
|
||||
cd libtelnet; make CC="${CC}"
|
||||
+ cd zmodem; make CC="${CC}"
|
||||
cd telnet; make CC="${CC}"
|
||||
|
||||
.DEFAULT:
|
||||
- cd zmodem; make $@ WHAT=${WHAT} CC="${CC}"
|
||||
cd libtelnet; make $@ WHAT=${WHAT} CC="${CC}"
|
||||
+ #cd zmodem; make $@ WHAT=${WHAT} CC="${CC}"
|
||||
+ cd zmodem; make CC="${CC}"
|
||||
cd telnet; make $@ WHAT=${WHAT} CC="${CC}"
|
@ -1,71 +0,0 @@
|
||||
--- work/ztelnet/Config.generic.orig Wed Sep 20 21:53:28 1995
|
||||
+++ work/ztelnet/Config.generic Sun May 30 01:40:50 2004
|
||||
@@ -183,23 +183,22 @@
|
||||
@echo " dynix3.0.12 dynix3.0.17"
|
||||
@echo " ultrix3.1 ultrix4.0"
|
||||
@echo " next1.0"
|
||||
- @echo " linux"
|
||||
|
||||
4.4bsd 4.3reno:
|
||||
make -f Makefile.generic ${WHAT} \
|
||||
- LIBS="-lutil -ltermcap ../libtelnet/libtelnet.a" \
|
||||
- LIBPATH="/lib/libc.a /usr/lib/libtermcap.a \
|
||||
+ LIBS="-lutil -lcurses -lncurses ../libtelnet/libtelnet.a ../zmodem/librzsz.a" \
|
||||
+ LIBPATH="/usr/lib/libc.a /usr/lib/libtermcap.a \
|
||||
../libtelnet/libtelnet.a" \
|
||||
DEST=${DESTDIR}/usr/bin \
|
||||
- DEFINES="-DLINEMODE -DTERMCAP -DKLUDGELINEMODE \
|
||||
- -DUSE_TERMIO -DDIAGNOSTICS" \
|
||||
+ DEFINES="-DLINEMODE -DKLUDGELINEMODE \
|
||||
+ -DUSE_TERMIO -DDIAGNOSTICS -DHANGUL" \
|
||||
INCLUDES="-I.." \
|
||||
- LIB_OBJ="gettytab.o" \
|
||||
- LIB_SRC="gettytab.c" \
|
||||
+# LIB_OBJ="gettytab.o" \
|
||||
+# LIB_SRC="gettytab.c" \
|
||||
AR=ar ARFLAGS=cq RANLIB=ranlib \
|
||||
- VPATH=/usr/src/libexec/getty \
|
||||
+# VPATH=/usr/src/libexec/getty \
|
||||
LIBEXEC=${DESTDIR}/usr/libexec \
|
||||
- CC="${CC}" LCCFLAGS="-O"
|
||||
+ CC="${CC}" LCCFLAGS="-O2"
|
||||
|
||||
4.3tahoe:
|
||||
@echo $@ is untested... it may or may not work..."
|
||||
@@ -360,7 +359,6 @@
|
||||
DEST=${DESTDIR}/usr/ucb \
|
||||
DEFINES="-DFILIO_H -DTERMCAP -DUSE_TERMIO \
|
||||
-DKLUDGELINEMODE -DSTREAMS \
|
||||
- -DAUTHENTICATE -DENCRYPT \
|
||||
-DDIAGNOSTICS " \
|
||||
INCLUDES="-I.." \
|
||||
LIB_OBJ="getent.o strerror.o setenv.o herror.o" \
|
||||
@@ -486,28 +484,3 @@
|
||||
|
||||
clean cleandir:
|
||||
make -f Makefile.generic $@
|
||||
-
|
||||
-#
|
||||
-# The DEFINE, BYPMS is added by Myeong Seok Park, which is for preventing
|
||||
-# from annoying Linux-gcc compile errors! The DEFINE is also used to solve
|
||||
-# portability problem with other operating systems!
|
||||
-# In a sense to mentioned previously, these source files are compatible
|
||||
-# to possible UNIX systems(I have not tested to other OSes yet ;<).
|
||||
-# If you want to know modified parts of the source files by me, use grep
|
||||
-# command (eg. 'grep PMS ~ztelnet/* | less' ). I have no time to write
|
||||
-# notes for the modified parts...
|
||||
-#
|
||||
-
|
||||
-linux:
|
||||
- make -f Makefile.generic WHAT=$@ LINUX=linux\
|
||||
- LIBS="-lncurses ../libtelnet/libtelnet.a" \
|
||||
- LIBPATH="/usr/lib/libc.a /usr/lib/libncurses.a \
|
||||
- ../libtelnet/libtelnet.a" \
|
||||
- DEST=${DESTDIR}/usr/local \
|
||||
- DEFINES="-DSYSV_TERMIO -DHAS_GETTOS -DHAVE_fd_set \
|
||||
- -DMUST_ALIGN -DBYPMS -Dunix -DHAS_GETTOS \
|
||||
- -DLINEMODE -DKLUDGELINEMODE -DDIAGNOSTICS"\
|
||||
- INCLUDES="-I.." \
|
||||
- AR=ar ARFLAGS=ru RANLIB=ranlib \
|
||||
- LIBEXEC=${DEST}/bin \
|
||||
- CC="${CC}" LCCFLAGS="-O -traditional -fno-strict-prototype"
|
@ -1,78 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/README.LINUX.ks work/ztelnet/README.LINUX.ks
|
||||
--- work.old/ztelnet/README.LINUX.ks Thu Sep 21 06:41:15 1995
|
||||
+++ work/ztelnet/README.LINUX.ks Thu Jan 1 09:00:00 1970
|
||||
@@ -1,74 +0,0 @@
|
||||
-=================================
|
||||
- ztel-lnx.tgz: ztelnet for Linux
|
||||
-=================================
|
||||
-
|
||||
-* 설치법
|
||||
---------
|
||||
-1. make linux
|
||||
-2. mv ./telnet/telnet ~/bin/ztelnet
|
||||
-
|
||||
-* 사용상 주의사항
|
||||
------------------
|
||||
-1. 호스트 접속후 escape 문자는 ^] (CTRL+])입니다.
|
||||
-2. escape 후에 set bin을 해줘야지 파일 전송시 에러가 안납니다.
|
||||
-3. 다시 remote 호스트로 돌아가려면 그냥 enter를 치세요.
|
||||
-4. set bin을 해서 화면이 깨지는 경우에는 아예 ztelnet -8 <host>
|
||||
- 해서 접속해 보세요..
|
||||
-5. 한글 입출력이 되면 set bin이 이미 설정된것입니다.
|
||||
-6. 기타의 사용법은 escape 후의 ztelnet> 모드에서 help를 쳐보세요.
|
||||
-
|
||||
-* 초보자를 위한 사용예
|
||||
-----------------------
|
||||
-myhost: telnet -8 nowcom.co.kr # -8 옵션은 set bin
|
||||
-nowcom: ... (자료실로 이동) ...
|
||||
-nowcom: dn <자료번호> # 자료 보내기
|
||||
-nowcom: ... (zmodem protocol을 써서 자료 전송) ...
|
||||
-nowcom: ^] # escape
|
||||
-ztelnet> rz # 자료 받기
|
||||
-ztelnet> help # 기타 도움말
|
||||
-ztelnet> <리턴> # 다시 나우콤
|
||||
-nowcom:
|
||||
-
|
||||
-* 개발자를 위한 유의 사항
|
||||
--------------------------
|
||||
-1. Config.generic 파일을 보시면 여러가지의 DEFINE이 있습니다. 제가 UNIX
|
||||
- 환경을 잘 모르다 보니 제대로 DEFINE을 한것인지 잘 모르겠습니다. 못
|
||||
- 미더우신 분들은 Config.generic에서 linux: 부분의 DEFINE을 더하거나 빼시면
|
||||
- 됩니다.
|
||||
-2. 허준혁님의 소스를 손상시키지 않기위해 BYPMS라는 DEFINE을 만들었습니다.
|
||||
- BYPMS가 맘에 안들지만 이를 정의한 것은 두가지 이유때문입니다.
|
||||
- * 리눅스 gcc의 컴파일 에러를 없애기 위해 :)
|
||||
- * 미래의 누군가가 리눅스뿐만 아니라 다른 시스템에 쉽게 porting또는
|
||||
- upgrade가 가능하게 하려고 ;<
|
||||
-3. Linux와 다른 UNIX의 makefile과 cc등이 달라서 그런지 SUN 4.1.?에서
|
||||
- 컴파일 해봤더니 에러 투성이네요.. 에고 Linux가 아닌 분들은 허준혁님의
|
||||
- 원래 소스를 받아다가 설치하시기를..
|
||||
- 아마 gcc와 GNU make가 설치되어 있다면 에러가 안날지도..
|
||||
-4. 시간이 없어서 고친 부분을 명시하지는 못하지만 제가 고친 부분은
|
||||
- grep PMS ~ztelnet/* | less
|
||||
- 로 확인할 수 있습니다.
|
||||
-5. 이전에는 Config.local을 사용했었는데 아예 Config.generic에 linux 부분을
|
||||
- 넣어버렸습니다. 어느정도 리눅스 환경이 고려되었다고 믿기 때문입니다.
|
||||
-
|
||||
-참고 사항
|
||||
----------
|
||||
-1. 이 프로그램은 공짜지만 저자들의 허락없이는 상업적인 용도로 이용될 수
|
||||
- 없습니다.
|
||||
-2. ztelnet의 원저자는 허준혁님입니다. 그 소스는
|
||||
- ftp://dangun.kaist.ac.kr/???/ztelnet.tar.gz
|
||||
- 입니다.
|
||||
-3. Linux용 ztelnet은 아직 다른 시스템과 호환이 안되기 때문에 이름이 다릅니다.
|
||||
- ftp://romance.kaist.ac.kr/pub/linux/network/ztel-lnx.tgz
|
||||
- 가 그 소스 파일입니다.
|
||||
-4. 에고 우리나라에서도 공짜로 좀 좋은 프로그램 만들어서 배포해주는
|
||||
- 사람이 많이 생겼으면 좋겠군요..
|
||||
-
|
||||
-* ztelnet을 만드신 허준혁님께 감사드립니다..
|
||||
-* Linux porting: 1995. 4. 23.
|
||||
-* Minor revision: 1995. 9. 20.
|
||||
-________________________________________________________________
|
||||
- Park Myeong Seok, Dept. of Chem. Eng., KAIST, 305-701, Korea
|
||||
- BioProcess Lab. (Tel. +82-42-869-3967)
|
||||
- E-mail: pms@romance.kaist.ac.kr/mspark@chiak.kaist.ac.kr
|
||||
-================================================================
|
||||
-
|
@ -1,57 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/README.ks work/ztelnet/README.ks
|
||||
--- work.old/ztelnet/README.ks Sun Feb 12 23:44:25 1995
|
||||
+++ work/ztelnet/README.ks Tue Jun 20 22:58:31 2000
|
||||
@@ -7,19 +7,23 @@
|
||||
> Install방법
|
||||
1. tar xvf ztelnet.tar
|
||||
2. cd ztelnet
|
||||
-3. make sun4.1 (다른 machine일 경우에는 그에 해당하는 target을 지정
|
||||
- target없이 make하면 가능한 target을 알 수 있다.)
|
||||
-4. ztelnet/telnet/telnet 이 새로 생기는 실행 화일
|
||||
+3. cd zmodem
|
||||
+4. make bsd (다른 machine일 경우에는 그에 해당하는 target을 지정
|
||||
+ - target없이 make하면 가능한 target을 알 수 있다.)
|
||||
+5. cd ..
|
||||
+6. make sun4.1 (다른 machine일 경우에는 그에 해당하는 target을 지정
|
||||
+ - target없이 make하면 가능한 target을 알 수 있다.)
|
||||
+7. ztelnet/telnet/telnet 이 새로 생기는 실행 화일
|
||||
|
||||
> Down/Up방법
|
||||
telnet으로 BBS(천리안 하이텔 나우콤등)에 접속한뒤
|
||||
-down/up준비를 한뒤 escape 문자 ( default는 Ctrl-'[' )를
|
||||
+down/up준비를 한뒤 escape 문자 ( default는 Ctrl-']' )를
|
||||
입력하여 telnet command 명령으로 빠져 나온다.
|
||||
binary상태가 아니면 "set bin" 한다.
|
||||
"rz" 혹은 "sz" 한다.
|
||||
|
||||
현재 sun계열의 컴퓨터에서만 test를 해보았습니다.
|
||||
-그리고 몇개의 중간 노드를 거쳐 접속해도 완벽하게
|
||||
+그리고 몇개의 중간 노드를 거쳐 접속해도
|
||||
up/down이 됩니다.
|
||||
|
||||
문제점은 다운 중간에 Nice하게 강제로 끝내는 것이
|
||||
@@ -30,15 +34,16 @@
|
||||
1995. 2. 12
|
||||
ㅤ 허준혁 jhheo@dangun.kaist.ac.kr
|
||||
--
|
||||
- ________
|
||||
- ////|\\\\ / Nice \
|
||||
- | . . | / To \
|
||||
- O| ^ |O oO \ Meet you!/
|
||||
- | V | .' \________/
|
||||
- \_____/
|
||||
+ ________ ///|\\\\
|
||||
+ ////|\\\\ / Nice \ Oo ////|\\\\\
|
||||
+ | . . | / To \ `.///_. ._\\\\
|
||||
+ O| ^ |O oO \ Meet you!/ /// ^ \\\\
|
||||
+ | V | .' \________/ ////| /O\ |\\\\\
|
||||
+ \_____/ //// \_____/ \\\\\
|
||||
+ ---------------> \\\\ /////
|
||||
|
||||
-If you ask me "what are you living for ?"
|
||||
-I will just smile......
|
||||
+the good time's gone!
|
||||
+ remember coming soon!
|
||||
|
||||
CSD KAIST
|
||||
the E-mail address
|
@ -1,8 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/arpa/tel-lnx.h work/ztelnet/arpa/tel-lnx.h
|
||||
--- work.old/ztelnet/arpa/tel-lnx.h Sun Apr 23 02:17:21 1995
|
||||
+++ work/ztelnet/arpa/tel-lnx.h Thu Jan 1 09:00:00 1970
|
||||
@@ -1,4 +0,0 @@
|
||||
-#include "/usr/include/arpa/telnet.h"
|
||||
-#define TELOPT_ENVIRON 36 /* Environment variables */
|
||||
-#define ENV_VALUE 0
|
||||
-#define ENV_VAR 1
|
@ -1,41 +0,0 @@
|
||||
--- work.old/ztelnet/libtelnet/Makefile.generic.orig Wed Sep 20 12:52:44 1995
|
||||
+++ work/ztelnet/libtelnet/Makefile.generic Thu Jun 6 23:23:00 2002
|
||||
@@ -19,32 +19,24 @@
|
||||
# @(#)Makefile.generic 5.5 (Berkeley) 3/1/91
|
||||
#
|
||||
|
||||
-LIB= libtelnet.a
|
||||
-SRCS= auth.c encrypt.c genget.c \
|
||||
+LIB= libtelnet.a
|
||||
+SRCS= auth.c encrypt.c genget.c \
|
||||
misc.c enc_des.c \
|
||||
setenv.c getent.c strdup.c strcasecmp.c \
|
||||
strchr.c strrchr.c strftime.c strerror.c \
|
||||
${LIB_SRC}
|
||||
|
||||
-OBJS= auth.o encrypt.o genget.o \
|
||||
+OBJS= auth.o encrypt.o genget.o \
|
||||
misc.o enc_des.o \
|
||||
${LIB_OBJ}
|
||||
|
||||
-ifeq (linux,${LINUX})
|
||||
-TELNET_H= ../arpa/tel-lnx.h
|
||||
-CFLAGS= ${LCCFLAGS} ${INCLUDES} ${DEFINES}
|
||||
-else
|
||||
-TELNET_H= ../arpa/telnet.h
|
||||
-CFLAGS= -O ${DEFINES} ${INCLUDES}
|
||||
-endif
|
||||
+TELNET_H= ../arpa/telnet.h
|
||||
+
|
||||
+CFLAGS+= ${DEFINES} ${INCLUDES}
|
||||
|
||||
${LIB}: ${OBJS}
|
||||
rm -f ${LIB}
|
||||
-ifeq (linux,${LINUX})
|
||||
- ${AR} ${ARFLAGS} ${LIB} ${OBJS}
|
||||
-else
|
||||
${AR} ${ARFLAGS} ${LIB} `lorder ${OBJS} | tsort`
|
||||
-endif
|
||||
@if [ ${RANLIB} != NONE ]; \
|
||||
then echo ${RANLIB} ${LIB}; ${RANLIB} ${LIB}; fi
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/libtelnet/strdup.c work/ztelnet/libtelnet/strdup.c
|
||||
--- work.old/ztelnet/libtelnet/strdup.c Tue Mar 26 07:14:21 1991
|
||||
+++ work/ztelnet/libtelnet/strdup.c Tue Jun 20 22:58:31 2000
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
-
|
||||
char *
|
||||
strdup(str)
|
||||
char *str;
|
@ -1,47 +0,0 @@
|
||||
--- work.old/ztelnet/telnet/Makefile.generic.orig Wed Sep 20 12:42:39 1995
|
||||
+++ work/ztelnet/telnet/Makefile.generic Thu Jun 6 23:23:29 2002
|
||||
@@ -19,28 +19,22 @@
|
||||
# @(#)Makefile.generic 5.5 (Berkeley) 3/1/91
|
||||
#
|
||||
|
||||
-INCLUDES= -I..
|
||||
-
|
||||
-ifeq (linux,${LINUX})
|
||||
-ARPA_TELNET= ../arpa/tel-lnx.h
|
||||
-CFLAGS= ${LCCFLAGS} ${INCLUDES} ${DEFINES}
|
||||
-else
|
||||
-ARPA_TELNET= ../arpa/telnet.h
|
||||
-CFLAGS= -O ${INCLUDES} ${DEFINES}
|
||||
-endif
|
||||
+INCLUDES= -I..
|
||||
+ARPA_TELNET= ../arpa/telnet.h
|
||||
|
||||
SRCS= commands.c main.c network.c ring.c \
|
||||
sys_bsd.c telnet.c terminal.c \
|
||||
utilities.c ${GETOPT_SRC}
|
||||
|
||||
+CFLAGS+= ${INCLUDES} ${DEFINES}
|
||||
|
||||
ALLHC= ${SRCS} \
|
||||
defines.h externs.h fdset.h general.h \
|
||||
ring.h types.h
|
||||
|
||||
OBJS= authenc.o commands.o main.o network.o ring.o sys_bsd.o \
|
||||
- telnet.o terminal.o utilities.o ${GETOPT_OBJ} \
|
||||
- ../zmodem/rz.o ../zmodem/sz.o
|
||||
+ telnet.o terminal.o utilities.o ${GETOPT_OBJ}
|
||||
+
|
||||
MAN= telnet.0
|
||||
|
||||
#
|
||||
@@ -73,8 +67,8 @@
|
||||
mkdep ${CFLAGS} `make clist`
|
||||
|
||||
install: ${MAN} FRC
|
||||
- install -s -o bin -g bin -m 755 telnet ${LIBEXEC}
|
||||
- install -c -o bin -g bin -m 444 telnet.0 ${DEST}/man/cat1
|
||||
+ install -s -o bin -g bin -m 755 telnet ${DEST}
|
||||
+ install -c -o bin -g bin -m 444 telnet.0 ${DESTDIR}/usr/man/cat1
|
||||
|
||||
lint: FRC ${SRCS}
|
||||
lint ${CFLAGS} `make clist`
|
@ -1,173 +0,0 @@
|
||||
--- work/ztelnet/telnet/commands.c.orig Wed Sep 20 02:03:45 1995
|
||||
+++ work/ztelnet/telnet/commands.c Sun May 30 01:37:06 2004
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <netdb.h>
|
||||
#include <ctype.h>
|
||||
#include <pwd.h>
|
||||
-#include <varargs.h>
|
||||
+#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <arpa/telnet.h>
|
||||
@@ -79,8 +79,6 @@
|
||||
extern char **genget();
|
||||
extern int Ambiguous();
|
||||
|
||||
-static call();
|
||||
-
|
||||
typedef struct {
|
||||
char *name; /* command name */
|
||||
char *help; /* help string (NULL for no help) */
|
||||
@@ -93,6 +91,12 @@
|
||||
static int margc;
|
||||
static char *margv[20];
|
||||
|
||||
+ void send_wont();
|
||||
+ void send_dont();
|
||||
+ void send_will();
|
||||
+ void send_do();
|
||||
+ typedef int (*intrtn_t)();
|
||||
+ static call(intrtn_t routine, ...);
|
||||
static void
|
||||
makeargv()
|
||||
{
|
||||
@@ -230,10 +232,8 @@
|
||||
int nbyte; /* Number of bytes to send this command */
|
||||
int what; /* Character to be sent (<0 ==> special) */
|
||||
};
|
||||
+
|
||||
|
||||
-/* PMS
|
||||
-extern int
|
||||
-*/
|
||||
static int
|
||||
send_esc P((void)),
|
||||
send_help P((void)),
|
||||
@@ -370,7 +370,6 @@
|
||||
send_docmd(name)
|
||||
char *name;
|
||||
{
|
||||
- void send_do();
|
||||
return(send_tncmd(send_do, "do", name));
|
||||
}
|
||||
|
||||
@@ -378,21 +377,18 @@
|
||||
send_dontcmd(name)
|
||||
char *name;
|
||||
{
|
||||
- void send_dont();
|
||||
return(send_tncmd(send_dont, "dont", name));
|
||||
}
|
||||
static int
|
||||
send_willcmd(name)
|
||||
char *name;
|
||||
{
|
||||
- void send_will();
|
||||
return(send_tncmd(send_will, "will", name));
|
||||
}
|
||||
static int
|
||||
send_wontcmd(name)
|
||||
char *name;
|
||||
{
|
||||
- void send_wont();
|
||||
return(send_tncmd(send_wont, "wont", name));
|
||||
}
|
||||
|
||||
@@ -590,11 +586,8 @@
|
||||
return 1;
|
||||
}
|
||||
|
||||
-/* PMS
|
||||
-extern int togglehelp P((void));
|
||||
-*/
|
||||
-static int togglehelp P((void));
|
||||
|
||||
+static int togglehelp P((void));
|
||||
#if defined(AUTHENTICATE)
|
||||
extern int auth_togdebug P((int));
|
||||
#endif
|
||||
@@ -828,12 +821,8 @@
|
||||
*/
|
||||
|
||||
#ifdef USE_TERMIO
|
||||
-#ifdef BYPMS
|
||||
-struct termios new_tc = { 0 };
|
||||
-#else
|
||||
struct termio new_tc = { 0 };
|
||||
#endif
|
||||
-#endif
|
||||
|
||||
struct setlist {
|
||||
char *name; /* name */
|
||||
@@ -1559,9 +1548,6 @@
|
||||
int arg;
|
||||
};
|
||||
|
||||
-/* PMS
|
||||
-extern void slc_help();
|
||||
-*/
|
||||
static void slc_help();
|
||||
|
||||
struct slclist SlcList[] = {
|
||||
@@ -1640,15 +1626,13 @@
|
||||
|
||||
extern struct env_lst *
|
||||
env_define P((unsigned char *, unsigned char *));
|
||||
-extern void
|
||||
+static void
|
||||
env_undefine P((unsigned char *)),
|
||||
env_export P((unsigned char *)),
|
||||
env_unexport P((unsigned char *)),
|
||||
env_send P((unsigned char *)),
|
||||
- env_list P((void));
|
||||
-
|
||||
-/* PMS: extern is replaced by static */
|
||||
-static void env_help P((void));
|
||||
+ env_list P((void)),
|
||||
+ env_help P((void));
|
||||
|
||||
struct envlist EnvList[] = {
|
||||
{ "define", "Define an environment variable",
|
||||
@@ -2232,7 +2216,7 @@
|
||||
register struct hostent *host = 0;
|
||||
struct sockaddr_in sin;
|
||||
struct servent *sp = 0;
|
||||
- unsigned long temp, inet_addr();
|
||||
+ unsigned long temp;/*, inet_addr();*/
|
||||
extern char *inet_ntoa();
|
||||
#if defined(IP_OPTIONS) && defined(IPPROTO_IP)
|
||||
char *srp = 0, *strrchr();
|
||||
@@ -2489,11 +2473,7 @@
|
||||
envhelp[] = "change environment variables ('environ ?' for more)",
|
||||
modestring[] = "try to enter line or character mode ('mode ?' for more)";
|
||||
|
||||
-/* PMS
|
||||
-extern int help();
|
||||
-*/
|
||||
-
|
||||
-static int help();
|
||||
+static int help();
|
||||
|
||||
static Command cmdtab[] = {
|
||||
{ "close", closehelp, bye, 1 },
|
||||
@@ -2548,18 +2528,13 @@
|
||||
*/
|
||||
|
||||
/*VARARGS1*/
|
||||
- static
|
||||
-call(va_alist)
|
||||
- va_dcl
|
||||
+static call(intrtn_t routine, ...)
|
||||
{
|
||||
va_list ap;
|
||||
- typedef int (*intrtn_t)();
|
||||
- intrtn_t routine;
|
||||
char *args[100];
|
||||
int argno = 0;
|
||||
|
||||
- va_start(ap);
|
||||
- routine = (va_arg(ap, intrtn_t));
|
||||
+ va_start(ap, routine);
|
||||
while ((args[argno++] = va_arg(ap, char *)) != 0) {
|
||||
;
|
||||
}
|
@ -1,34 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/telnet/externs.h work/ztelnet/telnet/externs.h
|
||||
--- work.old/ztelnet/telnet/externs.h Wed Sep 20 07:52:29 1995
|
||||
+++ work/ztelnet/telnet/externs.h Tue Jun 20 22:58:32 2000
|
||||
@@ -35,18 +35,14 @@
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
#ifdef USE_TERMIO
|
||||
-#ifndef BYPMS
|
||||
# ifndef VINTR
|
||||
-#endif /* PMS */
|
||||
# ifdef SYSV_TERMIO
|
||||
# include <sys/termio.h>
|
||||
# else
|
||||
# include <sys/termios.h>
|
||||
# define termio termios
|
||||
# endif
|
||||
-#ifndef BYPMS
|
||||
# endif
|
||||
-#endif /* PMS */
|
||||
#endif
|
||||
#if defined(NO_CC_T) || !defined(USE_TERMIO)
|
||||
# if !defined(USE_TERMIO)
|
||||
@@ -315,11 +311,7 @@
|
||||
|
||||
# else
|
||||
|
||||
-#ifdef BYPMS
|
||||
-extern struct termios new_tc;
|
||||
-#else
|
||||
extern struct termio new_tc;
|
||||
-#endif /* PMS */
|
||||
|
||||
# define termEofChar new_tc.c_cc[VEOF]
|
||||
# define termEraseChar new_tc.c_cc[VERASE]
|
@ -1,19 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/telnet/main.c work/ztelnet/telnet/main.c
|
||||
--- work.old/ztelnet/telnet/main.c Wed Sep 20 05:54:56 1995
|
||||
+++ work/ztelnet/telnet/main.c Tue Jun 20 22:58:32 2000
|
||||
@@ -132,7 +132,6 @@
|
||||
case 'S':
|
||||
{
|
||||
#ifdef HAS_GETTOS
|
||||
-#ifndef BYPMS
|
||||
extern int tos;
|
||||
|
||||
if ((tos = parsetos(optarg, "tcp")) < 0)
|
||||
@@ -140,7 +139,6 @@
|
||||
prompt, ": Bad TOS argument '",
|
||||
optarg,
|
||||
"; will try to use default TOS");
|
||||
-#endif /* PMS */
|
||||
#else
|
||||
fprintf(stderr,
|
||||
"%s: Warning: -S ignored, no parsetos() support.\n",
|
@ -1,72 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/telnet/sys_bsd.c work/ztelnet/telnet/sys_bsd.c
|
||||
--- work.old/ztelnet/telnet/sys_bsd.c Wed Sep 20 08:35:50 1995
|
||||
+++ work/ztelnet/telnet/sys_bsd.c Tue Jun 20 22:58:32 2000
|
||||
@@ -43,13 +43,16 @@
|
||||
#include "externs.h"
|
||||
#include "types.h"
|
||||
|
||||
-/* PMS: BYPMS is added */
|
||||
-#if defined(CRAY) || (defined(USE_TERMIO) && !defined(SYSV_TERMIO)) || defined(BYPMS)
|
||||
+#if defined(CRAY) || (defined(USE_TERMIO) && !defined(SYSV_TERMIO))
|
||||
#define SIG_FUNC_RET void
|
||||
#else
|
||||
#define SIG_FUNC_RET int
|
||||
#endif
|
||||
|
||||
+#ifdef SIGINFO
|
||||
+extern SIG_FUNC_RET ayt_status();
|
||||
+#endif
|
||||
+
|
||||
int
|
||||
tout, /* Output file descriptor */
|
||||
tin, /* Input file descriptor */
|
||||
@@ -65,16 +68,9 @@
|
||||
# define old_tc ottyb
|
||||
|
||||
#else /* USE_TERMIO */
|
||||
-
|
||||
-#ifdef BYPMS
|
||||
-struct termios old_tc = { 0 };
|
||||
-extern struct termios new_tc;
|
||||
-#else
|
||||
struct termio old_tc = { 0 };
|
||||
extern struct termio new_tc;
|
||||
-#endif /* PMS */
|
||||
|
||||
-#ifndef BYPMS
|
||||
# ifndef TCSANOW
|
||||
# ifdef TCSETS
|
||||
# define TCSANOW TCSETS
|
||||
@@ -100,7 +96,6 @@
|
||||
# endif
|
||||
# endif /* TCSANOW */
|
||||
#endif /* USE_TERMIO */
|
||||
-#endif /* PMS */
|
||||
|
||||
static fd_set ibits, obits, xbits;
|
||||
|
||||
@@ -166,11 +161,11 @@
|
||||
* 1 Do add this character
|
||||
*/
|
||||
|
||||
+void xmitAO(), xmitEL(), xmitEC(), intp(), sendbrk();
|
||||
int
|
||||
TerminalSpecialChars(c)
|
||||
int c;
|
||||
{
|
||||
- void xmitAO(), xmitEL(), xmitEC(), intp(), sendbrk();
|
||||
|
||||
if (c == termIntChar) {
|
||||
intp();
|
||||
@@ -382,11 +377,7 @@
|
||||
struct sgttyb sb;
|
||||
int lmode;
|
||||
#else /* USE_TERMIO */
|
||||
-#ifdef BYPMS
|
||||
- struct termios tmp_tc;
|
||||
-#else
|
||||
struct termio tmp_tc;
|
||||
-#endif /* PMS */
|
||||
#endif /* USE_TERMIO */
|
||||
int onoff;
|
||||
int old;
|
@ -1,440 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/telnet/telnet.1 work/ztelnet/telnet/telnet.1
|
||||
--- work.old/ztelnet/telnet/telnet.1 Tue Mar 26 07:14:28 1991
|
||||
+++ work/ztelnet/telnet/telnet.1 Tue Jun 20 22:58:33 2000
|
||||
@@ -18,15 +18,15 @@
|
||||
.\" @(#)telnet.1 6.13 (Berkeley) 7/28/90
|
||||
.\"
|
||||
.Dd July 28, 1990
|
||||
-.Dt TELNET 1
|
||||
+.Dt ZTELNET 1
|
||||
.Os BSD 4.2
|
||||
.Sh NAME
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
.Nd User interface to the
|
||||
.Li TELNET
|
||||
-protocol
|
||||
+protocol, with support for Zmodem file transfers.
|
||||
.Sh SYNOPSIS
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
.Op Fl 8
|
||||
.Op Fl E
|
||||
.Op Fl K
|
||||
@@ -47,23 +47,32 @@
|
||||
.Oe
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
command
|
||||
is used to communicate with another host using the
|
||||
.Li TELNET
|
||||
protocol.
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is invoked without the
|
||||
.Ar host
|
||||
argument, it enters command mode,
|
||||
indicated by its prompt
|
||||
-.Pq Nm telnet\&> .
|
||||
+.Pq Nm ztelnet\&> .
|
||||
In this mode, it accepts and executes the commands listed below.
|
||||
If it is invoked with arguments, it performs an
|
||||
.Ic open
|
||||
command with those arguments.
|
||||
.Pp
|
||||
+To perform Zmodem file transfers, issue the appropriate Zmodem command on
|
||||
+the remote host. Then hit the
|
||||
+.Nm
|
||||
+command line escape key (^]) and issue the appropriate Zmodem command for
|
||||
+the local host. Typically these commands would be
|
||||
+.Nm sz
|
||||
+and
|
||||
+.Nm rz .
|
||||
+.Pp
|
||||
Options:
|
||||
.Tw Fl
|
||||
.Tp Fl 8
|
||||
@@ -116,7 +125,7 @@
|
||||
.Cx
|
||||
Sets the initial
|
||||
.Nm
|
||||
-.B telnet
|
||||
+.B ztelnet
|
||||
escape character to
|
||||
.Ar escape char.
|
||||
If
|
||||
@@ -130,7 +139,7 @@
|
||||
If Kerberos authentication is being used, the
|
||||
.Fl k
|
||||
option requests that
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
obtain tickets for the remote host in realm
|
||||
.Ar realm
|
||||
instead of the remote host's
|
||||
@@ -175,13 +184,13 @@
|
||||
.Tp Ar port
|
||||
Indicates a port number (address of an application) or name. If a number is
|
||||
not specified, the default
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
port is used.
|
||||
Port names are mapped to port numbers via the
|
||||
/etc/services
|
||||
file.
|
||||
Normally when a port number is specified,
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
will not send out any initial
|
||||
.Li TELNET
|
||||
option negotiation.
|
||||
@@ -199,19 +208,19 @@
|
||||
.Nm
|
||||
escape character.
|
||||
Similarly, the line ``~^Z'' will suspend the
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
session.
|
||||
The line ``~^]'' will escape to the normal
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
escape prompt.
|
||||
.Pp
|
||||
Once a connection has been opened,
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
will attempt to enable the
|
||||
.Li TELNET LINEMODE
|
||||
option.
|
||||
If this fails, then
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
will revert to one of two input modes:
|
||||
either \*(Lqcharacter at a time\*(Rq
|
||||
or \*(Lqold line by line\*(Rq
|
||||
@@ -281,15 +290,15 @@
|
||||
.Ic intr ) .
|
||||
.Pp
|
||||
While connected to a remote host,
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
command mode may be entered by typing the
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
\*(Lqescape character\*(Rq (initially \*(Lq^
|
||||
\*(Rq).
|
||||
When in command mode, the normal terminal editing conventions are available.
|
||||
.Pp
|
||||
The following
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
commands are available.
|
||||
Only enough of each command to uniquely identify it need be typed
|
||||
(this is also true for most of the arguments to the
|
||||
@@ -659,7 +668,7 @@
|
||||
Open a connection to the named host.
|
||||
If no port number
|
||||
is specified,
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
will attempt to contact a
|
||||
.Li TELNET
|
||||
server at the default port.
|
||||
@@ -674,7 +683,7 @@
|
||||
.Li ENVIRON
|
||||
option.
|
||||
When connecting to a non-standard port,
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
omits any automatic initiation of
|
||||
.Li TELNET
|
||||
options. When the port number is preceded by a minus sign,
|
||||
@@ -696,10 +705,10 @@
|
||||
first thing on the line is the name of the machine that is
|
||||
being connected to. The rest of the line, and successive
|
||||
lines that begin with whitespace are assumed to be
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
commands and are processed as if they had been typed
|
||||
in manually to the
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
command prompt.
|
||||
The special machine name
|
||||
.Ic DEFAULT
|
||||
@@ -714,7 +723,7 @@
|
||||
Close any open
|
||||
.Li TELNET
|
||||
session and exit
|
||||
-.Nm telnet .
|
||||
+.Nm ztelnet .
|
||||
An end of file (in command mode) will also close a session and exit.
|
||||
.\" ######## END the "quit" command
|
||||
.\"
|
||||
@@ -776,7 +785,7 @@
|
||||
sequence.
|
||||
.Tp Ic escape
|
||||
Sends the current
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
escape character (initially \*(Lq^\*(Rq).
|
||||
.Tp Ic ga
|
||||
Sends the
|
||||
@@ -833,7 +842,7 @@
|
||||
The
|
||||
.Ic set
|
||||
command will set any one of a number of
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
variables to a specific value or to TRUE.
|
||||
The special value
|
||||
.Ic off
|
||||
@@ -859,7 +868,7 @@
|
||||
.Tw Fl
|
||||
.Tp Ic ayt
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is in
|
||||
.Ic localchars
|
||||
mode, or
|
||||
@@ -884,7 +893,7 @@
|
||||
echoing of entered characters (for entering, say, a password).
|
||||
.Tp Ic eof
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is operating in
|
||||
.Li LINEMODE
|
||||
or \*(Lqold line by line\*(Rq mode, entering this character
|
||||
@@ -895,7 +904,7 @@
|
||||
character.
|
||||
.Tp Ic erase
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is in
|
||||
.Ic localchars
|
||||
mode (see
|
||||
@@ -904,7 +913,7 @@
|
||||
below),
|
||||
.Sy and
|
||||
if
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is operating in \*(Lqcharacter at a time\*(Rq mode, then when this
|
||||
character is typed, a
|
||||
.Li TELNET EC
|
||||
@@ -919,14 +928,14 @@
|
||||
character.
|
||||
.Tp Ic escape
|
||||
This is the
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
escape character (initially \*(Lq^[\*(Rq) which causes entry
|
||||
into
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
command mode (when connected to a remote system).
|
||||
.Tp Ic flushoutput
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is in
|
||||
.Ic localchars
|
||||
mode (see
|
||||
@@ -949,7 +958,7 @@
|
||||
.Tp Ic forw1
|
||||
.Tp Ic forw2
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is operating in
|
||||
.Li LINEMODE,
|
||||
these are the characters that, when typed,
|
||||
@@ -962,7 +971,7 @@
|
||||
characters.
|
||||
.Tp Ic interrupt
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is in
|
||||
.Ic localchars
|
||||
mode (see
|
||||
@@ -984,7 +993,7 @@
|
||||
character.
|
||||
.Tp Ic kill
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is in
|
||||
.Ic localchars
|
||||
mode (see
|
||||
@@ -993,7 +1002,7 @@
|
||||
below),
|
||||
.Ic and
|
||||
if
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is operating in \*(Lqcharacter at a time\*(Rq mode, then when this
|
||||
character is typed, a
|
||||
.Li TELNET EL
|
||||
@@ -1008,7 +1017,7 @@
|
||||
character.
|
||||
.Tp Ic lnext
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is operating in
|
||||
.Li LINEMODE
|
||||
or \*(Lqold line by line\*(Lq mode, then this character is taken to
|
||||
@@ -1021,7 +1030,7 @@
|
||||
character.
|
||||
.Tp Ic quit
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is in
|
||||
.Ic localchars
|
||||
mode (see
|
||||
@@ -1043,7 +1052,7 @@
|
||||
character.
|
||||
.Tp Ic reprint
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is operating in
|
||||
.Li LINEMODE
|
||||
or \*(Lqold line by line\*(Lq mode, then this character is taken to
|
||||
@@ -1057,14 +1066,14 @@
|
||||
.Tp Ic rlogin
|
||||
This is the rlogin escape character.
|
||||
If set, the normal
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
.Ic escape
|
||||
character will be ignored unless it is preceded by this character
|
||||
at the beginning of a line.
|
||||
This character, at the beginning of a line, followed by a ``.''
|
||||
will close the connection; when followed by a ``^Z'' it will
|
||||
suspend the
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
command.
|
||||
The initial state is to have the
|
||||
.Ic rlogin
|
||||
@@ -1095,7 +1104,7 @@
|
||||
character.
|
||||
.Tp Ic susp
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is in
|
||||
.Ic localchars
|
||||
mode, or
|
||||
@@ -1124,7 +1133,7 @@
|
||||
then tracing information will be written to standard output (the default).
|
||||
.Tp Ic worderase
|
||||
If
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
is operating in
|
||||
.Li LINEMODE
|
||||
or \*(Lqold line by line\*(Lq mode, then this character is taken to
|
||||
@@ -1172,7 +1181,7 @@
|
||||
Switch to the local defaults for the special characters. The
|
||||
local default characters are those of the local terminal at
|
||||
the time when
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
was started.
|
||||
.Tp Ic import
|
||||
Switch to the remote defaults for the special characters.
|
||||
@@ -1195,7 +1204,7 @@
|
||||
.\" ######## BEGIN the "status" command
|
||||
.Tp Ic status
|
||||
Show the current status of
|
||||
-.Nm telnet .
|
||||
+.Nm ztelnet .
|
||||
This includes the peer one is connected to, as well
|
||||
as the current mode.
|
||||
.\" ######## END the "status" command
|
||||
@@ -1210,7 +1219,7 @@
|
||||
and
|
||||
FALSE)
|
||||
various flags that control how
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
responds to events.
|
||||
These flags may be set explicitly to TRUE or FALSE
|
||||
using the
|
||||
@@ -1242,7 +1251,7 @@
|
||||
sequences; see
|
||||
.Ic set
|
||||
above for details),
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
refuses to display any data on the user's terminal
|
||||
until the remote system acknowledges (via a
|
||||
.Li TELNET TIMING MARK
|
||||
@@ -1269,7 +1278,7 @@
|
||||
If the
|
||||
.Li TELNET AUTHENTICATION
|
||||
option is supported by the remote side, then
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
will attempt to use it to perform automatic authentication.
|
||||
If the
|
||||
.Li AUTHENTICATION
|
||||
@@ -1395,7 +1404,7 @@
|
||||
The initial value for this toggle is FALSE.
|
||||
.Tp Ic options
|
||||
Toggles the display of some internal
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
protocol processing (having to do with
|
||||
.Li TELNET
|
||||
options).
|
||||
@@ -1421,7 +1430,7 @@
|
||||
.Ic skiprc
|
||||
toggle
|
||||
is TRUE, then
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
will skip the reading of the
|
||||
.Pa \&.telnetrc
|
||||
file in the users home directory
|
||||
@@ -1434,7 +1443,7 @@
|
||||
When the
|
||||
.Ic verbose_encrypt
|
||||
toggle is TRUE, then
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
will print out a message each time encryption is
|
||||
enabled or disabled.
|
||||
The initial value for this toggle is FALSE.
|
||||
@@ -1448,7 +1457,7 @@
|
||||
.\" ######## BEGIN the "z" command
|
||||
.Tp Ic z
|
||||
Suspend
|
||||
-.Nm telnet .
|
||||
+.Nm ztelnet .
|
||||
This command only works when the user is using the
|
||||
.Xr csh 1 .
|
||||
.\" ######## END the "z" command
|
||||
@@ -1471,10 +1480,10 @@
|
||||
.Op Ar command
|
||||
.Cx
|
||||
Get help. With no arguments,
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
prints a help summary.
|
||||
If a command is specified,
|
||||
-.Nm telnet
|
||||
+.Nm ztelnet
|
||||
will print the help information for just that command.
|
||||
.\" ######## END the "!" command
|
||||
.Sh ENVIRONMENT
|
@ -1,69 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/telnet/utilities.c work/ztelnet/telnet/utilities.c
|
||||
--- work.old/ztelnet/telnet/utilities.c Wed Sep 20 06:41:41 1995
|
||||
+++ work/ztelnet/telnet/utilities.c Tue Jun 20 22:58:32 2000
|
||||
@@ -40,6 +40,15 @@
|
||||
|
||||
#include "externs.h"
|
||||
|
||||
+#ifdef SLC_NAME_OK
|
||||
+#undef SLC_NAME_OK
|
||||
+#define SLC_NAME_OK(x) ( (x) < NSLC )
|
||||
+#endif
|
||||
+#ifdef TELOPT_OK
|
||||
+#undef TELOPT_OK
|
||||
+#define TELOPT_OK(x) ((x) <= TELOPT_LAST)
|
||||
+#endif
|
||||
+
|
||||
FILE *NetTrace = 0; /* Not in bss, since needs to stay */
|
||||
int prettydump;
|
||||
|
||||
@@ -282,9 +291,6 @@
|
||||
register int i;
|
||||
char buf[512];
|
||||
extern int want_status_response;
|
||||
-#ifdef BYPMS
|
||||
- unsigned int bypms;
|
||||
-#endif /* PMS */
|
||||
|
||||
if (showoptions || direction == 0 ||
|
||||
(want_status_response && (pointer[0] == TELOPT_STATUS))) {
|
||||
@@ -578,12 +584,7 @@
|
||||
case LM_SLC:
|
||||
fprintf(NetTrace, "SLC");
|
||||
for (i = 2; i < length - 2; i += 3) {
|
||||
-#ifdef BYPMS
|
||||
- bypms = (unsigned int) pointer[i+SLC_FUNC];
|
||||
- if (SLC_NAME_OK(bypms))
|
||||
-#else
|
||||
if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
|
||||
-#endif /* PMS */
|
||||
fprintf(NetTrace, " %s", SLC_NAME(pointer[i+SLC_FUNC]));
|
||||
else
|
||||
fprintf(NetTrace, " %d", pointer[i+SLC_FUNC]);
|
||||
@@ -672,12 +673,7 @@
|
||||
case WONT: cp = "WONT"; goto common2;
|
||||
common2:
|
||||
i++;
|
||||
-#ifdef BYPMS
|
||||
- bypms = (unsigned int) pointer[i];
|
||||
- if (TELOPT_OK(bypms))
|
||||
-#else
|
||||
if (TELOPT_OK((int)pointer[i]))
|
||||
-#endif /* PMS */
|
||||
fprintf(NetTrace, " %s %s", cp, TELOPT(pointer[i]));
|
||||
else
|
||||
fprintf(NetTrace, " %s %d", cp, pointer[i]);
|
||||
@@ -799,12 +795,7 @@
|
||||
break;
|
||||
|
||||
default:
|
||||
-#ifdef BYPMS
|
||||
- bypms = (unsigned int) pointer[0];
|
||||
- if (TELOPT_OK(bypms))
|
||||
-#else
|
||||
- if (TELOPT_OK(pointer[0]))
|
||||
-#endif /* PMS */
|
||||
+ if (TELOPT_OK(pointer[0]))
|
||||
fprintf(NetTrace, "%s (unknown)", TELOPT(pointer[0]));
|
||||
else
|
||||
fprintf(NetTrace, "%d (unknown)", pointer[i]);
|
@ -1,159 +0,0 @@
|
||||
--- work.old/ztelnet/zmodem/Makefile.orig Tue Sep 19 17:20:41 1995
|
||||
+++ work/ztelnet/zmodem/Makefile Thu Jun 6 23:23:16 2002
|
||||
@@ -1,142 +1,19 @@
|
||||
-# Makefile for Unix/Xenix rz and sz programs
|
||||
-# the makefile is not too well tested yet
|
||||
-CFLAGS= -c -O
|
||||
-OBJS=sz.o rz.o
|
||||
-SRCS= rbsb.c minirb.c zm.c zmr.c crctab.c crc.c zmodem.h
|
||||
-ARCFILES= README rbsb.c gz *.t minirb.c zmodem.h \
|
||||
- zm.c zmr.c crctab.c sz.c rz.c mailer.rz crc.c
|
||||
+LIB= librzsz.a
|
||||
+SRCS= rz.c sz.c
|
||||
|
||||
-nothing:
|
||||
- @echo
|
||||
- @echo "Please study the #ifdef's in crctab.c, rbsb.c, rz.c and sz.c,"
|
||||
- @echo "make any necessary hacks for oddball or merged SYSV/BSD systems,"
|
||||
- @echo "then type 'make SYSTEM' where SYSTEM is one of:"
|
||||
- @echo
|
||||
- @echo " posix POSIX compliant systems"
|
||||
- @echo " linux LINUX systems"
|
||||
- @echo " odt SCO Open Desktop"
|
||||
- @echo " sysvr4 SYSTEM 5.4 Unix, SCO Open Desktop"
|
||||
- @echo " sysvr3 SYSTEM 5.3 Unix with mkdir(2)"
|
||||
- @echo " sysv SYSTEM 3/5 Unix"
|
||||
- @echo " xenix Xenix"
|
||||
- @echo " x386 386 Xenix"
|
||||
- @echo " bsd Berkeley 4.x BSD, Ultrix, V7"
|
||||
- @echo " tandy Tandy 6000 Xenix"
|
||||
- @echo " dnix DIAB Dnix 5.2"
|
||||
- @echo " dnix5r3 DIAB Dnix 5.3"
|
||||
- @echo " amiga 3000UX running SVR4"
|
||||
- @echo " POSIX POSIX compliant systems (SCO Open Desktop, strict)"
|
||||
- @echo
|
||||
- @echo " doc Format the man pages with nroff"
|
||||
- @echo
|
||||
+OBJS= rz.o sz.o \
|
||||
+ ${LIB_OBJ}
|
||||
|
||||
-usenet:doc
|
||||
- shar -c -a -n rzsz -o /tmp/rzsz -l64 \
|
||||
- README Makefile zmodem.h zm.c rz.c rbsb.c \
|
||||
- crc.c crctab.c minirb.c mailer.rz zmr.c *.doc gz sz.c *.t
|
||||
+CFLAGS+= ${DEFINES} ${INCLUDES}
|
||||
|
||||
-shar:doc
|
||||
- shar -c README Makefile zmodem.h zm.c \
|
||||
- zmr.c sz.c rz.c crctab.c \
|
||||
- mailer.rz crc.c rbsb.c minirb.c *.doc gz *.t >/tmp/rzsz
|
||||
+${LIB}: ${OBJS}
|
||||
+ rm -f ${LIB}
|
||||
+ ${AR} ${ARFLAGS} ${LIB} `lorder ${OBJS} | tsort`
|
||||
+ @if [ ${RANLIB} != NONE ]; \
|
||||
+ then echo ${RANLIB} ${LIB}; ${RANLIB} ${LIB}; fi
|
||||
|
||||
-unixforum: shar
|
||||
- compress /tmp/rzsz.sh
|
||||
+clean cleandir:
|
||||
+ rm -f *.o ${LIB} core a.out
|
||||
|
||||
-unix:
|
||||
- undos $(ARCFILES)
|
||||
-
|
||||
-dos:
|
||||
- todos $(ARCFILES)
|
||||
-
|
||||
-doc:rz.doc sz.doc crc.doc minirb.doc
|
||||
-
|
||||
-minirb.doc:minirb.1
|
||||
- nroff -man minirb.1 | col >minirb.doc
|
||||
-
|
||||
-rz.doc:rz.1
|
||||
- nroff -man rz.1 | col >rz.doc
|
||||
-
|
||||
-sz.doc:sz.1
|
||||
- nroff -man sz.1 | col >sz.doc
|
||||
-
|
||||
-crc.doc:crc.1
|
||||
- nroff -man crc.1 | col >crc.doc
|
||||
-
|
||||
-zoo: doc
|
||||
- -rm -f /tmp/rzsz.zoo
|
||||
- zoo ah /tmp/rzsz README Makefile zmodem.h zm.c sz.c rz.c \
|
||||
- mailer.rz crctab.c rbsb.c *.doc \
|
||||
- zmr.c crc.c gz *.t minirb.c
|
||||
- touch /tmp/rzsz.zoo
|
||||
- chmod og-w /tmp/rzsz.zoo
|
||||
- mv /tmp/rzsz.zoo /u/t/yam
|
||||
- -rm -f rzsz.zip
|
||||
- zip rzsz readme mailer.rz makefile zmodem.h zm.c sz.c rz.c
|
||||
- zip rzsz crctab.c rbsb.c *.doc
|
||||
- zip rzsz zmr.c crc.c gz *.t minirb.c
|
||||
- mv rzsz.zip /u/t/yam
|
||||
-
|
||||
-tar:doc
|
||||
- tar cvf /tmp/rzsz.tar README Makefile zmodem.h zm.c sz.c rz.c \
|
||||
- mailer.rz crctab.c rbsb.c \
|
||||
- zmr.c crc.c *.1 *.doc gz *.t minirb.c
|
||||
-
|
||||
-tags:
|
||||
- ctags sz.c rz.c zm.c zmr.c rbsb.c
|
||||
-
|
||||
-clean:
|
||||
- rm -f *.o
|
||||
-
|
||||
-xenix:
|
||||
- $(CC) $(CFLAGS) -M0 -K -i -DUSG -DNFGVMIN -DREADCHECK sz.c
|
||||
- $(CC) $(CFLAGS) -M0 -K -i -DUSG -DMD rz.c
|
||||
-
|
||||
-x386:
|
||||
- $(CC) $(CFLAGS) -DUSG -DMD sz.c
|
||||
- $(CC) $(CFLAGS) -DUSG -DNFGVMIN -DREADCHECK rz.c
|
||||
-
|
||||
-sysv:
|
||||
- $(CC) $(CFLAGS) -DUSG -DMD sz.c
|
||||
- $(CC) $(CFLAGS) -DUSG -DSV -DNFGVMIN rz.c
|
||||
-
|
||||
-sysvr3 ultrix3.1:
|
||||
- $(CC) $(CFLAGS) -DUSG -DMD=2 sz.c
|
||||
- $(CC) $(CFLAGS) -DSV -DUSG -DNFGVMIN rz.c
|
||||
-
|
||||
-sysvr4 ultrix4.0:
|
||||
- $(CC) $(CFLAGS) -DUSG -DMD=2 sz.c
|
||||
- $(CC) $(CFLAGS) -DSV -DUSG rz.c
|
||||
-
|
||||
-odt:
|
||||
- $(CC) $(CFLAGS) -strict -W2 -n -DUSG -DMD=2 sz.c
|
||||
- $(CC) $(CFLAGS) -strict -W2 -n -DUSG -DREADCHECK rz.c
|
||||
-
|
||||
-linux posix:
|
||||
- $(CC) $(CFLAGS) -DPOSIX -DMD=2 sz.c
|
||||
- $(CC) $(CFLAGS) -DPOSIX rz.c
|
||||
-
|
||||
-POSIX:
|
||||
- @echo "Well, stricter, as in *safer sex* ..."
|
||||
- $(CC) $(CFLAGS) -posix -W2 -DPOSIX -DMD=2 sz.c
|
||||
- $(CC) $(CFLAGS) -posix -W2 -DPOSIX rz.c
|
||||
-
|
||||
-bsd 4.4bsd 4.3reno 4.3tahoe 4.3bsd sun3.5 sun4.0 sun4.0.3c sun4.1:
|
||||
- $(CC) $(CFLAGS) -DMD=2 -Dstrchr=index -DV7 sz.c
|
||||
- $(CC) $(CFLAGS) -DV7 -DNFGVMIN rz.c
|
||||
-
|
||||
-tandy:
|
||||
- $(CC) $(CFLAGS) -n -DUSG -DMD -DT6K sz.c
|
||||
- $(CC) $(CFLAGS) -n -DUSG -DMD -DT6K rz.c
|
||||
-
|
||||
-dnix:
|
||||
- $(CC) $(CFLAGS) -DUSG -DMD sz.c
|
||||
- $(CC) $(CFLAGS) -DSV -DUSG -DNFGVMIN -DREADCHECK rz.c
|
||||
-
|
||||
-dnix5r3:
|
||||
- $(CC) $(CFLAGS) -DUSG -DMD=2 sz.c
|
||||
- $(CC) $(CFLAGS) -DUSG -DSV -DNFGVMIN -DREADCHECK rz.c
|
||||
-
|
||||
-amiga:
|
||||
- $(CC) $(CFLAGS) -DUSG -DNFGVMIN -g sz.c
|
||||
- $(CC) $(CFLAGS) -DUSG -DSV -DNFGVMIN -g rz.c
|
||||
+rz.o : zmodem.h
|
||||
+sz.o : zmodem.h
|
@ -1,13 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/rbsb.c work/ztelnet/zmodem/rbsb.c
|
||||
--- work.old/ztelnet/zmodem/rbsb.c Mon Apr 24 23:09:14 1995
|
||||
+++ work/ztelnet/zmodem/rbsb.c Tue Jun 20 22:58:32 2000
|
||||
@@ -7,6 +7,9 @@
|
||||
|
||||
STATIC char *Copyr = "Copyright 1993 Omen Technology Inc All Rights Reserved";
|
||||
|
||||
+#undef V7
|
||||
+#define POSIX
|
||||
+
|
||||
#ifdef V7
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
@ -1,80 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/rz.c work/ztelnet/zmodem/rz.c
|
||||
--- work.old/ztelnet/zmodem/rz.c Mon Apr 24 23:28:22 1995
|
||||
+++ work/ztelnet/zmodem/rz.c Tue Jun 20 22:58:33 2000
|
||||
@@ -1,5 +1,8 @@
|
||||
-#define STATIC static
|
||||
-
|
||||
+/*------Appended by yongari------*/
|
||||
+#define V7
|
||||
+#define NFGVMIN
|
||||
+/*-------------------------------*/
|
||||
+#define STATIC static
|
||||
#define VERSION "3.25 2-11-95"
|
||||
#define PUBDIR "/usr/spool/uucppublic"
|
||||
|
||||
@@ -82,6 +85,27 @@
|
||||
#include <errno.h>
|
||||
extern int errno;
|
||||
|
||||
+/*-----Appended by yongari to shut up compiler------*/
|
||||
+STATIC usage();
|
||||
+STATIC wcreceive();
|
||||
+STATIC wcrxpn();
|
||||
+STATIC wcrx();
|
||||
+STATIC wcgetsec();
|
||||
+STATIC procheader();
|
||||
+STATIC openit();
|
||||
+STATIC make_dirs();
|
||||
+STATIC putsec();
|
||||
+STATIC chkinvok();
|
||||
+STATIC checkpath();
|
||||
+STATIC tryz();
|
||||
+STATIC rzfiles();
|
||||
+STATIC rzfile();
|
||||
+STATIC closeit();
|
||||
+STATIC sys2();
|
||||
+STATIC exec2();
|
||||
+STATIC init_rz();
|
||||
+/*--------------------------------------------------*/
|
||||
+
|
||||
#define OK 0
|
||||
#define FALSE 0
|
||||
#define TRUE 1
|
||||
@@ -195,10 +219,8 @@
|
||||
|
||||
#include "zm.c"
|
||||
#include "zmr.c"
|
||||
-STATIC int tryzhdrtype=ZRINIT; /* Header type to send corresponding to Last rx close */
|
||||
|
||||
-/* PMS */
|
||||
-#include "rz.h"
|
||||
+STATIC int tryzhdrtype=ZRINIT; /* Header type to send corresponding to Last rx close */
|
||||
|
||||
/* called by signal interrupt or terminate to clean things up */
|
||||
STATIC void
|
||||
@@ -308,6 +330,7 @@
|
||||
fflush(stdout);
|
||||
if(exitcode)
|
||||
return(exitcode);
|
||||
+#define sleep(x)
|
||||
#ifndef REGISTERED
|
||||
/* Removing or disabling this code without registering is theft */
|
||||
if (!Usevhdrs) {
|
||||
@@ -316,6 +339,7 @@
|
||||
sleep(10);
|
||||
}
|
||||
#endif
|
||||
+#undef sleep
|
||||
return(0);
|
||||
}
|
||||
|
||||
@@ -339,8 +363,7 @@
|
||||
fprintf(stderr,"Copyright 1993 Omen Technology INC All Rights Reserved\n");
|
||||
fprintf(stderr,
|
||||
"See rz.doc for option descriptions and licensing information.\n\n");
|
||||
- fprintf(stderr,"Ported into telnet by Heo, Junhyeok, 1994.3.28\n");
|
||||
- fprintf(stderr,"Linux porting by Park Myeong Seok, 1995.4.23\n");
|
||||
+ fprintf(stderr,"Ported into telnet by Heo, Junhyeok 1994.3.28\n");
|
||||
Exit(2);
|
||||
}
|
||||
|
@ -1,31 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/rz.h work/ztelnet/zmodem/rz.h
|
||||
--- work.old/ztelnet/zmodem/rz.h Mon Apr 24 23:21:57 1995
|
||||
+++ work/ztelnet/zmodem/rz.h Thu Jan 1 09:00:00 1970
|
||||
@@ -1,27 +0,0 @@
|
||||
-#ifndef STATIC
|
||||
-#define STATIC static
|
||||
-#endif
|
||||
-
|
||||
-STATIC void bibi(int n);
|
||||
-int rz(int argc, char *argv[]);
|
||||
-STATIC usage(void);
|
||||
-STATIC wcreceive(int argc, char **argp);
|
||||
-STATIC wcrxpn(char *rpn);
|
||||
-STATIC wcrx(void);
|
||||
-STATIC wcgetsec(char *rxbuf, int maxtime);
|
||||
-STATIC procheader(char *name);
|
||||
-STATIC openit(char *name, char *openmode);
|
||||
-STATIC make_dirs(register char *pathname);
|
||||
-STATIC putsec(char *buf, register n);
|
||||
-STATIC char *substr(register char *s, register char *t);
|
||||
-STATIC chkinvok(char *s);
|
||||
-STATIC checkpath(char *name);
|
||||
-STATIC void ackbibi(void);
|
||||
-STATIC tryz(void);
|
||||
-STATIC rzfiles(void);
|
||||
-STATIC rzfile(void);
|
||||
-STATIC closeit(void);
|
||||
-STATIC sys2(register char *s);
|
||||
-STATIC exec2(register char *s);
|
||||
-STATIC init_rz(void);
|
||||
-
|
@ -1,130 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/sz.c work/ztelnet/zmodem/sz.c
|
||||
--- work.old/ztelnet/zmodem/sz.c Mon Apr 24 23:28:58 1995
|
||||
+++ work/ztelnet/zmodem/sz.c Tue Jun 20 22:58:34 2000
|
||||
@@ -1,3 +1,8 @@
|
||||
+/*-----Apended by yongari -----*/
|
||||
+#define MD 2
|
||||
+#define V7
|
||||
+#define strchr index
|
||||
+/*----------------------------*/
|
||||
#define STATIC static
|
||||
#define VERSION "3.25 2-11-95"
|
||||
#define PUBDIR "/usr/spool/uucppublic"
|
||||
@@ -57,7 +62,10 @@
|
||||
|
||||
STATIC char *Copyrsz = "Copyright 1993 Omen Technology Inc All Rights Reserved";
|
||||
|
||||
-STATIC char *substr(), *getenv();
|
||||
+/* Removed by yongari */
|
||||
+/* STATIC char *substr(), *getenv(); */
|
||||
+STATIC char *substr();
|
||||
+char *getenv(const char *name);
|
||||
|
||||
#define LOGFILE "/tmp/szlog"
|
||||
#define LOGFILE2 "szlog"
|
||||
@@ -95,6 +103,26 @@
|
||||
|
||||
#define HOWMANY 250
|
||||
|
||||
+/*------Appended by yongari to shut up compiler------*/
|
||||
+STATIC wcsend();
|
||||
+STATIC wcs();
|
||||
+STATIC wctxpn();
|
||||
+STATIC getnak();
|
||||
+STATIC wctx();
|
||||
+STATIC wcputsec();
|
||||
+STATIC filbuf();
|
||||
+STATIC usage();
|
||||
+STATIC getzrxinit();
|
||||
+STATIC sendzsinit();
|
||||
+STATIC zsendfile();
|
||||
+STATIC zsendfdata();
|
||||
+STATIC getinsync();
|
||||
+STATIC zsendcmd();
|
||||
+STATIC chkinvok();
|
||||
+STATIC countem();
|
||||
+STATIC init_sz();
|
||||
+/*-----------------------------------------------------*/
|
||||
+
|
||||
STATIC int Zmodem=0; /* ZMODEM protocol requested by receiver */
|
||||
unsigned Baudrate = 19200; /* Default, set by first mode() call */
|
||||
STATIC unsigned Effbaud = 19200;
|
||||
@@ -108,8 +136,7 @@
|
||||
#include "rbsb.c" /* most of the system dependent stuff here */
|
||||
|
||||
#include "crctab.c"
|
||||
-/* PMS */
|
||||
-#include "sz.h"
|
||||
+
|
||||
STATIC int Filesleft;
|
||||
STATIC unsigned long Totalleft;
|
||||
|
||||
@@ -176,7 +203,9 @@
|
||||
STATIC unsigned long Lastsync; /* Last offset to which we got a ZRPOS */
|
||||
STATIC int Beenhereb4; /* How many times we've been ZRPOS'd here */
|
||||
STATIC int Ksendstr; /* 1= Send esc-?-3-4-l to remote kermit */
|
||||
-STATIC char *ksendbuf = "\033[?34l";
|
||||
+/*-----Modified by yongri-----------*/
|
||||
+/* STATIC char *ksendbuf = "\033[?34l"; */
|
||||
+STATIC char ksendbuf[80];
|
||||
|
||||
/*STATIC jmp_buf tohere; /* For the interrupt on RX timeout */
|
||||
STATIC jmp_buf intrjmp; /* For the interrupt on RX CAN */
|
||||
@@ -225,6 +254,7 @@
|
||||
|
||||
#include "zm.c"
|
||||
#include "zmr.c"
|
||||
+
|
||||
sz(argc, argv)
|
||||
char *argv[];
|
||||
{
|
||||
@@ -243,7 +273,6 @@
|
||||
Znulls = atoi(cp);
|
||||
if ((cp=getenv("SHELL")) && (substr(cp, "rsh") || substr(cp, "rksh")))
|
||||
Restricted=TRUE;
|
||||
-
|
||||
chkinvok(argv[0]);
|
||||
|
||||
Rxtimeout = 600;
|
||||
@@ -428,17 +457,20 @@
|
||||
if(errcnt || Exitcode)
|
||||
Exit(1);
|
||||
|
||||
+#define sleep(x)
|
||||
#ifndef REGISTERED
|
||||
/* Removing or disabling this code without registering is theft */
|
||||
if (!Usevhdrs) {
|
||||
printf("\n\n\nPlease read the License Agreement in sz.doc\n");
|
||||
fflush(stdout);
|
||||
+ /* sleep(10); */
|
||||
sleep(10);
|
||||
}
|
||||
#endif
|
||||
Exit(0);
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
+#undef sleep
|
||||
|
||||
/* Say "bibi" to the receiver, try to do it cleanly */
|
||||
STATIC void
|
||||
@@ -949,8 +981,7 @@
|
||||
fprintf(stderr,"\nCopyright 1993 Omen Technology INC All Rights Reserved\n");
|
||||
fprintf(stderr,
|
||||
"See sz.doc for option descriptions and licensing information.\n\n");
|
||||
- fprintf(stderr,"Ported into telnet by Heo, Junhyeok, 1994.3.28\n");
|
||||
- fprintf(stderr,"Linux porting by Park Myeong Seok, 1995.4.23\n");
|
||||
+ fprintf(stderr,"\nPorted into telnet by Heo, junhyeok 1994.3.28\n");
|
||||
Exit(3);
|
||||
}
|
||||
|
||||
@@ -1608,9 +1639,7 @@
|
||||
Lastsync=0;
|
||||
Beenhereb4=0;
|
||||
Ksendstr=0;
|
||||
-/* By PMS
|
||||
- strcpy(ksendbuf,"\033[?34l");
|
||||
-*/
|
||||
+ strcpy(ksendbuf,"\033[?341l");
|
||||
Zctlesc=0;
|
||||
Nozmodem=0;
|
||||
Zrwindow=1400;
|
@ -1,32 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/sz.h work/ztelnet/zmodem/sz.h
|
||||
--- work.old/ztelnet/zmodem/sz.h Mon Apr 24 22:37:47 1995
|
||||
+++ work/ztelnet/zmodem/sz.h Thu Jan 1 09:00:00 1970
|
||||
@@ -1,28 +0,0 @@
|
||||
-#ifndef STATIC
|
||||
-#define STATIC static
|
||||
-#endif
|
||||
-
|
||||
-STATIC void bibi(int);
|
||||
-STATIC void onintr(int);
|
||||
-int sz(int argc, char *argv[]);
|
||||
-STATIC void saybibi(void);
|
||||
-STATIC wcsend(int argc, char *argp[]);
|
||||
-STATIC wcs(char* oname);
|
||||
-STATIC wctxpn(char *name);
|
||||
-STATIC getnak(void);
|
||||
-STATIC wctx(unsigned long flen);
|
||||
-STATIC wcputsec(char* buf, int sectnum, int cseclen);
|
||||
-STATIC filbuf(register char *buf, int count);
|
||||
-STATIC zfilbuf(void);
|
||||
-STATIC fooseek(FILE *fptr, unsigned long pos, int whence);
|
||||
-STATIC char *substr(register char *s, register char *t);
|
||||
-STATIC usage(void);
|
||||
-STATIC getzrxinit(void);
|
||||
-STATIC sendzsinit(void);
|
||||
-STATIC zsendfile(char *buf, int blen);
|
||||
-STATIC zsendfdata(void);
|
||||
-STATIC getinsync(int flag);
|
||||
-STATIC zsendcmd(char *buf, int blen);
|
||||
-STATIC chkinvok(char *s);
|
||||
-STATIC countem(int argc, register char **argv);
|
||||
-STATIC init_sz(void);
|
@ -1,49 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/zm.c work/ztelnet/zmodem/zm.c
|
||||
--- work.old/ztelnet/zmodem/zm.c Mon Apr 24 23:31:24 1995
|
||||
+++ work/ztelnet/zmodem/zm.c Tue Jun 20 22:58:33 2000
|
||||
@@ -72,10 +72,7 @@
|
||||
STATIC char Attn[ZATTNLEN+1]; /* Attention string rx sends to tx on err */
|
||||
STATIC char *Altcan; /* Alternate canit string */
|
||||
|
||||
-STATIC int lastsent; /* Last char we sent */
|
||||
-
|
||||
-/* PMS */
|
||||
-#include "zm.h"
|
||||
+STATIC lastsent; /* Last char we sent */
|
||||
|
||||
STATIC char *frametypes[] = {
|
||||
"No Response to Error Correction Request", /* -4 */
|
||||
@@ -110,6 +107,23 @@
|
||||
|
||||
STATIC char badcrc[] = "Bad CRC";
|
||||
|
||||
+/*---- Appended by yongari to shutu up compiler -----*/
|
||||
+STATIC zsbh32();
|
||||
+STATIC zsda32();
|
||||
+STATIC zrdat32();
|
||||
+STATIC garbitch();
|
||||
+STATIC zrbhdr();
|
||||
+STATIC zrbhd32();
|
||||
+STATIC zrhhdr();
|
||||
+STATIC zputhex();
|
||||
+STATIC zsendline();
|
||||
+STATIC zgethex();
|
||||
+STATIC zgeth1();
|
||||
+STATIC zdlread();
|
||||
+STATIC noxrd7();
|
||||
+/* STATIC unsigned long rclhdr();*/
|
||||
+/*----------------------------------------------------*/
|
||||
+
|
||||
/* Send ZMODEM binary header hdr of type type */
|
||||
STATIC zsbhdr(len, type, hdr)
|
||||
register char *hdr;
|
||||
@@ -885,8 +899,7 @@
|
||||
}
|
||||
|
||||
/* Recover a unsigned long integer from a header */
|
||||
-STATIC unsigned long
|
||||
-rclhdr(hdr)
|
||||
+STATIC unsigned long rclhdr(hdr)
|
||||
register char *hdr;
|
||||
{
|
||||
register unsigned long l;
|
@ -1,30 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/zm.h work/ztelnet/zmodem/zm.h
|
||||
--- work.old/ztelnet/zmodem/zm.h Mon Apr 24 23:27:16 1995
|
||||
+++ work/ztelnet/zmodem/zm.h Thu Jan 1 09:00:00 1970
|
||||
@@ -1,26 +0,0 @@
|
||||
-#ifndef STATIC
|
||||
-#define STATIC static
|
||||
-#endif
|
||||
-
|
||||
-STATIC zsbhdr(int len, int type, register char *hdr);
|
||||
-STATIC zsbh32(int len, register char *hdr, int type, int flavour);
|
||||
-STATIC zshhdr(int len, int type, register char *hdr);
|
||||
-STATIC zsdata(register char *buf, int length, int frameend);
|
||||
-STATIC zsda32(register char *buf, int length, int frameend);
|
||||
-STATIC zrdata(register char *buf, int length);
|
||||
-STATIC zrdat32(register char *buf, int length);
|
||||
-STATIC garbitch(void);
|
||||
-STATIC zgethdr(char* hdr, int eflag);
|
||||
-STATIC zrbhdr(register char *hdr);
|
||||
-STATIC zrbhd32(register char *hdr);
|
||||
-STATIC zrhhdr(char *hdr);
|
||||
-STATIC zputhex(register int c);
|
||||
-STATIC zsendline(int c);
|
||||
-STATIC zgethex(void);
|
||||
-STATIC zgeth1(void);
|
||||
-STATIC zdlread(void);
|
||||
-STATIC noxrd7(void);
|
||||
-STATIC stohdr(unsigned long pos);
|
||||
-STATIC unsigned long rclhdr(register char *hdr);
|
||||
-STATIC init_zm(void);
|
||||
-
|
@ -1,16 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/zmodem.h work/ztelnet/zmodem/zmodem.h
|
||||
--- work.old/ztelnet/zmodem/zmodem.h Mon Apr 24 23:34:19 1995
|
||||
+++ work/ztelnet/zmodem/zmodem.h Tue Jun 20 22:58:33 2000
|
||||
@@ -117,9 +117,9 @@
|
||||
/* Parameters for ZCOMMAND frame ZF0 (otherwise 0) */
|
||||
#define ZCACK1 1 /* Acknowledge, then do command */
|
||||
|
||||
-/* PMS
|
||||
-unsigned long rclhdr();
|
||||
-*/
|
||||
+/*-----Modified by yongari to shut up compiler------*/
|
||||
+/* unsigned long rclhdr(); */
|
||||
+STATIC unsigned long rclhdr();
|
||||
|
||||
/* Globals used by ZMODEM functions */
|
||||
extern Rxframeind; /* ZBIN ZBIN32, or ZHEX type of frame */
|
@ -1,17 +0,0 @@
|
||||
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/zmr.c work/ztelnet/zmodem/zmr.c
|
||||
--- work.old/ztelnet/zmodem/zmr.c Mon Apr 24 23:07:17 1995
|
||||
+++ work/ztelnet/zmodem/zmr.c Tue Jun 20 22:58:33 2000
|
||||
@@ -38,9 +38,10 @@
|
||||
*
|
||||
* ZMODEM RLE compression and decompression functions
|
||||
*/
|
||||
-/*PMS*/
|
||||
-static zsdar32(char*, int, int);
|
||||
-static zrdatr32(register char *buf, int length);
|
||||
+/*--- Appended by yongari yo shut up compiler -----*/
|
||||
+STATIC zsdar32();
|
||||
+STATIC zrdatr32();
|
||||
+/*-------------------------------------------------*/
|
||||
|
||||
/* Send data subpacket RLE encoded with 32 bit FCS */
|
||||
STATIC zsdar32(buf, length, frameend)
|
@ -1,14 +0,0 @@
|
||||
ztelnet
|
||||
-------
|
||||
|
||||
ztelnet is telnet hack(from BSD source) to do zmodem transfer.
|
||||
It is useful for zmodem transfer in BBS. You can upload and download
|
||||
file using the Zmodem sz/rz command from within telnet.
|
||||
|
||||
By default, the 8-bit transfer option(-8) is implied.
|
||||
|
||||
Thanks to Pyun, Yong-Hun <yongari@michell.kotel.co.kr> and
|
||||
Carl Mascott <cmascott@world.std.com> for the FreeBSD patches.
|
||||
|
||||
--
|
||||
Ports by CHOI Junho <cjh@FreeBSD.ORG>
|
@ -132,7 +132,6 @@
|
||||
SUBDIR += it-acroread8
|
||||
SUBDIR += jabref
|
||||
SUBDIR += jadetex
|
||||
SUBDIR += kaspaliste
|
||||
SUBDIR += kcdlabel
|
||||
SUBDIR += kde_poster
|
||||
SUBDIR += kdeutils4-printer-applet
|
||||
|
@ -1,45 +0,0 @@
|
||||
# New ports collection makefile for: kaspaliste
|
||||
# Date created: 16 December 2003
|
||||
# Whom: jaapb
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kaspaliste
|
||||
PORTVERSION= 0.96
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= print kde
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= jaapb@kerguelen.org
|
||||
COMMENT= Bibliography tool for KDE/Postgres/BibTeX
|
||||
|
||||
DEPRECATED= yes
|
||||
EXPIRATION_DATE= 2011-02-20
|
||||
|
||||
USE_PGSQL= yes
|
||||
USE_KDEBASE_VER= 3
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS+= --with-pg-includes=${LOCALBASE}/include \
|
||||
--with-pg-libs=${LOCALBASE}/lib
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${RM} ${WRKSRC}/config.cache
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/data/create.tables.sql ${DATADIR}
|
||||
@${SED} -e "s|%%DATADIR%%|${DATADIR}|" < ${FILESDIR}/pkg-message.in \
|
||||
> ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (kaspaliste-0.96.tar.gz) = 6256575740bb4bc5aa542f10e749bc01
|
||||
SHA256 (kaspaliste-0.96.tar.gz) = 9bbdc7a9c035d16e4f990751774c210d03ef14dc2367b10e015a5609c3a98c65
|
||||
SIZE (kaspaliste-0.96.tar.gz) = 1923396
|
@ -1,10 +0,0 @@
|
||||
--- kaspaliste/klib/table.cpp.orig Sat Feb 7 10:54:32 2004
|
||||
+++ kaspaliste/klib/table.cpp Wed Jun 9 11:46:21 2004
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <assert.h>
|
||||
#include "table.h"
|
||||
#include <iostream>
|
||||
+#include <unistd.h>
|
||||
|
||||
#define Inherited KaspaBase
|
||||
|
@ -1,57 +0,0 @@
|
||||
--- configure.orig Wed May 12 10:06:06 2004
|
||||
+++ configure Tue Mar 7 00:10:32 2006
|
||||
@@ -3773,14 +3773,2 @@
|
||||
|
||||
-
|
||||
-# Actually configure libtool. ac_aux_dir is where install-sh is found.
|
||||
-AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
|
||||
-MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
|
||||
-LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
|
||||
-AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
|
||||
-objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
|
||||
-deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
|
||||
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
|
||||
-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
|
||||
-|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
-
|
||||
# Reload cache, that may have been modified by ltconfig
|
||||
@@ -3794,5 +3782,4 @@
|
||||
|
||||
-
|
||||
# This can be used to rebuild libtool when needed
|
||||
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
|
||||
+LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
|
||||
|
||||
@@ -3804,32 +3791,2 @@
|
||||
exec 5>>./config.log
|
||||
-
|
||||
-
|
||||
-
|
||||
-LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
|
||||
-lt_save_CC="$CC"
|
||||
-lt_save_CFLAGS="$CFLAGS"
|
||||
-AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
|
||||
-MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
|
||||
-LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
|
||||
-AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
|
||||
-objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
|
||||
-deplibs_check_method="$deplibs_check_method" \
|
||||
-file_magic_cmd="$file_magic_cmd" \
|
||||
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
|
||||
---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
|
||||
-|| { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
|
||||
-CC="$lt_save_CC"
|
||||
-CFLAGS="$lt_save_CFLAGS"
|
||||
-
|
||||
-# Redirect the config.log output again, so that the ltconfig log is not
|
||||
-# clobbered by the next message.
|
||||
-exec 5>>./config.log
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
|
@ -1,23 +0,0 @@
|
||||
--- kaspaliste/klib/kaspabase.cpp.orig Sat Feb 7 10:54:32 2004
|
||||
+++ kaspaliste/klib/kaspabase.cpp Sun Mar 19 12:34:42 2006
|
||||
@@ -184,7 +184,19 @@
|
||||
LockTableItem *KaspaBase::locktable=0L;
|
||||
|
||||
Oid KaspaBase::getNo(Str tab, Oid o) {
|
||||
- exec("select no from "+tab+" where oid="+oid2str(o));
|
||||
+ char* cdummy1 = "select no from ";
|
||||
+ char* cdummy2 = " where oid=";
|
||||
+
|
||||
+ Str sdummy1, sdummy2, sdummy_all;
|
||||
+ sdummy1 = cdummy1;
|
||||
+ sdummy2 = cdummy2;
|
||||
+ sdummy_all = sdummy1;
|
||||
+ sdummy_all += tab;
|
||||
+ sdummy_all += sdummy2;
|
||||
+ sdummy_all += oid2str(o);
|
||||
+
|
||||
+ const char* cdummy_all = sdummy_all.data();
|
||||
+ exec(cdummy_all);
|
||||
if(tuples())
|
||||
return str2oid(getValue(0, "no"));
|
||||
else
|
@ -1,14 +0,0 @@
|
||||
|
||||
Before running kaspaliste, you have to create a postgresql database.
|
||||
Please refer to to the postgresql documentation.
|
||||
|
||||
Once postgresql has been initialized, create your kaspaliste database:
|
||||
|
||||
%createdb kaspaliste
|
||||
|
||||
Then create your tables:
|
||||
|
||||
%psql kaspaliste -f create.tables.sql
|
||||
|
||||
This script has been installed in %%DATADIR%%.
|
||||
|
@ -1,10 +0,0 @@
|
||||
Kaspaliste is a literature database. It handles all kinds of books, articles,
|
||||
journals, webpages etc. The database goes beyond storing bibliographical
|
||||
information. There is the possibility to create annotated links between pieces
|
||||
of information (like the content of a book chapter) and to group links into
|
||||
categories.
|
||||
|
||||
- Jaap Boender
|
||||
jaapb@kerguelen.org
|
||||
|
||||
WWW: http://kaspaliste.sourceforge.net/
|
@ -1,146 +0,0 @@
|
||||
bin/kaspaliste
|
||||
share/applnk/Applications/kaspaliste.desktop
|
||||
share/apps/kaspaliste/kaspalisteui.rc
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/intro.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/newpubl.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/impimage.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/textunder.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/delauthor.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/inspublisher.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/newnote.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/fileprint.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/editredo.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/filefloppy.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/editcut.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/textcenter.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/filenew.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/editpaste.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/textleft.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/editundo.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/dellink.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/newjournal.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/textjustify.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/filesave.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/delpubl.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/inspubl.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showmemo.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/insjournal.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/insauthor.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/newpart.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/textitalic.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/delnote.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/insnote.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showpublisher.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/newpublisher.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showpubl.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/shownote.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/delimage.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/newauthor.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/expimage.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showjournal.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showbiblio.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/delpart.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/inspart.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showauthor.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/editcopy.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/filedel.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/run.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/state.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/textbold.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showpart.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showlinks.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/fileopen.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/textright.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/delpublisher.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/search.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showpubllinks.png
|
||||
share/apps/kaspaliste/icons/hicolor/16x16/apps/showintro.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/filedel.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/filesave.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showmemo.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/inspublisher.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showlinks.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showpubl.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/state.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showbiblio.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showauthor.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/shownote.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/search.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/textright.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/delimage.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/expimage.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/newpubl.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showintro.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/newnote.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/editcopy.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/newpublisher.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/textbold.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/editcut.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/textjustify.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/textunder.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/delauthor.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/intro.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showpart.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/filenew.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/fileprint.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showpubllinks.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/fileopen.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/editpaste.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/dellink.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/delpubl.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/inspubl.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/run.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/filefloppy.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/newpart.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/textcenter.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/delnote.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/insnote.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showjournal.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/insauthor.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/impimage.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/delpart.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/newjournal.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/editredo.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/insjournal.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/textitalic.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/textleft.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/newauthor.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/delpublisher.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/showpublisher.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/inspart.png
|
||||
share/apps/kaspaliste/icons/locolor/16x16/apps/editundo.png
|
||||
share/apps/kaspaliste/pics/books.jpg
|
||||
share/config/kaspalisterc
|
||||
%%DATADIR%%/create.tables.sql
|
||||
share/doc/HTML/en/kaspaliste/author-doc.png
|
||||
share/doc/HTML/en/kaspaliste/biblio-doc.png
|
||||
share/doc/HTML/en/kaspaliste/bibtex-doc.png
|
||||
share/doc/HTML/en/kaspaliste/data-doc.png
|
||||
share/doc/HTML/en/kaspaliste/index.cache.bz2
|
||||
share/doc/HTML/en/kaspaliste/index.docbook
|
||||
share/doc/HTML/en/kaspaliste/logotp3.png
|
||||
share/doc/HTML/en/kaspaliste/navigation-doc.png
|
||||
share/doc/HTML/en/kaspaliste/note-doc.png
|
||||
share/doc/HTML/en/kaspaliste/noteoverview-doc.png
|
||||
share/doc/HTML/en/kaspaliste/part-doc.png
|
||||
share/doc/HTML/en/kaspaliste/publication-doc.png
|
||||
share/doc/HTML/en/kaspaliste/schema.png
|
||||
share/doc/HTML/en/kaspaliste/scheme.png
|
||||
share/doc/HTML/en/kaspaliste/search-doc.png
|
||||
share/icons/hicolor/32x32/apps/kaspaliste.png
|
||||
share/icons/hicolor/48x48/apps/kaspaliste.png
|
||||
share/icons/hicolor/16x16/apps/kaspaliste.png
|
||||
share/icons/locolor/16x16/apps/kaspaliste.png
|
||||
share/icons/locolor/32x32/apps/kaspaliste.png
|
||||
@dirrm share/apps/kaspaliste/icons/hicolor/16x16/apps
|
||||
@dirrm share/apps/kaspaliste/icons/hicolor/16x16
|
||||
@dirrm share/apps/kaspaliste/icons/hicolor
|
||||
@dirrm share/apps/kaspaliste/icons/locolor/16x16/apps
|
||||
@dirrm share/apps/kaspaliste/icons/locolor/16x16
|
||||
@dirrm share/apps/kaspaliste/icons/locolor
|
||||
@dirrm share/apps/kaspaliste/icons
|
||||
@dirrm share/apps/kaspaliste/pics
|
||||
@dirrm share/apps/kaspaliste
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rm %D/share/doc/HTML/en/kaspaliste/common 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/en/kaspaliste
|
@ -645,7 +645,6 @@
|
||||
SUBDIR += pecl-mogilefs
|
||||
SUBDIR += pecl-proctitle
|
||||
SUBDIR += penv
|
||||
SUBDIR += perf
|
||||
SUBDIR += personality
|
||||
SUBDIR += pessulus
|
||||
SUBDIR += pflogx
|
||||
|
@ -1,39 +0,0 @@
|
||||
# New ports collection makefile for: perf
|
||||
# Date created: 09 March 2001
|
||||
# Whom: Tobias Begalke <tobega@spyz.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= perf
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.spyz.org/perf/
|
||||
|
||||
MAINTAINER= tobega@spyz.org
|
||||
COMMENT= Xview-based system monitoring tool
|
||||
|
||||
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
||||
|
||||
DEPRECATED= Does not build on supported versions of FreeBSD
|
||||
EXPIRATION_DATE= 2011-02-20
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= x11 xext
|
||||
MAN1= perf.1
|
||||
PLIST_FILES= bin/perf
|
||||
XFREE86_HTML_MAN= no
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/perf ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/perf.1 ${PREFIX}/man/man1
|
||||
${GZIP_CMD} ${PREFIX}/man/man1/perf.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (perf-1.5.tar.gz) = 41f96f421165d1f1ff8e9e1f038c1012
|
||||
SHA256 (perf-1.5.tar.gz) = 40a39b07725e2eb535951c29316d551bb716ce94429531e6d7b5e91ddd3dea68
|
||||
SIZE (perf-1.5.tar.gz) = 17476
|
@ -1,4 +0,0 @@
|
||||
Perf is an XView program that reports kernel statistics for the local
|
||||
or a remote host. The program is a frontend to the rstatd daemon. The
|
||||
displayed window consists of one or more fields, each showing a
|
||||
specified parameter.
|
Loading…
Reference in New Issue
Block a user