Commit graph

1655 commits

Author SHA1 Message Date
minskim
e68641a7d7 Bump PKGREVISION because the previous versions built with bsd.pkg.mk 1.1552
may contain a wrong path to the perl executable.
2004-12-31 13:27:06 +00:00
martti
5a07a52e1e Use RCD_SCRIPTS 2004-12-31 08:14:35 +00:00
snj
ead14399fe Update to 3.6.1, based on a patch sent by "pancake" in PR pkg/28816. While
here, do some sorting and take maintainership.

Changes:
* configure.ac: Change reference source file on AC_INIT
* src/gv_message.h (displayed\n\): Fixed a typo on the help message.
* src/gv_misc_res.dat: Changed the Reopen label to Reload for the
  File menu.
* src/Makefile.am ($(srcdir)/gv_intern_res_unix.dat): Fix
  GV.gsCmdConvPDF in order to work.
* src/main.c (main): Process GNU arguments after X initialization
* configure.ac: Changed the scratch dir from ~/ to /tmp/
2004-12-30 21:04:25 +00:00
wiz
8e3130afa9 Add [0-9]* to pattern for safety. 2004-12-30 08:19:05 +00:00
dmcmahill
701bb63b0f update to lilypond-2.4.3.
This represents a major version bump and with it many many improvements
and changes which are far to long to summarize here.  One important change
is that this version works with gcc3.
2004-12-30 05:11:57 +00:00
minskim
e07031c753 Use VARBASE. 2004-12-29 15:21:50 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jmmv
5d21153738 Update to 2.8.1:
* Fix integer overflows (Discovered in xpdf by Chris Evans, Patch by
  Dan Williams) - CAN 2004-0888, #156729
