1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

503 Commits

Author SHA1 Message Date
Hiroki Sato
cee3955026 - Add print/ghostscript9-nox11.
- Add "9" to USE_GHOSTSCRIPT_* variables and upgrade the default version to it.
2011-06-07 14:22:23 +00:00
Hiroki Sato
cef5efef69 Add print/ghostscript9, an interpreter of PostScript and PDF page
description languages.  Changes from 8.x series include:

- This release includes a move to an ICC-based color rendering
  workflow. The design allows easy integration of 3rd party color
  management modules (CMMs) and management of DeviceN and spot source
  colors with ICC profiles as well as with non-ICC proprietary
  methods. The default CMM is the well known littleCMS.  Postscript
  color objects and non-ICC CIE-based PDF color spaces are converted
  to equivalent ICC profiles enabling complete color management for
  all color spaces by an ICC-based CMM. New command line options
  enable the specification of gray, rgb and cmyk default ICC profiles
  as well as output device ICC profiles. The new work flow provides
  performance improvements in the rendering of images, shadings and
  transparencies. In addition, the color conversions are designed to
  work efficiently in multithreaded display list (c-list) rendering
  through the use of a shared link cache. Finally, proper ICC based
  rendering now occurs for ALL XPS objects including Named colors,
  N-Channel colors and images with internally embedded ICC profiles.

- The second major change in this release is that glyph rendering for
  all font types except Type 3 is now handled by Freetype (via a much
  improved and enhanced Font API). The most obvious benefit of this is
  a complete, and proven implementation of the TrueType byte code
  interpreter (now unencumbered by patents).

- Another major change is that the Postscript interpreter's graphics
  state now stores two separate colour space settings for stroking and
  filling, to better support the stroke and fill colours required by
  the PDF interpreter.

- Support for optional content has been added to the PDF interpreter.

- This release also includes a number of improvements to the pdfwrite
  device to improve reliability and quality with PCL and XPS
  input. Many improvements to the support of JPX images in PDF files,
  PDF annotation rendering and the usual number of general bug and
  robustness fixes.

- For security reasons, Ghostscript no longer searches the current
  directory by default. Use -P option to revert to old behavior.

- For monochrome devices, there is a new halftone technique for
  sampled image data. The existing technique is very efficient (and is
  is still used) for large areas of color, such as an area fill, but
  encountered performance problems dealing with sampled image data
  where a given colour value only covered a few pixels at a time. The
  new approach applies the halftone threshold array directly to the
  image samples.

- A new, robust CFF parser implemented in C (replacing the previous
  Poscript one)

- tiffscaled device - this renders internally as tiffgray, but then
 downsamples by an integer scale factor (specified by
 -dDownScaleFactor=n) and error diffuses to 1bpp output. The
 tiffscaled device also implements limited minimum feature size
 functionality; by setting -dMinFeatureSize to 1, 2 or 3, the device
 output is guaranteed to generate minimum dot sizes as multiples of
 the final resolution, useful for devices that offer finer position
 control than dot size control.

- Add DSC compatible output in ps2write.
2011-05-23 20:58:46 +00:00
Baptiste Daroussin
cb6890b726 Remove unmaintained expired ports from print
2011-05-01 print/bjfilter360: Upstream disapear and distfile is no more available
2011-05-01 print/bjfilter850: Upstream disapear and distfile is no more available
2011-05-01 print/bjfilter850ug: Upstream disapear and distfile is no more available
2011-05-01 print/bjfilter860: Upstream disapear and distfile is no more available
2011-05-01 print/bjfilter870: Upstream disapear and distfile is no more available
2011-05-01 print/bjfiltercom: Upstream disapear and distfile is no more available
2011-05-01 print/bjfilters600: Upstream disapear and distfile is no more available
2011-05-01 print/bjfilters630: Upstream disapear and distfile is no more available
2011-05-01 print/bjfilters6300: Upstream disapear and distfile is no more available
2011-05-01 print/bsd_lpr: Upstream disapear and distfile is no more available
2011-05-01 print/dvi2xx: Upstream disapear and distfile is no more available
2011-05-01 print/envelope: Upstream disapear and distfile is no more available
2011-05-01 print/pclprint: Upstream disapear and distfile is no more available
2011-05-01 print/psmark: Upstream disapear and distfile is no more available
2011-05-01 print/tipograf: Upstream disapear and distfile is no more available
2011-05-01 print/tr2latex: Upstream disapear and distfile is no more available
2011-05-01 print/wmlpq: Upstream disapear and distfile is no more available
2011-05-01 22:23:47 +00:00
Eygene Ryabinkin
ca8eea78ad New port: print/latex-acm
LaTeX styles for ACM publications.

