Commit graph

2575 commits

Author SHA1 Message Date
tnn
a31e3138a6 correct whitespace 2007-07-18 02:48:35 +00:00
tnn
b47b3bd043 Fix broken build on HPUX 2007-07-18 02:47:02 +00:00
joerg
edb98b4b86 Fix path to Perl in a script. Ride on update. 2007-07-17 20:58:09 +00:00
drochner
33fb4292af update to 8.57
In addition to the usual bug fixes, there are specific performance and
quality improvements in the areas of patterns, shading and image
filtering. Also new in this release is an implementation of the Well
Tempered Screening algorithm in an output device, using Graeme
Gill's IMDI library for efficient color mapping.

pkgsrc change: use the bundled jasper as the pkgsrc one is incompatible
2007-07-17 18:53:54 +00:00
minskim
86f3eda2b2 Udpate tex-IEEEtran to 1.7.
Major changes:
- New class option compsoc to support the IEEE Computer Society format.
- New class option captionsoff disables the display of figure/table
  captions. endfloat.sty is now mentioned in the docs. Thanks to Geoff
  Walker for suggesting these changes.
- Bug fixes and new interfaces.
2007-07-16 23:49:07 +00:00
drochner
c5181722cd update to 0.8.3
changes:
-bugfixes
-translation updates
-compatibility to newer poppler releases which paves the way for an
 eventual poppler update
2007-07-06 18:04:24 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
wiz
eb8900025a Update to 3.6.3:
%%%%%%%%%%%%%%%%%%% GV 3.6.3  (June 2007) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%

# gv is now able to work with latest ghostscript: gs 8.57

# The bug causing the version not to figure in the manual has been
  fixed.

# The SIGINT signal is now masked (ignored) by gv.

# gv no more segfaults when reading a configuration file as produced by
  State -> Setup Options -> Save

# gv should compile in non-GNU system that doesnt have glib2. The
  `getopt' gnulib module has been imported to fix this.

# gv now correctly adjust the page index window after PAGE-UP and
  PAGE-DOWN events.

# gv is now able to open files with minus character beginning
  filenames.

# X resources related bugs has been fixed. gv is now able to get
  resources from the display database, user file, gv system database
  and command line doing the Right Thing (TM).

# gv is now able to correctly understand DocumentMedia and other DSC
  directives that uses postscript strings. It was not possible with
  previous versions due to a bug in the postscript names scanning
  routine.

* Vulnerability CVE-2006-5864 has been fixed.

* gs is now invoked with `-dFIXEDMEDIA'

* The internal gettext implementation has been renamed to `ps_gettext'
  to avoid collisions with the builtin `gettext' function.

* --quiet and --noquiet now works as expected.

? There are troubles with 64 bits machines: the use of x-pointers to
  store data should be eliminated in subsequent versions.
2007-07-03 20:01:43 +00:00
markd
f63ce7c23e Re-add support for the PAPERSIZE variable, lost when the various
ghostscript packages were merged.  Bump PKGREVISION.
2007-07-01 20:56:27 +00:00
dmcmahill
341ee4a16a avoid segfaults on 64-bit systems for some inputs files and pdf output 2007-06-29 19:24:45 +00:00
dmcmahill
782fbda0ee update to latex-mk-1.9
- Added support for per-document DVIPS_FLAGS and DVIPDFM_FLAGS.

- Avoided the use of hardcoded csh in some scripts.

- Removed claims of a BIBTEX_ENV variable in the documentation. It
  didn't do anything.

- Added METAPOST support.

- Fixed a bug when using BibTeX and PDFLaTeX at the same time.

- Added glossary support.

- Fixed a bug with GNU make draft output.

- Put the actual installation prefix into the manual.

- Avoid a case which caused the testsuite to hang.

- Expanded the testsuite and fixed some bugs in the testsuite.

- Fix a bug in cleaning xfig and tgif output.
2007-06-15 23:40:00 +00:00
dmcmahill
b5455d175c add and enable tex-cooking 2007-06-15 21:50:14 +00:00
dmcmahill
84e2d7012f import tex-cooking-0.9b
Cooking is a package for typesetting cooking recipes.
2007-06-15 21:49:07 +00:00
jlam
12351d2476 * Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.

* Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15 18:15:06 +00:00
jmmv
18bfb99d84 Update to 1.02:
v1.02 (25 May 2007):
   * Added overview section in the documentation

v1.01 (17 May 2007):
   * Added number range facility (equivalent to makeindex's |( and |)
     formatting commands.)
   * Added a space after \delimN and \delimR in the ist file.
2007-06-09 07:34:01 +00:00
obache
323d7f44f5 Fix directory name for ruby-gnome-pango. 2007-06-09 01:07:13 +00:00
minskim
f52a0aa25b Update tex-dhucs to 3.2.2.
Changes since 3.1.4:
- Redefine \nobreak.
- Added a new font map: UCS2.sfd.
- Added [finemath] option.
2007-06-06 23:50:14 +00:00
minskim
d39f290eef Update dvipdfmx to 20070518.
Changes since 20050831:
- Xref and object stream were implemented for PDF v1.5 or higher to reduce the
  size of the PDF output.
- New program "xbb" is included, which generates ".xbb" file containing the
  bounding box information. For bitmap images, DVIPDFMx generates the same
  result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used.
- Many bug fixes.
2007-06-06 22:16:33 +00:00
markd
af2f4fe585 Update cups to 1.2.11
CUPS 1.2.11 fixes several build system, printing, PPD, and IPP conformance
issues. It also fixes a crash bug in the scheduler when printing to files
in non-existent directories.
2007-06-06 11:14:27 +00:00
markd
f50dc45760 Update poster to the 20060221 version
2006-02-19 Manfred Paulus <manfred.paulus@googlemail.com>
    * option: added -C option for switching clipping facilities
    * option: added -O option for setting content overlap
    * output: make postscript functions out of read in
              page descriptions instead of copying the code
              for every output page
    * pages:  corrected sizes of ISO A and B formats

2005-09-07 Cristian Tibirna <tibirna@kde.org>
    * option: don't crash when specifying -s option (scaling)

2002-08-30 Michael Goffioul <goffioul@imec.be>
        * option: added a "fake" option to pre-calculate the
          tile pages (used within KDEPrint).

2002-08-28 Michael Goffioul <goffioul@imec.be>
        * pages: allow selection of tile pages to print

2002-08-26 Michael Goffioul <goffioul@imec.be>
        * gets: avoid the use of gets, replaced by fgets
        * input: allow input from STDIN
        * pages: allow poster printing of more than one page
