summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker-i18n (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Smash windowmaker-i18n - it's functionally equivalent to ordinary windowmaker.Maxim Sobolev2001-08-0612-722/+0
| | | | | | | | | | | | | | | | | | | ##### ### ##### # # # # # # ## # # ## # # # # # # ## # ##### ### # # # # # # # # # # # # # # # # # # ### ### ### ### Submitted by: maintainer Notes: svn path=/head/; revision=45887
* Prevent possible buffer overflow from long window titlesKris Kennaway2001-07-242-1/+76
| | | | Notes: svn path=/head/; revision=45421
* Try harder to avoid hardcoded /usr/local/GNUstep in localised menus.Maxim Sobolev2001-06-161-0/+2
| | | | | | | Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44060
* - Add missed @dirrm into PLIST;Maxim Sobolev2001-05-272-19/+18
| | | | | | | | - slightly rearrange things in Makefile to minimise diff with non-i18n version of the port. Notes: svn path=/head/; revision=43145
* Update to 0.65.Maxim Sobolev2001-05-279-110/+142
| | | | | | | | PR: 27488 Submitted by: maintainer Notes: svn path=/head/; revision=43122
* Fix typo in wmaker.inst.Jun Kuriyama2001-03-021-0/+11
| | | | | | | | | Submitted by: Masahide -mac- NODA <mac@clave.gr.jp> (maintainer) Obtaind from: x11-wm/windowmaker PR: ports/25488 Notes: svn path=/head/; revision=38974
* Update to version 0.64.0.Steve Price2001-02-275-28/+32
| | | | | | | | PR: 25396 Submitted by: maintainer Notes: svn path=/head/; revision=38837
* Upgrade to 0.63.1.Munechika SUMIKAWA2001-01-118-94/+53
| | | | | | | | PR: ports/24211 Submitted by: maintainer Notes: svn path=/head/; revision=37082
* Update wsetfont to show correct strings whenYukihiro Nakai2000-10-172-7/+11
| | | | | | | changing the workspace. Notes: svn path=/head/; revision=33940
* Implement WANT_GNOME.Jeremy Lea2000-10-051-7/+7
| | | | Notes: svn path=/head/; revision=33430
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31272
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29613
* Update to 0.62.1.Akinori MUSHA2000-04-253-67/+4
| | | | | | | | PR: ports/18044 Submitted by: MAINTAINER Notes: svn path=/head/; revision=27981
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-4/+4
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27443
* update to 0.62Michael Haro2000-04-017-30/+46
| | | | | | | | PR: 17726 Submitted by: maintainer Notes: svn path=/head/; revision=27243
* - add MultiByteText=YES on wsetfont at korean and korean2Michael Haro2000-04-011-5/+21
| | | | | | | | | | (PR from naondol@vishnu.snu.ac.kr) PR: 17519 Submitted by: maintainer Notes: svn path=/head/; revision=27227
* To make libwmfunSatoshi Taoka2000-02-175-1/+85
| | | | | | | | | | To work correctly get-wraster-flags (add /usr/local/{lib,include} to output) PR: 16771 Submitted by: maintainer Notes: svn path=/head/; revision=25922
* Use ungif instead of giflibSatoshi Taoka2000-02-172-3/+4
| | | | | | | | | | Update japanese catalog files extends PR: 16738 Submitted by: maintainer Notes: svn path=/head/; revision=25901
* Update port to 0.61.1Dan Moschuk1999-10-084-4/+26
| | | | | | | | PR: ports/14156 Submitted by: mac@jp.freebsd.org Notes: svn path=/head/; revision=22258
* Bump libPropList shlib number.Satoshi Asami1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22248
* Update windowmaker-i18n to 0.61.0.Dan Moschuk1999-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? Notes: svn path=/head/; revision=22094
* The version number of libgif.so has changed to 5.Steve Price1999-09-181-1/+1
| | | | Notes: svn path=/head/; revision=21701
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* Checksum fix and DESCR update. Merge them from wm to wm-i18n.Satoshi Asami1999-09-012-6/+4
| | | | | | | | PR: 13530 Submitted by: Brian Handy (windowmaker maintainer) Notes: svn path=/head/; revision=21184
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* * Fix wm-oldmenu2new.SADA Kenji1999-08-202-2/+16
| | | | | | | | | | | * Add new options: USE_GNOME, USE_KDE. * Change DESCR's WWW field. PR: ports/13187 Submitted by: Maintainer Notes: svn path=/head/; revision=20835
* Update to 0.60.0Chris Piazza1999-07-175-20/+89
| | | | | | | | PR: 12424 Submitted by: maintainer Notes: svn path=/head/; revision=20234
* Forget about ${PREFIX}/include/giflib.Thomas Gellekum1999-05-271-2/+1
| | | | Notes: svn path=/head/; revision=19018
* Add WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18425
* Update to version 0.53.0.Steve Price1999-05-014-16/+20
| | | | | | | | PR: 11361 Submitted by: maintainer Notes: svn path=/head/; revision=18275
* Update to 0.50.2Seiichirou Hiraoka1999-04-085-109/+29
| | | | | | | | | | | Window Maker 0.52.0 needs WindowMaker-extra-0.1.tar.gz, so, I RUN_DEPEND graphics/wmicons ports that include WindowMaker-extra-0.1.tar.gz. PR: ports/11012 Submitted by: mac@jp.frebsd.org Notes: svn path=/head/; revision=17730
* Make portlint less unhappy.Satoshi Asami1999-03-191-2/+1
| | | | Notes: svn path=/head/; revision=17307
* Update to 0.51.2Seiichirou Hiraoka1999-03-195-24/+47
| | | | | | | | | | - use libintl.so instead of libintl.a, so add RUN_DEPEND devel/gettext - Japanese Catalog file PR: ports/10668 Submitted by: mac@jp.freebsd.org Notes: svn path=/head/; revision=17289
* Now that gettext includes a shared library, dependencies shouldJacques Vidrine1999-03-191-4/+4
| | | | | | | | | | use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17285
* Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}Bill Fumerola1999-02-211-4/+4
| | | | | | | This unbreaks the fetching of several of these ports. Notes: svn path=/head/; revision=16813
* Add MASTER_SITES to fetch WindowMaker-0.51.0ja1.tar.gzSeiichirou Hiraoka1999-02-121-1/+2
| | | | Notes: svn path=/head/; revision=16689
* Update for Window Maker 0.51.0.Jun Kuriyama1999-02-117-49/+94
| | | | | | | | PR: ports/9889 Submitted by: maintainer Notes: svn path=/head/; revision=16602
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Add virtual category "windowmaker".Satoshi Asami1999-01-181-2/+2
| | | | Notes: svn path=/head/; revision=16177
* Update to version 0.50.2.Steve Price1999-01-186-86/+69
| | | | | | | | PR: 9465 Submitted by: maintainer Notes: svn path=/head/; revision=16140
* Japanese Catalog file is more enhanchedSeiichirou Hiraoka1998-12-212-4/+12
| | | | | | | | PR: ports/9149 Submitted by: mac@jp.freebsd.org Notes: svn path=/head/; revision=15460
* Portlint.SADA Kenji1998-12-101-4/+4
| | | | Notes: svn path=/head/; revision=15261
* Update to: 0.20.3SADA Kenji1998-12-107-55/+62
| | | | | | | | | Note Maintainer's introduce page on pkg/DESCR. PR: ports/9022 Submitted by: Maintainer Notes: svn path=/head/; revision=15260
* more KOREAN supportSeiichirou Hiraoka1998-12-053-6/+13
| | | | | | | use LOCALBASE instead of /usr/local in patches/patch-* Notes: svn path=/head/; revision=15128
* libtiff is now "tiff.4", not "tiff34.1".Satoshi Asami1998-11-252-86/+2
| | | | Notes: svn path=/head/; revision=14908