aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* The correct fix for the previous patches is USE_IMAKE,alex2000-08-142-12/+2
| | | | which is handled in bsd.port.mk for XFree86-4.
* This port needs xmkmf in order to build.alex2000-08-141-2/+8
| | | | | | | | | | Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4, or version 4 if the previous condition is not true (that is, in the case xmkmf isn't installed on the system). Portlint while I'm here. Found by: bento
* This port needs xmkmf in order to build.alex2000-08-141-0/+6
| | | | | | Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4, or version 4 if the previous condition is not true (that is, in the case xmkmf isn't installed on the system).
* Add bbpager 0.2.8, a pager for the BlackBox Window Manageralex2000-08-126-0/+35
| | | | | PR: 19358 Submitted by: Patrick Seal <patseal@hyperhost.net>
* - Update MASTER_SITES and WWW:kevlo2000-08-124-16/+12
| | | | | | | | | - Support X11BASE properly - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20546 Submitted by: Ports Fury
* Update for new shlib revision from guile 1.4ade2000-08-041-1/+1
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-0335-64/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Ooops, that's what you get for always installing your window manager first.reg2000-08-021-1/+2
| | | | | PR: ports/20343 Submitted by: takashi@ueda.info.waseda.ac.jp
* Upgrade to 1.0.4 nls patch-level 4.sada2000-07-294-8/+15
| | | | | PR: ports/20274 Submitted by: maintainer
* Remove %D/share/gnome if empty.sobomax2000-07-271-0/+2
| | | | Submitted by: bento
* Update to 0.30.3.sobomax2000-07-256-4/+6
|
* Change MASTERSITE to author's mastersite.alex2000-07-201-1/+1
| | | | | | Previous master-site was only a temporary fix. Submitted by: Matthew West <mwest@cs.uct.ac.za>
* (1) /usr/share/info/dir was renamed to dir-tmpl.taoka2000-07-192-6/+0
| | | | | | | | | | | (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile
* Add bbkeys 0.3.3 - a keygrabber for the Blackbox window manager.alex2000-07-197-0/+82
| | | | | PR: 19359 Submitted by: Patrick Seal <patseal@hyperhost.net>
* Extract libepplet from the epplets port now that has it's own port.kbyanc2000-07-186-8/+242
| | | | | PR: 19396 Submitted by: kbyanc@posi.net
* New port: libepplet. This is the library portion of the existing eppletskbyanc2000-07-186-0/+43
| | | | | | | port, the base library against which epplets must be linked. PR: 19396 Submitted by: kbyanc@posi.net
* Update librep/rep-gtk/sawfish triplet to the latest versions:sobomax2000-07-186-4/+8
| | | | | | librep: 0.12.3 rep-gtk: 0.13a sawfish: 0.30.2
* Update to 3.4.4.sobomax2000-07-174-4/+4
|
* Update to 0.9.1nakai2000-07-162-4/+4
| | | | | PR: ports/19767 Submitted by: Kato Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.30.sobomax2000-07-118-48/+40
|
* Update to 3.4.4.sobomax2000-07-104-4/+4
|
* Forgot to include this file in the previous commit.steve2000-07-081-0/+4
|
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-083-16/+21
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Made up for MAN and PLIST.sada2000-07-074-12/+102
| | | | | | | | | | This PR was sent as "Upgrade to 2.3.19", which is also sent by Maintainer and already committed, but the latter has problem with MAN and PLIST notations. So I committed this as a fix for current revision. PR: ports/19639 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
* Upgrade to 2.3.19.sada2000-07-066-4/+6
| | | | | PR: ports/19439 Submitted by: Maintainer
* Upgrade to 2.3.8, beta version.sada2000-07-067-737/+749
| | | | | PR: ports/14088 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* Bump png shared library version.sobomax2000-07-044-4/+4
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Yet another project moved to Sourceforge.sobomax2000-07-032-2/+3
| | | | | PR: 19667 Submitted by: maintainer
* Update to 0.29.sobomax2000-07-038-94/+250
|
* Update WWW.sobomax2000-06-301-1/+2
| | | | | PR: 19581 Reported by: Dmitry S. Sivachenko <dima@Chg.RU>
* Update to 2.6.2.sobomax2000-06-294-2/+24
|
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-293-4/+8
| | | | MASTER_SITE_LOCAL site.
* Use ${MASTER_SITE_LOCAL}.asami2000-06-291-2/+3
|
* Update to 3.4.2.sobomax2000-06-274-4/+4
|
* Update to 3.4.1.sobomax2000-06-266-4/+12
|
* Add missed libxml to LIB_DEPENDS.sobomax2000-06-261-1/+2
| | | | Submitted by: bento
* Update to 0.28.1.sobomax2000-06-256-6/+10
|
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-222-2/+2
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Move distfile to my local-distfile hosting on ftp.FreeBSD.org and unleashwill2000-06-221-3/+3
| | | | | | this port upon the people. Prodded repeatedly by: fenner's portsurvey ;-)
* Update to 1.0.4nakai2000-06-192-5/+6
| | | | | PR: ports/19240 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
* Update to 1.0.4nakai2000-06-191-3/+3
|
* Update to 1.0.4nakai2000-06-192-2/+2
|
* Update to 0.32.5nakai2000-06-192-2/+2
|
* Update to 0.60.3cpiazza2000-06-1812-102/+132
| | | | | PR: 19356 Submitted by: maintainer
* Give Patrick Seal <patseal@hyperhost.net> maintainership ofcpiazza2000-06-181-1/+1
| | | | these ports.
* Make Patrick Seal <patseal@hyperhost.net> the maintainer sincecpiazza2000-06-183-3/+3
| | | | I've been neglecting this port lately..
* Activate fvwm2-devel.sada2000-06-171-0/+1
| | | | | PR: ports/14088 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-175-5/+5
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-163-3/+3
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-164-5/+2
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-146-6/+12
|
* Fix installation of Gnome-Control-Center pieces.sobomax2000-06-134-48/+80
| | | | | | | | | | "The sawfish window manager (x11-wm/sawfish) installs a Gnome control applet by default. This applet is installed into /usr/X11R6/share/control-center however this should be /usr/X11R6/share/gnome/control-center in FreeBSD (Gnome 1.2.0). The capplet doesn't work otherwise." PR: 19242 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Update to 0.28 version. Also add several missed @dirrm's into PLIST while I'msobomax2000-06-136-6/+32
| | | | here.
* Add icepref, a small graphical configuration utility for IceWM.will2000-06-137-0/+75
| | | | | PR: 19097 Submitted by: Michael Urban <murban@tznet.com>
* Change MASTER_SITES to point local-distfiles/kuriyama on ftp.FreeBSD.org.kuriyama2000-06-121-1/+1
|
* Fix typo (also backcontributed): body[0], body[0] --> body[0], body[1]alex2000-06-112-0/+22
| | | | | | PR: 18914 Submitted by: Denis Mittsev <Denis Mittsev <dm@dmhome.orsk.ru>> Reviewed by: will
* Update to 0.32nakai2000-06-103-2/+3
|
* Update to 1.1.8nakai2000-06-072-2/+2
|
* Add icewm-i18nnakai2000-06-061-0/+1
|
* gettextized version of icewm.nakai2000-06-0615-0/+636
| | | | | PR: ports/18484 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
* Add spagernakai2000-06-051-0/+1
|
* Initial Import.nakai2000-06-057-0/+75
| | | | Spager is a pager for sawfish without GNOME.
* Update to 3.4.0.sobomax2000-06-058-44/+116
|
* Rename sawmill to sawfish.nakai2000-06-041-1/+1
|
* Missed a few ports in the GNOME 1.2 updateade2000-06-032-2/+2
|
* Update MAINTAINER email address.will2000-06-021-1/+1
| | | | | PR: 18956, 18957 Submitted by: maintainer
* Updates for new shared library versions in GNOME 1.2ade2000-06-023-3/+3
|
* @dirrm iconsasami2000-06-014-0/+4
| | | | Submitted by: bento
* Update to 1.1.7nakai2000-05-312-2/+2
| | | | Submitted by: tkato@prontmail.ne.jp
* Add three missing pixmaps.asami2000-05-311-0/+3
|
* Add USE_BZIP2, remove redundant GNU_CONFIGURE; properly account for newwill2000-05-303-3/+5
| | | | | | | libraries installed by this port (ldconfig in PLIST). PR: 18886 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.27.2nakai2000-05-288-754/+800
|
* Update to 1.00.knu2000-05-213-7/+7
| | | | | PR: ports/18693 Submitted by: ex-MAINTAINER (who resigned in this update)
* Nuke afterstep-devel.will2000-05-201-1/+0
| | | | | Submitted by: sobomax Approved by: maintainer
* Update to version 0.16.4.jim2000-05-1915-372/+5991
| | | | | | Submitted by: Sean C. Farley <sean-freebsd@farley.org> Prodded into committing by: Clive Lin <clive@CirX.ORG> in a message to -ports Cc'd to maintainer
* Added bunch of missed WWW's.sobomax2000-05-1810-0/+20
|
* Final 's|sobomax@altavista.net|sobomax@FreeBSD.org|'sobomax2000-05-181-1/+1
|
* Update to version 0.14.2.steve2000-05-017-52/+146
| | | | | PR: 17948 Submitted by: maintainer
* From the submitter:steve2000-05-0112-580/+1292
| | | | | | | | | | | | - makes this port to obey the PREFIX setting (it used to be hard coded /usr/X11R6) - adds more nice icons - puts all icons into /usr/X11R6/icons (or ${PREFIX}/icons) - overrides PR 17001 so please close it (I found a better way to include the icons :-) PR: 17953 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
* Update to version 0.4.0.jim2000-04-293-7/+8
| | | | Submitted by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
* Update to 0.62.1.knu2000-04-253-67/+4
| | | | | PR: ports/18044 Submitted by: MAINTAINER
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-242-2/+2
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* portlintmharo2000-04-212-2/+2
|
* portlint and remove a.out support in PLISTmharo2000-04-213-6/+6
|
* Update to 0.26ade2000-04-196-20/+86
| | | | Approved by: nakai
* backout previous changemharo2000-04-194-8/+4
|
* restore portname to pre PORTNAME conversion namemharo2000-04-181-1/+1
| | | | | PR: 17990 Submitted by: tkato@prontomail.ne.jp
* restore portname to original namemharo2000-04-184-8/+12
| | | | | PR: 17989 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-179-28/+27
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* DISTNAMe-related cleanups.asami2000-04-161-0/+1
|
* Update to 1.0.3nakai2000-04-162-2/+2
|
* Update to 3.3.3nakai2000-04-164-2/+4
| | | | | PR: ports/17502 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* - Update to 3.3.3nakai2000-04-162-2/+2
| | | | | | | | - Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properly - Add WWW: line into pkg/DESCR PR: ports/17462 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-1152-133/+132
|
* update to 2.6.1mharo2000-04-064-10/+8
| | | | | PR: 17768 Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
* Maxim Sobolev <sobomax@altavista.net> is the new MAINTAINER.tg2000-04-041-1/+1
| | | | Approved by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.62.1. Cosmetic fixes.tg2000-04-034-135/+74
| | | | | PR: 17766 Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
* update to 0.62mharo2000-04-027-30/+46
| | | | | PR: 17726 Submitted by: maintainer
* - add MultiByteText=YES on wsetfont at korean and korean2mharo2000-04-011-5/+21
| | | | | | | (PR from naondol@vishnu.snu.ac.kr) PR: 17519 Submitted by: maintainer
* Correct version number for libwraster.tg2000-03-312-1/+12
|
* Upgrade to 0.62.0.tg2000-03-316-26/+30
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Portlint a few minor nits from my previous commit.ade2000-03-284-8/+6
|
* Clean up x11-wm/ude port.will2000-03-261-2/+4
| | | | | PR: 17531 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Now E-Power is available.nakai2000-03-251-0/+117
| | | | Submitted by: Atsushi Sugai <atsushi@hafu0103.me.kagu.sut.ac.jp>
* Update to 0.25.2 - configuration from GNOME's control centerade2000-03-254-8/+8
| | | | | | now works again :) Approved by: maintainer
* Finish moving MAINTAINER for my ports.will2000-03-222-2/+2
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Activate udejedgar2000-03-121-0/+1
|
* UDE is a fast, small, and compact windowmanager thatjedgar2000-03-125-0/+93
| | | | | | | | | resembles blackbox/windowmaker simplicity. Its memory footprint is very small - sometimes only 4MB. It is ideal for people who have few system resources. PR: 17238 Submitted by: Will Andrews <andrews@technologist.com>
* Update to 0.25.1nakai2000-03-086-26/+62
|
* Update to 0.31nakai2000-03-052-3/+3
|
* Update to 3.3.1nakai2000-03-046-8/+26
| | | | | PR: ports/17125 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Support CFLAGS/PREFIX properlynakai2000-02-293-8/+20
| | | | PR: ports/17052
* Update to 1.1.6nakai2000-02-242-3/+3
|
* Fix bogon in PLIST_SUB that was preventing the PLISTade2000-02-242-2/+2
| | | | | | from being generated at install time. Not approved by: maintainer
* Distfile has gone.imura2000-02-223-8/+9
| | | | | | Modified DESCR and name of some installing file. Submitted by: fenner
* Update to 1.0.2nakai2000-02-222-3/+3
|
* Update to 0.29.4nakai2000-02-222-3/+3
|
* Update to fvwm 2.2.4cpiazza2000-02-2212-128/+184
| | | | | PR: 16833 Submitted by: Martti Kuparinen <martti.kuparinen@nomadiclab.com>
* Update to version 0.14.0.2taoka2000-02-226-3/+109
| | | | | | PR: 16878 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> No response from: maintainer
* Dmitry Sivachenko takes over MAINTAINERship. Thanks Diman.andreas2000-02-211-1/+1
|
* Reducing Maintainership to an amount of portsandreas2000-02-211-1/+1
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* Use %%VERSION%% for maintanance convenience.nakai2000-02-184-572/+574
| | | | Submitted by: taoka@FreeBSD.org
* Update to 0.24nakai2000-02-186-550/+582
|
* Update to 0.29.2nakai2000-02-182-3/+3
|
* To make libwmfuntaoka2000-02-175-1/+85
| | | | | | | To work correctly get-wraster-flags (add /usr/local/{lib,include} to output) PR: 16771 Submitted by: maintainer
* Update to 1.8.0taoka2000-02-177-533/+538
| | | | | | PR: 16734 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer
* Use ungif instead of giflibtaoka2000-02-172-3/+4
| | | | | | | Update japanese catalog files extends PR: 16738 Submitted by: maintainer
* Don't depend on libgif and libjpeg directly, imlib handles this.cpiazza2000-02-173-6/+0
| | | | | Verified to work correctly with libungif, message sent to maintainer.
* Deactivate libwmfun.tg2000-02-161-1/+0
|
* Fix LIB_DEPENDS; libwmfun is now part of the windowmaker port.tg2000-02-161-1/+1
| | | | | PR: 16727 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Merge libwmfun port with WindowMaker. Fix PLIST.tg2000-02-165-2/+84
| | | | | | | | PR: 16727 Submitted by: Maxim Sobolev <sobomax@altavista.net> Reviewed by: Will Andrews <andrews@technologist.com> Use libungif instead of giflib.
* Remove unnecessary giflib-related path from CONFIGURE_ENVade2000-02-162-4/+2
|
* Retire iconmaker, the author says that all the functionality can be foundbillf2000-02-161-1/+0
| | | | | | | | | in WindowMaker and IconMaker won't be maintained anymore. http://www.ozemail.com.au/~crn/wm/wings.html PR: ports/16735 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp
* Upgrade to ctwm 3.5.2b (aka 3.5.3 - but the distfiles is still called 3.5.2btorstenb2000-02-145-67/+110
| | | | | | for unknown reasons). Since the author of CTWM decided to depend on a feature of GNU's m4 this port now has a dependency on ports/devel/m4.
* Update to 0.28.2nakai2000-02-122-3/+3
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-083-4/+4
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Add amaterusnakai2000-02-071-0/+1
|
* Initial import.nakai2000-02-075-0/+29
| | | | | A new GTK+ window manager in very alpha quality. (But good.)
* Add -current patch.nakai2000-02-051-0/+11
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Add -current patchnakai2000-02-051-0/+10
| | | | Submitted by: Alexander Langer <alex@big.endian.de
* Update to 0.99.6.1nakai2000-01-313-15/+14
|
* Update to 0.23nakai2000-01-316-516/+554
|
* Standardize my e-mail as reg@FreeBSD.org.reg2000-01-301-1/+1
|
* Update to version 2.5.steve2000-01-304-16/+3
| | | | | PR: 16326 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Add gnome2wmaker.reg2000-01-291-0/+1
|
* This port breaks the record for depends for a single source file :-)reg2000-01-296-0/+47
| | | | | More interestingly, it allows you to have your GNOME menu within your Window Maker menu.
* Update port to 0.25jedgar2000-01-282-3/+3
| | | | | PR: 16392 Submitted by: Maintainer
* Add sapphirenakai2000-01-271-0/+1
| | | | | PR: ports/16386 Submitted by: Trevor Johnson
* Initial import.nakai2000-01-275-0/+29
| | | | | | | Small new window manager. PR: ports/16386 Submitted by: trevor@jpj.net
* Update to 0.22nakai2000-01-266-552/+532
| | | | | Now it is intenetionalized and enable for the multibyte enrivonment.
* update to 1.03mharo2000-01-222-3/+3
| | | | | PR: 16111 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 3.2.5nakai2000-01-226-6/+16
| | | | | PR: ports/16250 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update to 0.99.6nakai2000-01-173-5/+21
|
* Remove enlightenment-conf.vanilla2000-01-161-1/+0
|
* Update to 1.0.1nakai2000-01-142-3/+3
|
* Update to 0.5nakai2000-01-139-56/+266
|
* Update to 1.1.5nakai2000-01-112-3/+3
|
* Add patches. ( I forgot this. )nakai2000-01-102-0/+22
| | | | Submitted by: Youichi Asai (yatt.gnome.gr.jp)
* Update to 3.2.3nakai2000-01-096-10/+22
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Fix about PLIST and i18n.nakai2000-01-096-526/+576
| | | | Submitted by: Youichi Asai <yatt@gnome.gr.jp>
* Act like x11-wm/fvwm95 and install a bunch of FreeBSD icons.ade2000-01-061-0/+1
| | | | | PR: 14052 Submitted by: Dmitry Sivachenko <demon@landau.ac.ru >
* Compile with I18N by default.vanilla2000-01-012-3/+19
|
* Fix MASTER_SITES and use Perl to simulate sed(1).steve1999-12-301-4/+3
| | | | | PR: 15771 Submitted by: maintainer
* Toss in a better mult-byte character support.steve1999-12-291-0/+11
| | | | | PR: 12637 Submitted by: Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
* General comment cleanups.hoek1999-12-291-1/+1
|
* Add more MASTER_SITE.nakai1999-12-281-1/+2
| | | | Submitted by: Dirk Froemberg <dirk@freebsd.org>
* Update to 0.4nakai1999-12-275-5/+78
|
* Update to 1.0.0nakai1999-12-273-5/+7
|
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-251-1/+1
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to 0.20.1nakai1999-12-246-464/+538
| | | | | PR: ports/15566 Submitted by: Rod Taylor rod@zort.on.ca
* Update to 3.2.2.nakai1999-12-246-10/+64
| | | | | PR: ports/15240 Submitted by: Maxim Sobolev sobomax@altavista.net, tkato@prontmail.ne.jp
* Update to version 2.4.steve1999-12-243-34/+23
| | | | | PR: 15355 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update to version 2.4.steve1999-12-241-3/+4
| | | | | PR: 15355 Submitted by: Maix Sobolev <sobomax@altavista.net>
* Add my distfiles dir on freefall to the MASTER_SITES. This should keepjim1999-12-231-0/+1
| | | | fenner's distfile survey happy.
* Update to version 1.02.steve1999-12-116-15/+72
| | | | | PR: 15384 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix the makefile so the port will build.wes1999-12-111-1/+2
| | | | | PR: ports/15386 Submitted by: Will Andrews <andrews@technologist.com>
* MASTER_SITE movedcpiazza1999-12-082-2/+2
|
* Activate wmanagercpiazza1999-12-061-0/+1
|
* WManager is a windowmanager manager.cpiazza1999-12-069-0/+164
| | | | | | | | It "manages" your windowmanagers by letting you choose from your favorites on starting up X. PR: 15133 Submitted by: Will Andrews <andrews@technologist.com>
* Update to 0.17nakai1999-12-028-488/+468
|
* Use gnome.3nakai1999-12-011-1/+1
| | | | | PR: ports/15112 Submitted by: Alex D. Chen <dhchen@ilh.dorm9.nccu.edu.tw>
* Add Brian Scott's apm patch.nakai1999-12-012-3/+88
| | | | Submitted by: Brian Scott <bscott@bunyatech.com.au>
* Guile shared lib version changedjseger1999-11-291-1/+1
|
* Activate xwmm.imura1999-11-271-0/+1
|
* Initial import of xwmm-0.7.imura1999-11-277-0/+98
| | | | It is a Window Manager Manager. :-)
* Bump freetype's lib numberjseger1999-11-253-3/+3
|
* Update to 0.16.3nakai1999-11-249-33/+33
| | | | Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
* Update to 0.9.52nakai1999-11-243-7/+7
|
* Add Imlib depend line and delete the obsolete MASTER_SITE.nakai1999-11-192-4/+4
| | | | Submitted by: tkato@prontmail.ne.jp
* Update to 0.9.50nakai1999-11-163-4/+8
|
* Update to 3.2.0nakai1999-11-166-808/+864
|
* Update to 0.16.2nakai1999-11-1412-1659/+1659
| | | | Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
* Quietly try to remove a directory that is owned by the XFree86 portsteve1999-11-141-1/+1
| | | | | | | and don't bomb if it fails. PR: 14666 Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Change path of MASTER_SITE.dirk1999-11-121-1/+1
|
* Add sawmill.nakai1999-11-111-0/+1
|
* Initial import.nakai1999-11-1110-0/+590
| | | | Lisp configurable window manager.
* Update to 1.1.4nakai1999-11-083-40/+51
| | | | | | | - esd support. - Sun/*BSD wav sound support fix. - fix for the colormap change. - and more bug fix.
* Add an attention that only few epplets work.nakai1999-11-031-0/+4
|
* Update to 0.16.1nakai1999-10-2912-1641/+1665
| | | | Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
* Update to 0.14.12nakai1999-10-282-5/+6
| | | | | PR: ports/14538 Submitted by: sobomax@altavista.net
* Update to 0.99.5.1nakai1999-10-273-3/+19
|
* Update to 1.1.3.nakai1999-10-272-7/+3
|
* a mini-dock application development environment for Enlightenment.nakai1999-10-265-0/+58
|
* Add epplets to the entry.nakai1999-10-251-0/+1
|
* Small fix to the version line in the comment field.nakai1999-10-193-3/+3
|
* Update to 0.99.4nakai1999-10-193-6/+9
|
* Update to 1.1.2nakai1999-10-192-3/+3
|
* Update to 0.16.0nakai1999-10-1815-1962/+3906
| | | | Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
* Bump gnome libraries' version numbers.asami1999-10-171-1/+1
| | | | Should have been done by: nakai
* Scwm depends esound.nakai1999-10-131-0/+1
|
* Finish updating this port to version 2.3 - version required comment,steve1999-10-123-6/+5
| | | | | | | new URL, and PLIST changes so this will package again. PR: 14207 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Fix PropList shlib version. Along with Imlib, it was actually broken inasami1999-10-111-1/+1
| | | | rev. 1.7 by dan. (Apologies to Nakai-san.)
* Activate the wmthemeinstall port.steve1999-10-111-0/+1
|
* Initial import of wmthemeinstall version 0.62.steve1999-10-115-0/+56
| | | | | | | A program for managing themes for WindowMaker. PR: 14241 Submitted by: Will Andrews <andrews@technologist.com>
* Bump imlib shlib version.asami1999-10-101-1/+1
| | | | Forgotten by: nakai
* What's with the weird indenting? Fix it.asami1999-10-101-12/+12
|
* Upgrade to 0.9.49.vanilla1999-10-102-3/+3
|
* Add back xpm dependencies so these will build again.asami1999-10-092-2/+4
|
* Update wmakerconf to 2.3dan1999-10-092-15/+15
| | | | | PR: ports/14179 Submitted by: Maintainer
* Update port to 0.61.1dan1999-10-094-4/+26
| | | | | PR: ports/14156 Submitted by: mac@jp.freebsd.org
* Bump libPropList shlib number.asami1999-10-081-1/+1
|
* Use updated imlib library.nakai1999-10-081-3/+3
|
* Use updated imlib library.nakai1999-10-086-6/+6
|
* esound library update esd.1 -> esd.2nakai1999-10-083-3/+3
|
* Use the updated libproplist shared librarycpiazza1999-10-071-1/+1
|
* Upgrade to 0.61.1.tg1999-10-063-5/+7
| | | | | PR: 14149 Submitted by: Brian Handy <handy@physics.montana.edu>
* Update to 0.99.3nakai1999-10-066-112/+260
|
* Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>nakai1999-10-065-36/+25
| | | | Update to version 4.0
* Submitted by:"KATO Tsuguru" <tkato@prontomail.ne.jp>nakai1999-10-064-10/+12
| | | | Update to version 1.1.1
* Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>nakai1999-10-068-16/+52
| | | | Update to 3.1.2
* Update to 0.9.0nakai1999-10-056-75/+52
| | | | (Patches from "KATO Tsuguru" <tkato@prontomail.ne.jp> )
* Add a hook for a single icon per application instance.cpiazza1999-10-031-0/+4
| | | | | PR: 13033 Submitted by: Ben Hutchinson <benhutch@byers.xfiles.org.uk>
* Update windowmaker-i18n to 0.61.0.dan1999-10-014-18/+15
| | | | | | | NOTE: I made a minor tweak or three to the Makefile to hush portlint -c somewhat. However, I am unable to ensure that I didn't break the port (the distfile is 1.7M, and is downloading at 300bytes/sec (yes, my cable connection sucks)). Can someone please check this?
* Upgrade xfce to 3.1.1dan1999-09-276-10/+170
| | | | | PR: ports/13988 Submitted by: Doug <Doug@gorean.org>
* Don't define the second argument of bzero(3) as being an int since on thesteve1999-09-272-0/+22
| | | | | Alpha sizeof(int) != sizeof(size_t) and this port wasn't building because of it.
* This committer needs a vacation. Remove a lot of extra junkcpiazza1999-09-251-64/+0
| | | | | | at the top and bottom of this patch (it was an entire PR..) Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Add a patch to remove a menu that's work in progress andcpiazza1999-09-241-0/+78
| | | | | | | shouldn't be there (it's empty) PR: 13854 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Add trailing / to end of a MASTER_SITEcpiazza1999-09-213-3/+3
|
* Update to version 0.51.3.1cpiazza1999-09-216-15/+12
|
* Update to version 0.61.0cpiazza1999-09-213-10/+8
|
* The place of qt2 include files is changed.imura1999-09-201-3/+3
|
* Use USE_QT2 instead of an explicit LIB_DEPENDS.asami1999-09-201-2/+1
|
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-181-1/+1
| | | | should be spelled corrcetly, although I rather liked "Emasc".
* Modest attempt to improve the afterstep pkg/COMMENTs. I still don't likehoek1999-09-181-1/+1
| | | | them at all.
* The version number of libgif.so has changed to 5.steve1999-09-185-5/+5
|