2007-06-06 11:05:21 +00:00
wiz
f9ca475dd5 Bump PKGREVISION for opencdk shlib major bump. 2007-06-05 08:11:43 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
ghen
afe39212e9 Update to Scribus 1.3.3.9 (bugfixes). 2007-06-03 10:55:36 +00:00
ghen
d00bae174f Reindent. 2007-06-03 10:55:10 +00:00
jmmv
44dffd60fe Add and enable tex-resume. 2007-06-03 08:59:36 +00:00
jmmv
2300e9ebd3 Initial import of tex-resume-20010823:
This package provides a LaTeX document style to easily write resumes.
2007-06-03 08:59:02 +00:00
rillig
7f125459d8 Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
2007-05-30 08:54:28 +00:00
minskim
154d18bbf5 Set CHECK_INTERPRETER_SKIP for documentation files. 2007-05-30 00:26:22 +00:00
jmmv
b302e6bd24 Add and enable tex-algorithm2e. 2007-05-28 14:09:15 +00:00
jmmv
1a728054fe Initial import of tex-algorithm2e, version 3.9:
Algorithm2e is an environment for writing algorithms in LaTeX2e.
An algorithm is defined as a floating object like figures.  It
provides macros that allow you to create different sorts of key
words, thus a set of predefined key words is given.  You can
also change the typography of the keywords.
2007-05-28 14:07:16 +00:00
obache
8d1bd267de Add ruby-gnome2-poppler. 2007-05-27 02:01:14 +00:00
obache
259252871f Import ruby-gnome2-poppler version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/Poppler is a Ruby binding of poppler-glib.
2007-05-27 02:00:02 +00:00
obache
2eadaba1cd Need devel/glib2, graphics/cairo and x11/gtk2's buildlink3 files,
for poppler-glib.pc.
2007-05-26 16:38:21 +00:00
obache
c586286f90 Add ruby-gnome2-gnomeprint. 2007-05-26 06:31:52 +00:00
obache
3133875fb3 Import ruby-gnome2-gnomeprint version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/GnomePrint is a Ruby binding of libgnomeprint.
2007-05-26 06:24:28 +00:00
jmmv
aab0c0c353 Add and enable tex-glossaries and tex-xkeyval. 2007-05-25 11:55:13 +00:00
jmmv
867349d118 Initial import of tex-glossaries, version 1.0:
The glossaries package supports acronyms and multiple glossaries.
New entries are defined to have a name and description (and optionally
an associated symbol).  Plural forms can also be specified.  New
glossary styles can be defined, and preambles and postambles can be
specified.  There is provision for loading a database of terms: only
terms used in the text will be added to the relevant glossary.
2007-05-25 11:54:17 +00:00
jmmv
b3f6980f74 Initial import of tex-xkeyval, version 2.5f:
This package is an extension of the keyval package and offers additional
macros for setting keys and declaring and setting class or package options.
The package allows the programmer to specify a prefix to the name of the
macros it defines for keys, and to define families of key definitions;
these all help use in documents where several packages define their own
sets of keys.
2007-05-25 11:53:15 +00:00
wiz
197de82e9a Remove remaining gnome1-libs dependencies from pkgsrc. 2007-05-20 15:48:07 +00:00
hira
077484a691 This package needs databases/shared-mime-info to recognize PDF files.
Bump PKGREVISION (no need to bump evince-nautilus).
2007-05-12 07:28:27 +00:00
kristerw
bb69c83079 Add gtklp. 2007-04-20 18:14:59 +00:00
rillig
e06959f006 Imported gtklp.
GtkLP and GtkLPQ are two tools to use and administrate CUPS a better
way.
2007-04-20 05:50:44 +00:00
drochner
9c4c2fbc8c fix duplicated line 2007-04-19 18:31:23 +00:00
xtraeme
3b3355796d Erm... actually update it to 0.1.6, I didn't update it before. 2007-04-19 03:14:59 +00:00
xtraeme
7835a15910 Update to 0.1.6.
New features:

* Support for printer's instances.
* Support for stdint (i.e, '-') as filename from command line.

Interface improvements:

* About box's link is now clickable (#45).
* "Open" and "Save As" dialogs now use extension patterns in
  addition to mime types filters (#50).
* Full screen support.
* "Save As" dialog sets the current file's name as the default
   save name.

Bug fixes:

* Prevent showing the menu entry twice.
* Fixed typo that check for Poppler version 0.5.2 or higher in
  order to show the index).
* The cache is emptied between file loads, so the previous
  file's page are displayed.
* Changed the "Save As" dialog's button from "Open" to "Save".
* Prevent crashes in FreeBSD when searching in a document.
* Fixed some bugs rendering pages under some systems.
* Fixed problems printing documents under some systems, specially
  64-bit systems.
2007-04-19 02:28:59 +00:00
obache
a6df182247 Need USE_PKGLOCAKEDIR, pointed out in PR 29966.
Bump PKGREVISION.
2007-04-15 15:42:53 +00:00
dillo
6872fc7763 Fix PLIST when cups option is used. 2007-04-14 22:13:38 +00:00
gdt
3a68dc9371 add:
# uses include file apparently before it is put in place
MAKE_JOBS_SAFE=	no
2007-04-13 15:42:07 +00:00
joerg
df5ebf3308 Needs intltool. 2007-04-12 22:00:28 +00:00
martti
cc3a1b98db Updated to Xfce 4.4.1
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
2007-04-12 09:55:08 +00:00
drochner
9a0ec0f4c3 reset PKGREVISION -- base pkg was updated 2007-04-11 18:01:54 +00:00
drochner
a2fe194801 update to 0.8.1
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11 18:01:13 +00:00
tron
4451a7afed Fix broken "configure" script:
It skips the check for the math library on Darwin because the math
functions are included in the system library. It however later aborts
because it didn't find a math library.

