pkgsrc/x11
sno db3a8f0338 pkgsrc changes:
- Updating packages for p5 Gtk+ bindings
  - Setting gnu-lgpl-v2.1 as license
  - Adding p5-pango as dependency
  - Update dependency versions from Makefile.PL

Upstream changes:
2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* Makefile.PL
	* NEWS
	* README: Stable release 1.220.

2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Adapt to the rename of gtk_style_get_property to
	gtk_style_get_style_property.  Make
	Gtk2::Style::get_style_property an alias for Gtk2::Style::get.

2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* t/GtkEntry.t
	* t/GtkIMContext.t
	* t/GtkImageMenuItem.t
	* t/GtkOrientable.t
	* t/GtkPrintSettings.t
	* t/GtkStatusIcon.t
	* t/GtkStyle.t
	* xs/GtkCellView.xs
	* xs/GtkEntry.xs
	* xs/GtkIMMulticontext.xs
	* xs/GtkImageMenuItem.xs
	* xs/GtkPrintOperation.xs
	* xs/GtkPrintSettings.xs
	* xs/GtkSelection.xs
	* xs/GtkStatusIcon.xs
	* xs/GtkStyle.xs: Change all versions checks to refer to stable
	releases only.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* Makefile
	* NEWS
	* README: Unstable release 1.212.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkHBox.t: Test that widgets packed into a box are completely
	freed upon removal even if they previously appeared as a callback
	argument.  This is a test for a recent memory leak fix in Glib.

	* t/GtkTreeModelIface.t: The leak fix mentioned above causes this
	test to correctly run FINALIZE_INSTANCE now, so adjust the test
	plan.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkTreeModelFilter.t
	* xs/GtkTreeModelFilter.xs: Take ownership of objects returned by
	gtk_tree_model_filter_new to avoid leaking them.  Patch by
	Kevin Ryde.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Remove the get_property() alias for
	Gtk2::Style::get() so that calling get_property() on a Gtk2::Style
	resolves to Glib::Object::get_property().

2009-03-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkAccelGroup.xs: Remove two FIXME comments which turned out
	to be incorrect.  Patch by Kevin Ryde.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkKeys.t: Skip most tests if we can't find a key entry to
	test against.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/00.Gtk2.t: Don't fail if there is no valid DISPLAY.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* pm/TestHelper.pm
	* pm/Helper.pm
	* Gtk2.pm: Fix more POD errors.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/Gtk2.xs
	* xs/GtkTreeModel.xs
	* xs/GtkWidget.xs
	* xs/GtkWindow.xs: Fix POD errors reported by podchecker.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Wrap the gtk_style_get() family of methods as
	Gtk2::Style::get(), and make Gtk2::Style::get_property() an alias
	for get().  Patch by Emmanuel Rodriguez.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* NEWS
	* README: Unstable release 1.211.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Require Glib 1.212 for the precompiled headers
	stuff.  Print the stability warning.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* gtk2perl.h: Remove the definitions for the custom pango GTypes.
	They now come from pango-perl.h.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkIconView.xs: Fix stack handling bugs in
	Gtk2::IconView::get_item_at_pos(), get_dest_item_at_pos(), and
	get_tooltip_context().  Patch by Kevin Ryde.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBindings.xs (gtk2perl_binding_set_get_type): To make the
	doc generator happy, register our custom GtkBindingSet GType under
	the name "GtkBindingSet".

