Difference between revisions of "Enscript"

From CBLFS
Jump to navigationJump to search
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://fresh.t-systems-sfr.com/unix/src/misc/enscript-1.6.4.tar.gz
+
| http://ftp.gnu.org/gnu/enscript/enscript-1.6.5.tar.gz
 
|}
 
|}
  
 
----
 
----
  
{{Package-Introduction|Enscript converts ASCII text files to PostScript, HTML, RTF, ANSI and overstrikes.}}
+
{{Package-Introduction|GNU Enscript is a free replacement for Adobe's enscript program.
 +
 
 +
GNU Enscript converts ASCII files to PostScript, HTML, or RTF and stores generated output to a file or sends it directly to the printer. It includes features for `pretty-printing' (language-sensitive code highlighting) in several programming languages.
 +
 
 +
Enscript can be easily extended to handle different output media and it has many options that can be used to customize printouts. |http://www.gnu.org/software/enscript/}}
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 14:24, 13 May 2010

Download Source: http://ftp.gnu.org/gnu/enscript/enscript-1.6.5.tar.gz

Introduction to Enscript

GNU Enscript is a free replacement for Adobe's enscript program.

GNU Enscript converts ASCII files to PostScript, HTML, or RTF and stores generated output to a file or sends it directly to the printer. It includes features for `pretty-printing' (language-sensitive code highlighting) in several programming languages.

Enscript can be easily extended to handle different output media and it has many options that can be used to customize printouts.

Project Homepage: http://www.gnu.org/software/enscript/

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc/enscript \
    --localstatedir=/var --with-media=Letter &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

CFLAGS="${BUILD32}" ./configure --prefix=/usr \
    --sysconfdir=/etc/enscript --localstatedir=/var \
    --with-media=Letter &&
make

Install the package:

make install

N32

Compile the package:

CFLAGS="${BUILDN32}" ./configure --prefix=/usr \
    --sysconfdir=/etc/enscript --localstatedir=/var \
    --with-media=Letter &&
make

Install the package:

make install

64Bit

Compile the package:

CFLAGS="${BUILD64}" ./configure --prefix=/usr \
    --sysconfdir=/etc/enscript --localstatedir=/var \
    --with-media=Letter &&
make

Install the package:

make install