Work arround this by not skipping the math library check on Darwin.
The "configure" scripts now finds "/usr/lib/libm.dylib" which is
a symlink to the system library.
2007-04-11 16:22:14 +00:00
wiz
46c081fdf9 Add lib/libgnomeprint/${PKGVERSION}/modules/filters/libgnomeprint-reverse.la
that gets installed (for me). Ride update from today.
2007-04-10 23:22:55 +00:00
drochner
bda1af6be6 update to 2.18.0
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 19:00:28 +00:00
drochner
41b7166fd9 update to 2.18.0
This moves this pkg to the new stable gnome branch, too much to list here.

pkgsrc change: get rid of the dependency on gtk-doc
2007-04-10 18:56:12 +00:00
gdt
df83d8187d Add "MAKE_JOBS_SAFE= no"; the build fails horribly with MAKE_JOBS. 2007-04-06 14:29:59 +00:00
gdt
801031dd57 Note that USB driver "use_bc=0" patch has been filed as a bug with
cups.org.
2007-04-03 15:23:23 +00:00
gdt
117d156cb1 Add patch to disable the use of the back channel for USB on NetBSD.
This is based on a suggestion by Yorick Hardy, who reports that it
improved behavior.  Without the patch, the cups usb driver tries to
read status from ulpt(4) (for most printers), and this results in no
output.
2007-04-02 12:11:01 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
joerg
0d27010638 fltk knows what X11 parts to include, thanks. 2007-03-24 01:57:44 +00:00
markd
368f5e3690 Update to cups 1.2.10
pkgsrc changes: fix locale path
	patch a bug in pstops's n-up handling (reported to upstream)

CUPS 1.2.10 fixes the init script used to start the scheduler, a recursion
bug in the pdftops filter, and several other issues reported after the
1.2.9 release. Changes include:
* ppdLocalize() now supports localizing for Japanese using the "jp" locale
  name used by the ppdmerge program from the CUPS DDK 1.1.0
* _cupsAdminSetServerSettings() did not support changing of top-level
  directives as designed.
* The init script path check was broken.
* CUPS incorrectly used the attribute "notify-recipient" instead of
  "notify-recicpient-uri" in several places
* Fixed a configure script bug on MirBSD
* The pdftops filter did not limit the amount of recursion of page sets
* Custom page sizes with fractional point sizes did not work
* The lpoptions command would crash when adding or removing options on a
  system with no printers
2007-03-22 12:44:22 +00:00
dillo
0ec77f2269 Don't try to install non-existent files -- they were already removed
from the PLIST.
2007-03-22 08:19:01 +00:00
wiz
671d44e3de Add patch fixing build with gnome-doc-utils-0.10.1.
Patch provided by drochner@
2007-03-21 12:11:05 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
reed
4b0230ed30 ISO-8859.15 encoding was installed so add to PLIST. Noticed by Joerg.
Also saw that installed manpage is not gzipped now.

So bump PKGREVISION also.
2007-03-19 16:36:17 +00:00
joerg
4ff2db37b7 Pass down correct locale dir to configure. 2007-03-19 14:46:35 +00:00
rillig
e74257160b The autoconf2.14 dependency tracking does not work with MIPSpro, so
disable it.
2007-03-18 22:07:52 +00:00
markd
f63e86d18a Update cups to 1.2.9
CUPS 1.2.9 fixes several printing issues and scheduler crash bug.
Changes include:
* The scheduler did not use the default job-sheets (banners) for implicit
  classes
* The scheduler could crash when listing complete jobs that had been
  unloaded from memory
* The French localization was doubled up
* Build system fixes for several platforms
* The scheduler's openssl certificate generation code was broken on some
  platforms
* The scheduler's log rotation check for devices was broken
* The LPD mini-daemon did not handle the document-format option correctly
* The pdftops filter ignored the "match" size option in the pdftops.conf
  file