2009-02-11  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* constants-2.0
	* gtk2perl.h
	* Gtk2.pm
	* MANIFEST
	* maps-2.0
	* xs_files-2.0
	* t/GtkBindings.t
	* xs/GtkBindings.xs: Wrap the GtkBindings stuff.  Patch by
	Kevin Ryde.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* MANIFEST
	* maps-2.16
	* xs_files-2.16
	* t/GtkOrientable.t
	* xs/GtkOrientable.xs: Wrap the new GtkOrientable interface.  No
	support for implementing it in Perl subclasses yet.  Patch by
	Emmanuel Rodriguez.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntry.t: Test Gtk2::Entry->get_icon_storage_type.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntry.t
	* xs/GtkEntry.xs: Track the recent upstream function renaming:
	gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf,
	gtk_entry_get_stock -> gtk_entry_get_icon_stock, and
	gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GdkX11.xs: Call the atom arg for
	Gtk2::Gdk::Atom->to_xatom_for_display "atom" for clarity in the
	generated POD.  Patch by Kevin Ryde.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkRecentChooser.t
	* t/GtkRecentManager.t: Use Gtk2->main_iteration instead of
	Gtk2::TestHelper's run_main to spin the main loop.  This avoids
	hangs on some machines.  Patch by Jeffrey Ratcliffe.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkIconTheme.t: Skip tests that rely on the presence of a
	stock icon if that icon isn't present.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/pango-compat.t: Don't use Gtk2::Pango::Cairo::FontMap in the
	compatibility checks as it isn't available in all pango versions
	and I don't want to fiddle with version checks.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkEvent.t: Fix a skip count.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkAction.t: Use an activatable widget for testing the proxy
	stuff.  Recent gtk+ versions enforce this.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkPixbufLoader.t: Don't use an auto-detecting pixbuf loader
	since that's broken for PPM images in at least gtk+ >= 2.14.3 (see
	GNOME #570780).

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkX11.t
	* xs/GdkX11.xs: Wrap gdk_x11_atom_to_xatom and
	gdk_x11_atom_to_xatom_for_display.  Patch by chris.  (GNOME
	#566884)

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellRenderer.t
	* xs/GtkCellRenderer.xs: In gtk2perl_cell_renderer_start_editing,
	make sure we return an object with a floating reference as is
	expected of a start_editing vfunc.  In the xsub for
	gtk_cell_renderer_start_editing and in the fallback START_EDITING
	xsub, make sure we sink any floating reference on the created cell
	editable in order to comply with the usual rule of not passing
	floating references on to Perl code.  Patch by Kevin Ryde.

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBuildable.xs: Declare all private functions as 'static' so
	that they aren't exported.

2009-01-19  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkSelection.xs: Fix the definition of the accessor macros
	for older gtk+.  Patch by Kevin Ryde.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkSelection.xs: Use gtk_selection_data_get_selection when
	available.  Also introduce convenience defines for the other
	GtkSelectionData accessors.  Patch by Emmanuel Rodriguez and
	muppet.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkPrintSettings.t
	* xs/GtkPrintSettings.xs: Wrap new API.  Patch by Emmanuel
	Rodriguez.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkPrintOperation.t
	* xs/GtkPrintOperation.xs: Wrap new API.  Patch by Emmanuel
	Rodriguez.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Use Glib::MakeHelper to create a
	'precompiled-headers' target that precompiles gtk2perl.h.  This
	speeds up the compilation of Gtk2 by 36% on my machine.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* AUTHORS
	* t/GtkStatusIcon.t
	* xs/GtkStatusIcon.xs: Wrap new GtkStatusIcon API.  Patch by
	Chris Sincock.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkIMContext.t
	* xs/GtkIMMulticontext.xs: Wrap
	gtk_im_multicontext_get_context_id.  Patch by Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkImageMenuItem.t
	* xs/GtkImageMenuItem.xs: Wrap new GtkImageMenuItem API.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* xs/GtkCellView.xs: Allow undef for the model in
	Gtk2::CellView::set_model.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* xs/GtkCellView.xs: Wrap gtk_cell_view_get_model.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* AUTHORS
	* MANIFEST
	* maps-2.16 (added)
	* t/GtkEntry.t
	* xs/GtkEntry.xs: Wrap the new GtkEntry API.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm: In the Gtk2::Pango compatibility code, avoid warnings
	about names that are used only once by checking for definedness
	before creating aliases.

2009-01-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/Gtk2.xs
	* xs/GtkWindow.xs: Use Gtk2::EVENT_STOP and EVENT_PROPAGATE in the
	synopsis for Gtk2::Window and in the docs for
	Gtk2::key_snooper_install.  Patch by Kevin Ryde.

2008-12-30  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkTreeModel.xs: Document the signature of the callback used
	by Gtk2::TreeModel::foreach.  Patch by Kevin Ryde.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntryCompletion.t
	* xs/GtkEntryCompletion.xs: In Gtk2::EntryCompletion::set_model,
	allow undef for the model parameter.  (#562682)

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkEntryCompletion.xs: Fix a leak in
	Gtk2::EntryCompletion::new.  (#562682)

2008-11-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/00.Gtk2.t
	* xs/Gtk2.xs: Wrap gtk_get_option_group.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm:
	* NEWS:
	* README: Unstable release 1.210.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Unconditionally use META_MERGE.  Tell the CPAN
	indexer to ignore the directories "tools" and "xs".

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm: Link to Pango.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL
	* README: Update Pango requirement to 1.210.

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	Use the standalone Pango module.

	* CodeGen.pm: Add handlers for 'Alias' variants of most types.

	* maps_pango-1.0
	* maps_pango-1.4
	* maps_pango-1.6
	* maps_pango-1.8
	* maps_pango-1.10
	* maps_pango-1.16
	* maps_pango-1.18: Use the above to register Gtk2::Pango::* type
	aliases.

	* gtk2perl.h: Include pango-perl.h

	* Gtk2.pm: Use Pango.  Set up package aliases under Gtk2::Pango::
	for the things that now live under Pango::.

	* xs/Gtk2.xs: Remove unneeded pango stuff.  Make the doc generator
	create stub Gtk2::Pango::* POD pages that explain the situation
	and link to the relevant Pango::* docs.

	* MANIFEST
	* t/pango-compat.t (added): Add some tests that try to ensure
	backwards compatibility in ways not tested by the existing
	t/Pango*.t tests.

	* doctypes
	* Makefile.PL: Remove unneeded pango stuff.

	* MANIFEST
	* pango.typemap (deleted)
	* xs/PangoAttributes.xs (deleted)
	* xs/PangoCairo.xs (deleted)
	* xs/PangoContext.xs (deleted)
	* xs/PangoFontMap.xs (deleted)
	* xs/PangoFontset.xs (deleted)
	* xs/PangoFont.xs (deleted)
	* xs/PangoGravity.xs (deleted)
	* xs/PangoLayout.xs (deleted)
	* xs/PangoMatrix.xs (deleted)
	* xs/PangoRenderer.xs (deleted)
	* xs/PangoScript.xs (deleted)
	* xs/PangoTabs.xs (deleted)
	* xs/PangoTypes.xs (deleted)
	* xs_files_pango-1.0 (deleted)
	* xs_files_pango-1.6 (deleted)
	* xs_files_pango-1.10 (deleted)
	* xs_files_pango-1.16 (deleted): Remove now unneeded files.

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkSocket-GtkPlug.t: Correct skip count for the case of
	finding no "blib" directory.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* xs/GtkWidget.xs: Add constants Gtk2::EVENT_STOP and
	EVENT_PROPAGATE for use in event handlers.  Patch by Kevin Ryde.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellRenderer.t
	* xs/GtkCellRenderer.xs: Fix the stack handling in
	Gtk2::CellRenderer::get_size().  Patch by Kevin Ryde.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkCellRenderer.xs: Hush compiler warning.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBuildable.xs: Mention in the POD that chaining up to the
	parent does not work yet for custom Gtk2::Buildable
	implementations.  Patch by Kevin Ryde.
2009-05-21 19:37:43 +00:00
..
9term Add DESTDIR support. 2008-06-12 02:14:13 +00:00
acidlaunch Add DESTDIR support. 2008-06-12 02:14:13 +00:00
alacarte Update to 0.12.1: 2009-05-20 06:40:30 +00:00
antiright Add DESTDIR support. 2008-06-12 02:14:13 +00:00
appres Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
asnap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aterm reportedly not MAKE_JOBS_SAFE 2008-09-22 19:30:52 +00:00
bbapm Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
beforelight Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
bigreqsproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
bitmap Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
blt Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
bwidget Add DESTDIR support. 2008-06-20 01:09:05 +00:00
compositeproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
damageproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
desklaunch
deskmenu
devilspie Convert to user-destdir. 2009-02-16 12:32:53 +00:00
dfm
dmenu Update to dmenu 3.9. Changes unlisted, at least Xinerama support. 2009-03-05 09:26:18 +00:00
docker Fix linking problems which caused missing rpath with native X11. 2009-01-17 19:00:14 +00:00
dri2proto dri2proto 2.0. 2009-05-19 06:43:00 +00:00
driconf Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
dtx11session Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
dxpc
ede
editres Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
efltk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
egtk Don't try to modify pkgsrc directory. 2008-10-02 18:48:31 +00:00
eterm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
evieext Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
fast-user-switch-applet We need to link against libgnomeui as dependant libs no longer do. 2009-03-26 16:49:45 +00:00
fbdesk Update fbdesk to 1.4.1. 2008-05-10 16:19:16 +00:00
filerunner
fixesproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
fltk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
fltk2 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
fontcacheproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
fontsproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
fox Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
fspanel
ftmenu Add comments for stupid configure script. 2008-06-09 15:47:24 +00:00
fvwm-wharf
gdm update to 2.20.10 2009-04-07 11:40:20 +00:00
ggiterm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
glproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gnome-applets update to 2.26.1 2009-04-17 18:07:31 +00:00
gnome-control-center Remove msgfmtstrip scripts and targets using them, now that the 2009-03-22 19:01:37 +00:00
gnome-desktop update to 2.26.1 2009-04-17 18:04:43 +00:00
gnome-desktop-sharp Depend on nautilus-cd-burner, now that it's new enough. 2009-04-12 16:52:00 +00:00
gnome-mag Remove two unneeded patches (on NetBSD-current) for which cvs logs 2009-05-19 23:49:45 +00:00
gnome-panel update to 2.26.1 2009-04-17 18:07:31 +00:00
gnome-screensaver Add URL for upstream bug report. 2009-05-19 23:52:15 +00:00
gnome-session update to 2.26.1 2009-04-17 18:07:31 +00:00
gnome-sharp Bump PKGREVISION following the update of textproc/icu, and the 2009-03-25 22:37:12 +00:00
gnome-terminal Remove unneeded patches to translations, so no PKGREVISION++. 2009-05-19 22:29:30 +00:00
gnome-themes Add URL for upstream bug report. 2009-05-19 23:52:15 +00:00
gnome-themes-extras Fix PLIST. 2009-03-17 20:24:20 +00:00
gnopernicus Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
gnustep-back Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
gnustep-gui Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
gnustep-preferences Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
grandr_applet Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
gromit
gst-plugins0.10-x11 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gtk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gtk+extra Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gtk-engines Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gtk-sharp Add PREV_PKGPATH and/or SUPERSEDES for various packages that 2009-05-02 16:21:43 +00:00
gtk2 Add PREV_PKGPATH and/or SUPERSEDES for various packages that 2009-05-02 16:21:43 +00:00
gtk2+extra Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gtk2-chtheme Mark as destdir ready. 2008-07-14 12:55:56 +00:00
gtk2-engines Disable animation support for Clearlooks by default. 2009-05-19 23:22:10 +00:00
gtk2-engines-bluecurve Mark as destdir ready. 2008-07-14 12:55:56 +00:00
gtk2-engines-murrine Needs msgfmt (configure only). 2009-03-20 18:36:59 +00:00
gtk2-theme-switch
gtkglarea Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gtkmm Configure required glibmm>=2.18.0 2009-04-15 03:59:04 +00:00
gtksourceview Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gtksourceview-sharp2 Add PREV_PKGPATH and/or SUPERSEDES for various packages that 2009-05-02 16:21:43 +00:00
gtksourceview2 Update to 2.6.2. Add commented out LICENSE (needs AND). 2009-05-20 13:10:47 +00:00
gtkstep
gtkterm2 Mark as destdir ready. 2008-07-14 12:55:56 +00:00
hanterm Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
hot-babe Mark as destdir ready. 2008-07-14 12:55:56 +00:00
hsetroot Mark as destdir ready. 2008-07-14 12:55:56 +00:00
iceauth Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
ico Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
imwheel DESTDIR support. 2009-02-16 18:21:24 +00:00
inputproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
kbproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
kde3-i18n-af Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ar Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-az Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-bg Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-bn Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-br Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-bs Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ca Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-cs Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-cy Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-da Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-de Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-el Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-en_GB Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-eo Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-es Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-et Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-eu Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-fa Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-fi Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-fr Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-fy Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ga Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-gl Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-he Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-hi Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-hr Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-hu Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-is Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-it Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ja Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-kk Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-km Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ko Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-lt Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-lv Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-mk Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-mn Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ms Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-nb Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-nds Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-nl Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-nn Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-pa Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-pl Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-pt Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-pt_BR Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ro Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ru Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-rw Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-se Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-sk Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-sl Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-sr Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-sr_Latn Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ss Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-sv Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-ta Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-tg Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-tr Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-uk Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-uz Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-vi Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-zh_CN Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kde3-i18n-zh_TW Update to KDE 3.5.10 2008-08-27 12:37:38 +00:00
kdebase3 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
kdebindings-ruby Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
kdelibdocs3 add DESTDIR support. 2009-02-11 22:35:49 +00:00
kdelibs3 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
keylaunch
kkbswitch
kmessage Drop the explicit libXt dependency - comes from QT. 2009-02-11 21:27:52 +00:00
kterm Fix build problem with adding including x11/libXp/buildlink3.mk. 2008-12-12 00:20:39 +00:00
lablgtk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
lablgtk1 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
labltk
lbxproxy Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
lesstif Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libdrm Update to libdrm-2.4.9. Major changes include: 2009-05-05 04:22:30 +00:00
libFS Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libgnomekbd Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libICE Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
liblbxutil Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
liboldXrandr Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libSM Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libunique Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libX11 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXau Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXaw Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxcb Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-14 02:57:28 +00:00
libXcomposite Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXcursor Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXdamage Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXdmcp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXevie Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXext Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxfce4gui Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxfce4mcs Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxfce4util Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXfixes Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXfont Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXft Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXi Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXinerama Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxkbfile Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxkbui Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxklavier Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
libXmu Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXpm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXprintUtil Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXrandr Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXrender Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXres Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXScrnSaver Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXt Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXTrap Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXtst Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXv Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXvMC Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXxf86dga Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXxf86misc Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXxf86vm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
listres Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
luit Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
matchbox-common Mark as destdir ready. 2008-07-14 12:55:56 +00:00
matchbox-desktop Mark as destdir ready. 2008-07-14 12:55:56 +00:00
matchbox-nest Mark as destdir ready. 2008-07-14 12:55:56 +00:00
matchbox-panel Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
matchbox-panel-manager Mark as destdir ready. 2008-07-14 12:55:56 +00:00
matchbox-themes-extra Mark as destdir ready. 2008-07-14 12:55:56 +00:00
mlterm Mark as not -j2 safe (make install fails). 2009-03-05 07:45:19 +00:00
modeline
modular-xorg-server inspired by a change in trunk/xsrc: 2009-03-26 20:02:45 +00:00
mowitz Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
mrxvt Bomb if $DISPLAY is unset. Prompted by an advisory for rxvt. 2008-03-31 20:28:28 +00:00
multi-aterm Mark as destdir ready. 2008-07-14 12:55:56 +00:00
mxterm Mark as destdir ready. 2008-07-14 12:55:56 +00:00
neXtaw Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
nucleo Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
numlockx
ocaml-graphics Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
oneko Add DESTDIR support. 2008-06-20 01:09:05 +00:00
openbsd-input-ws This was supposed to be bumped in September due to the modular-xorg-server 2008-11-18 23:52:52 +00:00
openmotif Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
p5-Clipboard Bump PKGREVISION to 1. 2009-01-17 13:04:21 +00:00
p5-gtk Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-gtk2 pkgsrc changes: 2009-05-21 19:37:43 +00:00
p5-Gtk2-Ex-FormFactory Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Gtk2-GladeXML Initial import of p5-Gtk2-GladeXML-1.007: 2009-02-23 08:55:58 +00:00
p5-Tk Make it build on non amd64 systems with modular xorg. 2009-03-20 17:32:06 +00:00
p5-X11-Protocol Switched MAINTAINER address to my NetBSD address. 2009-03-21 09:00:15 +00:00
paragui Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
pixman Fixing wrong target location for copying missing solaris-hwcap.mapfile 2009-05-17 11:01:11 +00:00
printproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-gnome2 update to 2.26.1 2009-04-17 18:19:28 +00:00
py-gnome2-desktop Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-gnome2-extras Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
py-gtk2 Accept python26. 2009-04-19 15:05:53 +00:00
py-gtksourceview Update to 2.6.0. 2009-03-22 16:06:43 +00:00
py-kiwi Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-Pmw Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-qt3-base Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-qt3-modules Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-qt3-qscintilla Update to 3.17.6, to fix build with latest py-sip. 2008-12-21 17:14:17 +00:00
py-qt4 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-sip Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-Tk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-wxWidgets Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-xcbgen split the "xcbgen" Python extension which comes with xcb-proto 2009-04-08 13:06:22 +00:00
py-Xlib Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qgtkstyle Needs pkg-config 2009-02-16 19:45:13 +00:00
qt3 A clear "yes" sounds better than "#empty". 2009-04-26 11:43:44 +00:00
qt3-docs
qt3-libs Apply patch reported by Gary Duzan in PR 37347 to fix finance/kmymoney2 2009-05-20 01:00:40 +00:00
qt3-mysql
qt3-pgsql Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +00:00
qt3-qscintilla Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qt3-tools Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qt4 Changes 4.4.3: 2008-10-26 14:02:33 +00:00
qt4-docs
qt4-libs Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qt4-mysql Initial import of qt4 mysql plugin. 2009-04-15 20:39:42 +00:00
qt4-pgsql Changes 4.4.3: 2008-10-26 14:02:33 +00:00
qt4-qdbus Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qt4-sqlite3
qt4-tiff
qt4-tools Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qwt
randrproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
ratmen
recordproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
rendercheck Import rendercheck-1.3. Useful to see if your video driver 2008-05-27 04:53:16 +00:00
renderproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
rep-gtk2 fix typo 2009-04-16 19:08:07 +00:00
resourceproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
rgb Update to version 1.0.3. Changes since 1.0.1: 2008-06-08 14:35:42 +00:00
rox-session Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
rox-wallpaper Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
ruby-gnome2-gnome Update ruby-gnome2 to 0.18.1. 2008-10-28 13:43:57 +00:00
ruby-gnome2-gtk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
ruby-gnome2-gtksourceview Update ruby-gnome2 to 0.18.1. 2008-10-28 13:43:57 +00:00
ruby-gnome2-gtksourceview2 Update ruby-gnome2 to 0.18.0. 2008-10-22 10:42:02 +00:00
ruby-gnome2-panelapplet Update ruby-gnome2 to 0.18.1. 2008-10-28 13:43:57 +00:00
ruby-gnome2-vte Update ruby-gnome2 to 0.18.1. 2008-10-28 13:43:57 +00:00
ruby-gtk Enable DESTDIR support and sort PLIST. 2009-02-15 03:34:51 +00:00
ruby-tk Update distinfo refelecting update to Ruby 1.8.7-p160. 2009-04-16 17:12:18 +00:00
rxvt Fix for default display choosing vulnerability (CVE-2008-1142). 2008-04-03 22:33:00 +00:00
rxvt-unicode Add the upstream version of a patch submitted by Talor R Campbell in 2009-05-19 19:41:18 +00:00
scrnsaverproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
sessreg Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
setxkbmap Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
slock
speyes Add DESTDIR support. 2008-06-20 01:09:05 +00:00
ssystem
stalonetray Enable debug option 2008-04-25 15:04:32 +00:00
startup-notification Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
swing Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
tile
tk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
tk-BWidget Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
tk-Tix
tk83 Pull in patch from tk 8.4 to work with xproto > 7.0.13 (fixes MouseWheel 2009-05-15 12:12:28 +00:00
tkinfo
tkman
transset-df
trapproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
tzosdclock Add DESTDIR support. Needs libXt and libXinerama. Bump revision. 2009-02-07 22:02:30 +00:00
unclutter Add DESTDIR support. 2008-06-20 01:09:05 +00:00
videoproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
vte update to 0.20.1 2009-04-16 20:34:46 +00:00
wdm
wmavgload
wmfire
wmfstatus
wmweather
worker Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wterm Don't try to use the X11 display ":0" if the display not defined because 2008-05-22 12:30:44 +00:00
wxGTK24 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
wxGTK26 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
wxGTK26-contrib Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
wxGTK28 Fix buildling for X11R7 2009-05-15 07:08:59 +00:00
wxGTK28-contrib wxGTK28-contrib has to be in sync with wxGTK28 so drop local maintainer 2009-03-27 14:49:19 +00:00
wxhaskell Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
wxWindows-docs
x2x update master site. 2009-05-12 21:43:48 +00:00
x11perf Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
x11vnc Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
x3270 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xaniroc Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
XaoS Update to Xaos 3.3. 2008-05-25 19:23:02 +00:00
xauth Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xautolock Add DESTDIR support. 2008-06-20 01:09:05 +00:00
Xaw-Xpm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
Xaw3d Add new home page URL. 2009-05-03 11:50:46 +00:00
xbacklight Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
Xbae Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xbanner
xbindkeys Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
xbindkeys-tk
xbitmaps Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xcalc Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xcb Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xcb-proto split the "xcbgen" Python extension which comes with xcb-proto 2009-04-08 13:06:22 +00:00
xcb-util Update to 0.3.4, add missing gperf build dependency. 2009-04-25 11:31:32 +00:00
xclip Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
xclock xclock(1) calls iconv_open(3), so it must be linked against -liconv on 2008-11-24 13:37:16 +00:00
xcmiscproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xcolors Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xcolorsel Add DESTDIR support. 2008-06-20 01:09:05 +00:00
xcompmgr Enable damage notification by default, as I've been using xcompmgr 2008-08-09 10:12:06 +00:00
Xcomposite Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xconsole Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xcruise Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
xcursor Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xcursorgen Add DESTDIR support. 2008-06-20 01:09:05 +00:00
xdaemon Remove the remaining NO_MTREE definitions, it has been a nop for a 2009-04-08 22:43:23 +00:00
xdaemon2 Remove the remaining NO_MTREE definitions, it has been a nop for a 2009-04-08 22:43:23 +00:00
xdesktopwaves
xdg-user-dirs import xdg-user-dirs-0.10 which does basically provide a tool 2009-04-16 19:06:56 +00:00
xdialog Update to 2.3.1 2008-08-29 16:43:58 +00:00
xdm Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xdm3d Needs libXp nowadays. 2009-02-09 16:28:44 +00:00
xdpyinfo Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xdriinfo Import xdriinfo-1.0.2. NOTE: this package requires Mesa-7.0.4.1nb3 2008-10-21 06:27:52 +00:00
xearth add more mirror. 2009-05-01 15:31:14 +00:00
xephem Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
xev Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xextproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xeyes Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xf86-input-keyboard xf86-input-keyboard-1.3.2nb1. 2009-03-14 11:12:32 +00:00
xf86-input-mouse xf86-input-mouse-1.3.0nb2. 2009-03-14 11:09:37 +00:00
xf86-input-vmmouse Update to 12.6.3: 2009-02-25 16:04:11 +00:00
xf86-input-void Update to 1.2.0: 2009-02-25 16:06:52 +00:00
xf86-video-apm Update to 1.2.1: 2009-02-25 18:36:09 +00:00
xf86-video-ark Update to 0.7.1: 2009-02-25 18:38:30 +00:00
xf86-video-ast Update to 0.87.0: 2009-02-25 18:40:33 +00:00
xf86-video-ati Update to 6.11.0: 2009-02-25 23:29:11 +00:00
xf86-video-chips PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-cirrus PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-cyrix PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-glint PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-i128 PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-i740 PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-imstt PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-intel Update xf86-video-intel to 2.7.1. 2009-05-14 12:57:57 +00:00
xf86-video-mach64 PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-mga PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-neomagic PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-nsc PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-nv patch-a{a,b}: Match PCI id for GeForce 7000M. 2009-05-12 13:20:41 +00:00
xf86-video-nvxbox PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-openchrome This is the VIA openchrome video driver for the modular Xorg server. 2009-04-24 16:52:45 +00:00
xf86-video-r128 PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-radeonhd Update to xf86-video-radeonhd-1.2.5. Changes: 2009-05-07 13:32:08 +00:00
xf86-video-rendition PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-s3 PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-s3virge PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-savage PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-siliconmotion PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-sis PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-tdfx PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-tga PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-trident PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-tseng PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-vesa PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-vga PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-via PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86-video-vmware Update xf86-video-vmware to 10.16.5. 2009-05-11 07:21:51 +00:00
xf86-video-wsfb PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
xf86bigfontproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xf86dgaproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xf86driproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xf86miscproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xf86vidmodeproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce3 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
xfce4-clipman-plugin Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-desktop Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-exo Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-eyes-plugin Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-gtk2-engine Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-mcs-manager Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-mcs-plugins Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-notes-plugin Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-panel Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-places-plugin Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-screenshooter-plugin Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-session Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-terminal Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfce4-utils Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfd Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xfishtank Mark as destdir ready. 2008-07-14 12:55:56 +00:00
Xfixes Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xflame Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xfontsel Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xforms Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xfstt Set proper dependencies. This now builds for xorg as well as xfree. 2008-08-31 07:35:09 +00:00
xgamma Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xgas Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xglobe
xgrk
xhangglider
xhost Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xine-xcb add the "xine-xcb" plugin for xine-lib, from Mark Davies per pkgsrc-wip 2009-04-06 11:37:13 +00:00
xineramaproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xinit Update to 1.1.1: 2009-01-07 10:57:58 +00:00
xinput Update to 1.4.0: 2009-02-25 16:10:17 +00:00
xjman
xkbcomp Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xkbd Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xkbdata Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xkbset
xkeyboard-config Update to xkeyboard-config-1.4: 2008-10-15 08:52:42 +00:00
xkeycaps Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xkill Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xless Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xload Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xlockmore Update "xlockmore" package to version 5.28. Changes since 5.27: 2009-04-16 12:31:18 +00:00
xlockmore-lite Remove configure option "--without-glftgl" with is no longer recognized. 2009-02-04 13:16:33 +00:00
xlogo Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xlogout Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xlsclients Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xlt Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xlupe Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xmag Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xman Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xmascot Needs libXp nowadays. 2009-01-26 20:58:56 +00:00
xmessage Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
XmHTML Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xmindpath update master site. 2009-05-12 21:03:33 +00:00
xmms-osd Update to 2.2.14, enable Xinerama support, delint. Changes: 2009-02-03 19:59:41 +00:00
xmodmap Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xmon Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xmore Fix build in some environments and some compilers. x11/libXaw provides 2009-04-17 01:07:29 +00:00
xmountains Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmove update master site. 2009-05-12 21:03:33 +00:00
xmx Needs libXp. 2009-01-18 00:13:47 +00:00
xneko
xnodecor
xorg-cf-files Regen patchsum 2009-02-25 14:40:48 +00:00
xosd Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xp Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xpad Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xpaste Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xpenguins Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xphoon Drag this kicking and screaming into the Century of the Fruitbat. 2008-07-28 02:45:56 +00:00
xplanet
xplsprinters Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xpmicons
xpmroot Activated LICENSE=... 2009-05-12 12:27:19 +00:00
xpns Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xpostit Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xprehashprinterlist Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xprop Update to xprop-1.0.4. Changes: 2008-08-09 20:03:35 +00:00
xproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xproxymanagementprotocol Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xrandr Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xrdb Update to xrdb-1.0.5. One bug fix: 2008-08-09 20:07:34 +00:00
xrefresh Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
Xrender Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xrestop update master site. 2009-05-12 21:25:25 +00:00
xscreensaver Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xscreensaver-demo
xscribble Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xscript Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xsel Import xsel version 1.2.0. 2008-04-05 13:07:35 +00:00
xservers Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
xset Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xsetmode Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xsetpointer Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xsetroot Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xsm Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xsnow Update MASTER_SITES and HOMEPAGE to new location. 2008-12-28 12:57:17 +00:00
xteddy Simplify and make destdir ready. 2008-09-16 12:42:03 +00:00
xteddy2 Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xterm Update to xterm-239. 2009-01-14 20:57:02 +00:00
xtermset Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xtoolwait update master site. 2009-05-11 21:21:25 +00:00
xtrans Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xvattr Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xvidcap Recursive dependency bump for multimedia/x264-devel. It's tough 2008-12-18 17:28:16 +00:00
xvidcap-gtk2
xvidtune Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xview Use META_PACKAGE 2009-04-08 23:11:13 +00:00
xview-clients Make this crap build again. PKGREVISION++ because of the xview-lib issues. 2008-08-30 20:03:03 +00:00
xview-config Fix my last change (back in August) -- apparently I forgot to escape the 2009-01-07 04:28:53 +00:00
xview-lib Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xvinfo Fix typo as reported by Andy Ball. 2009-05-05 02:48:11 +00:00
xwatchwin Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xwd Update to 1.0.2: 2008-07-29 21:08:59 +00:00
xwininfo Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xwit Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xworld remove dead mirror. 2009-05-01 15:33:43 +00:00
xwrits Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xwud Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
xxkb Change MAINTAINER email address at his request. 2009-03-21 16:07:02 +00:00
zenity Update zenity to 2.26.0. 2009-03-16 23:00:17 +00:00
Makefile Added x11/dri2proto version 2.0. 2009-05-19 06:49:29 +00:00