Commit graph

1593 commits

Author SHA1 Message Date
xtraeme
747fe4faf9 Update to 2.4.1
Changes:

	o Many bugfixes were solved and added new features.

Review Changelog to see a full list of changes.
2003-12-15 00:19:40 +00:00
jmmv
e9b0b458e1 Include bsd.prefs.mk and make sure USE_CUPS is defined before checking
its value.  Pointed out by xtraeme@.
2003-12-14 22:35:35 +00:00
jmmv
5975d38577 Update to 2.4.0:
2003-09-26  Jody Goldberg <jody@gnome.org>

	* Release 2.4.0

2003-09-26  Jody Goldberg <jody@gnome.org>

	* configure.in : bump to 2.4.0 to sync with desktop, and prepare to
	  branch.

2003-09-11  Jeremy Katz  <katzj@redhat.com>

	* libgnomeprintui/gnome-print-dialog.h: remove extra comma to make
	gcc 3.3 with -pedantic happy.

2003-09-04  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

2003-08-12  Jody Goldberg <jody@gnome.org>

	* configure.in : post release version bump.

2003-08-11  Jody Goldberg <jody@gnome.org>

	* Release 2.3.1

2003-08-06  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
          use ACLOCAL_AMFLAGS to make maintainer builds work

2003-07-08  Dafydd Harries  <daf@parnassus.ath.cx>

	* configure.in: Added "cy" to ALL_LINGUAS.

2003-06-22  Samúel Jón Gunnarsson  <sammi@techattack.nu>

	* configure.in: Added "is" to ALL_LINGUAS

2003-06-15  Taneem Ahmed  <taneem@eyetap.org>

	* configure.in: Added "bn" to ALL_LINGUAS.

2003-06-11  Kenneth Rohde Christiansen  <kenneth@gnu.org>

	* configure.in: Add "li" to ALL_LINGUAS.

2003-05-25  Morten Welinder  <terra@gnome.org>

	* libgnomeprintui/gnome-printer-selector.c (gpw_create_label):
	Leak fixes.
	(gpw_create_label_with_mnemonic): Leak fix.

	* libgnomeprintui/gnome-print-job-preview.c
	(preview_canvas_button_release): Make this multihead safe.

2003-05-11  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "ga" to ALL_LINGUAS.

2003-05-06  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-04-25  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* configure.in: call AC_LIBTOOL_WIN32_DLL.

	* libgnomeprintui/Makefile.am (libgnomeprintui_2_2_la_LDFLAGS): add
	-no-undefined.