* cupstestppd now validates UTF-8 text strings in globalized PPD files
* The outputorder=reverse option did not work with all printers
* Classes containing other classes did not always work
* Printer location and description information was lost if the
  corresponding string contained the "#" character
* cupsRemoveOption() did not work properly
* The USB backend did not work with some USB to parallel cables on Mac OSX.
* The test page did not print the rulers properly on large media sizes
* The text filter could crash when pretty printing certain types of files
2007-03-18 13:17:53 +00:00
reed
02320601b1 Update to 2.5.5. (I noticed old version was not on download site
last year some time.)

Add another downlaod site.

Make this use PKGMANDIR.

Changes are:

November 2006
   - Released version 2.5.5
   - apply Fedora restricted font and scale patches
September 2005
   - usage fixes
   - use /tmp instead of /usr/tmp
   - Duplex featrure settings go into %%BeginSetup section.
November 2004
   - Small updates to manual page
May 2004
    - Released version 2.5.4
    - Do not explicitely switch of duplex mode when -t is not given.
    - Add redhat utf-8 patch
    - Add -u option to switch off utf-8 checking
August  2003
    RedHat fixes
       - check for empy optarg in arg processing.
    Suggested by J.D. Laub <jdl@access-health.com>:
       - -V option to show mpage version
       - -- option to stop process options (remaing args are files)
       - add -- option to prprog when filename starts with a -.
     From: Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
       - %% and \n fixes for Duplex Beginfeature settings.
October  2002
    - Released version 2.5.3
    - Start moving mapge into the GPL...
    - Fixed double 'showsheet' output when processing postscript.
    - Added A0 to page_desc in glob.c.
    - Remove newline after formfeed. (Gregory Bond <gnb@itga.com.au>)
    - the -X option now always prints the filename/header on the left
      and the physical page number on the right. Per suggestion of
      Marc Branchaud <marcnarc@xcert.com>
    - From Neil Brown <neilb@cse.unsw.edu.au>: define showheet using
      the load operator instead of the bind operator. This might solve
      situations where showpage is redefined elsewhere.
    - From Ilgiz Latypov <ilgizl@pcauto.comk>: -J option to set an
      initial value to the pagenum counter.
    - Improved processing of "BeginDocument/EndDocument" directives
      resulting in much better handling of included EPS graphics.
      Should improve processing of dvips files a lot...
Jun 2002
    from: jdl@access-health.com
     - When processing stdin, 'pr' was hardcoded instead of using the
       prprog variable.
     - Removed useless strcpy when processing command line args
       (could even give unpredictable results)
    from: dlarson@brookings.net
      - explicitely set duplex printing to false in the default case.
    from: George.Pajari@Faximum.com
      - using -m while printing in duplex creates useless margins: punching
        holes may go through the printed areas on one of the sides.
Jan 2002	Marcel J.E. Mol marcel@mesa.nl
    - lib/mpage -> share/mpage
Nov 2001        Marcel J.E. Mol marcel@mesa.nl
    - Changes from redhat
          * use mkstemp instead of mktemp.
          * kanji support.
Oct 2000        Marcel J.E. Mol marcel@mesa.nl
    - Added A1 and A2 to page_desc in glob.c.