Feature safe: yes
Approved by: garga (mentor)
2011-03-04 13:34:09 +00:00
Rene Ladan
74a1fea448 Remove expired ports:
2011-02-20 devel/root: Port does not build on supported versions of FreeBSD
2011-02-20 net/ztelnet: unfetchable / Does not compile with GCC 4.2
2011-02-20 print/kaspaliste: Does not compile with GCC 4.2
2011-02-20 sysutils/perf: Does not build on supported versions of FreeBSD
2011-02-21 22:17:16 +00:00
Max Brazhnikov
52c986af20 Connect scribus-devel
Feature safe:	yes
2011-01-20 22:35:20 +00:00
Philip M. Gollucci
79fa3c27a0 An SVG renderer for the Prawn PDF library. This will take an SVG file as
input and render it into your PDF.  prawn-svg is in its infancy and does not
support the full SVG specifications.

WWW:    https://github.com/mogest/prawn-svg
2010-12-17 03:48:09 +00:00
Philip M. Gollucci
9e522c635a A small extension to prawn that simplifies embedding JavaScript in your PDF files
WWW:    http://freelancing-god.github.com/ts/en/
2010-12-17 03:47:54 +00:00
Philip M. Gollucci
2fae617857 Prawn::Graph aims to add this functionality to Prawn by using the
native PDF drawing tools Prawn exposes and a friendly single-method
call to draw the graph.

The graphs and the values plotted and drawn are all relatively sized
within the bounds of the width and height you have set and should
scale pretty well to any size of value. Of course, if things do end
up looking too squashed, you can always just make your graph bigger.

At the moment, only Bar and Line charts are implemented, with others
coming soon. Both charts work in mostly the same way.

WWW:    http://ryanstenhouse.eu/
2010-12-17 03:47:18 +00:00
Philip M. Gollucci
d7d1de73b5 An extension to Prawn that provides flexible table support, that means be able
to create tables with rowspan and colspan attributes for each cell

WWW:    https://github.com/blaxter/prawn-flexible-table
2010-12-17 03:47:02 +00:00
Max Brazhnikov
3c6048b211 Connect lyx-devel 2010-10-09 17:47:18 +00:00
Pav Lucistnik
fc8b8c2a4d A package to support the automation of LaTeX workflows.
WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/logreq/

PR:		ports/149667
Submitted by:	V. Jahns <idolum@users.sourceforge.net>
2010-10-01 12:27:11 +00:00
Romain Tartière
4d7a1c8d56 PDF Mod can rotate, extract, and remove pages, and supports reordering pages
via drag and drop. You can edit the title, subject, author, and keywords, and
you can combine documents via drag and drop.

WWW:	http://live.gnome.org/PdfMod
2010-09-30 20:57:21 +00:00
Romain Tartière
e541f3731c The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX
friendly look and feel. This is accomplished by converting xdot output from
Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows:

  - Typesetting labels with LaTeX, allowing mathematical notation.
  - Using native PSTricks and PGF/TikZ commands for drawing arrows (optional).
  - Using backend specific styles to customize the output

WWW:	http://www.fauskes.net/code/dot2tex/
2010-09-14 09:27:53 +00:00
Philip M. Gollucci
9c8c5221f6 print/cupsddk||2010-09-09|Now part of print/cups-base
PR:             ports/144050
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
2010-09-09 21:59:06 +00:00
Steve Wills
d2e22b4672 - Properly use ${AUTOCONF} and ${AUTOMAKE}
- Properly use GCONF_SCHEMAS
- Attach gnome-specimen to build

