debian/0000755000000000000000000000000011621713744007174 5ustar debian/postrm0000644000000000000000000000031111621704767010443 0ustar #!/bin/sh set -e # remove FTECFG entry FTECFG=/etc/fte if [ -d $FTECFG ] ; then if [ `find $FTECFG | wc -l` -eq 1 ]; then rm -rf $FTECFG echo "Directory '/etc/fte' removed" fi fi #DEBHELPER# debian/control0000644000000000000000000000745611621704767010620 0ustar Source: fte Section: editors Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 5.0.0), perl5, libx11-dev, libxt-dev, libgpmg1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], x11proto-core-dev, libncurses5-dev, libslang2-dev, patch, libxpm-dev Homepage: http://fte.sourceforge.net/ Standards-Version: 3.9.2 Package: fte Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: fte-xwindow | fte-terminal | fte-console Conflicts: fte-console (<< 0.49.13-3), fte-cfgdocs (<< 0.49.13-3) Suggests: fte-docs, exuberant-ctags Description: Text editor for programmers - base package FTE is a text editor for programmers. Some of its features are smart indentation for C, C++, Java, Perl; color syntax highlighting for many more languages; multiple file/window editing; column blocks; configurable menus and keyboard bindings; mouse support; undo/redo; regular expression search and replace; folding; background compiler execution. . This package contains files necessary to build a configuration file and some elementary documentation. There is no editor here; please select one of the packages in the dependencies. Package: fte-docs Section: doc Architecture: all Depends: ${misc:Depends} Recommends: fte (= ${binary:Version}) Replaces: fte-cfgdocs (<< 0.49.13-3) Description: Documentation and examples for the FTE editor FTE is a text editor for programmers. Some of its features are smart indentation for C, C++, Java, Perl; color syntax highlighting for many more languages; multiple file/window editing; column blocks; configurable menus and keyboard bindings; mouse support; undo/redo; regular expression search and replace; folding; background compiler execution. . This package contains HTML documentation and sample configuration files. Package: fte-xwindow Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, fte (= ${binary:Version}) Provides: editor Replaces: fte (<< 0.49.2-1) Description: Text editor for programmers - X Window System edition with I18N support FTE is a text editor for programmers. Some of its features are smart indentation for C, C++, Java, Perl; color syntax highlighting for many more languages; multiple file/window editing; column blocks; configurable menus and keyboard bindings; mouse support; undo/redo; regular expression search and replace; folding; background compiler execution. . This is the X Window System edition, with internationalization support. Package: fte-console Architecture: i386 ia64 alpha amd64 armeb armel hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc Depends: ${shlibs:Depends}, ${misc:Depends}, fte (= ${binary:Version}) Provides: editor Conflicts: suidmanager (<< 0.50) Description: Text editor for programmers - console edition, no I18N support FTE is a text editor for programmers. Some of its features are smart indentation for C, C++, Java, Perl; color syntax highlighting for many more languages; multiple file/window editing; column blocks; configurable menus and keyboard bindings; mouse support; undo/redo; regular expression search and replace; folding; background compiler execution. . This is the Linux console edition, without internationalization support. Package: fte-terminal Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, fte (= ${binary:Version}) Provides: editor Description: Text editor for programmers - version for terminals FTE is a text editor for programmers. Some of its features are smart indentation for C, C++, Java, Perl; color syntax highlighting for many more languages; multiple file/window editing; column blocks; configurable menus and keyboard bindings; mouse support; undo/redo; regular expression search and replace; folding; background compiler execution. . This is the version for terminals (e.g. xterm, vt100). debian/fte-console.menu0000644000000000000000000000020611621704767012303 0ustar ?package(fte-console):needs="vc" section="Applications/Editors"\ title="VFte" longtitle="VFte, a console text editor" command="vfte" debian/fte-xwindow.menu0000644000000000000000000000027711621704767012350 0ustar ?package(fte-xwindow):needs="x11" section="Applications/Editors" icon="/usr/share/applications/fte32x32.xpm"\ title="Fte" longtitle="FTE, a powerful text editor"\ command="/usr/bin/xfte" debian/fte-xwindow.dirs0000644000000000000000000000003311621704767012333 0ustar usr/bin usr/share/man/man1 debian/fte-docs.doc-base.manual0000644000000000000000000000025311621704767013560 0ustar Document: fte-manual Section: Editors Title: Fte Manual Abstract: Fte Users Manual Format: HTML Index: /usr/share/doc/fte/contents.html Files: /usr/share/doc/fte/*.html debian/fte-console.suid0000644000000000000000000000001511621704767012301 0ustar usr/bin/vfte debian/README.debian0000644000000000000000000000316211621704767011304 0ustar fte for DEBIAN ---------------------- * if you are using some non-iso encondings like KOI8-R please check your Compose file if you are worried about warning message. This problem is known - if you know how to fix this, please let me know. * usage of vfte on linux console together with iso8859-X fonts might be better if ISOCONSOLE shell variable is set. (e.g. for bash export ISOCONSOLE=y ; fte) * before reporting bugs about problems with i18n support for xfte try to make sure, your locales are correct and you use them properly (e.g. LANG=en_US xfte) * try to use sfte instead of vfte * vfte requires access to dev/vcsa* as the of the security problem with write access to this device this program has to be suid - however only for the opening this device - than it gives up its root privileges and goes back to the normal user uid,gid * And since vfte uses dev/vcsa directly, you can't use it on anything else but a virtual console. * vfte is not compiled with GPM support, because it's buggy and I didn't want vfte to be the reason to buy a mouse. * fte has still bugs, so use with caution (especially vfte, cuz it locks the keyboard if it crashes...), and report any reproducable bugs found. * To make your own configurations, make sure you have the package fte-docs installed on your system and unpack the file config-example.tar.gz to $HOME/.fte/. Run the program: cfte $HOME/.fte/main.fte Report any useful improvements and new Color modes. * read the BUGS file. Zdenek Kabelac Riku Voipio debian/fte.10000644000000000000000000000630311621704767010043 0ustar .TH FTE 1 .SH NAME fte \- Text editor .SH SYNOPSIS .B fte .I " [[options] files ...]" .BR .B xfte .I "[[options] files ...]" .BR .B vfte .I "[[options] files ...]" .BR .B nfte .I "[[options] files ...]" .BR .B sfte .I "[[options] files ...]" .BR .\" .I "[[options] files ...]" .SH "DESCRIPTION" This manual page documents briefly the .BR "fte" . Some detailed documentation is available html format, see below. .PP .B fte is a powerful text editor which closely resembles Borlands programming editors for M$\-DOS, but is far more flexible and configurable. .SH OPTIONS .BR fte uses a command line syntax, which is a little bit different from most of Debian GNU/Linux apps. .TP .B \-h \-? \--help Help on command line options. .TP .B \-! Ignore any external configuration file and use internal configuration. .TP .BI \-l [,] Go to line (and column) in next file on command line. .TP .BI \-# [<,column>] Same as \fB-l\fP. Do not use this option. .TP .BI \-m [] Set mode for next files to . If just plain \fB\-m\fP, then use default mode. .TP .BI \-C [<.cnf>] Use specified configuration file (compiled). Plain \fB\-C\fP does the same as \fB\-!\fP. .TP .BI \-D [<.dsk>] Load/save desktop from file <.dsk>. If no argument, disable desktop load/save. .TP .BI \-H [<.his>] Load/save history from file <.his>. If no argument, disable history load/save. .TP .BI \-T Load 'tagfile' at startup. .TP .BI \-t Lookup tag 'tag' and display file containing it. .TP .B \-\- The rest of the arguments are not options, but filenames. .TP .B \-+ The next argument is not an option even if starting with a '-'. Useful when loading files that begin with a -. .TP .B \-noi18n Do not use locales in \fBxfte\fP - useful if you have incorrect locales. .TP .B \-noxmb Do not use XMB functions in \fBxfte\fP - useful if you have incorrect locales and you want to use just english fonts. .TP .B \-font Select XWindow font to use with \fBxfte\fP. See \fBVIOFONT\fP also. .SH ENVIRONMENTAL VARIABLES This is list of variable which might change behavior of some \ internals of \fBfte\fP. .TP \fBVIOFONT\fP \- select font used by xfte .TP \fBISOCONSOLE\fP \- when set, vfte is usign ascii symbols to draw tables. \ This is useful when iso latin charset is used on console. .SH EXAMPLES .TP .BI "fte \-m" "BIN /usr/bin/vfte" load /usr/bin/vfte in BIN mode .TP \fBfte \-m\fP\fIBIN\fP \fB\-+\fP \fI\-bla\-\fP load file -bla- in BIN mode .TP .BI "fte \-l" "100,30 win.c" go to (100,30) in win.c .TP .BI fte " window.cpp" load file window.cpp .TP .BI "fte \-\-" " \-1 \-2 \-3 \-4 \-5 \-6" load files \-1, \-2, \-3, \-4, \-5, \-6 .TP .BI "fte \-D \-H" " fte.dsk fte.his" disable desktop and history loading and saving and load files fte.dsk and fte.his .SH FILES .I ~/.fterc .br .BI /usr/local/etc/ fte/system.fterc .br .BI /etc/ fte/system.fterc Default configuration files. Includes all keybindings and menus compiled with .BR "cfte"(1) from config files in \fB/usr/share/doc/\fP\fIfte/config-example.tar.gz\fP. .SH "SEE ALSO" .BR cfte (1), .BI /usr/share/doc/ fte/contents.html .SH AUTHORS This manual page was written by Riku Voipio and Zdenek Kabelac for the Debian GNU/Linux system. .SH DATE 18 Nov 1999 debian/fte-xwindow.install0000644000000000000000000000010011621704767013033 0ustar src/xfte usr/bin/ src/icons/fte32x32.xpm usr/share/applications debian/fte-xwindow.links0000644000000000000000000000007111621704767012514 0ustar usr/share/man/man1/fte.1.gz usr/share/man/man1/xfte.1.gz debian/postinst0000644000000000000000000000027411621704767011012 0ustar #!/bin/sh set -e update-alternatives --install /usr/bin/editor editor /usr/bin/fte 11\ --slave /usr/share/man/man1/editor.1.gz editor.1.gz\ /usr/share/man/man1/fte.1.gz #DEBHELPER# debian/prerm0000644000000000000000000000016411621704767010252 0ustar #!/bin/sh set -e if test "$1" != upgrade; then update-alternatives --remove editor /usr/bin/fte fi #DEBHELPER# debian/source/0000755000000000000000000000000011621707767010504 5ustar debian/source/format0000644000000000000000000000001411621707767011712 0ustar 3.0 (quilt) debian/fte-terminal.links0000644000000000000000000000007111621704767012630 0ustar usr/share/man/man1/fte.1.gz usr/share/man/man1/sfte.1.gz debian/fte.sh0000755000000000000000000000135711621704767010324 0ustar #!/bin/sh # # simple wrapper shell script which selects appropriate fte executable # if [ -n "$DISPLAY" ]; then if which xfte >/dev/null; then exec xfte "$@" elif which sfte >/dev/null; then exec sfte "$@" elif which nfte >/dev/null; then exec nfte "$@" elif which vfte >/dev/null; then echo "Only Console version installed!" fi else if [ "$TERM" = linux ] && tty | egrep '^/dev/tty[0-9]+$' >/dev/null && which vfte >/dev/null; then exec vfte "$@" elif which sfte >/dev/null; then exec sfte "$@" elif which nfte >/dev/null; then exec nfte "$@" elif which xfte >/dev/null; then echo "Only X-Window version installed!" fi fi echo "No binary executable from the FTE family has been found!" echo "Please install one of them." debian/builddeb0000755000000000000000000000112011621704767010673 0ustar #!/bin/sh #dpkg-buildpackage -d -sa -pgpg -rfakeroot #dpkg-buildpackage -b -sa -pgpg -ICVS -I.cvsignore -Ipatches -rfakeroot dpkg-buildpackage -sa -pgpg -ICVS -I.cvsignore -Ipatches -rfakeroot # debchanges # # for adding new entry in the changelog database # debchanges # # For build just debian packages (unsigned, useful for testing) # fakeroot debian/rules binary-arch # # dch -r - update changelog entry # Uploading new files to Debian ftp server # dupload --to anonymous-ftp-master fte*.changes # # try to remove # # rel.text # # objdump --headers --private-headers -T # debian/fte-docs.doc-base.reference0000644000000000000000000000034411621704767014242 0ustar Document: fte-reference Section: Editors Title: Fte detailed reference Abstract: Detailed reference card for default Fte user interface Format: HTML Index: /usr/share/doc/fte/command.html Files: /usr/share/doc/fte/command.html debian/fte.install0000644000000000000000000000002211621704767011341 0ustar src/cfte usr/bin/ debian/fte-docs.install0000644000000000000000000000003611621704767012274 0ustar doc/*.html usr/share/doc/fte/ debian/rules0000755000000000000000000000247611621712250010254 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) build-arch: build build-indep: build build: dh_testdir ifeq (linux,$(DEB_HOST_ARCH_OS)) $(MAKE) -C src -f fte-unix.mak else $(MAKE) -C src -f fte-unix.mak cfte xfte sfte nfte endif touch build clean: dh_testdir dh_testroot rm -f build $(MAKE) -C src -f fte-unix.mak clean dh_clean binary-indep: dh_testdir dh_testroot dh_clean -k dh_installdirs -i dh_install -i dh_installdocs -i dh_installchangelogs -i dh_compress -i dh_fixperms -i dh_gencontrol -i dh_installdeb -i dh_md5sums -i dh_builddeb -i binary-arch: build dh_testdir dh_testroot dh_clean -k dh_installdirs -A cd config; $(CURDIR)/src/cfte main.fte $(CURDIR)/debian/fte/etc/fte/system.fterc cp debian/fte.sh $(CURDIR)/debian/fte/usr/bin/fte tar czf $(CURDIR)/debian/fte-docs/usr/share/doc/fte/config-example.tar.gz config dh_install -a dh_installdocs -a dh_installexamples -a dh_installchangelogs -a dh_installmenu -a dh_installcron -a dh_installman -a dh_link -a dh_strip -a dh_compress -a dh_fixperms -a dh_makeshlibs -a dh_shlibdeps -a dh_gencontrol -a dh_installdeb -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch .PHONY: binary binary-indep binary-arch clean debian/fte-console.dirs0000644000000000000000000000006711621704767012305 0ustar usr/bin usr/share/man/man1 usr/share/lintian/overrides debian/fte-console.lintian0000644000000000000000000000006711621704767013002 0ustar fte-console: setuid-binary usr/bin/vfte 4755 root/root debian/changelog0000644000000000000000000003150311621713744011050 0ustar fte (0.50.2b6-1) unstable; urgency=low * QA upload. * Synchronise with current upstream sources. (Closes: #195945) * Include NMUs by Nobuhiro Iwamatsu and Hideki Yamane, thanks to both. * Move to 3.0 quilt -- Neil Williams Sun, 14 Aug 2011 10:28:46 +0100 fte (0.50.2-1.2) unstable; urgency=low * Non-maintainer upload. * Fix build fte-console binary package on powerpc, s390, sparc and sh4. (Closes: #586160) -- Nobuhiro Iwamatsu Wed, 28 Jul 2010 12:21:19 +0900 fte (0.50.2-1.1) unstable; urgency=low * Non-maintainer upload. * debian/control - add "Build-Depends: libxpm-dev" (Closes: #573625) -- Hideki Yamane Sat, 22 May 2010 11:44:19 +0900 fte (0.50.2-1) unstable; urgency=low * CVS 2010/03/07 * fixed build-dependency x-dev -> x11proto-core-dev (Closes: #515373) * applied patch GNU/kFreeBSD by Peter Salinger (Closes: #379778) * fixed segfault with ctags (Closes: #222485) * fixed lots of endianes issues upstream (Closes: #471376) * added Provides: editor (Closes: #398746) * pushing NMU to upstream files -- Zdenek Kabelac Tue, 06 Mar 2010 19:55:23 +0100 fte (0.50.0-3) unstable; urgency=low * QA upload * Enable compilation on non-linux architectures, based on a patch by Petr Salinger (thanks!) (Closes: #379778): - no build-depends on libgpmg1-dev on kfreebsd, hurd - adapt invocation of make in build target to non-linux architectures - restrict architecture of fte-console to linux - use -a flag for dh_* calls in binary_arch target * fte-docs depends on ${misc:Depends}. * Add stuff for target binary-indep * Register documents in the fte-docs package with doc-base, instead of menu -- Ralf Treinen Tue, 23 Feb 2010 21:28:44 +0100 fte (0.50.0-2) unstable; urgency=low * QA upload. + Set maintainer to Debian QA Group * Version debhelper build-dep and set to >= 5.0.0. * Move DH_COMPAT from rules to debian/compat and set to 5. * Update x-dev build-dep to x11proto-core-dev. (Closes: #515373). * Hammer build system to actually use debhelper. * Add ${misc:Depends} for debhelper package. * Replace ${Source-Version} with ${binary:Version}. * Add appropriate Copyright holders to debian/copyright. * Add set -e to maintainer scripts. * Remove circular depends. fte Recommends fte-*. (Closes: #387204). * Install menu icon. (Closes: #210614). * THIS PACKAGE SHOULD NOT BE NATIVE. * Bump Standards Version to 3.8.1. + Menu policy transition. -- Barry deFreese Thu, 23 Apr 2009 12:42:54 -0400 fte (0.50.0-1.4) unstable; urgency=medium * Non-maintainer upload. * Move xfte out of /usr/X11R6. Closes: #362912. * src/con_slang.cpp: Really port to S-Lang2 (fixing a buffer overflow). Closes: #346284. * debian/fte: Add closing bracket in regular expression. Thanks to Nate Bargmann for the patch. Closes: #217266. * Make the package descriptions more consistent and explanatory. Closes: #209496, #363527. -- Matej Vela Mon, 5 Jun 2006 06:52:10 +0200 fte (0.50.0-1.3) unstable; urgency=high * Non-maintainer upload. * Split xlibs-dev build-dep (Closes: #346262) * Quote values in menu files. -- Luk Claes Sat, 7 Jan 2006 00:09:50 +0100 fte (0.50.0-1.2) unstable; urgency=low * Non-maintainer upload. * Update slang build-dep (Closes: #315648). * Removed -Wmissing-prototypes as not supported (anymore) * src/con_slang.cpp: Explicit conversions to make sure it builds. -- Luk Claes Wed, 28 Dec 2005 17:02:20 +0100 fte (0.50.0-1.1) unstable; urgency=high * Remove setuid privileges from vfte due to a number of confirmed vulnerabilities (CAN-2003-0648, Closes: #203871) -- Matt Zimmerman Thu, 29 Jan 2004 10:07:18 -0800 fte (0.50.0-1) unstable; urgency=low * CVS 2003/07/10 * fixed spelling (Closes: #12468, #12469) * applied patch (Closes: #118734) * added linda override file * add mini-edit.xpm fte icon based on icons/fte16x16.xpm with reduced colors (Closes: #127877) * if user has set DISPLAY it's correct it will open xfte even over ssh - it's correct behaviour - not bug (Closes: #118734) * actualized README.Debian (Closes: #151674) -- Zdenek Kabelac Thu, 7 Jul 2003 14:04:21 +0200 fte (0.49.13-15) unstable; urgency=low * fixed bug in o_message.cpp causing unexpected crash * some gcc-3.0 compilation fixes (Closes: #104809) * added lintian override file for fte-console -- Zdenek Kabelac Thu, 17 Jul 2001 14:04:21 +0200 fte (0.49.13-14) unstable; urgency=high * CVS 2001/06/21 * fixed some serious text corruption bug - introduced into CVS by some "unexperienced" programmer -- Zdenek Kabelac Thu, 21 Jun 2001 14:04:21 +0200 fte (0.49.13-13) unstable; urgency=low * CVS 2001/06/14 * fixed building dependency bug (Closes: #100052) * fixed X Window System description bug (Closes: #76078) * (Closes: #96444) - it was not the fault of fte -- Zdenek Kabelac Thu, 7 Jun 2001 14:04:21 +0200 fte (0.49.13-12) unstable; urgency=low * CVS 2001/06/07 * fixed bug in colorizing of floating point numbers -- Zdenek Kabelac Thu, 7 Jun 2001 14:04:21 +0200 fte (0.49.13-11) unstable; urgency=low * update after some long time - using CVS 2001/06/05 * removed usage of dh_suidregister * fixed bug in reading to large $HOME shell variable (Closes: #68435) * fixed update-alternatives for editor (Closes: #71213) * fixed control file for fte-xwindow added Replaces: (Closes: #71574) * fixed bug in fte init wrapper script (Closes: #72908) -- Zdenek Kabelac Sun, 3 Jun 2001 16:04:21 +0200 fte (0.49.13-10) frozen unstable; urgency=low * fixed typo in debian/rules script * fixed Build-Depends (missing dependencies) (Closes: #57254) -- Zdenek Kabelac Tue, 15 Feb 2000 16:04:21 +0100 fte (0.49.13-9) frozen unstable; urgency=low * fixed problem with wrong character on linux console for both terminal and console version (Closes: #54764, 54765) (linux console is using iso character for borders, slang version uses slightly modified table for linux terminal) * addeded PHP mode (MIGUEL HERNANDEZ MARTOS x4278303@fedro.ugr.es) * fixed problem with wrong recognization of shell file (e.g. file beginning with #! /bin/sh is shell file) * fixed comment/uncomment option to Edit/Line menu -- Zdenek Kabelac Wed, 2 Feb 2000 20:13:44 +0100 fte (0.49.13-8) unstable; urgency=low * applied bugfix from freshmeat December 28th 1999, 21:30 EST * changed one dependency line from Recommends: to Depenends: for the fte package (Closes: #53299) * slightly improved fte running script * upgraded Standards-Version number and Build-Depends field * fixed minor problem with version number (Closes: #53635) * -- Zdenek Kabelac Wed, 2 Feb 2000 20:13:44 +0100 fte (0.49.13-7) unstable; urgency=low * fixed some minor problems with tabulators (e.g. tabs are now generated in Makefiles) * (Closes: #53015) - doesn't happen with 0.49 series * using gpg -- Zdenek Kabelac Mon, 3 Jan 2000 19:38:41 +0100 fte (0.49.13-6) unstable; urgency=low * fixed fte running script (Closes: #49895) * improved error handling when opening XWindow font * some lines added to manpage * extended the name of the default font for better adaptability and improved opening of localized font (Closes: #50082) (thanks Alexander Shumakovitch for cooperation) -- Zdenek Kabelac Mon, 13 Dec 1999 20:00:05 +0100 fte (0.49.13-5) unstable; urgency=low * added more colorizer modes to menus * improvements & bugfixes in some colorizers * added check for the ISOCONSOLE shell variable - users can use iso-8859-x fonts on linux console with VFTE * removed colors from ctaged keywords (looks ugly) * added ctags suggestion * added explanation of shell variable to manpage * unreleased -- Zdenek Kabelac Sun, 24 Nov 1999 22:00:05 +0100 fte (0.49.13-4) unstable; urgency=low * fixed problem with line auto-indenting * fixed suid registering for vfte -- Zdenek Kabelac Sun, 10 Oct 1999 16:54:05 +0100 fte (0.49.13-3) unstable; urgency=low * small fixes in building scripts -- Zdenek Kabelac Tue, 4 Oct 1999 21:34:25 +0100 fte (0.49.13-2) unstable; urgency=low * changed design of debian packages * using debmake * following FSH directions * fixed various bugs in X-Windows version -- Zdenek Kabelac Tue, 28 Sep 1999 19:34:25 +0200 fte (0.49.13-1) unstable; urgency=low * new upstream version * as usual bug fixes * added comments to international usage of the fte (8bit) * unreleased -- Zdenek Kabelac Sun, 30 May 1999 16:46:45 +0200 fte (0.49.2-1) unstable; urgency=low * a lot of changes again * various bug fixes * new binary - sfte based upon slang library (usable in xterm) * much better completition mode (Ctrl+Tab) * this was prerelease version and was not publicly available -- Zdenek Kabelac Wed, 16 Dec 1998 19:05:50 +0100 fte (0.46b5-4.2) frozen unstable; urgency=low * non-maintainer upload * moved the seteuid(getuid()) call to beginning of main() where it does the most good. Added dropping of privs in case the open failed which would have left it privileged until die() finished and the program exited. Also added code in case the binary was ever sgid to handle dropping privileges. -- Ben Collins Sat, 5 Dec 1998 19:05:59 -0500 fte (0.46b5-4.1) frozen unstable; urgency=low * non-maintainer upload * edited con_linux.c to give use suid root permissions only to open the virtual console. (closes #30384) This was a critical security related bug. * enabled use of gpm in fte-console (really should be there IMO) -- Ben Collins Sat, 5 Dec 1998 12:04:02 -0500 fte (0.46b5-4) frozen unstable; urgency=low * changed frozen to frozen unstable * fixed bug with ctags -- Zdenek Kabelac Mon, 16 Nov 1998 19:05:50 +0100 fte (0.46b5-3) frozen; urgency=low * extensive changes in debian/rules * added SGML mode (for Debian) and small fixes in HTML mode * package splited in three parts * lowered editors' priority for update-menus (now is below VI) * small changes in fte wrapper script * vfte is SUID -- Zdenek Kabelac Sun, 1 Nov 1998 23:05:50 +0100 fte (0.46b5-2) unstable; urgency=low * removed vfte completely from distribution * changed maintainers email address * i18n support -- Zdenek Kabelac Wed, 14 Oct 1998 17:05:50 +0100 fte (0.46b5-1) unstable; urgency=low * new version and maintainer * support for i18n in X version * more locale fixes (e.g. upper and lower case switch) * man pages and dwww entries changes and fixes * vfte is made for now SUID (because of login security fix) * new configuration made by maintainer * removed any lintian errors and warnings * not publically released -- Zdenek Kabelac Sun, 04 Oct 1998 14:05:50 +0100 fte (0.45-5) unstable; urgency=low * added dwww menu * added /usr/bin/editor -> /usr/bin/fte * added fte wrapper script -- Riku Voipio Tue, 21 Oct 1997 03:25:50 +0300 fte (0.45-4) unstable; urgency=low * fully libc6 * up to latest standards -- Riku Voipio Thu, 11 Sep 1997 17:02:37 +0300 fte (0.45-3) unstable; urgency=low * now uses libc6 (seems to work, even if xlib is still libc5) * menu 1.0 -- Riku Voipio Wed, 18 Jun 1997 22:49:18 +0300 fte (0.45-2) frozen unstable; urgency=low * standard 2.1.3.0 * new maintainer Address * now installs a /etc/fte/system.fterc * fixed some typos :) * routine update to make debstd complain less -- Riku Voipio Thu, 1 May 1997 17:23:41 +0300 fte (0.45-1) unstable; urgency=low * new upstream release * corrected depencies (now only recommends xlib6) -- Riku Voipio Wed, 19 Feb 1997 19:55:37 +0200 fte (0.44-3) unstable; urgency=low * fixed bug #7172 (files missing from distribution....) * going to type 100 times "never release anything without running debc" -- Riku Voipio Sun, 9 Feb 1997 12:00:48 +0200 fte (0.44-2) unstable; urgency=low * wrote manpages (#6629) * removed some non-unix modes from sample.fterc * changed to depend on xlib6 instead on elf-x11r6lib -- Riku Voipio Sat, 18 Jan 1997 12:35:18 +0200 fte (0.44-1) unstable; urgency=low * initial Release. -- Riku Voipio Wed, 25 Dec 1996 20:41:34 +0200 debian/compat0000644000000000000000000000000211621704767010377 0ustar 5 debian/fte-console.links0000644000000000000000000000007111621704767012457 0ustar usr/share/man/man1/fte.1.gz usr/share/man/man1/vfte.1.gz debian/fte-console.postinst0000644000000000000000000000027211621704767013225 0ustar #!/bin/sh set -e echo " \`vfte' - editor for linux console /dev/vcsaXX - has SUID bit set!" echo " however this is used only for opening console device... " #DEBHELPER# debian/fte-terminal.dirs0000644000000000000000000000003311621704767012447 0ustar usr/bin usr/share/man/man1 debian/fte-console.install0000644000000000000000000000002211621704767013001 0ustar src/vfte usr/bin/ debian/copyright0000644000000000000000000000237211621712176011131 0ustar This package was debianized by Riku Voipio on Wed, 14 Oct 1998 17:00:34 +0200. Current sources are repackaged as a single tarball from two zip files (20110708) at SourceForge: http://sourceforge.net/projects/fte/ Previous sources for were downloaded from CVS archive URL: http://sourceforge.net/projects/fte/ Previous packages have been using archive files from this place: URL: http://www.kiss.uni-lj.si/~k4fr0235/fte fte-%ver.src.tar.gz This was the official home page for this editor. Copyright Copyright (C) 1994-2000 captnmark@sf.net Copyright (C) 1991-1993 1996-1998 Free Software Foundation, Inc. Copyright (C) 1998 Copyright (C) 2001-2005 chaac@sf.net Copyright (C) 2001-2003 elrond2@sf.net Copyright (C) 2002-2005 frydl@sf.net Copyright (C) 2001 jsveendsen@sf.net Copyright (C) 2006 (SVN support) Copyright (C) 1998-2010 tanktalus@sf.net Copyright (C) 1998-2010 kabi@sf.net File: src/fnmatch.h Licence: LGPL-2+ On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2' Files: * License: GPL-2+ GPL (see: /usr/share/common-licenses/GPL-2) or Artistic (see README) debian/fte-terminal.install0000644000000000000000000000002311621704767013153 0ustar src/sfte usr/bin/ debian/cfte.10000644000000000000000000000261511621704767010210 0ustar .TH CFTE 1 .SH NAME cfte \- Compiles fte config files .SH SYNOPSIS .BI cfte " sourcefile [destfile]" .SH "DESCRIPTION" This manual page documents briefly the .BR "cfte". This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. Instead, it has documentation in html format; see below. .PP .B cfte compiles the .I .fterc binary for .BR "fte"(1) from human readable sources. Example of these source files can be found at \fB/usr/share/doc/\fP\fIfte/config-example.tar.gz\fP. .SH EXAMPLES .TP .BI cfte " /usr/share/doc/fte/config/main.fte" compiles the example config tree to .IR fte-new.cnf .TP .BI cfte " main.fte ~/.fterc" compiles the main.fte (in current directory) to .IR ~/.fterc .SH FILES .TP .IR ~/.fterc Default Configuration file. Includes All keybinding and menus compiled with .B cfte from config files in \fB/usr/share/doc/\fP\fIfte/config/main.fte\fP. There is a sample \fI.fterc\fP in \fB/etc/\fP\fIfte/system.fterc\fP. .TP .I *.fte Configuration sources. The syntax of these files is explained in \fB/usr/share/doc/\fP\fIfte/contents.html\fP. .SH "SEE ALSO" .BR xfte (1), .BR vfte (1), .BR sfte (1), .BI /usr/share/doc/ fte/contents.html .SH AUTHORS This manual page was written by Riku Voipio and Zdenek Kabelac for the Debian GNU/Linux system. .SH DATE 28 Sep 1999 debian/fte-docs.dirs0000644000000000000000000000002211621704767011562 0ustar usr/share/doc/fte debian/fte.dirs0000644000000000000000000000002011621704767010632 0ustar etc/fte usr/bin debian/fte.manpages0000644000000000000000000000003311621704767011470 0ustar debian/fte.1 debian/cfte.1