summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-09-15Add MANINSTALL to BUILD_DEFS for completeness.jmmv1-1/+5
2003-09-14Use my NetBSD.org email address.recht1-2/+2
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-7/+1
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-09-14Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may bejlam1-1/+3
satisfied by a base system (X11R6) component.
2003-09-13Need to use :C instead of :S to get the "pop" action to work properly.jlam1-2/+2
2003-09-13Fix typoxtraeme1-2/+2
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant7-16/+15
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-12Add and enable gnome-themes and gtk-thinice-enginextraeme1-1/+3
2003-09-12Initial import of gtk-thinice-engine 2.0.2.xtraeme5-0/+73
gtk-thinice-engine is a simple and clean engine for GTK+-2. Ok'ed by jmmv@ and wiz@
2003-09-12Initial import of gnome-themes 2.2.xtraeme4-0/+1737
This package provides several GTK/GNOME 2 themes, including: Crux, Grand Canyon, High Contrast, High Contrast Large Print, High Contrast Large Print Inverse, Large Print, Low Contrast Large Print, Mist, Ocean Dream, Sandwish, Simple, Smokey Blue, Smokey and Traditional. Reviewed by jmmv@ and wiz@
2003-09-12update to 1.2.4drochner4-10/+23
didn't find a useful changelog, assuming a bugfix release; add a patch to make it compile with g++3
2003-09-12update to 1.4.2drochner3-10/+9
didn't find a useful changelog, most likely it is a bugfix release only; I'm only touching it because newer gnomemm/gnome-- want it, and gnomemm/gnome-- needs to be fixed to compile with gcc3
2003-09-11Add and enable gtksourceview.jmmv1-1/+2
2003-09-11Initial import of gtksourceview, version 0.6.0:jmmv6-0/+173
GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor.
2003-09-11Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supportsjlam4-8/+4
just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here.
2003-09-09python/extension.mk has to be included before any other Python module.recht1-4/+4
2003-09-09due to the way version requirement propagation works, <extension.mk>drochner1-2/+2
must be included before other Python stuff in Python extension pkgs which depend on other Python extension pkgs
2003-09-09Add and enable py-gnome2.recht1-1/+2
2003-09-09Initial import of py-gnome2 2.0.0.recht5-0/+149
The gnome-python package contains the source packages for the Python bindings for GNOME called PyGNOME. PyGNOME is an extension module for Python that provides access to the base GNOME libraries, so you have access to more widgets, a simple configuration interface, and metadata support.
2003-09-09Use GNU make in Linuxmartti1-1/+8
2003-09-09Update to 2.4.1.2.recht3-116/+698
Patch provided by Joachim Koenig-Baltes in PR 22704.
2003-09-09Apply patch provided by Joachim Koenig-Baltes in PR 22700 to make wxPythonrecht3-3/+17
2.4.1.2 compile. (Adds a missing definition in include/wx/menuitem.h.) Bump PKGREVISION to 1.
2003-09-08Update to 2.0.recht2-6/+6
changes: - Roll version number over to 2.0. - Small fix to gtk.TextView.set_border_window_size() method. - Miscelaneous bug fixes.
2003-09-08Conflict with gnome2-terminal. Bump PKGREVISION to 7.jmmv1-2/+4
2003-09-08Do not rename the installed binary, because it breaks the package; keep thejmmv4-19/+8
gnome-terminal name, and add a missing CONFLICTS with gnome-core (they already conflicted). Fixes PR pkg/22266 by Rafal Boni. While here, bump gnome2-dirs dependancy to 1.2. Bump PKGREVISION to 1.
2003-09-08Changes 2.2.4:adam3-10/+11
* revert TreeView fix * type fixes * make pressing END not put the menu in scrolling mode * misc bug fixes * new and updated translation
2003-09-08Take over maintainership.wiz1-2/+2
2003-09-08Update to 4.13:wiz7-18/+50
4.13 * On Xinerama systems, xscreensaver now runs one hack on each monitor (just like in ``real'' multi-head mode) instead of running one hack stretching across all the screens. Note that for this to work with any 3rd party screensavers, they must update their ``vroot.h'' file. * webcollage and vidwhacker display images using xscreensaver-getimage now. * Added ljlatest script for use with starwars and phosphor. 4.12 * New GL hacks, flipflop, antspotlight, and polytopes. * Added VMS to bsod. * Compile without warnings in ``gcc -pedantic''. * Updates to webcollage and queens. * Fixed a bug that could cause PAM to hang.
2003-09-07Fix pathname to patched file so "sub packages" of p5-gtkseb2-5/+5
- which have a different WRKSRC - can actually be built.
2003-09-05Move BUILDLINK_CHECK_BUILTIN.<pkg> documentation into bsd.buildlink3.mk.jlam1-6/+1
2003-09-04Use ${LIBOSSAUDIO} to reference libossaudio, just in case it doesn't existjlam1-2/+2
on the system.
2003-09-04There is no x11.buildlink2.mk.jlam1-2/+2
2003-09-04Now uses ${CXXFLAGS} for the default system optimizationadam3-10/+10
2003-09-04Package sharing this file should also use the same patches; setwiz1-1/+2
PATCHDIR (per suggestion from mrg).
2003-09-03Updated to 2.4.1xtraeme4-27/+9
Changes: 2.4.1 ----- - fixed wxLANGUAGE_CHINESE_TAIWAN to use zh_TW catalogs - added missing wx/quantize.h to install - improved wxScrolledWindow/sizer interaction - fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName - fix for deleting entries at root level in wxFileConfig - wxStopWatch::Start() didn't resume it contrary to the docs - accept '\r' as delimiter when parsing dates - fixed duplicate wxFontEncoding values - wxFileConfig now always uses UTF-8 to store settings in Unicode build; it will be possible to set different charset in wxWindows >= 2.5.0 - added wxFileName::MakeAbsolute - bugs in wxCalCtrl fixed (year not being updated)
2003-09-02Remove ".gz" from entry for manual page. "bsd.pkg.mk" will add it if ittron1-2/+2
is necessary.
2003-09-02Add and enable xpadxtraeme1-1/+2
2003-09-02Initial import of xpad 1.11. Reviewed by wiz@xtraeme6-0/+98
xpad is a sticky notes application written using GTK+ 2.0 that strives to be simple, fault-tolerant, and customizable. xpad consists of independent pad windows; each is basically a text box in which notes can be written. Despite being called xpad, all that is needed to run or compile it is the GTK+ 2.0 libraries. Here is a list of major features in the current xpad stable release: * GTK+ 2.0 powered text view. * Fault tolerant. All information is kept on the hard drive, not memory. So if power is lost or your computer freezes, there is little lost information. * xpad is very customizable. The color scheme (text, background, and window borders) and the font can be changed. These settings can be applied to one pad or set as the default for future pads. Want window decorations or not? Your choice. * A customizable toolbar puts the most frequently used commands at your fingertips. * Support for the X session management protocol. * Support for the www.freedesktop.org system tray proposal. http://xpad.sourceforge.net/
2003-09-02Add some buildlink3.mk files needed by x11-links>=0.13.jlam1-0/+76
2003-09-01whitespace fixescjep1-2/+2
2003-08-31xcolorsel doesn't make if XAW_TYPE is set to `neXtaw' in mk.conf, so setkei1-2/+2
it to `3d' instead in this case as well as `standard'.
2003-08-31Update to 0.14.1:wiz3-7/+7
030823 Patch from Alexey I. Froloff <raorn@altlinux.ru>: This patch adds shadow width to SimpleMenu widget's height (last Sme overlaps with bottom shadow) and fixes SmeBSB drawing code (different regions were highlighted in Redisplay and FlipColors, "disabled" menu items were displayed as normal if .international is set to True).
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam2-4/+8
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-30Update to 1.25 and take maintainership:jmmv4-99/+54
- Bugs fixed. - Option controlling login panel geometry was added. - Support for antiliased fonts was added (works only with CVS snapshots of libWINGs).
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam6-47/+10
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30update ruby-fox package to 1.0.25 based on patch by private mailtaca5-112/+251
from Juan RP <xtraeme AT NetBSD DOT org>. (I've only change PLIST and miscellaneous format of files.) This package catch up to fox 1.0.43 and changes are vast, please refer <http://www.fxruby.org/doc/changes.html> in detail.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed2-2/+2
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-29treat neXtaw as valid XAW_TYPE. fixes by ishit in pkg/19080.kei1-3/+3
PKGREVISION++
2003-08-29Bump package revision to 3, (fox buildlink was updated to the new version).xtraeme1-2/+2
2003-08-29Updated fox to 1.0.43. Many changes and fixes to paste here, to seextraeme9-93/+155
a full list of changes: http://www.fox-toolkit.org/news.html Closes my own PR pkg/22407. Ok'ed by wiz@