info: tmview

Arkadiusz Miśkiewicz misiek at zsz2.starachowice.pl
Mon Oct 12 14:52:36 CEST 1998


	Przegladarka dvi pod SVGAlib (moze tez dzialac pod Xami o ile sie
ja tak skompiluje)

-- 
 -< Arkadiusz Miśkiewicz >------------------------< Cron on IRC >-
  http://www.misiek.eu.org     mailto:misiek at zsz2.starachowice.pl
  Webmaster ZSZ2                  http://www.zsz2.starachowice.pl
 -< Linux micq UIN: 13798733 >-----------< Starachowice, POLAND >-
-------------- next part --------------
Name:		tmview
Version:	98.06
Release:	1d
Source0:	ftp://sunsite.unc.edu/pub/Linux/apps/tex/dvi/%{name}-%{version}.tar.gz
Patch0:		tmview.opt.diff
Group:		Applications/Graphics
Group(pl):	Aplikacje/Grafika
Copyright:	GPL
BuildRoot:	/var/tmp/%{version}-%{name}-buildroot
Summary:	A dvi viewer for SVGAlib
Summary(pl):	Przeglądarka plików dvi dla SVGAlib

%description
 tmview is a screen-previewer for .dvi-files compiled by TeX. It let's you
 see what your printed output will look like. You can choose between a
 black-and-white representation and greyscaling. You can choose an arbitrary
 zoomfactor (at some cost of performance). You can set marks to measure
 distances. You can search for textstrings. You may visit lots of DVIfiles,
 set bookmarks and get them saved to a startup-file.  tmview does not
 support pxl-files. tmview ignores all 'special'-commands and has no
 font-replacing mechanism.

%description -l pl
 tmview jest przeglądarką plików .dvi skompilowanych przez TeXa. tmview
 pozwala Ci zobaczyć jak będzie wyglądał wydruk z .dvi. Możesz wybrać
 wyświetlanie w trybie czarno-białym jak i odcieniami szarości. Możesz
 wybrać współczynnik powiększenia. Możesz zaznaczań punkty i mierzyć
 dystans między nimi. Możesz przeglądać duże ilości plików .dvi, zapisywać
 zakładki (bookmarks) w pliku. tmview nie wspiera plików pxl. tmview ignoruje
 wszystkie 'specjalne' komendy i nie ma mechanizmu zastępowania fontów.

%prep
%setup -q -n %{name}
%patch0 -p1

%build
cp MakeSVGA Makefile
make OPTFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
install dvisvga $RPM_BUILD_ROOT/usr/bin/tmview
install doc/dvilx.1 $RPM_BUILD_ROOT/usr/man/man1
install doc/dvisvga.1 $RPM_BUILD_ROOT/usr/man/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%attr(711, root, root) /usr/bin/tmview
%attr(644, root, man ) /usr/man/man1/*
%attr(644, root, root) %doc CHANGES MAILME README

%changelog
* Fri Oct 10 1998 Arkadiusz Miśkiewicz <misiek at zsz2.starachowice.pl>
- initial rpm release

-------------- next part --------------
diff -urN tmview.orig/MakeSVGA tmview/MakeSVGA
--- tmview.orig/MakeSVGA	Sat Oct 10 21:33:37 1998
+++ tmview/MakeSVGA	Sat Oct 10 21:34:39 1998
@@ -1,8 +1,11 @@
 # Compiling everything:
 # svga/linux section
 
-CC=gcc -c -O2 -m486 -ansi -Wstrict-prototypes
+#CC=gcc -c -O2 -m486 -ansi -Wstrict-prototypes
 #CC=gcc -c -g -ansi            # for debugging
+
+OPTFLAGS =
+CC = gcc -c -ansi -Wstrict-prototypes $(OPTFLAGS)
 
 SRC=./src/
 SSRC=./svga/


More information about the pld-devel-pl mailing list