Approved by:	pgollucci (mentor)
2010-09-07 22:40:44 +00:00
Max Brazhnikov
6c133257a2 connect lyx14
disconnect lyx15
2010-06-14 18:12:48 +00:00
Pav Lucistnik
84946ab584 - Move print/hplip3 to print/hplip
Approved by:	Anish Mistry <amistry@am-productions.biz> (old maintainer)
2010-05-17 11:51:26 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
2010-05-10 21:19:08 +00:00
Thomas Abthorpe
356cd5982a This port provides the PostScript Type 1 version of Adobe Utopia for use
with GNU Troff, as it is configured in a FreeBSD basic install.

For details on usage, invoke:  man utopia_font.

WWW: http://www.mammothcheese.ca/munger.html

--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca

PR:		ports/144334
Submitted by:	James Bailie <jimmy at mammothcheese.ca>
2010-03-10 21:18:44 +00:00
Bruce M Simpson
8fed68f53b Add port of Sun's OpenPrinting API (PAPI) v1.0 sources.
This port is currently of interest to developers only,
the mod_ipp Apache module dumps core, and the psm_cups
module does not compile as shipped.
2010-02-08 19:40:24 +00:00
Bruce M Simpson
ae72c70931 Add port entry for the base system LPR sources.
When world is installed w/ WITHOUT_LPR, they will not be present. Like
the compat packages this allows it to be added back in; this also supports
novel uses like using pfSense to build an embedded print server.

FYI: For raw queue use, bsd lpd's footprint is a few 100k on disk; cups
is ~12MB.

Reviewed by:	dougb
2010-02-08 14:52:39 +00:00
Philip M. Gollucci
5eccbb21e0 - remove broken/expired ports@ ports
Approved by: portmgr (miwi)

audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
2010-01-18 06:46:44 +00:00
Martin Wilke
3be72634cb Tiny RML2PDF is a component of the Open Report project. It can be used with the
Tiny Reporting Server to have a complete solution to render PDF file on the
fly.

WWW:    http://tiny.be

PR:		ports/140781
Submitted by:	Kevin Golding <ports at caomhin.org>
2009-11-26 14:28:22 +00:00
Wen Heping
043997f5b0 rubygem-prawn-security is an extension of Prawn.
WWW: http://rubyforge.org/projects/prawn/
2009-11-12 03:28:15 +00:00
Dmitry Marakasov
76a9b6e9ff - Connect print/hplip3 to build
- Add mutual CONFLICTS for hpijs, hplip and hplip3
2009-08-05 01:04:25 +00:00
Martin Wilke
09406b1f97 Rubygem-prawn-core is the core of Rubygem-prawn.
WWW: http://rubyforge.org/projects/prawn/

PR:		ports/135834
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-20 12:05:53 +00:00
Martin Wilke
5d308fec02 rubygem-prawn-format is an extension of Prawn that allows
inline formatting.

WWW: http://rubyforge.org/projects/prawn/

PR:		ports/135837
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-20 12:04:07 +00:00
Dirk Meyer
fa55ada041 - new slave port cups-image 2009-05-16 08:54:14 +00:00
Pav Lucistnik
ae05e3c4b3 CUPS backend for the canon proprietary USB over IP network printing
protocol, BJNP. This backend is based on reverse engineering using
TCP/IP. It can be used with CUPS 1.2 and 1.3. This backend allows Cups
to connect over the network to a Canon printers

WWW: http://cups-bjnp.sourceforge.net/

PR:		ports/134075
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2009-05-15 11:36:56 +00:00
Martin Wilke
e25e8c4832 Biblio-py is a package to manage bibliography written in python.
Currently it contains two subpackages:
    * yapbib: Yet Another Python BIBliography manager tool,
mainly for Bibtex files.
    * query_ads: A simple python tool that permits to query
Harvard Database

WWW: http://cabcat2.cnea.gov.ar/staff/fiol/biblio-py.html

PR:		ports/134418
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-05-13 08:52:09 +00:00
Max Brazhnikov
c4efb99db9 Update KDE ports to 4.2.3
See original release announcement for details:
http://kde.org/announcements/announce-4.2.3.php