* Fix some crashes with http URLs. (Mark McLoughlin) - #153159, #151364
* Check for NULL BonoboControlFrames. (Loic Minier) - (#151364)
* Handle not-installed schemas better. (Muktha Narayan, Martin) - #151172
* Translation updates: Meelad Zakaria (fa), Jesus Bravo Alvarez (gl),
  Christophe Merlet (fr), Mohammad DAMT (id), Martin Willemoes Hansen (da)
2004-12-28 21:56:16 +00:00
jmmv
f647aab259 Update to 2.8.1:
2004-12-05  Jaka Mocnik  <jaka@gnu.org>

	* configure.in: added proper --enable-* arguments for adding extra
	debugging output, logging bonobo component output to a file and for
	enabling PDF options in the prefs dialog.
	* src/ggv-prefs-ui.c: do not show the PDF-related options in the
	dialog unless explicitly configured to do so. Since I no longer
	actively support the PDF viewing capabilities in GGV, this seems
	like a proper thing to do.
	* help/C/ggv.xml: commented out the description of the PDF related
	options.

2004-12-04  Jaka Mocnik  <jaka@gnu.org>

	* src/ggv-window.c (ggv_window_load): fix the title updating;
	fixes #150332, patch by Subrahmanyam Madduri.
	* configure.in: bumped version to 2.8.1.

2004-11-30  Jaka Mocnik  <jaka@gnu.org>

	* src/gtkgs.c (gtk_gs_load): pass the path to uncompressed file to
	psscan, not the original path.
	* updated copyright notices, licensing terms, etc. in all source files.
	* re-indented the sources because of migration emacs->eclipse.

2004-10-17  Jaka Mocnik  <jaka@gnu.org>

	* src/Makefile.am (INCLUDES): removed -I$(includedir): apparently
	it breaks builds for some people.

2004-09-28  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.in: Added ne "Nepali" in ALL_LINGUAS
2004-12-28 21:53:42 +00:00
jmmv
f57dee2634 Update libgnomeprint and libgnomeprintui to 2.8.1:
Andreas
	* Fix some preview problem, see #157881
Jody
	* Don't force duplex/tumble
	http://bugzilla.gnome.org/show_bug.cgi?id=157706
	* Preview makes a better guess of the screen resolution
Suresh Chandrasekharan
	http://bugzilla.gnome.org/show_bug.cgi?id=156641
	* BE more robust when dealing with fonts with multiple encodings
2004-12-28 21:42:23 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
jmmv
c33d2074af Adjust dependencies after ocaml has been splitted into three different
packages: ocaml, ocaml-graphics and labltk.  Bump PKGREVISION.
2004-12-24 17:21:01 +00:00
adrianp
a850d933c5 - Update to 3.00pl2 to address recent security issue:
http://www.idefense.com/application/poi/display?id=172&type=vulnerabilities
2004-12-22 21:24:44 +00:00
xtraeme
739b0b8818 Remove the "acroread" symlink, it conflicts with print/acroread5, now
we have bin/acroread{3,4,5} and bin/acroread linked to the latest
package available (acroread5).

Bump PKGREVISION.
2004-12-21 15:32:03 +00:00
xtraeme
1c6bafef61 Make a symlink of acroread5 in ${PREFIX}/bin/acroread, required to run
the upcoming "firefox-gtk2-bin-acroread" package correctly.

Bump PKGREVISION.
2004-12-21 02:58:59 +00:00
wiz
0adb116c8a Apply patch from Rudolf Polzer against CAN-2004-1170.
See http://archives.neohapsis.com/archives/fulldisclosure/2004-08/1026.html
Bump PKGREVISION.
2004-12-20 15:02:34 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
jdolecek
23d888ad4b Update acroread5 to 5.10. 5.09 version doesn't appear to be available
anymore, and this fixed (according to bundled README):

  A security patch was applied that solves a problem reported
  with malformed mail containing pdf attachments.
2004-12-18 17:17:16 +00:00
minskim
454cd9af8b Add build dependency on pkgconfig. 2004-12-14 20:34:42 +00:00
minskim
445ec02112 Make this package build on NetBSD 1.6.2.
Patch provided by Bernhard "Burnhard" Riedel in private email.
  - Remove C99-ism.
  - Force to use texinfo>=4.2.
2004-12-08 03:51:54 +00:00
jmmv
0cfb17e859 Update to 0.1.13:
* More translations from Novell
* Better handling of spaces in urls
2004-12-05 08:50:23 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
xtraeme
3f9ff4a22a Update to 3.6.0, based on patch sent by Stefan Krueger in PR pkg/28502.
Changes on this release:

o New build system using GNU Autotools.
o Documentation is now distributed in the texinfo format.
o Some bugs (some of them critical) has been fixed.
2004-12-01 21:24:30 +00:00
wiz
913b2647ad "the the" -> "the" 2004-12-01 09:52:59 +00:00
jlam
204475425e Align with doc/Makefile-example by moving the buildlink3.mk files ahead
of local targets.
2004-11-30 17:41:52 +00:00
martti
8c393d76ae Updated LPRng to 3.8.28 2004-11-28 16:04:00 +00:00
martti
8810884cde Updated LPRng-core to 3.8.28
* doc updates
* bug fixes
2004-11-28 16:03:22 +00:00
wiz
1c0fd42ca0 Update MASTER_SITES and HOMEPAGE. 2004-11-27 23:07:05 +00:00
jdolecek
f3f067f06a Update to lates php-pdflib 2.0.3.
Changes since 1.0:

Version 2.0:
A major rework
- supports PDFlib 5 and PDFlib 6
- adds an Object Oriented API to PDFlib (for PHP 5 only)
- uses PHP exceptions (for PHP 5 only)
- only official PDFlib API's are included (plus pdf_open_memory_image)
- changed old API's with varargs to only accept all args now
- disables VIRTUAL_DIR support (use SerachPath instead)
- disables CHECK_OPEN_BASEDIR checks

Version 2.0.1, 2.0.2:
- various bugfixes

Version 2.0.3:
Bugfixes:
- PDF_get_parameter crashed when called with only 2 parameters.
Enhancements:
- added pdf_utf8_to_utf16() and pdf_utf16_to_utf8() API's.
- included support for PDFlib4 again

Many thanks to Rainer Schaff for revitalizing PDFlib4 support :)
2004-11-25 20:23:40 +00:00
minskim
d3485931a0 Update my email address. 2004-11-25 19:11:58 +00:00
adam
db27114511 Updated to gimp-print-lib 4.2.7 2004-11-25 14:13:32 +00:00
dillo
a8a73a60c1 on second thought, let's call it pl1, as was done before 2004-11-25 13:26:16 +00:00
dillo
b2f8eab280 update to 3.00.1 (pl1): fix various buffer overflows 2004-11-25 13:20:36 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
jlam
adc7ceb668 PKGREVISION should be set in the package Makefiles, not in the common
Makefile.
2004-11-20 20:35:06 +00:00
jdolecek
2d849fcce7 Update hpijs to 1.7.1. Changes are mostly additions of PPD files
for more models, some NULL pointer checks, envelope and KRBG (with
patched gs) support.

See http://hpinkjet.sourceforge.net/updates.php for full details.
2004-11-19 19:15:46 +00:00
hubertf
232b910e11 Make this build with latest gcc (3.x), using proper namespaces. 2004-11-18 00:14:04 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
jdolecek
1d40a2d6df php4-pdflib was replaced by php-pdflib, which can be used with both PHP4
and PHP5.
The PECL extension is preferred even for PHP4 (which has zip extension
bundled), since further maintenance is likely to be more active there.
2004-11-08 20:04:47 +00:00
jdolecek
c5c4e2fd27 Add php pdflib PECL extension package version 1.0 - PHP extension for
PDFlib on-the-fly PDF generation. This replaces php4-only php4-zip.