Aug 1999        Marcel J.E. Mol marcel@mesa.nl
    - Added -e option and related code from Enrique Melendez Asensio <ema@csn.es>
      to allow 4,1,2,3 booklets... Needs cleanup and extended to txt too.
    - Patch from  Gabor Ribarik <ribarik@math-inst.hu> to take of
      dvips(k) 5.78's output if it contains many postscript figures.
      (see indoc variable in post.c)
      He (or actually Attila Karpati) also implemented multiple -j options.
      Fix the %%Page director when pages are skipped (with -j).
    - Include amiga port from  Andreas R. Kleinert <info@ar-kleinert.de>:
              * added smakefile, smakefile.ppc and SCOPTIONS
              * added #ifdef AMIGA section to mpage.h
              * mpage.h now #undefs MAXINT if already #define
                (before re-#defining it iself)
              * LIBDIR has been #define within SCOPTIONS;
                used MPAGE: assign, which you may redirect
                yourself, then...
Jun 1998        Marcel J.E. Mol marcel@mesa.nl
    - Clipping logical page was terribly wrong. This was visible when
      specifying negative pagemargins (-M).
Apr 1998        Marcel J.E. Mol marcel@mesa.nl
    - Corrected types (lvirden@cas.org)
Mar 1998        Marcel J.E. Mol marcel@mesa.nl
    - for EPS files that have %%Trailer and are included in PS files
      mpage will stop after the first %%Trailer. Made check on %%Trailer
      (and %%PSTrailer) a runtime option -k ('kill on trailer');
    - When input text file has no newline at last line, mpage forgot to
      print that line...
    - Updated manual page and usage (lm@cs.rmit.edu.au)
    - warning in -b option failed.
    - Changed defining paper types (to add new papger tpyes, just add to
      the paper array in glob.c).
Jan 1998        Marcel J.E. Mol marcel@mesa.nl
    - Removed save/restore statements for PS input processing. They seem
      to generate 'memory overflow' errors.
    - Removed 'TexDict begin' additions for dvips files.
    - OS/2 changes (Alexander Mai <st002279@hrzpub.tu-darmstadt.de>)
    - Makefile: create install dirs if not there (jwessel@uiuc.edu)
    - Check for %PSTrailer (for Mathematis program) (jwessel@uiuc.edu)
    - version 2.5 introduced bug in handling formfeed in text files. Fixed.
2007-03-17 01:11:22 +00:00
reed
c40f902e5f Improve description. And remove copyright from DESCR. 2007-03-17 01:05:31 +00:00
joerg
11f44cea99 Fix build on DragonFly and include DragonFly handling in one more case. 2007-03-15 19:01:12 +00:00
markd
cfbeb37e2b Update cups to 1.2.8
ok'ed jlam a while back.

CUPS 1.2.8 adds a French localization, updates the Japanese and Spanish
localizations, and fixes several web interface, printing, and networking
bugs.

CUPS 1.2.7 adds several Mac OS X improvements, implements timeouts in the
SSL negotiation code, and fixes the bounding box generated by the PostScript
filter, bidirectional support in the USB backend, and another case where the
lpstat command could hang.

CUPS 1.2.6 fixes some compile errors, localization of the web interface on
Mac OS X, bugs in the lpc and lpstat commands, and backchannel support in
the parallel backend.

CUPS 1.2.5 fixes minor printing, networking, and documentation issues and
adds support for older versions of DBUS and a translation for Estonian.

CUPS 1.2.4 fixes a number of web interface, scheduler, and CUPS API
issues.

CUPS 1.2.3 fixes a number of web interface, networking, remote printing,
and CUPS API issues.

CUPS 1.2.2 fixes several build, platform, notification, and printing bugs.

CUPS 1.2.1 fixes several build, platform, and printing bugs.

CUPS 1.2.0 is the first stable feature release in the 1.2.x series and
includes over 90 new features and changes since CUPS 1.1.23, including a
greatly improved web interface and "plug-and-print" support for many local
and network printers.
2007-03-14 12:29:03 +00:00
markd
01263569cb Update foomatic-ppds{,-cups} to 20070207.
Update PPD tarball to one generated from the Foomatic printer database
on 2007-02-07.
2007-03-14 12:12:57 +00:00
drochner
537340a227 oops - remove obsolete patches 2007-03-13 11:07:23 +00:00
drochner
882f7025a2 update to 3.02
changes: many fixes, added support for PDF features, UI improvements
see the CHANGELOG for details
2007-03-13 11:06:04 +00:00
rillig
6160d66626 Added a kerberos option. Fixes PR 12292. 2007-03-07 11:04:40 +00:00
wiz
f9a0c7d5fc Update MASTER_SITES/HOMEPAGE -- mostly disappeared.
From Sergey Svishchev in private mail.
2007-03-04 11:29:57 +00:00
drochner
ad3428b0e7 update to 1.3.3.8
This release is purely a bug fix release to 1.3.3.
2007-03-01 18:19:46 +00:00
agc
172e8048e6 Add and enable flpsed 2007-02-23 21:33:03 +00:00
agc
f42288f148 Initial import of flpsed-0.3.9 into the Packages Collection. With thanks to
Perry Metzger for the nudge.

	flpsed is a WYSIWYG PostScript2 annotator.  You can't remove or modify
	existing elements of a document, but flpsed lets you add arbitrary
	text lines to existing PostScript 2 documents.  Added lines can later
	be re-edited with flpsed.  Using pdftops, which is part of xpdf one can
	convert PDF documents to PostScript and also add text to them.  flpsed
	is useful for filling in forms, adding notes etc.  GsWidget is now
	part of flpsed.  flpsed is released under the GPL.

	Features:
	    * Add arbitrary text to existing PostScript documents.
	    * Reedit text, that has been added with flpsed.
	    * The overall structure of the PostScript document is not
	      modified.  flpsed only adds the additional text.
	    * Batch processing (no X11 required) to modify tagged text lines
	      that have been entered interactively with flpsed before.  This
	      is very useful for repeatedly filling in forms.
	    * Text lines can be imported from other flpsed-modified documents.
	    * Import and export PDF. Therefore it can be used as a PDF editor as well.
2007-02-23 21:32:07 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
cf154597d5 Update HOMEPAGE. From Sergey Svishchev. 2007-02-22 19:22:25 +00:00
dmcmahill
6100f02a1a add missing gtk-doc used for the build, fix PLIST 2007-02-20 18:18:37 +00:00
joerg
6a316b1c84 Modular Xorg support. 2007-02-19 18:02:07 +00:00
joerg
6a68b75651 meta-packages don't need to include x11.b3.mk. 2007-02-19 17:20:41 +00:00
joerg
b61971a658 Go away, no X11 needed! Bump revision. 2007-02-15 23:23:43 +00:00
joerg
a651ad1512 Modular Xorg support. 2007-02-15 22:53:09 +00:00
rillig
9728af1e78 Added VARTEXTFONTS to BUILD_DEFS. 2007-02-15 21:34:00 +00:00
joerg
f939ef5106 Modular Xorg support. 2007-02-15 14:42:17 +00:00
dillo
6c4c63c757 Include jpeg buildlink3.mk -- configure and libpopler-glib explicitly use it.
Okayed by maintainer.
2007-01-28 00:14:46 +00:00
dillo
90a743c431 Add cups option.
Explicitly disable cups if option is not set -- fixes build againts
cups-enabled gtk2.

Okayed by maintainer.
2007-01-28 00:13:49 +00:00
markd
60c020c40a Update icons location of KDE apps. Bump PKGREVISION 2007-01-26 04:25:46 +00:00
wiz
9db64112e7 Try to remove share/sgml/jade and share/sgml.
Bump PKGREVISION.
2007-01-24 19:45:44 +00:00
dmcmahill
361fd2be1e limit the SunOS test to 5.[6789] since 5.10 does not need the --enable-setenv-code configure argument. Noted by Gilles Dauphin. 2007-01-23 13:24:42 +00:00
martti
a181724931 Xfce 4.2.4 released
A new bug fix release of Xfce 4.2 is available. This release is supposed to
be the last release for the 4.2 branch. It includes several fixes ported from
the current developpment branch. This release should not be confused with the
upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable
branch.

[1] Xfce 4.4.0 is already in pkgsrc-wip.
2007-01-23 11:53:46 +00:00
dmcmahill
64f57b525d Include libgetopt/buildlink3.mk for systems like solaris.
Add an extra configure argument on solaris to let this build there.  Tested
with solaris-2.9/sparc and the sunpro compiler.
2007-01-22 13:49:31 +00:00
wiz
e5b04d25c0 Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
drochner
fa160e8bb7 apply the patch from poppler to fix MOAB-06-01-2007 (DOS)
bump PKGREVISION
2007-01-17 17:38:05 +00:00
drochner
0e1fff19c1 pull a patch from poppler CVS to fix MOAB-06-01-2007 (DOS)
bump PKGREVISION
2007-01-17 15:53:09 +00:00