--- re-0.1.orig/AUTHORS +++ re-0.1/AUTHORS @@ -1,4 +1,6 @@ Russian Anywhere: -Dmitri Livotov, http://now.at/dll , dll@peterlink.ru +Dmitri Livotov, http://www.livotov.org , dmitri@livotov.org Tatiana Khachaturova, http://www.tarunz.org/~tx , tx@tarunz.org + +http://www.livotov.org/software/re/unix/ --- re-0.1.orig/compile +++ re-0.1/compile @@ -1 +1 @@ -c++ -s -O3 src/re_cmd.c src/ru32call.c src/ru32cp.c src/ru32var.c src/ru32lat.c src/ru32fi.c src/ru32au.c src/ru32mau.c src/ru32un.c -ore +c++ -s -fsigned-char -O3 src/re_cmd.c src/ru32call.c src/ru32cp.c src/ru32var.c src/ru32lat.c src/ru32fi.c src/ru32au.c src/ru32mau.c src/ru32un.c -ore --- re-0.1.orig/debian/dirs +++ re-0.1/debian/dirs @@ -0,0 +1 @@ +usr/bin --- re-0.1.orig/debian/re.1 +++ re-0.1/debian/re.1 @@ -0,0 +1,85 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH RE 1 "March 21, 2000" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +re \- programm to conver russian texts between different encodings +.SH SYNOPSIS +.B re +.RI +.br +.SH DESCRIPTION +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBre\fP is a program that converts russian texts between encodings. +.SH OPTIONS +The easiest way to convert some file into readable form (KOI-8), +just type this: + +re ? K + +where : + + - unreadable file + + - resulting file + +? - tells RE that source codepage is unknown and RE should analyze the file and determine the source codepage + +K - tells RE that destination codepage is KOI-8 + +Note: If you know, what is source codepage, you may use it instead of "?" option. For example, you want to convert letter.txt file which was written in Win you know, that this file is in 1251 codepage: + + + re letter.txt letter2.txt W K + +Now examine the letter2.txt - you should see russian symbols in KOI-8. + +Here is the know codepages list and their abbreviatures: + + W - Windows 1251 "_" - _xxe + D - Dos "%" - %hex + K - KOI-8 "\\\\" - \\'hex + L - Latin G - Graph_win + I - Iso "<" - + H - HEX + - +UTF7- + S - ShiftKbrd C - C_MIC + M - Mac Y - Y_c16 + A - AFF Z - Z_c32 + O - Odd(UTF8_1) F - F(UTF8_2) + B - Base64 P - Pict + E - Express N - N_Estl + T - T-Html V - V_Vpp855 + U - User X - X_sp + "-" - uue J - J_diff + + +Other options are: [-v][-E|-R|-N][-e|-s] + -v - tells what is processing + -n - don't tells what is processing (default) + -E - converts all p,H from Russian to English + -R - converts all p,H from English to Russian + -N - lets all p,H Russian or English as in text (default) + -e - converts all symbols 0x80 - 0xFF + -s - converts only 64 symbols of Russian Alphabet (default) + +.SH AUTHOR +This manual page was written by Aigars Mahinovs , +for the Debian GNU/Linux system (but may be used by others). --- re-0.1.orig/debian/copyright +++ re-0.1/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Aigars Mahinovs on +Tue, 21 Mar 2000 23:16:10 +0000. + +It was downloaded from http://www.livotov.org/software/re/unix/ + +Upstream Authors: + +Dmitri Livotov, dmitri@livotov.org +Tatiana Khachaturova, tx@tarunz.org + +Copyright: + +Russian Anywhere for Unix uses GPL license. +In Debian systems You can find it in +"/usr/share/common-licenses/GPL" file. --- re-0.1.orig/debian/control +++ re-0.1/debian/control @@ -0,0 +1,15 @@ +Source: re +Section: text +Priority: optional +Maintainer: Aigars Mahinovs +Build-Depends: debhelper +Standards-Version: 3.5.6 + +Package: re +Architecture: any +Depends: ${shlibs:Depends} +Description: Russian Anywhere -- Russian text converter + Russian Anywhere is a Russian character decoding program. It allows to + transfer Russian characters between different codepages. It's main + purpose is to convert damaged Russian e-mail messages to readable form and + it also may be used to convert files from/to known and unknown codepages. --- re-0.1.orig/debian/changelog +++ re-0.1/debian/changelog @@ -0,0 +1,50 @@ +re (0.1-5build2) precise; urgency=low + + * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. + + -- Adam Conrad Fri, 02 Dec 2011 21:18:12 -0700 + +re (0.1-5build1) breezy; urgency=low + + * Rebuild for new C++ ABI + + -- Matthias Klose Tue, 28 Jun 2005 09:03:08 +0000 + +re (0.1-5) unstable; urgency=low + + * Recompile with -fsigned-char to override default on some arch + Thanks Gerhard Tonn. (Closes: #176271) + + -- Aigars Mahinovs Sat, 11 Jan 2003 20:08:50 +0200 + +re (0.1-4) unstable; urgency=low + + * Recompile to latest libs (Should fix uninstalability on hurd) + * Fix spelling in description (Closes: #125303) + + -- Aigars Mahinovs Tue, 19 Nov 2002 15:33:20 +0000 + +re (0.1-3) unstable; urgency=low + + * Recompiled to latest libs (Closes: #109418) + * Standarts-Version updated + + -- Aigars Mahinovs Thu, 23 Aug 2001 13:18:32 +0000 + +re (0.1-2) unstable; urgency=low + + * Changed upstream URL + * Added Build-Depends line + * First official upload to Debian + + -- Aigars Mahinovs Wed, 8 Nov 2000 22:40:23 +0000 + +re (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Aigars Mahinovs Tue, 21 Mar 2000 23:16:10 +0000 + +Local variables: +mode: debian-changelog +End: --- re-0.1.orig/debian/rules +++ re-0.1/debian/rules @@ -0,0 +1,79 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=1 +DESTDIR=./debian/tmp + +build: build-stamp +build-stamp: + dh_testdir + + + # Add here commands to compile the package. + ./compile + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + rm -f ./re + rm -f ./src/*.o + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + cp ./re $(DESTDIR)/usr/bin/re + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install +# dh_testversion + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs +# dh_installexamples +# dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit +# dh_installcron + dh_installmanpages +# dh_installinfo +# dh_undocumented + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + # You may want to make some executables suid here. +# dh_suidregister + dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- re-0.1.orig/debian/docs +++ re-0.1/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +README +TODO