New ports:

  devel/kdebindings4:
	Meta port of KDE bindings for C#, Java, PHP, Python and Ruby.
	Currently only Python bindings are supported.

  devel/kdebindings4-python, devel/kdebindings4-python-krosspython,
  devel/kdebindings4-python-pykde4:
	Python bindings for KDE.

  print/kdeutils4-printer-applet:
	printer-applet is a system tray utility. It shows current print jobs,
	shows printer warnings and errors and shows when printers that have
	been plugged in for the first time are being auto-configured by
	hal-cups-utils. It replaces kjobviewer in KDE 3.

  print/system-config-printer-kde
	A port of Gnome system-config-printer to KDE.
2009-05-09 19:38:16 +00:00
Dirk Meyer
327d601bd8 CUPS Slave port for installing includes files and libs. 2009-05-07 10:17:42 +00:00
Martin Wilke
d84a5e942f relatorio is a templating library which provides a way to easily output
all kind of different files (odt, ods, png, svg, ...). Adding support
for more filetype is easy: you just have to create a plugin for this.
relatorio also provides a report repository allowing you to link python
objects and report together, find reports by mimetypes/name/python
objects.

WWW:	http://relatorio.openhex.org/

PR:		ports/133958
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-04-26 23:45:54 +00:00
Pav Lucistnik
56f0980b18 - Connect acroread9 to the build
Forgotten by:	hrs
2009-04-02 08:36:15 +00:00
Renato Botelho
efdc1e06c1 PostScript allows you to write PostScript files from Perl.
It has graphics primitives that allow lines, circles and boxes to be drawn.

WWW:	http://search.cpan.org/dist/PostScript/

PR:		ports/131990
Submitted by:	Fernan Aguero <fernan.aguero at gmail.com>
2009-02-23 12:47:00 +00:00
Martin Wilke
7dc0808db3 rubygem-prawn-layout is an extension to Prawn that provides
table support and other layout.

WWW: http://rubyforge.org/projects/prawn/

PR:		ports/130813
Submitted by:	wenheping at gmail.com
2009-02-08 23:45:39 +00:00
Martin Wilke
780e8a39f0 2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by  STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
2009-02-03 22:38:25 +00:00
Rong-En Fan
d897e29fb6 Add pkipplib which is a prerequisite of pykota.
pkipplib is a Python library which can prepare IPP requests with the
help of a somewhat high level API. These requests can then be sent to
an IPP printer or print server (e.g. CUPS).  This library can also parse
IPP answers received, and create high level Python objects from them.

WWW: http://www.pykota.com/software/pkipplib/
2009-01-19 13:52:42 +00:00
Alex Dupre
a78b72618f The PDF Renderer is an open source, all Java library which renders
PDF documents to the screen using Java2D.

Some features:

 * view PDFs in your own app
 * print-preview before exporting PDF files
 * render PDFs to PNGs in a server-side web application
 * view PDFs in a 3D scene
 * draw on top of PDFs and annotate them in a networked viewer

WWW: https://pdf-renderer.dev.java.net/
2008-11-25 08:24:06 +00:00
Martin Wilke
a066b89dc9 The PECL-haru extension provides bindings to the
libHaru library. libHaru is a free, cross platform,
and Open Source library for generating PDF files.

WWW: http://pecl.php.net/package/haru/

PR:		ports/129033
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-23 18:12:48 +00:00
Pav Lucistnik
1b8b768f5e The supertabular bundle defines the supertabular and supertabular*
environments.  They make it possible to have a tabular that spans multiple
pages.  Each page is its own tabular environment, thus the various parts may
have different widths.

WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/supertabular/

PR:		ports/126673
Submitted by:	Jorge Niedbalski <niedbalski@gmail.com>
2008-11-14 13:53:36 +00:00
Thomas Abthorpe
e2b427f333 rtf2latex2e is a program that translates RTF (rich text format) files into
LaTeX files. It translates text formatting, tables, figures, and equations.
The resulting LaTeX files are quite readable and suitable for editing.

