summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add brightside, a tool that adds edge and corner actions to the GNOME desktop.Joe Marcus Clarke2004-07-028-0/+466
| | | | | | | | | For example, with brightside, you can switch virtual desktops by moving the pointer to the edge of the screen. You can also allocate actions to the corners a la Mac OS X. Notes: svn path=/head/; revision=112721
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-1/+1
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* Add intlhack to fix build on -STABLE.Alexander Nedotsukov2004-07-012-2/+2
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=112666
* Add missing buildtime dependency.Hye-Shik Chang2004-06-301-0/+1
| | | | Notes: svn path=/head/; revision=112587
* Add ruby-gtktrayicon 0.1.0,Hye-Shik Chang2004-06-305-0/+38
| | | | | | | a Ruby-binding for GTK+2 trayicon. Notes: svn path=/head/; revision=112583
* Update to 1.03.Joe Marcus Clarke2004-06-293-3/+16
| | | | Notes: svn path=/head/; revision=112518
* Update to GNOME 2.6.2. The full set of changesis listed atJoe Marcus Clarke2004-06-294-5/+4
| | | | | | | http://lists.gnome.org/archives/gnome-announce-list/2004-June/msg00067.html. Notes: svn path=/head/; revision=112515
* Use the new new GConf handling scheme.Joe Marcus Clarke2004-06-292-144/+60
| | | | Notes: svn path=/head/; revision=112514
* Update to 2.6.2.Adam Weinberger2004-06-296-8/+8
| | | | Notes: svn path=/head/; revision=112513
* Set default FirstVT value to 9 which in most of the cases will protectAlexander Nedotsukov2004-06-251-8/+15
| | | | | | | | | VTAllocation users from troubles. Prompted by: marcus Notes: svn path=/head/; revision=112197
* Update to 0.06.Jeremy Messenger2004-06-243-4/+21
| | | | Notes: svn path=/head/; revision=112168
* Update to 0.7.Joe Marcus Clarke2004-06-242-4/+4
| | | | Notes: svn path=/head/; revision=112160
* Remove stale mastersite.Mark Linimon2004-06-242-3/+2
| | | | | | | | | PR: ports/66916 Submitted by: Roman Neuhauser <neuhauser at chello to cz> Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=112152
* Work around a bug in QString::fromUtf8Tilman Keskinoz2004-06-232-0/+46
| | | | | | | | | | This fixes my crashes of Konqueror, Kmix, Kate & ... on AMD64 Submitted by: Frerich Raabe Obtained from: KDE CVS Notes: svn path=/head/; revision=112079
* - Add two knobs:Michael Landin2004-06-231-3/+16
| | | | | | | | | | | | - WITHOUT_JPEG - WITHOUT_PNG - Tell configure where to look for libs Submitted by: Grigori Goronzy <greg@chown.ath.cx> Notes: svn path=/head/; revision=112061
* unbreak 4.x.FUJISHIMA Satsuki2004-06-231-1/+1
| | | | | | | Reported by: bento via vs@ Notes: svn path=/head/; revision=112057
* Add user-selector-applet 0.0.7, fast user switching applet for GNOME.Alexander Nedotsukov2004-06-2313-0/+125
| | | | Notes: svn path=/head/; revision=112054
* Implement VTAllocation support.Alexander Nedotsukov2004-06-233-3/+122
| | | | Notes: svn path=/head/; revision=112053
* C89-ify for 4.xVolker Stolz2004-06-237-0/+244
| | | | Notes: svn path=/head/; revision=112038
* Add xrsh, a port that contains two commands:Pav Lucistnik2004-06-224-0/+42
| | | | | | | | | | | | | | | | | Xrsh is designed to allow you to start an X client on a remote machine with the window displayed on the current server's $DISPLAY. It has many options that give you the ability to propagate environment variables (including DISPLAY) to the remote system and works with various types of X server access control including xauth and xhost. Xrlogin opens a local xterm window and runs rlogin or telnet to connect to a remote machine. PR: ports/67855 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=112010
* Add a workaround patch which fixes segfault-on-exit in various applicationsMichael Nottebrock2004-06-214-2/+272
| | | | | | | | | | in -STABLE and 5.x-Release (-CURRENT is not affected). Patch by: Frerich Raabe <raabe@kde.org> PR: 59552 (related) Notes: svn path=/head/; revision=111951
* Fix build on FreeBSD > 502115.Max Khon2004-06-211-4/+5
| | | | | | | | PR: 68162 Submitted by: MAINTAINER Notes: svn path=/head/; revision=111929
* BROKEN on 5.x: Does not compileKris Kennaway2004-06-201-0/+4
| | | | Notes: svn path=/head/; revision=111848
* New port: xorg, a metaport for the X.Org distribution. It lacks the documentsEric Anholt2004-06-194-0/+62
| | | | | | | port still, but this should be good enough for now. Notes: svn path=/head/; revision=111785
* Add gtkchtheme, yet another gtk2 theme switcher.Adam Weinberger2004-06-184-0/+42
| | | | | | | | | | | | | | This little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible. Themes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration there's a large variety of widgets. It was originally derived from Gtk Theme Switch, but what started out as a hack to remove various nuisances now shares no code whatsoever anymore with the original. Notes: svn path=/head/; revision=111744
* Fix build on -stable with xorg-libraries installed, and remove an unnecessaryEric Anholt2004-06-172-12/+19
| | | | | | | dependency. Notes: svn path=/head/; revision=111645
* Use tabs and not spaces to appease portlint.Joe Marcus Clarke2004-06-152-4/+4
| | | | Notes: svn path=/head/; revision=111516
* * Plug a potential file descriptor leak in the wireless appletJoe Marcus Clarke2004-06-154-18/+26
| | | | | | | * Add a missing dependency on gstreamerplugins, and bump PORTREVISION Notes: svn path=/head/; revision=111515
* Update to 2.6.2.Joe Marcus Clarke2004-06-144-8/+6
| | | | Notes: svn path=/head/; revision=111498
* Update to 2.6.2.Joe Marcus Clarke2004-06-146-6/+10
| | | | Notes: svn path=/head/; revision=111497
* Update to 2.6.2.Joe Marcus Clarke2004-06-146-6/+46
| | | | Notes: svn path=/head/; revision=111496
* - Fix dependenciesKirill Ponomarev2004-06-141-4/+2
| | | | | | | | PR: ports/67924 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=111453
* Add gtkterm2, a simple, tabbed, terminal built on gtk+ and the vte terminalJoe Marcus Clarke2004-06-135-0/+59
| | | | | | | | | | widget. PR: 67863 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=111405
* Remove NO_XALF from the .desktop file, and properly register OMF files.Joe Marcus Clarke2004-06-132-0/+7
| | | | | | | | PR: 67892 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=111403
* install wmmsg.distOliver Lehmann2004-06-122-0/+9
| | | | | | | | PR: 67746 Submitted By: maintainer Notes: svn path=/head/; revision=111329
* Add a WWW link to the pkg-descr.Joe Marcus Clarke2004-06-111-0/+2
| | | | | | | | PR: 67848 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Notes: svn path=/head/; revision=111311
* Update to 2.6.0.3.Joe Marcus Clarke2004-06-115-91/+95
| | | | Notes: svn path=/head/; revision=111301
* Update to version 3.2.3Michael Nottebrock2004-06-0942-347/+412
| | | | Notes: svn path=/head/; revision=111165
* Fix build in presence of libutils.Volker Stolz2004-06-091-0/+2
| | | | | | | PR: ports/67716 Notes: svn path=/head/; revision=111137
* BROKEN: build failsKris Kennaway2004-06-091-0/+2
| | | | Notes: svn path=/head/; revision=111115
* BROKEN: Missing LIB_DEPENDSKris Kennaway2004-06-091-0/+2
| | | | Notes: svn path=/head/; revision=111113
* Utilize LDFLAGS to allow 4.X to bring in libgnugetopt.Adam Weinberger2004-06-071-1/+2
| | | | Notes: svn path=/head/; revision=110981
* Add EXTRACT_ONLY to prevent a warning with trying to extract the uncompressedJoe Marcus Clarke2004-06-062-0/+2
| | | | | | | | | splash screen image. Obtained from: MarcusCom CVS repo Notes: svn path=/head/; revision=110915
* Don't depend on gtar silently ignoring non-tar files in the input list,Kris Kennaway2004-06-061-0/+1
| | | | | | | by setting EXTRACT_ONLY. Notes: svn path=/head/; revision=110911
* Update to 1.2.2, with gtk20.Adam Weinberger2004-06-033-30/+17
| | | | Notes: svn path=/head/; revision=110724
* Fix extraction of Wraphelp2.gz, which was being taken from the wrong directory.Eric Anholt2004-06-021-1/+1
| | | | | | | Submitted by: Greg J. <xcas@cox.net> Notes: svn path=/head/; revision=110691
* - Chase depenency on on gnome-themes-extrasPav Lucistnik2004-06-021-1/+1
| | | | | | | Reported by: INDEX build failure on ports@ Notes: svn path=/head/; revision=110650
* - Populate new category x11-themes with some candidates from x11-wmPav Lucistnik2004-06-022-2/+2
| | | | | | | | | PR: ports/63146 List compiled by: adamw Repocopy by: marcus Notes: svn path=/head/; revision=110632
* - Populate new category x11-themes with some suitable candidatesPav Lucistnik2004-06-022-2/+2
| | | | | | | | | | | from x11-toolkits. PR: ports/63145 List compiled by: adamw Repocopy by: marcus Notes: svn path=/head/; revision=110629
* Upgrade to 4.16, the latest release. It contains 4 new screensavers,Doug Barton2004-06-013-4/+13
| | | | | | | and the usual round of small improvements to others. Notes: svn path=/head/; revision=110589