A2ps (neko mips4)

From Nekoware

Jump to: navigation, search
neko_a2ps
Packaged by: Tobias Paprotta
Internal Version: 3
Download: neko_a2ps-4.13b.tardist
Current release: 4.13b / August 14 2005
Use: Unknown
Licence: Unknown
Website: www.inf.enst.fr/~demaille/a2ps/


a2ps is an Any to PostScript filter. Of course it processes plain text files, but also pretty prints quite a few popular languages (66). Moreover it has the ability to delegate the processing of some files to other filters (such as groff, texi2dvi, dvips, gzip etc.), which allows a uniform treatment (n-up, page selection etc.) of heterogeneous files.

You can find more information on the project homepage at http://www.inf.enst.fr/~demaille/a2ps/

Contents

[edit] Installing the package

Download and install the neko_a2ps-4.13b (version 3) tardist package from the Nekoware repository.

Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:

~ $ inst -f /path/to/neko_a2ps-4.13b.tardist
install all
keep *.opt.src
go
quit

You will need "root" privileges to install the software.

A list of all files is installed by this package is available.

[edit] Package Dependencies

The following additional packages are required to run this software correctly:


[edit] Package Incompatibilities

The following packages are marked as incompatible.

  • No incompatibilities.

[edit] Package Layout

Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.

Name Size [Kbytes] Default Order Description
neko_a2ps.sw.eoe 2,244 Yes 9999 execution only env
neko_a2ps.sw.lib 793 Yes 9999 shared libraries
neko_a2ps.sw.headers 4 Yes 9999 header files
neko_a2ps.opt.relnotes 10 No 9999 release notes
neko_a2ps.opt.src 1,424 No 9999 original source code
neko_a2ps.opt.dist 38 No 9999 distribution files
neko_a2ps.man.doc 427 Yes 9999 manual and info pages


[edit] Compiling

As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.


[edit] Environment

export CC=cc
export CXX=CC
export F77=f77
export CFLAGS='-O3 -c99 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3  -TARG:platform=IP27:proc=r10000'
export CXXFLAGS=$CFLAGS
export CPPFLAGS='-I/usr/nekoware/include'
export LDFLAGS='-L/usr/nekoware/lib'
export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig'
export PKG_CONFIG_LIBDIR='/usr/nekoware/lib'
export LD_LIBRARY_PATH='/usr/nekoware/lib'
export LD_LIBRARYN32_PATH='/usr/nekoware/lib'
export LD_LIBRARY64_PATH='/usr/nekoware/lib64'
export GNOME2_DIR='/usr/nekoware'
export GNUMAKE='/usr/nekoware/bin/make'
export PATH=/usr/nekoware/bin:$PATH



[edit] Configure

./configure --prefix=/usr/nekoware 
make && make install


[edit] Release Notes

Click on the "show" link to expand the contents of the package's 'relnotes' file.


[edit] Errors/Miscellaneous

Code still produces several warnings when compiled with MIPSPRO.


[edit] Older Versions

  • None

[edit] External Links

Personal tools