WWW: http://sourceforge.net/project/showfiles.php?group_id=22324

PR:		ports/128041
Submitted by:	Martin Dieringer <martin.dieringer at gmx.de>
2008-11-11 14:42:37 +00:00
Martin Wilke
bb3f481af5 Prawn is a new pure Ruby PDF generation library,
with the long term goal of providing a suitable
replacement for PDF::Writer. It is being developed
under the auspices of the Ruby Mendicant project
with copious help from a number of mighty fine
contributors.

WWW: http://rubyforge.org/projects/prawn/

PR:		ports/128455
Submitted by:	wenheping at gmail.com
2008-11-09 23:25:09 +00:00
Erwin Lansing
7658303a9d Hook ifxetex up to the build to unbreak INDEX. 2008-09-27 19:14:05 +00:00
Hiroki Sato
00e8ec4600 Remove ports of Adobe Reader 7 and the localized versions because of
security vulnerability.  The print/acroreadwrapper new supports
acroread8 only.

Security:	CVE-2008-2641
Security:	CVE-2008-0883
Security:	http://www.adobe.com/support/security/bulletins/apsb08-15.html
2008-09-06 04:59:52 +00:00
Hiroki Sato
6e0909e045 * print/ghostscript-* and related ports have been renamed in the
following way:

	print/ghostscript-gnu -> print/ghostscript7
	print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
	print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
	print/ghostscript-gpl -> print/ghostscript8
	print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
	japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
	korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont

* USE_GHOSTSCRIPT now supports a version number which the port
  requires.  The valid value is "7" or "8".  If other value is
  specified, value of WITH_GHOSTSCRIPT_VER is used.

* WITH_GHOSTSCRIPT_GNU has been removed in favor of
  WITH_GHOSTSCRIPT_VER.  The valid value of WITH_GHOSTSCRIPT_VER is
  "7" or "8", and the default value is "8".

Approved by:	portmgr (pav)
2008-09-05 19:41:48 +00:00
Martin Wilke
e8a23cc114 A LaTeX package, which provides facilities for inline and display quotations.
WWW: http://www.ctan.org/tex-archive/help/Catalogue/entries/csquotes.html

PR:		ports/126999
Submitted by:	vj562001 at yahoo.de
2008-09-05 14:22:42 +00:00
Martin Wilke
1358313cbb GSview is a graphical interface for Ghostscript. (Ghostscript is an
interpreter for the PostScript page description language used by
laser printers.) For documents following the Adobe PostScript Document
Structuring Conventions, GSview allows selected pages to be viewed or
printed. Features include:
* Display and print PostScript and PDF files.
* View pages in arbitrary order (Next, Previous, Goto).
* Page size and Orientation are automatically selected from DSC
  comments or can be selected using the menu.
* Print selected pages using Ghostscript.
* Convert pages to bitmap, PDF or PostScript.
* Selectable display resolution, depth, alpha.
* Single button zoom.
* Extract selected pages to another file.
* Copy display bitmap to clipboard, and save clipboard bitmap as BMP file.
* Add bitmap or user preview to EPS file (Interchange, TIFF or Windows
  Metafile)
* Graphically select and show bounding box for EPS file.
* Extract bitmap preview or PostScript from DOS EPS file.
* Extract text or search for text.
* Can read gzip and bzip2 compressed PostScript and PDF files.
* On-line help.
* English, Catalan, Dutch, French, German, Greek, Italian, Russian,
  Slovak, Spanish and Swedish languages.

PR:		ports/125602
Submitted by:	bf <bf2006a at yahoo.com>
2008-07-19 10:13:26 +00:00
Martin Wilke
94eb69cdf3 texvc takes LaTeX-compatible equations and produces formatted output in
HTML, MathML, and (via LaTeX/dvips/ImageMagick) rasterized PNG images.
Input data is parsed and scrutinized for safety, and the output includes
an estimate of whether the code is simple enough that HTML rendering will
look acceptable.

WWW:	http://www.mediawiki.org/wiki/Texvc

PR:		ports/124607
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2008-06-18 23:27:33 +00:00