While there is newer version available in PECL (2.0.2 ATM), it doesn't
build with PDFlib 4.x, so we use version 1.0, i.e. the same version
which ships with PHP 4.3.9.
2004-11-08 20:02:23 +00:00
adam
b5f6affccd Changes 1.1.22:
- The lpstat man page incorrectly listed the "-s" option
	  as using the equivalent of the "-p" option to list the
	  printers; it uses the "-v" option to list the printers
	  (STR #986)
	- Now allow 0-length reads in the CUPS file API (STR
	  #985)
	- cupsDoFileRequest() now sets cupsLastError() to
	  IPP_ERROR on network errors (STR #953)
	- The pdftops filter didn't scale small pages up to the
	  output page size when the fitplot option was used (STR
	  #984)
	- Fixed the ipptest program usage message (STR #959)
	- Added Spanish man pages (STR #963)
	- Fixed the order of comparisons in the client.conf
	  reading code (STR #971)
	- cupsLangGet() incorrectly set the current locale (STR
	  #970)

Changes 1.1.22rc2:
	- The pdftops filter didn't check the range of all
	  integer attributes (STR #972)
	- Documentation corrections (STR #944, STR #946)
	- Also sanitize device URI in argv[0] (STR #933)
	- cupsRasterReadHeader() didn't swap bytes for the
	  numeric fields properly (STR #930)

Changes 1.1.22rc1:
	- Now sanitize the device URI that is reported in the
	  error_log file (STR #920)
	- Fixed some memory and file descriptor leaks in the job
	  dispatch code (STR #921)
	- Deleting a printer could cause a crash with browsing
	  enabled (STR #865, STR #881, STR #928)
	- Browsing would turn off if the scheduler got an EAGAIN
	  error (STR #924)
	- The mime.types file didn't recognize PostScript as a
	  PJL language name (STR #925)

Changes 1.1.21:
	- The scheduler did not separate Digest authentication
	  parameters with commas (STR #882)
	- Fixed some problems with image printing to custom page
	  sizes (STR #891)
	- Removed the remaining scheduler code that did not use
	  the "close-on-exec" file descriptor flag to speed up
	  program invocations (STR #890)
	- The "lpr -r" command removed the print file even if it
	  was not printed. It now only removes the file if the
	  job is successfully created (STR #886)
	- Revamped the custom page size orientation fix (STR
	  #127)
	- The lp, lpq, lpr, and lpstat commands now report when
	  an environment variable is pointing to a non-existent
	  printer instead of just saying "no default
	  destination" (STR #879)
	- Queue names with 2 periods (e.g. "printer..2") were
	  not supported (STR #866)
2004-11-08 16:30:59 +00:00
markd
e91b17518f Solaris should be doing 5.09 as well. 2004-11-07 12:32:04 +00:00
jdolecek
c4b0ea6e8a update HOMEPAGE (the old location doesn't exist anymore) 2004-11-05 23:26:35 +00:00
jdolecek
d7a6086867 it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting now, do so for aesthetic reasons
2004-11-05 21:44:44 +00:00
jdolecek
ac09227971 convert to use lang/php/ext.mk, tho these packages are PHP4-only
(moved to PECL or replaced by different extensions in 5.x)
2004-10-31 21:28:51 +00:00
wiz
c8ce94c075 Fix dependencies. 2004-10-28 11:48:24 +00:00
wiz
0b36a87a63 Fix dependency on LPRng-core, and bump PKGREVISION. 2004-10-28 11:46:30 +00:00
jmmv
7bb4cbd8a9 Update to 2.8.0.1:
2004-10-01  Jody Goldberg <jody@gnome.org>

	* Release 2.8.0.1

2004-10-01  Jody Goldberg <jody@gnome.org>

	(gnome_print_ps2_print_octal_byte) : doh!
	* libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_print_bpath) : fix
	  return type and handle errors.

2004-10-01  Jody Goldberg <jody@gnome.org>

	* libgnomeprint/gnome-print-ps2.c : Clarify the error handling and
	  return values in all routines.
	(gnome_print_ps2_print_double) : no need for a dynamic buffer.  put it
	 on the stack.
	(gnome_print_ps2_print_octal_byte) : new.
	(gnome_print_ps2_glyphlist) : use it here and correct the return val
	  calculation.

2004-10-01  Morten Welinder  <terra@gnome.org>

	* libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_puts,
	gnome_print_ps2_putc): New functions.  Change most calls of
	gnome_print_ps2_fprintf to one of these.
	(gnome_print_ps2_glyphlist): Print letters as letters, not octal.
	Fixes #153667.

2004-09-30  Jody Goldberg <jody@gnome.org>

	* libgnomeprint/modules/cups/gnome-print-cups.c
	(attributes_changed_cb) : Store the queue length in QueueLength

2004-09-23  Jody Goldberg <jody@gnome.org>

	* libgnomeprint/gnome-font-face.c (gf_pso_print_double) : remove some
	  dead code
2004-10-26 21:01:56 +00:00
jmmv
027ab7b198 Fix path to file to patch. Closes PR pkg/27355. 2004-10-22 19:32:35 +00:00