2003-03-14  Chema Celorio  <chema@celorio.com>

	* autogen.sh (REQUIRED_AUTOMAKE_VERSION): require automake 1.6
	(filed as bug #109366)

	* examples/example_10.c (my_tree_cb): gpa_tree_viewer_new takes a GPANode* as
	an argument, fix.

	* libgnomeprintui/gpaui/gpa-*.ch: s/GtkType/GType/g. Fixes compilation issue on
	Solaris, spotted by philip.zhao@sun.com. Takes care of #bug 107959.

2003-03-13  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ml" to ALL_LINGUAS.

2003-03-12  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-tree-viewer.[ch]: do not include any libgnomeprint
	headers. Replace the use of GnomePrintConfig with a GPANode *

	* libgnomeprintui/gpaui/gpa-radiobutton.c (gpa_radiobutton_construct): cast
	option.id to avoid a compile time warning

	* tests/test-dialog.c (test_dialog_tree): update for the new use of gpa-tree-view

	* examples/example_10.c (my_tree_cb): use gpa_root for the tree viewer

2003-03-12  Chema Celorio  <chema@celorio.com>

	* configure.in: post-release version bump to 2.3.1
	* depend on libgnomeprint 2.3.1

2003-03-12  Chema Celorio  <chema@celorio.com>

	* 2.3.0

2003-03-11  Chema Celorio  <chema@celorio.com>

	* examples/example_10.c (my_draw): print 4 pages rather than just 1

2003-02-28  Chema Celorio  <chema@celorio.com>

	* examples/example_10.c (my_font_dialog_cb): add sample code to test
	bug #103921 and confirm that it is NOTABUG at least with gtk 2.0

2003-02-27  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-option-menu.c (gpa_option_menu_rebuild_menu):
	use the translated user visible option name. Fixes bug #106162
	* libgnomeprintui/gnome-print-unit-selector.c (gpus_rebuild_menu):
	use the translated user visible unit names. Fixes bug #106162

2003-02-25  Roozbeh Pournader  <roozbeh@sharif.edu>

	* configure.in: Added "fa" to ALL_LINGUAS.

2003-02-11  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gnome-print-widget.c (gnome_print_radiobutton_new):
	implment.

	* libgnomeprintui/gpaui/gpa-radiobutton.c: implement

2003-02-11  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-print-to-file.c: fix variable
	name so that it compiles again.

	* libgnomeprintui/gnome-print-dialog.c: need to define
	GNOME_PRINT_UNSTABLE_API to avoid missing prototype warnings

	* libgnomeprintui/gpaui/gpa-print-to-file.[ch]: implement

	* libgnomeprintui/gnome-print-dialog.c (gnome_print_dialog_run):
	Implement. Right now is just a wrapper.

2003-02-11  Chema Celorio  <chema@celorio.com>

	* configure.in (GNOMEPRINT_AGE): add libtool versioning

	* libgnomeprintui/Makefile.am: add libtool -version-info

2003-02-10  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-checkbutton.c: implement

	* libgnomeprintui/gnome-print-widget.[ch]: new file. Configuration
	widgets that apps can attach to GnomePrintConfig nodes.

	* libgnomeprintui/Makefile.am (libgnomeprintui_2_2_la_SOURCES):
	add gnome-print-widget.[ch]

2003-02-09  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "kn" to ALL_LINGUAS.

2003-02-06  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "id" to ALL_LINGUAS.

2003-02-02  Chema Celorio  <chema@celorio.com>

	* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I
	guess it has been changed in automake

2003-02-01  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gnome-print-preview.c (gpp_stroke): Fix the second
	part of #104932. Spotted by jean.brefort@ac-dijon.fr

2003-01-31  Chema Celorio  <chema@celorio.com>

	* configure.in (gtk_doc_min_version): don't need to check
	for "gtk-doc > 0.10". 0.9 is good enough

	* libgnomeprintui/gnome-printui-marshal.list (VOID): generate the
	right marshaler

	* libgnomeprintui/gnome-print-copies.c (gnome_print_copies_selector_class_init):
	use the marshaler that matches the function prototype

2003-01-27  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-transport-selector.c: fix #104319

2003-01-27  Chema Celorio  <chema@celorio.com>

	* configure.in: bump version to 2.3.0

2003-01-22  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "mn" to ALL_LINGUAS.

2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Amharic (am), Arabic (ar), Greek (el),
	Finnish (fi), French (fr), Galician (gl), Croatian (hr),
	Hungarian (hu), Italian (it), Lithuanian (lt), Dutch (nl)
	Norwegian (nn and no), Brazilian (pt_BR), Slovak (sk),
	Turkish (tr) and Ukrainian (uk) to ALL_LINGUAS
2003-12-14 19:51:29 +00:00
jmmv
a5824cc130 Update to 2.4.0, based on work done by xtraeme@:
2003-09-26  Jody Goldberg <jody@gnome.org>

	* Release 2.4.0

2003-09-26  Jody Goldberg <jody@gnome.org>

	* configure.in : bump to 2.4.0 to sync with desktop, and prepare to
	  branch.

2003-09-23  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

	* libgnomeprint/transports/gp-transport-file.c (gp_transport_file_open)
	When a file is printed to another file (*.ps), set the permission of the
	new file in accordance with the umask set. (bug #115836)

2003-09-04  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

2003-09-02  Gediminas Paulauskas  <menesis@delfi.lt>

	* configure.in: Added lt to ALL_LINGUAS.

2003-08-12  Jody Goldberg <jody@gnome.org>

	* configure.in : post release version bump

2003-08-11  Jody Goldberg <jody@gnome.org>

	* Release 2.3.1

2003-08-11  Jody Goldberg <jody@gnome.org>

	* gtk-doc.make : add
	* doc/reference/Makefile.am : tweak uninstall to placate automake-1.7

2003-08-11  Paisa Seeluangsawat <paisa@users.sf.net>

	* th.po: Added Thai translation.
	* configure.in: (ALL_LINGUAS) Added Thai (th).

2003-08-06  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
          set ACLOCAL_AMFLAGS to make maintainer builds work
	* libgnomeprint/Makefile.am:
	* libgnomeprint/transports/Makefile.am:
	* tests/Makefile.am:
          Use AM_* instead of * to not override user flags

2003-06-21  Dafydd Harries  <daf@parnassus.ath.cx>

	* configure.in: Added "cy" (Welsh) to ALL_LINGUAS.

2003-06-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>

	* libgnomeprint/libgnomeprint-2.2.pc.in (privateincludedir): fix
	path (add a missing libgnomeprint/).

2003-06-20  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "mk" to ALL_LINGUAS.

2003-06-19  Martin Kretzschmar  <m_kretzschmar@gmx.net>

	Bug #115320

	* libgnomeprint/libgnomeprint-2.2.pc.in (privateincludedir): new
	variable pointing to the private headers directory.

	* libgnomeprint/gnome-font-private.h: include "gnome-font.h" from
	<libgnomeprint/gnome-font.h>, likewise for gnome-rfont.h.

	* libgnomeprint/Makefile.am (font_sources, font_private_headers):
	install gnome-fontmap.h to libgnomeprint/private.

2003-06-12  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* libgnomeprint/modules/cups/Makefile.am:
	* libgnomeprint/transports/Makefile.am:
	use -avoid-version for dynamically loaded modules (bug #114561)

2003-05-06  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-04-25  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* configure.in: call AC_LIBTOOL_WIN32_DLL.

	* libgnomeprint/Makefile.am:
	* libgnomeprint/modules/cups/Makefile.am:
	* libgnomeprint/transports/Makefile.am: add -no-undefined
	to _la_LDFLAGS.

	* libgnomeprint/transports/Makefile.am: add $(LIBGNOMEPRINT_LIBS)
	to _la_LIBADD.

2003-03-28  Chema Celorio  <chema@celorio.com>

	* autogen.sh (REQUIRED_AUTOMAKE_VERSION): require automake 1.6
	(filed as bug #109366)

	* data/models/Makefile.am: fix automake warning "automake does not
	support conditional definition of modelsprivate_DATA".
	* data/printers/Makefile.am: for printers too.
	(filed as bug #109438)

	* libgnomeprint/gnome-print-config.c (gnome_print_config_get_boolean): "yes"
	was duplicated in the if.

2003-03-27  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-pdf.c (gnome_print_pdf_clip): Fix bug #107160

2003-03-13  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ml" to ALL_LINGUAS.

2003-03-12  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gpa/gpa-node-private.h: the signature of the "modified" signal
	was missing a "gint flags" argument, add

	* libgnomeprint/gpa/gpa-root.h: remove globals printers_list & models_dict
	add _GPARoot

	* libgnomeprint/gpa/gpa-root.c: make gpa_root a class in itself so that
	we can browse the whole tree.
	(gpa_init): attach globals and printers_list to gpa_root.

	* libgnomeprint/gpa/gpa-printer.c (gpa_printer_list_load)
	(gpa_printer_get_default, gpa_printer_get_by_id): change printers_list
	from a global to gpa_root->printers_list.

	* libgnomeprint/gpa/gpa-node.c (gpa_node_lookup): cast the gpa_root
	to a GPA_NODE

	* libgnomeprint/gpa/gpa-model.c: move models_dict here, is no longer
	on an .h file. s/models_dict/gpa_models_dict/g to prevent a symbol clash

	* tests/gpa-test.c: you can now pass a path to dump the tree in the console for
	added --dump-root and renamed --dump to --dump-config

2003-03-12  Chema Celorio  <chema@celorio.com>

	* configure.in: post release version bump to 2.3.1

2003-03-12  Chema Celorio  <chema@celorio.com>

	* 2.3.0 he we go. No other reason to make a release other than having
	a point of reference

2003-03-12  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-job.c (gnome_print_job_metadata_printer):
	implement. Prints the metadata to a file
	(gnome_print_job_print): use here

	* libgnomeprint/gnome-print.c: typo in function documentation
	(gnome_print_context_new): g_warn if the context could not be created

	* configure.in (metadata_printer): add --with-metadata-printer
	* data/printers/Makefile.am (privateprinters_DATA): install META.xml
	* data/models/Makefile.am: install GNOME-META.xml

2003-03-11  Chema Celorio  <chema@celorio.com>

	* tests/run-test.pl (my_check_output): bump max to accomodate for new
          test.

	* tests/generate.c (my_clip_region): implement. Triggers bug #107160.

2003-03-05  Samúel Jón Gunnarsson <sammi@techattack.nu>

	* configure.in: Added "is" in ALL_LINGUAS

2003-03-05  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-unit.c (gnome_print_unit_get_identity): don't
	return FALSE on error, return NULL since the retval is a GnomePrintUnit*

	* tests/fonts.c (check_options): don't use == TRUE, fixes bug #107644

2003-02-28  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-job.c (job_parse_config_data): fetch page
	layout transforms in order. Fixes bug #105904

2003-02-28  Chema Celorio  <chema@celorio.com>

	* configure.in (GNOME_PRINT_MODULES/DATA_DIR): don't mess with the paths
	use datadir & libdir directly. Fixes bug #105096
	(DISPLAY_DATA_DIR): resolve the actual installation datadir to display it
	at the end of configure.

2003-02-28  Chema Celorio  <chema@celorio.com>

	* configure.in: don't use DATADIR to compose GNOME_PRINT_DATA_DIR as it is
	defined by the glib-gettext aclocal macro and thus breaks if gettext is
	not installed. Fixes bug #105089

2003-02-28  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gpa/gpa-root.c (gpa_initialized): if we are initializing
	return TRUE
	(gpa_init): set the initializing flag on and off while we are initializing

2003-02-27  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gpa/gpa-root.c (gpa_initialized): having a models_dict
	does not mean that we are initialized, having a valid printers_list does

	* libgnomeprint/gpa/gpa-printer.c (gpa_printer_new): check for
	the return value of gpa_initialized not for the function pointer
	(was missing the parenthesis)

	* libgnomeprint/gpa/gpa-key.c (gpa_key_merge_from_key): allow merging
	from syntetic keys (Settings.Application)

2003-02-27  Chema Celorio  <chema@celorio.com>

	libgnomeprint part of bug #106162

	* libgnomeprint/gnome-print-unit.c (gnome_print_unit_get_name): implement
	* libgnomeprint/gnome-print-unit.h: add get_name guarded by _UNSTABLE_API
	as we don't want apps to use it since this entry point was added after 2.2.0
	we _need_ this function if we want to get translated unit names.

	* libgnomeprint/gpa/gpa-option.c (gpa_option_get_name): implement
	* libgnomeprint/gpa/gpa-option.h: add _get_name

	* libgnomeprint/gpa/gpa-utils.c (gpa_utils_dump_tree_with_level): print
	option->value for GPA_OPTION_TYPE_ITEM

2003-02-26  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/modules/cups/gnome-print-cups.c:
	(option_list_new_with_default): implement
	(load_paper_sources, load_paper_sizes): use here
	fixes #106984, reported and patch by Owen Taylor <otaylor@redhat.com>

2003-02-26  Taneem Ahmed  <taneem@eyetap.org>

	* configure.in: Added "bn" to ALL_LINGUAS.

2003-02-18  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ga" to ALL_LINGUAS.

2003-02-18  Roozbeh Pournader  <roozbeh@sharif.edu>

	* configure.in: Added "fa" to ALL_LINGUAS.

2003-02-14  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-job.c (gnome_print_job_get_pages):
	g_return_val_if_fail if the job has not been closed.

2003-02-13  Chema Celorio  <chema@celorio.com>

	* configure.in: add check for zlib, fixes #105819

	* libgnomeprint/gnome-fontmap.h: add ->is_alias to GPFamilyEntry

	* libgnomeprint/gnome-fontmap.c (gp_fontmap_sort): make Families
	as alias/non-alias entries.
	(gnome_font_family_list): don't append entries

2003-02-11  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-config.c (gnome_print_config_get_option):
	implement

2003-02-11  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-config.c (gnome_print_config_insert_options):
	Implement

2003-02-11  Christopher James Lahey <clahey@ximian.com>

	* libgnomeprint/modules/cups/gnome-print-cups-transport.c (gp_transport_cups_print_file):
	implement

	* libgnomeprint/gnome-print-transport.h: add a print_file method to
	TransportClass

	* libgnomeprint/gnome-print-transport.c (gnome_print_transport_print_file):
	implement.
	(gnome_print_transport_real_print_file): implement.

	* libgnomeprint/gnome-print-job.h: add set file, guarded by
	GNOME_PRINT_UNSTABLE_API

	* libgnomeprint/gnome-print-job.c (gnome_print_job_set_file):
	implement.
	* add g_return_val_if_fails to make sure apps do not mix usage
	of gnome_print_job_set_file and gnome-print postscript like commands.

	* libgnomeprint/gnome-print-job-private.h: add ->input_file

2003-02-11  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print.c (gnome_print_context_close): we know
	the error type if something failed. Return ret rather than _ERR_UNKNOWN

2003-02-11  Chema Celorio  <chema@celorio.com>

	* configure.in: add libtool versioning

	* libgnomeprint/Makefile.am (LDFLAGS): add -version-info

	* libgnomeprint/modules/cups/Makefile.am (libgnomeprintcups_la_LDFLAGS):
	remove PLUGIN_LIBTOOL_CFLAGS from _la_LDFLAGS

2003-02-10  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gpa/gpa-settings.c (gpa_settings_append_stock_nodes):
	implement.
	(gpa_settings_new): and use here

	* libgnomeprint/gpa/gpa-option.c (gpa_option_duplicate): copy
	the LOCKED_FLAG when duplicating an option
	(gpa_option_create_key): handle _LOCKED_FLAG
	(gpa_option_new_from_tree): read "Locked" from xml tree

	* libgnomeprint/gpa/gpa-node-private.h: fix LOCKED_FLAG

	* libgnomeprint/gpa/gpa-key.c (gpa_key_duplicate): if the option
	had FLAG_LOCKED, the key should have it too
	(gpa_key_set_value): add support for synthetic keys needed
	for gnome_print_config_add_{type}
	(gpa_key_insert): implement

	* libgnomeprint/gpa/gpa-config.c (gpa_config_new): don't duplicate
	settings as multiple settings are not supported. We are not using
	gpa_list (of settings) correctly. We need not only _default for lists
	but _active or _selected. We are using _default to tag both defaults
	and selected settings.

	* libgnomeprint/gnome-print-config.h: add g-p-c-insert-boolean,
	remove duplicated GnomePrintConfig key. Update G_P_C_K_OUTPUT_FILENAME

	* libgnomeprint/gnome-print-config.c (gnome_print_config_keys_compat):
	implement to keep backward compatibility with keys.
	(gnome_print_config_get): use compat
	(gnome_print_config_insert_boolean): implement. Experimental at this
	point and guarded with GNOME_PRINT_UNSTABLE_API in .h file. Allows
	applications to insert nodes into a GnomePrintConfig

2003-02-10  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-transport.c (gnome_print_transport_new): if PrintToFile
	is true, set module to libgnomeprint-file.so.

	* libgnomeprint/transports/gp-transport-file.c (gp_transport_file_construct):
	get filename from Settings.Output.Job.FileName

	* libgnomeprint/modules/cups/gnome-print-cups.c: add Output.Job.FileName
	& Output.Job.PrintToFile
	* data/models/GNOME-GENERIC-PS.xml.in: ditto
	* data/models/GNOME-PDF-WRITER.xml.in: ditto

2003-02-07  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/modules/cups/gnome-print-cups.c: Don't append the
	Document subtree as gpa_settings_new does it for all settings.

2003-02-06  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "id" to ALL_LINGUAS.

2003-02-02  Chema Celorio  <chema@celorio.com>

	* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which
	I guess is needed because I am using a newer automake.

	* libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias):
	Fix #105006

2003-02-02  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gpa/gpa-settings.c (gpa_settings_finalize): only
	gpa_node_unref settings->printer when it is not NULL. Settings can
	be unatached to a printer in some cases

2003-02-02  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-print-ps2.c: allow us to embed two fonts
	who happen to have the same Postscript name. See #105063.
	(gnome_print_ps2_init): create fonts_hash
	(gnome_print_ps2_finalize): destroy fonts_hash
	(gnome_print_ps2_set_font_real): when creating PSOs, specify
	which instance of the psname the font is for.

	* libgnomeprint/gnome-font-face.c (gnome_font_face_pso_new):
	add a "instance" argument that allows us to embed to fonts
	who happen to have the same postscript name. Set ->encodedname
	accordingly to the instance

	* libgnomeprint/gnome-print-pdf.c (gnome_print_pdf_set_font_real):
	when creating a pso, pass 0 as the instance.

	* libgnomeprint/gnome-font-private.h: update _pso_new's prototype,
	update the description of GnomeFontPsObject->encodedname.

	* tests/simple.c: add file used for simple code to test or
	replicate a bug.
	* tests/Makefile.am: add simple to Makefile

2003-02-01  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gnome-font-family.c (gnome_font_family_style_list):
	Don't return duplicated styles, the font-dialog no longer displays
	duplicated styles.

2003-01-31  Chema Celorio  <chema@celorio.com>

	* libgnomeprint/gp-gc.c (gp_gc_get_linecap): Fix the first
	part of #104932. Spotted by jean.brefort@ac-dijon.fr

	* libgnomeprint/gnome-font-face.c (gff_load_outline):
	Fix #104754

	* libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry):
	Fix #104710, patch from Akira TAGOH

	* configure.in (gtk_doc_min_version): don't need to check
	for "gtk-doc > 0.10". 0.9 is good enough

	* libgnomeprint/modules/cups/gnome-print-cups.c: add
	Output.Job.Copies & Output.Job.Collate
	* data/models/GNOME-PDF-WRITER.xml: same here

	* libgnomeprint/gpa/gpa-list.[ch]: fix a typo s/defalt/default/
	* libgnomeprint/gpa/gpa-printer.c: here too

2003-01-31  Chema Celorio  <chema@celorio.com>

	* configure.in (cups_msg): make the "cups not installed" message a little
	bit more explicit

2003-01-28  Chema Celorio  <chema@celorio.com>

	* doc/reference/Makefile.am: install API docs in
	$(HTML_DIR)/libgnomeprint-2.2 so that it parallel installs with
	libgnomeprint-devel (1.116.x)

2003-01-27  Chema Celorio  <chema@celorio.com>

	* configure.in: bump version to 2.3.0.

	* libgnomeprint/gnome-print-pdf-t1.c (gnome_print_pdf_t1_determine_lengths_pfa):
	remove a compile time warning that might break non gcc compilations. Spotted
	by Chris Lahey <clahey@ximian.com>
2003-12-14 19:51:04 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
wiz
12f03ea04a Update to 0.8:
New in 0.8
This release adds --depth and --height options for vertical
positioning on webpages and whatnot. It also fixes some bugs, in
particular one that would hang dvipng in certain PostScript font
installs.

New in 0.7
This release focuses on PostScript and TrueType font support. If the
FreeType font library is present, dvipng will be able to render fonts
internally, rather than relying on gsftopk. This will reduce disk
clutter, especially when rendering at unusual resolutions.
2003-12-12 22:36:14 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
xtraeme
40f067caf1 Add and enable gpdf. 2003-12-03 23:25:04 +00:00
xtraeme
3da5b1206d Initial import of gpdf-0.111 from pkgsrc-wip.
The GNOME PDF Viewer is an open source viewer for Portable Document
Format (PDF) files.   (These are also sometimes called "Acrobat" files,
from the name of Adobe's PDF software.)  The GNOME PDF viewer is based
upon xpdf (pkgsrc/print/xpdf).
2003-12-03 23:24:22 +00:00
martti
535df600f3 Updated xfce4 to 4.0.1
* Fixed panel crash with corrupted config file
  * Window management improvement
  * Improved handling of multiple selections in the file manager
  * French translations for the documentation
  * Translation updates
  * A new Gtk2 theme called "Xfce-winter"
2003-12-03 05:34:08 +00:00
agc
0544e4263e Allow the configure script to find the buildlink'ed freetype-config script.
Should fix problems shown up on last bulk build.
2003-11-19 11:54:48 +00:00
adam
d0904488cc Force using graphics/freetype2 >= 2.1.4; otherwise won't build with X11R6 one 2003-11-14 11:48:57 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
wiz
db3d8691d7 Update to 20030628 because distfile download broke.
Change: now includes Bulgarian.nameToUnicode.
2003-11-11 09:11:30 +00:00
wiz
66c69a811a Update to 20030628 because distfile download broke.
Change: now includes Greek.nameToUnicode.
2003-11-11 09:06:11 +00:00
danw
fe7fed4c17 Remove MASTER_SITE_XCONTRIB from the MASTER_SITES, since 3.2.4 is not
actually available on any of the xcontrib mirrors.
Patch out a varargs.h include because newer gccs consider it an error (and
it wasn't needed anyway)
2003-11-10 03:06:12 +00:00
danw
71ba5a3368 add Darwin to the list of architectures to not try to override setenv on. 2003-11-10 02:45:01 +00:00
dmcmahill
295e05d4b0 undo previous change relating to allowing a dependency on teTeX2 rather
than teTeX version 1.  It has been pointed out to me that teTeX2 already
ships with dvipdfm.  Add a CONFLICTS on teTeX2-bin since that package
has conflicting files.
2003-11-07 23:24:12 +00:00
gavan
e49cfa955c Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 16:34:41 +00:00
gavan
e75fe4866a Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 16:20:26 +00:00
dmcmahill
1971dd4108 add USE_TETEX2 configuration variable and modify dvipdfm to use this
to allow it to work with teTeX2 or teTeX instead of requiring only
teTeX (1).
2003-11-07 13:55:02 +00:00
dmcmahill
26fa1f0a6f switch to LIBTOOL_OVERRIDE from LTCONFIG_OVERRIDE. Fixes Solaris linking 2003-11-05 21:04:07 +00:00
dillo
bf301a2b98 take over maintainership 2003-11-03 00:36:02 +00:00
dmcmahill
b7f705df5e do not unconditionally include the linux stuff. This allows this pkg to install on sparc systems 2003-11-01 13:33:10 +00:00
reed
07d4a6cf29 Added scribus-doc. 2003-10-29 22:05:15 +00:00
reed
3334ae2d79 This is scribus-doc-1.0.
Documentation for the Scribus publishing software

This new package is added during freeze, because update of scribus
to close PR 22557 didn't include documentation any more.

Also note that the version is 1.0, while scribus is 1.1.1; the new
documentation is not available yet.

Also the distfile doesn't have a package version -- the scribus
developer is going to fix that.
2003-10-29 21:56:34 +00:00
reed
36e633c108 Upgrade to 1.1.1. Some of the changes include: uses freetype
instead of Qt for fonts; multiple documents open at a time;
hyphenator; more languages support; UniCode support; gradient fills;
extended PDF exporter; CUPS support; and libart used for rendering.

Also add more MASTER_SITES and use SHLIBTOOL_OVERRIDE.
2003-10-29 20:54:51 +00:00
reed
b601fdf913 Slightly improve description. 2003-10-29 20:44:40 +00:00
xtraeme
8f83c35134 Updated to 2.03. PR pkg/23165, Greg Troxel <gdt@ir.bbn.com>.
Changelog:

2.03 (2003-oct-10)
------------------
Rewrote the text extractor to:
  - do a better job with rotated text;
  - handle right-to-left scripts;
  - be faster.
Changed the zoom setting to use a percentage (relative to 72 dpi)
  instead of a zoom "factor".
If the PDF file has an outline, open the outline pane initially.
Added -f and -l options to pdfinfo; print multiple page sizes.
The HAVE_XTAPPSETEXITFLAG test in XPDFApp.cc was backwards.
The BitsPerComponent entry is optional in image mask objects.
Render any annotation with an appearance stream, instead of just
  Widget and Stamp annotations.
Fix a bug in the TrueType font checker: the test for an unsorted
  'loca' table was wrong.
Modify the TrueType cmap selection algorithm yet again to try to match
  Adobe's behavior.
Changed sqrt(2) to sqrt(2.0) in pdfinfo.cc to make various compilers
  happy.
Fixed a deadlock problem (when MULTITHREADING is set); cleaned up some
  other problems with the locking code.
Fixed a bug in the interpolation code for type 0 (sampled) functions.
Implemented type 1 (function-based) shaded fills.
Fixed some stupid bugs in the JBIG2 decoder (introduced with the
  previous optimization work).
Fixed a typo in the code that parses vertical font metrics for CID
  fonts that was causing a seg fault.
Fixed a couple of bugs that were causing seg faults with badly damaged
  PDF files.
Limit the number of nested Forms to avoid infinite recursion (in buggy
  PDF files).
Add a special case for rectangular clip regions - make sure these
  don't drop pixels on the right and bottom edges.
Tell FreeType not to use glyph bitmaps when in anti-aliased mode.
Read all of the border style info for links.
All of the shaded fill types now do at least one bisection to avoid
  problems when the colors at the endpoints of the domain are the
  same.
If the Length2 parameter for an embedded Type 1 font was incorrect
  (too small), pdftops was losing font data.
Deal with (broken) DCT streams that use the same component ID number
  for different components.
The MediaBox page attribute was not being inherited correctly.
Fixed a bug in the Type 1C font converter related to local
  subroutines.
The Type 1C -> Type 1 font converter was allocating the font dictionary
  one slot too small.
Added a missing private dictionary entry to Type 1 fonts generated by
  the Type 1C converter.  [Thanks to Michael Shell.]
Fixed bugs in the tiling pattern fill code.
Try the TrueType 0xf000 char code offset hack for the MacRoman
  encoding too (in addition to MS Symbol).
Update the font metrics info for the Base 14 fonts to include the Euro
  character.
SECURITY HOLE: Escape various characters in URLs before running a web
  browser (or movie viewer).  [Fixed in 2.02p11]
SECURITY HOLE: In the dialog used to verify "launch" links, provide a
  scrolling view if the command to be run is excessively long.  [Fixed
  in 2.02p11]
Added an option to disable insertion of page breaks (form feed
  characters) in extracted text (pdftotext -nopgbrk; xpdfrc
  "textPageBreaks" option).
Check for 8-bit fonts that specify an out-of-range FirstChar or
  LastChar.
Correctly handle an obsolete Type 2 charstring op (in the Type
  1C-to-Type 1 font converter).  [Thanks to Helge Blischke.]
Use the font encoding info to fill in holes in the ToUnicode map.
Added character names for Bulgarian (in the Cyrillic support pacakage)
  and Greek.
Handle clipping to text in xpdf and pdftops.
Fix color space detection in DCT decoder.  [Thanks to Dwight Kelly.]
Added the "unicodeToUnicode" xpdfrc option, intended (initially) for
  Arabic support.
Handle the case in PSOutputDev where two font objects refer to the
  same embedded TrueType font, but with different encodings.  [Thanks
  to Frank Siegert.]
Kill any pre-existing path before drawing a form (or annotation).
Save state before rendering page content; restore state afterward.
Fix Stream::reset/close to work correctly with encoder streams; fix
  PSOutputDev to use Stream::close consistently.
Fix a seg fault when hitting the 'back' button after closing a file.
GfxState::getStrokeGray was returning the fill gray value (this only
  affected Level 1 PS output).
Change PSOutputDev to reuse dictionaries in Level 1 mode (since Level
  1 PS interpreters don't do garbage collection).  [Thanks to Frank
  Siegert.]
PSOutputDev was generating incorrect translations for landscape-mode
  pages.
Implemented shading pattern color spaces.
PSOutputDev wasn't correctly handling Type 3 fonts which used image
  resources (as opposed to inline images).  [Thanks to Frank Siegert.]
The fix from 1.00 which clipped out-of-bounds points was a bit too
  aggressive.
Do proper Floyd-Steinberg dithering in XOutputDev.
Don't automatically check for a null owner password (to match Adobe's
  behavior).
Allow the FlateDecode filter in Level 3 PostScript output.
Fixed small bugs in the Type 1C -> Type 1 converter and Type 1C ->
  Type 0 converter.  [Thanks to Tom Kacvinsky.]
Work around another weird Motif problem with the right button menu
  (which was sometimes causing the menu to not be displayed).
Make the code that handles fonts defined directly in the resource dict
  more robust.
Add a brief description of the outline pane to the xpdf man page.
Ignore extra operands to content stream operators.
Fixed a bug in the CCITTFax decoder.
Allow the Count entry in a Pages dictionary to be a real number
  (because some PDF generators actually do this).
Shading pattern fills weren't being clipped correctly.
Incorrect shallow copies in GfxRadialShading and StitchingFunction.
The StitchingFunction destructor wasn't checking for funcs being
  NULL.
Change the TrueType code-to-GID mapping code so it looks at the
  TrueType 'post' table.
Set the print command in the print dialog once at startup, don't
  change it each time a file is (re)loaded.
Generate the %%BoundingBox comment in regular PostScript files (not
  just EPS files).
Fixed a bug in the Unicode CMap parser.
2003-10-24 01:12:52 +00:00
cjep
cfe8be1263 Add RCS IDs 2003-10-18 13:20:31 +00:00
danw
b346ef61b1 Darwin fix, take 2... don't compare ${OS_VERSION} as a number since
that breaks the build on platforms where it's not strictly numeric
(eg, "1.6.1_STABLE")
2003-10-10 15:02:57 +00:00
tron
23dedc23ee Backout last change because it breaks this "Makefile" on at least NetBSD
due to an invalid string comparison.
2003-10-10 08:24:09 +00:00
danw
7af744c5db fixes for Darwin. PR 20514 2003-10-10 01:11:20 +00:00
reed
587719f356 Needs a LEX to build.
Hopefully later tools.mk will be extended to do this, but for now this works.
(It may be a good idea to check if ${LEX} exists too.)
This closes my PR #20920.
2003-10-08 22:40:42 +00:00
taca
ec4c7f7c84 Depends on jpeg-6b package and lator.
(It should be converted buildlink framework.)
2003-10-08 10:07:37 +00:00
kei
0d64fec4ff - do not install ${PREFIX}/bin/t1mapper nor ${PREFIX}/man/man1/t1mapper.1.
teTeX2-bin package installs them as well.

- fix build problem.  tested only on NetBSD-current.

bump PKGREVISION.
2003-10-05 02:00:43 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
danw
628549d06a patches for darwin 2003-09-27 21:05:22 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
martti
2f6cfd604c Regenerate (fix dependency to pkgconfig). 2003-09-27 06:57:16 +00:00
martti
5d42a6e986 Added xfce4-print 2003-09-26 10:31:52 +00:00
martti
b3e6bbf0e1 Print dialog for XFce4. 2003-09-26 10:31:32 +00:00
tron
ab994a9714 Fix build problem with GCC 3.3.1. 2003-09-24 13:52:31 +00:00
kim
c40e6e518b Also works with the teTeX2-bin package. 2003-09-22 21:02:51 +00:00
kim
492e498469 Upgrade to version 3.7.1. This is not done because of any problems,
just to get a more modern base for feeding back change, as requested
by Hubert Feyrer.  New distribution through SourceForge.

As a bonus, mptool is now enabled (uses Gtk, not any Sun stuff).
2003-09-21 21:33:09 +00:00
tron
1daa3a6b57 Fix build problem with GCC 3.3.1. 2003-09-21 18:56:39 +00:00
wiz
4f0409e096 Add {DE,}INSTALL_EXTRA_TMPL. Noted missing in PR 22743 by
Kouichirou Hiratsuka.
2003-09-19 09:38:03 +00:00
jmmv
6d9ccf016f Specify the category when including other files and when depending on other
packages.  From PR pkg/21864 by ccatrian at eml.cc.
2003-09-18 16:25:08 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
jmmv
87750c4ed0 Update to 1.12: changes unknown, there is only a list of cvs commits in the
package, and it is not complete.
Patches by Soren Jacobsen in PR pkg/21667 with several changes by me.
2003-09-17 18:40:45 +00:00
agc
2f5560d3af Add lout to the packages which can have their papersize set or queried
by setpapersize/getpapersize.

Addresses the second part of PR 18687 properly.
2003-09-15 10:51:39 +00:00
recht
44917e36b8 Use my NetBSD.org email address. 2003-09-14 18:13:48 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
jmmv
77d45389aa Use 'dialog' instead of 'tcdialog' when running texconfig. Bump PKGREVISION
to 4.  Fixes PR pkg/22151 by Richard Rauch.
2003-09-11 22:38:05 +00:00
jmmv
0ddee60b03 Update to 1.0.7: Honour PKG_SYSCONFDIR. Closes PR pkg/22403 by Curt Sampson,
patch by Jeremy C. Reed.
2003-09-08 17:38:34 +00:00
jschauma
7f3ef1d8ff Remove "-Wall" flag from CFLAGS to make this compile with non-gcc compilers
that do not support "-Wall".
2003-09-07 03:48:03 +00:00
martti
4c978f1cbd Use GNU make on Linux 2003-09-05 10:49:39 +00:00
wiz
a0e4e1cda3 Add a mirror for the jpg distfile. 2003-09-04 08:27:37 +00:00
martti
f6ad32bcd0 Make this work in Linux 2003-09-04 08:21:52 +00:00
cjep
b42456df51 Add NetBSD RCS tags 2003-09-01 10:17:35 +00:00
jdolecek
90c1c1709f Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements

Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
  'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
  to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
  remains CGI version
2003-08-31 19:55:21 +00:00
jtb
612321b10c Add and enable advi. 2003-08-31 01:45:26 +00:00
jtb
b0528832e6 Initial import of advi.
Active-DVI is a DVI previewer and presenter written in Objective Caml
(http://caml.inria.fr/ocaml/) with some eye candy effects for
presentation, support for interactive demonstrations, and embedding of
arbitrary applications within the presentation (hence the Active
adjective of the presenter :).

Active-DVI currently supports the following features:

+ Encapsulated Postscript File inclusion (using graphics package)
+ Effects for presentation (pause, delay, text color change)
+ Embedded applications for interactive demonstration
+ Pictures visualization via gpic specials
+ Display of inlined Postscript using gs
+ Font antialiasing that takes background colors into account
+ Page display is interrupted on user input
+ Resizing the page adjusts the magnification
+ Start displaying at a given page or at a given link reference
+ The file is reloading on signal SIGUSR1
+ Hyperlinks
+ Active areas (execute an action when the mouse is over)
+ Background colors and images
+ Alpha blending for images
2003-08-31 01:43:23 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
jlam
293dfb5a12 Remove redundant line that matches the default behaviour. 2003-08-30 20:02:05 +00:00
wiz
ef4824beaa Update to 0.6:
This release is a bugfix release. It fixes the documentation
installation and speeds up PostScript inclusion considerably.
2003-08-30 15:59:40 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
kei
770ccf539a updated acroread5 to 5.0.8. it fixes a security problem.
from README:

-----
New for Acrobat Reader 5.0.8

A security patch was applied that solves a problem reported
with long URLs in weblinks which can cause a buffer overrun.
-----

XXX a solaris version is not tested.
2003-08-17 04:44:54 +00:00
abs
fbb1fddc35 Update if-psprint to 1.7:
Use syslog to report invocation
2003-08-15 16:34:46 +00:00
reed
b3a91b1501 Add support for gv to getpapersize and setpapersize.
And only gets or sets if config file size is greater than zero.
(This is my PR #21641.)
2003-08-15 12:51:38 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
drochner
15d0f250e6 bump revision after qt3/kde prefix change 2003-08-05 13:39:59 +00:00
wiz
58232fbb35 Add and enable dvipng. 2003-08-05 07:26:19 +00:00
wiz
cb63619124 Initial import of dvipng-0.5, a program to convert DVI to PNG.
This program makes PNG graphics from DVI files as obtained from
TeX and its relatives.

It is intended to produce anti-aliased screen-resolution images as
fast as is possible. The target audience is people who need to
generate and regenerate many images again and again. The primary
target is the preview-latex (X)Emacs package, a package to preview
formulas from within (X)Emacs. Yes, you get to see your formulas
in the (X)Emacs buffer, see `http://preview-latex.sf.net'.

Another example is WeBWorK, an internet-based method for delivering
homework problems to students over the internet, giving students
instant feedback as to whether or not their answers are correct,
see `http://webwork.math.rochester.edu'.

Other applications may also benefit, like web applications as
latex2html and WYSIWYG editors like LyX.
2003-08-05 07:21:56 +00:00
seb
5d8cfd4ad7 Convert to USE_NEW_TEXINFO. 2003-08-04 22:45:13 +00:00
seb
0504cf670f Overlooked this INSTALL script snippet in previous commit. 2003-08-04 22:33:03 +00:00
seb
dcfa687ba9 Convert to USE_NEW_TEXINFO. 2003-08-04 22:24:21 +00:00
seb
058d163eef Convert to USE_NEW_TEXINFO. 2003-08-04 22:02:30 +00:00
seb
2630536963 depkglint. 2003-08-04 21:44:17 +00:00
seb
ef0156b54a Convert to USE_NEW_TEXINFO. 2003-08-04 21:43:43 +00:00
seb
09eff91b05 Convert to USE_NEW_TEXINFO. 2003-08-04 21:25:58 +00:00
seb
1ed88388b9 Convert to USE_NEW_TEXINFO. 2003-08-04 21:02:16 +00:00
jmmv
12a10361a1 Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk. 2003-07-30 10:41:22 +00:00
mrg
0960eb4e11 fix some CPP magic (mmm, gcc3.3) 2003-07-29 15:59:58 +00:00
drochner
19a5241bdf Uhm - got caught in my own trap... For Python extensions which depend
on other Python extensions to propagate the Python version properly,
it is necessary to include "python/extension.mk" before the extensions'
"buildlink2.mk" files.
2003-07-28 19:08:53 +00:00
drochner
507d653d6e +py-reportlab-renderPM 2003-07-28 15:17:20 +00:00
drochner
ece0294dd6 import py-reportlab-renderPM-0.9, an addon to reportlab to render to
pixmaps
XXX reportlab has some problems finding its font files, originally it
requires AcrobatReader to be installed... it should work with X11 or
ghostscript fonts, after some configuration
2003-07-28 15:08:50 +00:00
drochner
4c3d3bb803 update to 1.18
Main changes since ReportLab 1.16:
- Pythonpoint improvements contributed by Turgut Uyar & Tim Roberts.
- Para.py fix from doug@pennatus.com.
- Pdfgen image fixes.
- Spiderchart from Andy Robinson.
- Better distutils support with Dirk Datzert's assistance.
- Improvements for Asian fonts in paragraphs.
- Added _rl_accel._Ascii85Decode.
- Graphics and other bug fixes.
- Bug & leak fixes.
- improvements to pyRXP which can now be used in 16bit mode.
- Tables now can have row and column spanning.
- renderPM can now do PICT images.
- More charts and improvements to existing graphics classes.
2003-07-26 15:00:58 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
4bf9cd97cc Fix build when using gcc3. 2003-07-17 20:51:14 +00:00
tron
930d6ff3aa Fix dependency problem caused by recent package revision bumping mania. 2003-07-15 10:05:04 +00:00
wulf
62228e296e Added REPLACE_PERL fixing incorrect path to perl in t1mapper script 2003-07-13 14:37:42 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
1093795f4a Wildcard dependency. 2003-07-03 13:15:02 +00:00
wiz
13cd20bdf6 Update to 030624, now with versioned distfiles (thanks, Robert Elz and
Haruhiko Okumura). Changes only described in Japanese on the homepage.
2003-06-25 16:40:48 +00:00
reinoud
7927cb0ea2 Rollback :( 2003-06-25 11:47:40 +00:00
reinoud
59caac89d4 Update message to explicitly notify the user about the fact that
the installed files are not automatically included in the right place in
the system path and need to be either copied in /usr/bin or dealt with in
another way.

The saves a lot of frustration and puzzling esp. for the beginning user.
2003-06-24 16:46:19 +00:00
jmc
4ca1ba1c2f Update checksum for current release 2003-06-23 19:21:13 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
wiz
a679d31ffe Remove patch-ad, since it does not exist any more. 2003-06-19 08:27:00 +00:00
tron
75a07bc42c Update "acroread5" package to version 5.07. This version fixes a remotely
exploitable security whole in version 5.06 an older.
2003-06-19 07:11:54 +00:00
tron
0c72d1e068 Undo last change and use "2.02pl1" as version number again because the
package tools can handle it properly.
2003-06-19 06:49:47 +00:00
itojun
2b6a7e3a43 align PKGNAME with pkg-vulnerabilities (which one is more correct?) 2003-06-19 04:59:54 +00:00
simonb
d4c140a6ef Update to version 2.02pl1. From the xpdf website:
This version includes a small patch that fixes a security hole in
  version 2.02. It was possible to construct a malicious URL link in a
  PDF file which would cause an arbitrary command to be run. The patch
  changes things to that the various characters which can cause trouble
  are escaped (%xx) before calling system(). This patch also changes the
  "launch" link verification dialog to provde a scrolling view of the
  command about to be run when the command string is excessively long.
2003-06-18 14:47:20 +00:00
tron
6dce7118b0 Conflict with "coreutils" package if "GNU_PROGRAM_PREFIX" is "". 2003-06-17 17:41:37 +00:00
tron
5fab46e4aa Conflict with "coreutils" package if "GNU_PROGRAM_PREFIX" is "". 2003-06-17 17:40:38 +00:00
kei
cea1f94da2 updated to 2003-05-29 version. noted by Hiroshi Fujishima.
full change log is available in its WWW page.

[2003-05-29] use bold face in a heading even if a bold keyword is not
specified when using OTF package by Saitou Syuuzaburou. Also use ruby
font for \ruby in okumakuro.sty when export keyword is specified.

[2003-05-17] output pagesize special of dvipdfm(x) too with papersize
option.  It makes page size is auto-specified when making a PDF file.
Also page size is increased by 2 inches when register mark is used to
avoid the mark at right side of the page is not seen in preview.

[2003-04-29] introduced vartwoside option to jsbook class  which layouts
headers to like twoside and bodies like oneside.  \marginpar is always
located to right page.  thanks to: tonny-san, sippo-aikouka-san.

[2003-04-18] jsclasses is now distrebuted in ISO-2022-JP encoding to
avoid troubles which caused by Shift JIS encoding used previous. No
code-conversion should be needed in any OS.  While the archive is now in
ZIP form.  LZH form is also available.

[2003-03-16, updated] Re-introduced the workaround of the [2001-04-26]
which was removed as a part of the [2003-03-16] change.  the workaround
had the merit that an italic font was not selected in newtheorem without
amsthm.
2003-06-15 11:34:52 +00:00
dmcmahill
36555d1c39 Update to latex-mk-1.1
This is the "HTML Support" release. The significant changes/additions
over the previous version are:
  # Support for HTML output. Either LaTeX2HTML or HeVeA may be used.
  * Fixed a bug where bibtex was not run sometimes when it needed to be
    run. This problem showed up with some versions of LaTeX.
  * Added a POST_BIBTEX_HOOK  variable which specifies a program to be
    run after a BibTeX run. This gives users the ability to insert an
    additional processing step if desired.
2003-06-14 14:21:43 +00:00
jschauma
2326b40f47 Make this work on IRIX. 2003-06-12 15:37:13 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
jmc
0563d2101f This needs -DUNIX or it won't work. 2003-06-10 00:04:18 +00:00
uebayasi
eb9177278f No reason to include 'libtool/buildlink2.mk', it's only for libltdl.
PR21824 by a 2ch anonym.

Bump revision to 1.
2003-06-09 10:04:13 +00:00
markd
49a74aedd0 Enable handling of PDF v1.3 files in dvipdfm, as per the change to the
dvipdfm package from Brook G. Milligan in PR 21350.
PKGREVISION++
2003-06-05 11:37:29 +00:00
markd
610519c0a4 Enable handling of PDF v1.3 files. From Brook G. Milligan in PR 21350.
PKGREVISION++
2003-06-05 11:24:27 +00:00
uebayasi
8997a30889 Bump revisions following the guile14's threaded fix. 2003-06-05 05:01:54 +00:00
jlam
91bb23d5ad Bump the PKGREVISION for print/cups to 1:
Change the cupsd rc.d script to REQUIRE slpd.  This is needed for the
case where cupsd actually uses SLP to register services (by setting
BrowseProtocols to include "slp") and does nothing otherwise.
2003-06-04 06:15:37 +00:00
jlam
75a6360ed6 The following changes only affect the build of CUPS, and the entirety
of the diffs between vanilla CUPS and pkgsrc CUPS will be sent back to
the author.

* Allow overriding the default paths for "CUPS_SERVERBIN" and
  "CUPS_LOCALEDIR" by passing values through the configure script.
  This facilitates using custom directory hierarchies as is common in
  various packaging systems.

* Allow choosing the man page extension style by passing values
  directly through the configure script.  This allows overriding the
  defaults for an operating system, which can happen in some packaging
  systems.  Leave the default behaviour unchanged if not specified.
2003-06-04 06:08:43 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00
jlam
4377c2ce9e Depend on CUPS or else this package is useless. 2003-05-28 09:13:30 +00:00
jlam
6da594bc99 Check and set the default settings in the right place (after /etc/rc.conf
is loaded), and use "run_rc_command" instead of directly invoking $0 as
the latter doesn't work at system startup.
2003-05-28 09:01:02 +00:00
jlam
0795d91a80 Use the new "installcups" target so we avoid installing in the conf
directory and avoid installing the distributed cups rc.d script.
2003-05-28 08:58:48 +00:00
jlam
efaae07fd3 Add and enable print/adobeps-win. 2003-05-28 08:26:58 +00:00
jlam
aa3b1699e1 Initial import of adobeps-win-1.0.6:
Adobe PostScript printer drivers for MS Windows 9x/NT to use CUPS as a
networked PostScript RIP (raster image processor), handling printfiles
from all client platforms in a uniform way, and enabling clients to
consolidate on a single PostScript driver, even for many different target
printers.
2003-05-28 08:25:06 +00:00
jlam
b77e024b16 Update print/ghostscript-esp{,-nox11} to 7.05.6.
- Use autoconf.mk to regenerate configure script instead of adding a
  huge patch to the patches directory.
- The CUPS driver now properly generates CIE colorspaces.
- The pstoraster wrapper didn't correctly pass the cupsProfile attribute
  into Ghostscript; this resulted in user-defined profiles being ignored
  when printing PS files.
- The CUPS driver now properly rotates the page when given a landscape
  PageSize.
- Replaced the "lxm3200" driver (gdevlx32.c) by a modified version which
  supports also the Z31 and the Z12
- Updated japanese driver pack "gdevlips" from version 2.3.4 to 2.4.0. The
  pack contains the devices "lips2p" "bjc880j". "lips4", "lips4v",
  "escpage", "lp2000".  "npdl", and "rpdl". "rpdl" is newly added (for
  Ricoh's RPDL printers).
- Added "#define USE_POSSIBLY_FLAWED_COMPRESSION 1" to src/gdevhl7x.c
  (driver "hl7x0"). This fixes the problem that the printer stops in the
  middle of the page.
2003-05-28 03:28:05 +00:00
jlam
50d677b8f0 Update print/cups to 1.1.19. Major changes from version 1.1.18nb2 include:
- security fix to scheduler to address a DoS attack
- improve conformance to IPP specification
- miscellaneous bug fixes to server and userland utilities
- plug memory leaks
- bug fixes to SSL code
- the mime.convs file was missing the filter definition for Windows BMP
  (image/x-bitmap) files
- improved test suite
- added CUPS support files for Java, Perl, and PHP
- The cups-lpd mini-daemon now sends jobs to the default queue when an
  empty queue name (or "lp" and there is no "lp" queue) is sent.
- The scheduler now supports fax queues identified by a "*cupsFax: True"
  attribute in the PPD file.
- The scheduler now supports print files that have been compressed using
  gzip.
- Added a robots.txt file to the standard install to prevent search
  engines from indexing the CUPS server.
- When writing BSD printcap files, the scheduler now includes the rm and
  rp attributes, allowing the file to be exported to LPD clients.
- The pdftops filter now scales PDF pages within the printable area of the
  page.
- The PostScript filter now supports binary PostScript files and files
  beginning with the PJL language escape sequence.
- Fixed the CIE colorspace support code in the image and PS RIPs.
2003-05-28 02:33:59 +00:00
dmcmahill
0ea634792b fix a bug which causes bibtex to not be run properly when needed with some
versions of LaTeX.  Noted by Brook Milligan.
2003-05-22 11:27:01 +00:00
tron
c44cb07a40 Add a conflict with version 5.x of the "acroread" package. 2003-05-08 16:35:41 +00:00
seb
570f128883 Use texinfo.mk, define TEXINFO_OVERRIDE to YES and fix info files
handling in PLIST.
2003-05-07 22:04:30 +00:00
jmmv
a067d264e5 Let this coexist with acroread4 again (it seems some people finds this
interesting...).  Do not install the Netscape plugin (which should be
installed by an independant package).  Bump PKGREVISION to 3.
2003-05-07 11:28:01 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
c00269c622 Install a symbolic link for the "acroread5" binary, called "acroread", to
match package name.  The original name is preserved to avoid breaking
current user's configurations and scripts.  Bump PKGREVISION to 2.
Suggested by tron@.
2003-05-06 16:26:27 +00:00
jmmv
2420155ea1 Line up PKGREVISION whitespace. 2003-05-05 16:40:38 +00:00
jmmv
ca5ecc377f As the Netscape plugin is now registered in the PLIST, this package conflicts
with acroread 4.  Rename it from acroread5 to acroread, so it behaves as an
update.  Pointed out by cjep@ and tron@, thanks.
2003-05-05 13:34:45 +00:00
jmmv
6d0935cd35 The nppdf.so plugin is also installed in the lib/netscape/plugins directory
in i386. Bump PKGREVISION to 1, as the i386 package now contains another file.
2003-05-04 18:04:21 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
c0a07d3de4 Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2. 2003-05-01 12:58:15 +00:00
sommerfeld
6764d4a686 Avoid ksh-style export FOO=bar to cater to archaic shells 2003-04-27 17:16:15 +00:00
cjep
7c3eb0f6d3 Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... 2003-04-27 14:57:55 +00:00
cjep
3f5ec0e5a9 Lint: PKGLOCALEDIR 2003-04-27 14:46:15 +00:00
cjep
39ac088332 Lint: PKGLOCALEDIR 2003-04-27 14:39:12 +00:00
rh
b35add79b1 Update ggv2 to 2.0.0. Changes include bugfixes and localisation updates. 2003-04-25 06:34:01 +00:00
agc
38f157ebe3 Modify the English a little. 2003-04-24 14:05:44 +00:00
agc
102b883333 Fix typo in COMMENT 2003-04-24 14:04:14 +00:00
drochner
8fa281b00d update to 4.2.5
changes:
-bugfixes
-If Foomatic 2.9.x is installed, the Foomatic data will be
 generated with additional features
-automatic paper cutter is now functional on the
 Epson Stylus Photo 925, 950/960, and 2100/2200
-Quality Improvements on Epson Stylus Photo 950/960/PM-950C and 2100/2200
-i18n
2003-04-23 17:32:59 +00:00
wiz
771e23812c Wildcard arphic-ttf depends. 2003-04-22 13:19:52 +00:00
sommerfeld
71e7b57307 Convert to use ${FILES_SUBST_SED} instead of ad-hoc substitution.
Use @SH@ and friends so package works on solaris, too.
Bump version to 1.0.5
2003-04-22 02:30:47 +00:00
rh
9e6f36f618 Remove unnecessary gnome-core dependency.
Depend on gnome-libs/bonobo/oaf instead.
Bump PKGREVISION.
2003-04-20 08:26:15 +00:00
jmc
af2f0b54ff Redo argument grouping to actually work (options come before patterns) 2003-04-16 18:02:00 +00:00
martti
93987f9821 Updated apsfilter to 7.2.5
* bug fixes
* new drivers
2003-04-15 09:25:04 +00:00
jschauma
b92d803466 Same as teTeX-bin:
Fix post-install to set the appropriate papersize.
Bump PKGREVISION since now setting PAPERSIZE to 'Letter' actually will
yield letter-sized default output.
2003-04-11 21:35:48 +00:00
jschauma
5d9572c76a Fix post-install to set the appropriate papersize.
Bump PKGREVISION since now setting PAPERSIZE to 'Letter' actually will
yield letter-sized default output.
2003-04-11 15:13:42 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
wiz
a50286621e Note that this package is part of teTeX2. Addresses part of PR 21066. 2003-04-08 09:30:51 +00:00
jdc
0faf0d737b Make the dependency on misc/dialog match any 0.6z revision. 2003-04-07 18:30:24 +00:00
tron
c7ac6e3008 Use wildcard dependence on "dialog" package. 2003-04-07 17:39:19 +00:00
wiz
c0763e41e7 Add and enable chktex. 2003-04-06 14:38:40 +00:00
wiz
312b205bf6 Initial import of chktex, from Marc Recht via pkgsrc-wip.
This program has been written in frustration because some constructs in LaTeX
are sometimes non-intuitive, and easy to forget. It is _not_ a replacement
for the built-in checker in LaTeX; however it catches some typographic errors
LaTeX oversees. In other words, it is Lint for LaTeX. Filters are also
provided for checking the LaTeX parts of CWEB documents.
2003-04-06 14:37:38 +00:00
abs
048eaa7528 Update if-psprint to 1.6:
Ignore '-c' - sometimes remote clients can have formatted the document
	for postscript, but we still need to convert into native printer
	languages.
2003-03-31 13:07:49 +00:00
jmc
610600ff27 Update checksum for README. 2003-03-31 06:48:02 +00:00
jmc
f7060e5028 Update to ja-jsclasses-0.0.0.20030316 (old dist file is no longer available)
Lots of changes (from the changelog run through babelfish):

[ 2003-03-16 ] Until now, the block letter was addresssed as a italic and the Japanese character font which corresponds to non-commutative field, but, it modified in mincho typeface. There are times when the abundant
          italic is used in mathematics, they are because with the block letter it becomes the black ?. Attendant upon this, under [ 2001-04-26 ] temporarily being to become unnecessary you reset the ridges on the side of a
          sword to the origin. This way had decided to leave being to be an advantage when the amsthm is not used with the newtheorem the text without becoming the italic.

[ 2003-03-06 ] Mentuke option corrected the fact that functioning it has not done (the Thanks: Mountain stream)

[ 2003-03-02 ] The patch of To Ni I [ the qa:17212 ] was adopted.

      \renewcommand {
     \presectionname } { } \renewcommand { \postsectionname } {
     paragraph }

When with it does, name of the paragraph becomes  the 0th paragraph .

[ 2003-02-21 ] When the \verbatimsize is different from text size in the okuverb, interval front and back being different, the phenomenon which is visible was corrected. When output of the symbolic formula
manipulations system the \def\verbatimsize { the \fontsize { 7 } { the 5pt } with the \selectfont } stuffing compulsorily in the text, it became matter of concern.

[ 2003-02-17 ] The \part of the jsbook because of the typo it had become unable to use, (the Thanks: Mountain stream).

[ 2003-02-16 ] \belowdisplayskip And so on you adjusted delicately. The coping method of the thing where the space of front and back of another line numerical formula is different delicately still it is not well
understood, but, when temporarily the okumacro was read after the amsmath, the \ [ the \ ] and the equation (*) the /align (*) tried that agrees the space with such as environment.

[ 2003-02-02 ] \subsubsection Whether the space front and back re-corrects by mistake corrected the fact that it is (, the ?????).

[ 2003-02-01 ] \chapter* {... } The fact that contents have stopped appearing in the pillar was corrected. When there is a side effect please teach what.

[ 2003-01-24 ] Circular surrounding number of okumacro \maru {... } It corrected. When it jointly uses with the graphicx, the little stripe it stops dying.

[ 2003-01-16 ] The pillar at the time of the oneside was corrected with the headings of the jsbook.

[ 2003-01-05 ] Even with when, is same C and you write with the C++ the C++ with just between four minute ?? did not enter and were plugged (this the jarticle and the like). In addition, okumacro
 \mytt... } (Just the space usually at the same width other things and the like tentering power, immediately after the sign carriage return possibility) with \_ Genuine and the like width font _ A little it had become
smaller, (as for this the normality \texttt So it is similar). These corrections were inserted.

[ 2002-12-26 ] When with the twocolumn of the jsarticle the \maketitle is written after the abstract environment, the abstract tried not to be teamed up the step.
2003-03-31 06:24:21 +00:00
jschauma
cd17cf84c3 Make this build and install under Linux. 2003-03-31 02:43:10 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
salo
1a6c98ad70 We don't need USE_X11 here, after all. 2003-03-25 14:28:21 +00:00
salo
cfe246f977 Sync with updated xpdf-2.02 package.
- install into PREFIX, not X11PREFIX
- DEPENDS on xpdf>=2.02 due to USE_X11BASE->USE_X11 change
- fix DEINSTALL files to really remove chunks added to xpdfrc,
  correctly define PKG_SYSCONFDIR, don't use direct commands
  (sed->@SED@, mv->@MV@, rm->@RM@)
- define USE_PKGINSTALL to correctly replace variables in DEINSTALL files
- consistently use DIST_SUBDIR
- don't define completely bogus version numbers, use dates from the
  MASTER_SITE and xpdfrc chunks
- remove PREFIX/share/xpdf from PLISTs, this directory is now part of the xpdf
  package
- remove superfluous license/copyright note from DESCR files
- bump PKGREVISION where necessary
2003-03-25 14:06:48 +00:00
salo
e804ebe5e6 Add and enable xpdf-arabic. 2003-03-25 14:04:41 +00:00
salo
918bc51d26 Import of xpdf-arabic-20030216: xpdf support files for Arabic.
This package provides support files needed to use the Xpdf tools with
Arabic PDF files.

Contents:
- ISO-8859-6 encoding
2003-03-25 14:04:00 +00:00
salo
efc036a5df Updated to version 2.02.
Changes:

- s/USE_X11BASE/USE_X11/
- fix paths in manual pages
- install shared directory for supplemental packages

2.02:
=====
- Rewrote the text extractor code that assembles words into lines to
  better handle vertically overlapping lines.
- Add the "match" option for paper size (in PostScript output).
- Added support for external 16-bit TrueType fonts; added the
  displayCIDFontTT and displayNamedCIDFontTT commands to the xpdfrc
  file.
- Added an Arabic language support package.
- Added the Windows-1255 encoding to the Hebrew language package.
- A missing NULL check was causing a crash when closing the file in a
  single window (which clears out the window, but leaves it open).
- Deal with TrueType fonts whose glyph data is out of order - this
  affected both FreeType rasterization and PostScript generation.
- Munge font names in PSOutputDev to avoid names that are problematic
  for ghostscript because they start with an out-of-limits number
  (e.g., 1e999foo).
- Modify the TrueType font encoding deciphering algorithm in yet another
  attempt to match up with Acrobat's behavior.
- Bounds check the indexHigh value in indexed color spaces.
- The text extractor no longer bothers trying to get an average
  character width for Type 3 fonts, since it generally doesn't work
  very well (because Type 3 metrics are unreliable).
- Don't crash if the user hits ctrl-G ("find again") before doing a
  find.
- Set the button pixmap foreground color correctly.
- Handle text drawn backward on 180 degree rotated pages.
- Added a magic call to XtUngrabButton after calling XmCreatePopupMenu
  which appears to prevent some very odd problems (idea taken from the
  DDD source code).
- Fix the MacOS X fix (needed to include <AvailabilityMacros.h>).
- Fixed a bunch of Motif 1.x / X11R5 incompatibilities.  [Thanks to
  William Bader and Albert Chin-A-Young.]
- Fixed various bugs in previously untested code in the JBIG2 decoder.
- Modify the XPDFCore destructor to avoid a bogus warning message from
  OpenMotif 2.2.
- Modified the Type 1C font parser to do proper bounds checking.
- Fixed the bounds checking in the TrueType font parser.
- Text extractor shouldn't do block merging in physical layout mode.
- Fixed a problem in PSOutputDev in level2sep mode with images in a
  Separation color space and with a non-default Decode array.
- Text extraction with "-raw" was concatenating lines from the bottom
  of one column and the top of the next.
- Handle Type 1C subroutines in the font converters.
- Correctly handle progressive JPEG images whose scans are slightly
  different sizes (e.g., the Y scan rounds up to a multiple of 8
  pixels and the Cb/Cr scans round up to 16 pixels).
- Avoid a potential divide-by-zero problem in TextOutputDev.
- Modified the T1Font and FTFont modules to correctly handle glyphs that
  are larger than the font's claimed bounding box.
- Tweak dupMaxDeltaX parameter in TextOutputDev to avoid triggering on
  double characters.
- Improved detection in pdfinfo for ISO paper sizes.  [Thanks to Hartmut
  Henkel.]
- Xpdf wasn't responding to the TARGETS atom, which prevented pasting
  the selection into various applications.  [Thanks to Phillip Ezolt.]
- Handle XObjects with recursive references in their Resources
  dictionaries (in PSOutputDev).
- Change PSOutputDev to deal with invalid PDF files that use
  non-embedded TrueType fonts with no encoding.
- Check for undersized Widths arrays in fonts.
- Add bounds checking code to Array class.
- Updated VMS build scripts.  [Thanks to Martin Zinser.]
- Tweak the TrueType font handling code (again):
  - char codes in symbolic fonts may or may not be offset by 0xf000
  - discard empty tables because they sometimes confuse FreeType
- Fixed bounds checking in the Flate decoder.
- Removed a bogus error message for exponential functions without
  explicit C0/C1 values.  [Thanks to Hartmut Henkel.]
- Handle the other Unicode cmap type (platform=0) in TrueType fonts.
- Added support for the SGI Motif horizontal paned window widget.
  [Thanks to Felix Ritter.]
- Ignore extra elements in link destination arrays.
- Accept external Type 1 font files with a suffix of ".ps" or no suffix
  at all.
- Add a bounds check in the DCT decoder.
- Added instructions for building xpdf.exe under cygwin/XFree86.
2003-03-25 14:02:37 +00:00
mjl
934000cbcd Fetch distfiles individually instead of relying on ftp-server magic
to hand us a tarfile. PR/20865.
Also enable the necessary patch.
2003-03-25 13:59:36 +00:00
mjl
854cc21fb5 Fetch distfiles individually instead of relying on ftp server magic
to hand us a tarfile. PR/20866.
2003-03-25 13:47:56 +00:00
jmmv
303f976923 Remove lyx, superseded by editors/lyx-qt and editors/lyx-xforms.
Finally fixes PR pkg/20805 by Marc Recht.
2003-03-23 10:12:20 +00:00
wiz
6d12fe8b07 Fix ja-vfxdvik dependency (too strange for >=). 2003-03-22 15:54:04 +00:00
jmmv
47277c2af1 This package needs python so that conversion scripts work. Pointed out in
PR pkg/20604 by Miguel Mendez.  Bump PKGREVISION to 1.
2003-03-22 10:49:16 +00:00
wiz
68deb923b4 Add lpc(8). Noted by dieter in PR 20202. 2003-03-22 00:43:36 +00:00
jmmv
bcabbecd43 fredb has fixed cups so it works now with blowfish cipher in the passwd file.
Remove the note in the MESSAGE and bump PKGREVISION to 2.
2003-03-20 18:49:33 +00:00
fredb
58d3160965 Give authentication with blowfish hashes a fighting chance to work on
NetBSD, by linking in -lcrypt before -lcrypto in the shared library and
scheduler. (cups_crypto() looks to fall-back to crypt(). Both of the
shared libraries in question have crypt(), but only the one in -lcrypt
supports blowfish hashes.) Not tested.
2003-03-20 17:30:17 +00:00
jmmv
4fe9760fec Note that if using blowfish in /etc/passwd.conf, cups authentication won't
work.  Reformat a paragraph so this looks better.
2003-03-20 12:31:40 +00:00
kei
2308cbb716 add and enable ja-jsclasses, ja-ptex, ja-ptex-bin and ja-ptex-share. 2003-03-15 20:15:28 +00:00
kei
62d21d0599 initial import of ja-ptex-1.0.
this is the meta-package provides an environment with the latest version
of pTeX/pLaTeX to users.  Also it contains several packages which support
2003-03-15 20:07:20 +00:00
kei
e8918104a0 initial import of ja-jsclasses-0.0.0.20021127.
jsclasses is a set of new document classes for ASCII pLaTeX2e.  It is
based on standard class file of pLaTeX but have lots of improvements
and new features.
2003-03-15 20:05:55 +00:00
kei
068db10b71 initial import of ja-ptex-share-2.1.
pTeX/pLaTeX (Publishing TeX/LaTeX) are Japanese-support versions of
TeX/LaTeX in respectively and have the following new/improved features
as well as the one TeX has:

  o it can layout text lines in vertically as well as horizontally, it
    can even be mixed in the same page.
  o it supports Japanese line-layout rules (kinsoku).
  o it generates high quality page by adjusting the spacing between
    Japanese-Japanese characters, or Japanese-Latin characters.
  o it layout lines of the Japanese characters by JFM.

pTeX is developed by ASCII Corp. and now distributed under the BSD style
license.

This package contains architecture independent part.
2003-03-15 20:02:49 +00:00
kei
0d1979f120 initial import of ja-ptex-bin-3.1.2.
pTeX/pLaTeX (Publishing TeX/LaTeX) are Japanese-support versions of
TeX/LaTeX in respectively and have the following new/improved features
as well as the one TeX has:

  o it can layout text lines in vertically as well as horizontally, it
    can even be mixed in the same page.
  o it supports Japanese line-layout rules (kinsoku).
  o it generates high quality page by adjusting the spacing between
    Japanese-Japanese characters, or Japanese-Latin characters.
  o it layout lines of the Japanese characters by JFM.

pTeX is developed by ASCII Corp. and now distributed under the BSD style
license.

This package contains executables and few configuration files.
2003-03-15 20:00:27 +00:00
kei
8086f6425a updated ja-vfxdvik package to version 22.40v.j1.14. this version works with
teTeX2.
2003-03-15 19:57:00 +00:00
kei
e9dcf7b0f3 forgot to bump the version number here. 2003-03-15 12:56:37 +00:00
kei
0754fdbec7 changed to require teTeX2-2.0.2 or later.
- with config file location fix in the teTeX2-2.0.2, both dvipdfmx of
   this package and dvipdfm of teTeX2 work now.
 - removed ugly hack to rename config file in installation /
   deinstallation stage.

bump PKGREVISION because of this.
2003-03-15 08:26:35 +00:00
kei
8daebfa36f update teTeX2 and related packages to version 2.0.2. Changes from announce
are following:

with the dvipdfm -> dvipdfm/config change, dvipdfmx package can easily
coexist with dvipdfm of teTeX2.

----------------

===========================================================================
  Changes in this release:
===========================================================================

The main change is the new pdftex which has a few important fixes. For
details, please look at tetex-src-2.0.2/texk/web2c/pdftexdir/NEWS.

ChangeLog entries:

In the src tarball:
        * portability fix for texk/kpathsea/cnf.c
        * pdftex version 1.10b
        * add eomega support to fmtutil
        * ttf2afm: FontFamily patch by Siep Kroonenberg
        * update config.guess / config.sub
        * handle manpages for kpsepath / kpsexpand properly
        * fix two bugs in texdoctk
        * mktexmf fix for CJK fonts
        * adjust cxx-runtime-hack a little
        * add search paths for non"k"-xdvi to texmf.in
        * fix bug in texk/etc/autoconf/acspecific.m4

In the texmf tarball:
        * add doc/latex/styles/multiple-span.txt
        * move dvipdfm/* to dvipdfm/config
        * update ragged2e
        * support uppercase mathtime fonts via aliases
        * remove g-brief: it is not free software
        * update shadow.sty
        * add package mparhack and jurabib
        * listings package is back (license *is* ok!)
        * SIunits.cfg updated (only comments have changed in a minor way)
        * replace old README by new readme in doc/latex/pdfpages
        * added sihyph23.tex (Slovenian hyphenation patterns)

----------------
2003-03-15 08:17:07 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
mjl
db47643d3a Enable tex-textpos 2003-03-13 10:47:40 +00:00
mjl
14e1983964 Initial import of tex-textpos 1.2b
This package facilitates placing boxes at absolute positions on the
LaTeX page.
2003-03-13 10:47:02 +00:00
jmmv
2c47f9a897 Update to 2.2.1.2. Changes in this version: bugfixes and new translations. 2003-03-12 13:03:30 +00:00
mjl
a509fe9be9 Enable tex-ocrb 2003-03-12 00:50:51 +00:00
mjl
a8f379c0d1 Initial import of tex-ocrb-1.0, an OCR-B font for TeX. 2003-03-12 00:50:02 +00:00
jschauma
399a7c320e It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh. 2003-03-03 02:56:00 +00:00
jschauma
86e6bcbf20 Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 02:45:51 +00:00
kei
df9087c922 Updated print/lyx package to 1.3.0. Major new features are listed below.
** Qt frontend
** Xforms frontend
** Gnome frontend
** Instant preview
** Math editor
** Reading old files
** Miscellaneous changes

A complete announcement is found at `http://www.lyx.org/announce/1_3_0.txt'.
Also, it now depends on teTeX2.

This package was provided by Marc Recht.  Close pkg/20417.
2003-03-02 14:57:35 +00:00
uebayasi
d0ce8fe370 * Remove dependency to teTeX. Auctex can be installed fine without any teTeX
installed.  This addresses PR20532 by Christopher Richards <richards plus
  netbsd at CS dot Princeton dot EDU>

* Fix compilation for FSF Emacs 20.7.

The resulting binary package will have a different dependency info, so
different package content, so revision bump.
2003-03-01 03:49:50 +00:00
dmcmahill
9f6a9e81ff update to latex-mk-1.0
Notable changes are:

- support for dvipdfm added (USE_DVIPDFM)
- support for pdflatex added (USE_PDFLATEX)
- handful of bug fixes
2003-02-27 02:18:37 +00:00
kei
515eac5344 add and enable dvipdfmx package. 2003-02-24 15:32:10 +00:00
kei
365f24e801 make these packages conflict with dvipdfmx. 2003-02-24 15:30:54 +00:00
kei
dc00ee1c91 Initial import of dvipdfmx-20021230 to the NetBSD packages collection.
It depends on newly imported teTeX2 package.

The dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version
of the dvipdfm, a DVI to PDF translator developed by Mark A. Wicks.  The
primary goal of this project is to support multi-byte character
encodings and large character sets for East Asian languages by CID-keyed
font technology.  The secondary goal is to support as many features as
pdfTeX developed by Han The Thanh.  This project is a combined work of
the dvipdfm-jpn project by Shunsaku Hirata and its modified one,
dvipdfm-kor, by Jin-Hwan Cho.

It has many other features.  For further info, visit the projects' web
site:

    http://project.ktug.or.kr/dvipdfmx/
2003-02-24 15:29:22 +00:00
kei
059ba84a60 make teTeX-share conflict with teTeX2-share. 2003-02-23 05:06:47 +00:00
kei
45631355e3 add and enable packages: teTeX2{,-bin,-share,-sharesrc} 2003-02-23 05:01:09 +00:00
kei
e3f120060c Initial import of teTeX2-2.0.1 and related packages to the NetBSD
packages collection.  For coexist with teTeX-1.0.7 in the package
source tree, newly imported packages are named `teTeX2'.
2003-02-23 04:59:20 +00:00
itohy
2f547a18ef MAKEFRAGS+= ... after Makefile.common to add devs.x11 correctly. 2003-02-23 00:57:52 +00:00
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.

Okay'ed by wiz.
2003-02-18 20:52:05 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
jmmv
aa151ccf3f Add conditional support for cups. Closes PR pkg/20397 by Marc Recht. 2003-02-17 22:22:43 +00:00
jmmv
bf9aaff398 Update to 1.99.98. Changes since 1.99.95 include lots of things, specially
bug fixes.

Changes in the package:
- Depend on gnome2-dirs.
- Use the new schemas.mk framework to handle GConf2 schemas.
2003-02-14 21:12:49 +00:00
jmmv
fc3fc7fb5c Update to 2.2.1.1. Changes since 1.116.0 include:
* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I guess it
  has been changed in automake
* libgnomeprintui/gnome-print-preview.c (gpp_stroke): Fix the second part of
  #104932. Spotted by jean.brefort@ac-dijon.fr
* configure.in (gtk_doc_min_version): don't need to check for "gtk-doc > 0.10".
  0.9 is good enough
* libgnomeprintui/gnome-printui-marshal.list (VOID): generate the right
  marshaler
* libgnomeprintui/gnome-print-copies.c
  (gnome_print_copies_selector_class_init): use the marshaler that matches the
  function prototype
* configure.in: Added am ar el fi fr ga gl hr hu it lt nl nn no pt_BR sk tr uk
  to ALL_LINGUAS
* libgnomeprintui/gpaui/gpa-transport-selector.c
  (gpa_transport_selector_construct): fix #104319
* configure.in: post release version bump to 2.2.2
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: release 2.2.1 to match libgnomeprint
* This is the gnome-2-2 branch
2003-02-14 20:20:46 +00:00
jmmv
5eedd1f848 Update to 2.2.1.1. Changes since 1.116.0:
* libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias): disable
  the patch for #105006 which was causing problems
* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I guess is
  needed because I am using a newer automake.
* libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias): Fix #105006
* libgnomeprint/gpa/gpa-settings.c (gpa_settings_finalize): only
  gpa_node_unref settings->printer when it is not NULL. Settings can be
  unatached to a printer in some cases
* libgnomeprint/gnome-print-ps2.c: allow us to embed two fonts who happen to
  have the same Postscript name. See #105063.  (gnome_print_ps2_init): create
  fonts_hash (gnome_print_ps2_finalize): destroy fonts_hash
  (gnome_print_ps2_set_font_real): when creating PSOs, specify which instance
  of the psname the font is for.
* libgnomeprint/gnome-font-face.c (gnome_font_face_pso_new): add a "instance"
  argument that allows us to embed to fonts who happen to have the same
  postscript name. Set ->encodedname accordingly to the instance
* libgnomeprint/gnome-print-pdf.c (gnome_print_pdf_set_font_real): when
  creating a pso, pass 0 as the instance.
* libgnomeprint/gnome-font-private.h: update _pso_new's prototype, update the
  description of GnomeFontPsObject->encodedname.
* tests/simple.c: add file used for simple code to test or replicate a bug.
* tests/Makefile.am: add simple to Makefile
* libgnomeprint/gnome-font-family.c (gnome_font_family_style_list): Don't
  return duplicated styles, the font-dialog no longer displays duplicated
  styles.

Changes in the package:
* Move documentation to share/doc/html.

Update based on a patch provided by Juan RP in private mail.
2003-02-14 20:19:46 +00:00
abs
28a4704d87 Switch distinfo back. If only I could market what I must have been smoking.
Fixes pkg/20076, undoubtably to Robert's relief.
2003-01-29 13:04:43 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
agc
9bf45a2f36 Make sure pax(1) realises there's only one volume - use -O 2003-01-28 12:42:22 +00:00
fredb
05eaa4a5dc Skip the conversion of "ps" docs to "pdf", and thereby remove a hidden
dependency on "ghostscript".
2003-01-25 23:16:25 +00:00
wiz
7c00b36d36 Remove tex- prefix from PKGNAME, per PR 20053. 2003-01-25 14:00:51 +00:00
jlam
c7865f42e6 Accomplish the same thing as patch-ab, enabling the output buffer, without
patching the configure script.
2003-01-25 09:37:38 +00:00
toshii
2a03dba78d Update to hpijs-1.3. Closes PR pkg/19213. Changes are:
1. Added the following new printer support.
	Deskjet 450, Deskjet 3320, Deskjet 3420, Deskjet 3425,
	Deskjet 3810, Deskjet 3816, Deskjet 3822, Deskjet 6122,
	Deskjet 6127, Photosmart 230, Photosmart 7550, PSC 2100,
	PSC 2150, PSC 2200
 2. Made a change to configure.in to check for uint32_t in stdint.h,
  machine/types.h and inttypes.h.
 3. Added 600 dpi Best and 1200 dpi Photo to DJ9xx.
 4. Added a new paper size for printing covers on Deskjet 3425.
 5. Fixed a DJ850 extra page and top margin problem.
 6. Fixed a Deskjet 1120/1125 multiple page problem. These printers now
  use the DJ9xx device class with limited support.

plus a pkgsrc patch which enables output buffering.  This should
reduce system load.
2003-01-25 08:51:47 +00:00
hubertf
77192ffff7 Fix tex-bagpipetex' name, per PR 20052 2003-01-25 04:58:35 +00:00
fredb
669261d524 There isn't any real need to convert the postscript docs to pdf. All that
gets us is a hidden build dependency on ghostscript.
2003-01-25 04:10:42 +00:00
abs
47b8137cdd Distinfo changed (careless) 2003-01-24 18:33:32 +00:00
wiz
89a637b5ca Convert to mdoc. 2003-01-24 10:11:28 +00:00
jlam
a56ea4178f Create a new cupsd command "wait" that waits for cupsd to start responding
to IPP requests.  It's controlled by two new variables that may be set in
/etc/rc.conf:

cupsd_wait=YES        # set to "YES" to wait for cupsd to detect printers;
                      #   this variable is optional and defaults to "NO".
cupsd_timeout=60      # set to the number of seconds we wait for cupsd
                      #   to respond before we declare it not responding;
                      #   this variable is optional and defaults to "60".

The wait command may also be directly invoked as "/etc/rc.d/cupsd wait".
Bump PKGREVISION of print/cups to 1.
2003-01-23 23:05:10 +00:00
fredb
27d5de3bfb Add and enable three new packages: bww2tex, tex-bagpipetex,
and tex-musixtex.
2003-01-23 18:21:06 +00:00
fredb
4547c2b742 Initial import of bww2tex-2.00, a Bagpipe Music Writer Gold to BagpipeTeX
converter, submitted by David Griffith in PR pkg/19978.
2003-01-23 18:16:40 +00:00
fredb
8f9aa01ff5 Initial import of tex-bagpipetex-3.01. BagpipeTex is a set of MusixTeX
macros for typesetting bagpipe music. Submitted by David Griffith in PR
pkg/19977.
2003-01-23 18:13:46 +00:00
fredb
f4306f7d78 Initial import of tex-musixtex, v.T.109. MusixTeX is a set of TeX macros
for typesetting polyphonic, orchestral or polyphonic music. Submitted by
David Griffith in PR pkg/19976.
2003-01-23 18:11:05 +00:00
salo
14294bfccb Improve package a bit:
- s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV
- use PKG_SYSCONFDIR and use bsd.pkg.install.mk for configuration file
- fix /etc -> PKG_SYSCONFDIR in documentation
- install more documentation

Bump PKGREVISION.
2003-01-19 08:45:38 +00:00
jschauma
ae61da7f15 Allow this to compile with xforms-1.0.
Fixes problem in Huberts latest bulk-build.
2003-01-13 15:49:17 +00:00
wiz
26a529df59 Update to 1.45, provided by Toru TAKAMIZU in PR 19835.
Less restrictive license, small changes.
2003-01-13 13:00:03 +00:00
uebayasi
6df38ddd5c Update to 11.13.
Changes since 11.11 from the ChangeLog:

	* Makefile (STYLESRC): Add style/scrlttr2.el
	* style/scrbase.el: Added optional Argument "Pagenumber" to
	\maketitle.  Changed \textsubscript from `t' to "Text".
	* style/scrlttr2.el: Initial version.
	* style/scrbase.el: Added additional clearpage commands:
	\cleardoublestandardpage \cleardoubleplainpage and
	\cleardoubleemptypage
	(LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e
	environments, and 41 LaTeX2e commands.
	* Makefile (STYLESRC): Add compilation targets for Komascript
	support.
	* Check in Komascript support by Mark Trettin.  See below.
	* scrbase.el:
	First attempt on implementing the `captionbeside'-Environment. I'm not
	really satisfied by now.
	* scrreprt.el, scrbook.el: Reformatted code.
	* scrbase.el:
	Changed `uppertitleback', `lowertitleback' from asking to just `t'
	* scrbase.el:
	Changed `addpart', `addsec' and `minisec' from Macro to sectioning
	command.
	* tex-buf.el (TeX-parse-TeX): Make subordinate files without
	major mode default to that of the calling file when doing error
	processing.
	* tex.el (TeX-master-file): Don't make C-c ` bomb out in files
	like xxx.gls.  Probably a more elaborate way would be to export
	the TeX-master variable into files visited by error parsing.
	Could be incorrect, however, if more than one file included them.
	* latex.el (LaTeX-common-initialization): Set
	`fill-paragraph-function'.
	(LaTeX-mode-map): Don't bind M-q.
	Suggested by Nils Klarlund <klarlund@research.att.com>.
2003-01-11 10:02:03 +00:00
cjep
5b8c845234 USE_PKGLOCALEDIR=yes 2003-01-10 07:39:46 +00:00
martti
29779f98aa Updated lyx to 1.2.3
Updates

- updated italian User Guide

- updated french localization

Bug fixes

- fix bug where the configure script would try to delete the /dev/null
  device when there has been an error in configuration step

- fix bug where autosaving would leave a lot of zombie processes after
  a long time

- fix problem where it was not possible to force some values to 0 in
  custom margins

- fix bug where horizontal alignment would be reset automatically to
  "left" in the tabular dialog

- fix functions word-find-forward and word-find-backward, the meanings
  of which were inverted

- when the lyx binary was invoked through a symbolic link, LyX would
  print annoying messages on the console; they are now output only
  when debugging.
2003-01-09 14:36:33 +00:00
reinoud
1c41e3f508 To save ppl. looking and searching where the printer definitions (PPD) file
ought to be stored i made a notice of this in the MESSAGE file. It took me
some time :-/
2003-01-07 17:41:02 +00:00
rh
34b3bf1511 Update transfig to 3.2.4. Provided in PR pkg/19659 by Jim Bernard
<jbernard@mines.edu>

Changes include tons of bugfixes plus the following new features:

	o SVG (Scalable Vector Graphics) driver
	o ASCII and Binary (TIFF) preview bitmap options for PostScript
	o JPEG encoding (DCT) now used for EPS/PostScript output.
	o Background (-g) option for tk export honored now
	o Additional JPEG file format (EXIF) added. These usually come from
	  digital cameras.
	o -N Option to convert colors to grayscale on export.
	o -b option for CGM export to produce binary CGM using ralcgm.
	o Translations of LATEX.AND.XFIG document into two popular Chinese
	  encodings (GB2312 and Big5).
	o The default for multi-page output (PostScript) is to NOT overlap
          pages now.  This is to allow multiple, independent pages of
          figures.  The -O option has been added to force page overlap.
	o Added EMF (Enhanced MetaFile) conversion genemf.c
	o New grid option (-G) to draw grid on page.
	o Perk/Tk driver from Slaven Rezic (rezic@onlineoffice.de)
	o Added options -B and -R to the EPS driver.
	o New PostScript DSC directives to specify page size.
	o fig2dev now includes all "special" (LaTeX) texts that don't have
          any backslashes ("\") in them in the bounding box.
	o genepic and genpictex drivers updated for I18N
	o Glyphs for Hungarian, Polish, Romanian, Slovak and Slovenian
	  are essentially the same as Czech (ISO-Latin 2) so symbolic
          links are created for those .ps files
	o fig2dev prepends any path included in the .fig filename to
          imported image file paths (only if imported image path isn't
          already absolute).
	o transfig now reports when it is renaming an existing makefile
          or TeX macro file to a backup (e.g. Makefile to Makefile~)
	o now uses Thomas Merz' jpeg2ps for imported jpeg files when
          exporting to PS/EPS.  This is much more compact than the
          runlength encoding which is used for other bitmaps.
	o New option for binary CGM export.
	o New -E option to set encoding for pictex, latex, pstex_t and epic
	  text to ISO8859-1 (the default) or ISO8859-2
	o Added "install.all" option to make to install man pages in
          addition to executables etc.
	o If output file ends in ".fig", fig2dev prints error message to
          stderr and exits.
	o New encoding option (-E) for ISO-8859-1 or ISO-8859-2
	o Exporting to tk now supports imported PPM images in addition to
          GIF and XPM
	o Comments added to EPS and PostScript output so MetaPost can
          group parts of figure according to depths.
	o New -F, -R and -t options for epic output
2003-01-07 06:19:05 +00:00
uebayasi
917d29d213 Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14.  These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
2003-01-07 03:56:17 +00:00
jmmv
dfddde38c4 Do not try to remove include/gnome-1.0; it is beeing removed by the
gnome-libs dependancy.
2003-01-04 22:43:53 +00:00
cjep
a842dacb25 NetBSD bison packages 1.75 and 1.875 are no good for building this package
so insist on 1.875nb1.
2003-01-04 20:18:20 +00:00
cjep
bcd3cbab17 Move default DISTNAME and PLATFORM further up the Makefile. This has
no effect on valid platforms.

On invalid platforms (such as NetBSD/arm), we get the proper
===> acroread5-5.06 is not available for NetBSD-1.6-arm
message again.
2003-01-04 12:58:24 +00:00
cjep
a51c621d9e Move default DISTNAME and PLATFORM further up the makefile. This has no
effect on valid platforms.

On invalid platforms (such as NetBSD/arm), we get the proper
===> acroread-4.05 is not available for NetBSD-1.6-arm
message rather than Malformed conditional errors.
2003-01-04 12:52:20 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
martti
8a6dfbb1a9 Updated lyx to 1.2.2
- selecting a word by double clicking now sets the X clipboard (like
  when dragging the mouse)

- it is now possible to specify the arguments for viewers; in
  particular, this means that it is possible to use browsers which
  require a file: URL as HTML viewers (mozilla is used as default if
  found)

- when a new LyX version is launched, the Edit>Reconfigure tool is
  automatically invoked; this should avoid many problems with users
  who are not aware that it is needed

- when changing the current layout with the toolbar, the corresponding
  keyboard binding is shown in the minibuffer

- in hebrew language, the key " now inserts a typewriter quote (since
  other quotes do not make sense in hebrew)

- Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default

- new class ijmpd; update cl2emult, llncs and foils textclasses

- update sciword bindings

- small cleanup of UserGuide and FAQ; update to German, French and
  Russian documentation; new Hebrew tutorial

- update french, german, russian, finnish and danish localization of
  the interface
2002-12-31 09:19:01 +00:00
uebayasi
9891ea0a33 Fix an integer overflow vulnerability, which may cause arbitrary code
to be executed.

Bump PKGREVISION to nb2.
2002-12-31 02:31:53 +00:00
jschauma
7e72fa0860 Bump PKGREVISION on packages that depend on x11/xforms, since there
has been a soname change.  Pointed out by fredb.
2002-12-28 21:22:53 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
cjep
afa55834c5 Whitespace fix 2002-12-23 16:24:59 +00:00
jmmv
161142483d Replace "----------" lines with "==========", to match all other MESSAGEs
and notices.
2002-12-22 19:14:10 +00:00
jlam
a867f616be Updated print/cups to 1.1.18. Changes from version 1.1.17 include:
- SECURITY FIX: The scheduler now provides a FileDevice directive to
  control whether new printers can be added using device URIs of the form
  "file:/filename".  The default is to not allow printers with these
  device URIs.
- SECURITY FIX: Potential underflow/overflow bug in web interface.
- SECURITY FIX: Race condition in certificate creation.
- SECURITY FIX: Bad URIs in browse packets could be used to exploit the
  web interface underflow/overflow bug.
- SECURITY FIX: Some types of Denial of Service attacks were not handled
  properly, so once the attack was over the scheduler did not close the
  connections immediately on all platforms.
- SECURITY FIXES: Added integer overflow/underflow checks for all image
  formats.
- Bug fixes to the scheduler.
- Upgraded pdftops filter to Xpdf 2.01 with fixes for TrueType fonts.
- Added a MaxClientsPerHost configuration directive to provide limited
  protection against Denial of Service attacks.
2002-12-20 06:59:58 +00:00
jlam
c1bb3f6d46 Updated print/cups to 1.1.17. Changes from version 1.1.16 include:
- Bug fixes to the backends and scheduler.
- Bug fixes to the image filters.
- The scheduler now allows accounts authenticated via PAM to not have a
  corresponding UNIX account, but group membership still requires the
  account name to be listed in the UNIX group file(s)...
- Added some startup performance enhancements to the scheduler so that the
  printer object information is regenerated fewer times and the MIME type
  database is not filled with lots of empty filters for raw/direct queues.
- The backends now ignore SIGPIPE so that failed job filters will not stop
  a print queue.
- User-defined classification strings are now printed verbatim.
- The lpstat command did not allow for destination lists.
- The LPD backend now sends the job title as the print filename.
- Added support for variable sizes in the EPSON dot matrix printer drivers.
  This allows for pages as short as 1/2" (1 row of labels) and does not do
  an automatic form feed.
- The Solaris USB backend now supports the new device URI syntax.
- The serial backend now enumerates serial ports under MacOS X.
2002-12-19 22:24:51 +00:00
drochner
65686f45ca remove the "libiconv" nonsense - the reason was that gettext-lib was
not referred to at all (now pulled in by gimp-print-lib/buildlink2.mk)
(PR pkg/19323)
2002-12-10 18:39:49 +00:00
drochner
6f21d524e4 pull in gettext-lib/buildlink2.mk; this fixes the build problem
for gimp-print-ijs (PR pkg/19323)
2002-12-10 18:37:45 +00:00
drochner
8eeb43ca19 use [0-9]* for the dependency string 2002-12-10 15:11:02 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
cjep
31fdd73de1 Fix PR#19323 from Ryo Hayaska 2002-12-08 11:39:24 +00:00
drochner
c00f2e88fc update to 1.16
changes:
- More graphics widgets (shaded polygon, dotbox, slidebox).
- Aaron Watters' advanced paragraph formatter and its parser.
- Alex Martelli's improvements to pyRXP.
- Jerome Alet's recording canvas.
- Additions to pythonpoint.
- New flowable ParagraphAndImage.
- Speedups and fixes.
2002-12-07 18:02:03 +00:00
drochner
a86669188d update to 2.01
changes:
Redesigned the text extraction process:
  - process the text into "reading order"
  - added a "-layout" flag to pdftotext to switch back to the old
    style, where physical layout is maintained
  - use of the "-raw" flag is no longer recommended
Added the -reload option for xpdf (in remote mode).
Added support for external CID fonts; added the displayCIDFontT1 and
  displayNamedCIDFontT1 commands to the xpdfrc file.
Handle the case of moveto/newpath/clip, which defines an empty
  clipping region (just like moveto/closepath/clip).
Accept XYZ link destinations with missing array elements.
Accept bogus font names based on "Symbol": Symbol,{Bold,Italic,
  BoldItalic}.
Set the busy cursor in the find dialog while searching.
Allow ToUnicode CMaps to use fewer than four hex digits in the Unicode
  char indexes.
+bugfixes
2002-12-07 17:49:43 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
uebayasi
3d0d6571a7 Some virtual font files were updated on the master site. Pointed out by
Toshihiro Iwamoto.

Bump PKGREVISION.
2002-11-29 02:34:03 +00:00
tron
483e2e61c8 Buildlinkify this package to stop it from using packaged version of
"libintl" even if it is not necessary. Bump package revision.
2002-11-28 10:25:32 +00:00
uebayasi
9a0e883d44 Try to use ${PAX} in place of ${GTAR}.
This should fix an installation problem where ${GTAR} is "pax-as-tar".
2002-11-28 03:50:57 +00:00
drochner
0145e0b42e update gimp-print to 2.4.2
changes:
-support for HP DesignJet large-format plotters
-support fot Epson multi-function devices and MJ-930C
-manpage improvements
-support for transverse versions of the US CAD standard paper sizes
-bugfixes
2002-11-27 16:12:35 +00:00
cjep
f439267ffa Add RCS tag. 2002-11-26 21:46:50 +00:00
jmmv
1eee29d534 Make this package behave properly when installing configuration files, that
is, using the PKG_SYSCONFDIR stuff. apsfilter needs a symlink in the
configuration directory, so add an INSTALL script to create it (which
handles all DEINSTALL stuff too). Bump PKGREVISION to 2.

Approved by wiz.

This closes PR 18994.
2002-11-26 11:26:31 +00:00
jmmv
47d632a01f Make this package install its configuration files in the examples directory
and copy them to the right place using PKG_SYSCONFDIR. Bump PKGREVISION to
1 because this change.

Approved by wiz.

This closes PR 18992.
2002-11-26 11:02:05 +00:00
jmmv
6303d89d5e Make this package install its configuration file in the examples directory
and use PKG_SYSCONFDIR to copy it to the right place. (Bump PKGREVISION to
1 for this).
Also add a HOMEPAGE, as the program has one.

Approved by wiz.

This closes my own PR 18991.
2002-11-26 10:13:20 +00:00
schmonz
e0bdc2f602 Indent, following acroread5's example. 2002-11-19 07:44:39 +00:00
schmonz
e003b0fbe8 Ensure that DISTNAME is always set. 2002-11-19 07:42:45 +00:00
mrg
3f316bc026 repeat previous for commented commands as well. 2002-11-19 02:47:19 +00:00
jlam
ba102a16cb This file appears to be unused. 2002-11-14 23:13:52 +00:00
cjep
5067017642 Use ${LOCALBASE}/bin/texconfig rather than bare texconfig. 2002-11-10 23:18:47 +00:00
wiz
2147b9613a Update to 20021022: typo in README (old distfile not available any longer). 2002-11-08 10:15:27 +00:00
wiz
bb918fe8d3 Add and enable xpdf-hebrew. 2002-11-08 10:10:46 +00:00
wiz
91d78f6b35 Initial import of xpdf-hebrew -- Hebrew language support files for xpdf. 2002-11-08 10:08:59 +00:00
wiz
9a4fdafbe1 Update to 20020617: added GBK.unicodeMap (other changes unknown). 2002-11-08 10:02:36 +00:00
dillo
2b58c2d16e update to 2.00
Changes since 1.01:
- Switched to the Motif toolkit.
- Support multiple open documents (in separate windows).
- Added document outlines to the viewer.
- Implemented the JBIG2 decoder.
- Added support for movie annotations.
- Switched back to native LZW decompression code.
- Many bug fixes and enhancements.
2002-11-08 02:46:29 +00:00
dillo
2027ddd480 add TEST_TARGET 2002-11-07 04:23:04 +00:00
wiz
be8dac6041 Set USE_X11 (needed because of gimp-base dependency). 2002-11-03 23:14:15 +00:00
rh
cda9daaa87 Add and enable ggv2 2002-11-03 09:18:07 +00:00
rh
a8a2ce3778 Initial import of ggv-1.99.95 as ggv2, a GNOME2 frontend for GhostScript. 2002-11-03 09:17:01 +00:00
rh
d107945163 s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-02 02:42:01 +00:00
jlam
cca4b494c3 Start cupsd in the background as some of the cups backends take quite
a while to return whether there is a printer available or not during
startup.
2002-10-31 23:33:12 +00:00
wiz
d142d6a639 Avoid pax's -z option (Solaris's pax doesn't know it). 2002-10-31 03:08:09 +00:00
dmcmahill
281c8bf432 update to latex-mk-0.9.1.
This is a bug fix release.  per-project xfig dependencies are now supported.
This was accidentally omitted from the previous release.  In addition, the
GNU make support is much more robust.
2002-10-31 02:05:44 +00:00
rh
9a8bd310aa s/USE_X11BASE/USE_X11/ to be consistent with the rest of GTK2/GNOME2.
Bump PKGREVISION.
2002-10-30 07:36:11 +00:00
rh
5357d9cf7e Add missing LIBTOOL_OVERRIDE so pkgsrc libtool gets used. 2002-10-27 03:35:21 +00:00
bouyer
ccc5c184f0 Make CUPS_SERVERBIN points to $PREFIX/libexec/cups for solaris too
Correct man extentions for solaris.
Use ${PKGLOCALEDIR} in PLIST for locale directories.
2002-10-25 10:49:03 +00:00
bouyer
c492b1e7fb libXt also need libSM,libICE.
Reduce the number of duplicate -L and -Wl,-R on link command line, the
solaris linker seems to have limitations here.
2002-10-24 20:08:22 +00:00
jlam
12f0832604 We replace the code in the INSTALL script with SPECIAL_PERMS. 2002-10-24 19:55:38 +00:00
bouyer
6c44e383d1 Use ${SED} in gimp-print-4.2.0/src/ghost/Makefile, to get /usr/xpg4/bin/sed
on Solaris.
2002-10-24 17:16:58 +00:00
drochner
e7501558e6 strictly require rev 4.2.3 to avoid mismatches 2002-10-24 14:26:28 +00:00
drochner
4b510d6422 we call everything buildlink2 now for consistency 2002-10-24 13:51:08 +00:00
drochner
8f54818864 update to 1.15.
This pkg hasn't been updated for a long time.Many fugfixes and feature
additions happened in the meantime.
2002-10-23 18:05:23 +00:00
drochner
39c3c46165 update the gimp-print suite to 4.2.3
changes:
-bugfixes
-The native CUPS driver now accepts custom paper sizes with printers that
 permit this (all Epson printers, and most others).
-The Foomatic interface now accepts custom paper sizes with Foomatic 2.0.1.
-A Japanese translation has been added.
2002-10-22 17:27:21 +00:00
jlam
67d6c1c868 Note where to send bug-fixes or patches to CUPS when feeding back to the
author.
2002-10-20 23:33:42 +00:00