FreshPorts -- The Place For Ports Mon, 22 Mar 2010 4:51 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
fvwm2-devel 2.5.28_1 x11-wm on this many watch lists=23 search for ports that depend on this port
Popular virtual window manager for X
Maintained by: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 Mar 2002 22:28:32


Fvwm is a very famous window manager for X, which provides a
virtual/multiple disjoint desktop, a 3-D look for windows decorations,
shaped/color icons. It gives a very good emulation of mwm. A nice
button-bar can be used to provide convenient access to frequently used
functions or programs.

WWW: http://www.fvwm.org/

Jason C. Wells
jcwells@u.washington.edu
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, x11/libXpm
Required To Run: devel/m4, x11/libXpm
Required Libraries: x11-fonts/libXft, graphics/png, converters/libiconv, devel/gettext

To install the port: cd /usr/ports/x11-wm/fvwm2-devel/ && make install clean
To add the package: pkg_add -r fvwm


Configuration Options
===> The following configuration options are available for fvwm-2.5.28_1:
     ICONS=on (default) "Install default icon set"
     ICONV=on (default) "Enable iconv character conversion support"
     STROKE=off (default) "Enable support for mouse gestures"
     RPLAY=off (default) "Enable RPlay support in FvwmEvent"
     SESSION_MGMT=on (default) "Enable Session Management support"
     MULTIBYTE=on (default) "Enable multibyte character support"
     PNG=on (default) "Build with PNG graphics support"
     BIDI=off (default) "Enable Asian bi-directional text support"
     NLS=on (default) "Enable National Language Support"
     GNOME=off (default) "Enable GNOME desktop support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.fvwm.org/pub/fvwm/version-2/
http://www.fvwm.org/generated/icon_download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 82

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
12 Mar 2010 04:43:10
Original commit files touched by this commit  2.5.28_1
cy search for other commits by this committer
Remove a patch that fixed an old typo which was subsequently repaired upsream.
22 Sep 2009 15:59:25
Original commit files touched by this commit  2.5.28
cy search for other commits by this committer
Update from 2.5.27 to 2.5.28.

Comments from the announcement:

Version 2.5.28 is a beta maintenance release that fixes a couple of
bugs and adds some minor features.  Please be aware that any features
introduced in the 2.5.x development versions may be renamed, changed or
removed without notice before 2.6.0.

* New features:

   - New differentiated options for SnapAttraction when snapping
     against screen edges:
       "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
   - New option to the BugOpts command: TransliterateUtf8.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
22 Aug 2009 18:36:57
Original commit files touched by this commit  2.5.27_1
marcus search for other commits by this committer
Chase the fribidi shared lib bump.
23 Feb 2009 23:29:43
Original commit files touched by this commit  2.5.27_1
cy search for other commits by this committer
Update 2.5.26 --> 2.5.27
09 Feb 2009 21:29:06
Original commit files touched by this commit  2.5.26_1
cy search for other commits by this committer
Fix incorrect FVWM_ICONS filename.
03 Feb 2009 21:07:11
Original commit files touched by this commit  2.5.26_1
cy search for other commits by this committer
Additional fvwm_icons fix.

Pointy hat to:  me
03 Feb 2009 01:29:48
Original commit files touched by this commit  2.5.26_1
cy search for other commits by this committer
Fixup icons extraction.
01 Feb 2009 06:36:31
Original commit files touched by this commit  2.5.26_1
cy search for other commits by this committer
The name of the fvwm_icons distfile has changed. It is now versioned.

Noticed by:     pav
13 Dec 2008 06:35:51
Original commit files touched by this commit  2.5.26_1
cy search for other commits by this committer
Fix broken symlink when NOMANCOMPRESS is defined.

Prompted by:    PR 129465 for x11-wm/fvwm2
06 Jun 2008 15:17:21
Original commit files touched by this commit  2.5.26_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
07 May 2008 18:41:21
Original commit files touched by this commit  2.5.26
cy search for other commits by this committer
Update 2.5.24 --> 2.5.26
23 Mar 2008 16:44:09
Original commit files touched by this commit  2.5.24_1
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
13 Jan 2008 18:21:17
Original commit files touched by this commit  2.5.24
cy search for other commits by this committer
Update 2.5.23 --> 2.5.24
09 Sep 2007 07:01:11
Original commit files touched by this commit  2.5.23
cy search for other commits by this committer
Add missing mlink.
07 Sep 2007 17:55:11
Original commit files touched by this commit  2.5.23
cy search for other commits by this committer
Update 2.5.21 --> 2.5.23
23 Jul 2007 10:36:52
Original commit files touched by this commit  2.5.21_1
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
19 May 2007 21:32:57
Original commit files touched by this commit  2.5.21_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
21 Jan 2007 17:04:18
Original commit files touched by this commit  2.5.21
cy search for other commits by this committer
Update 2.5.20 --> 2.5.21

* New features:
   - The command Scroll can now be used for interactive scrolling.

* Bug Fixes:
   - Fixed Tile...Placement styles (SmartPlacement) that were
     broken in 2.5.20.
19 Jan 2007 19:37:27
Original commit files touched by this commit  2.5.20
cy search for other commits by this committer
Fix a packaging error.

Pointy hat to:          me
17 Jan 2007 18:14:49
Original commit files touched by this commit  2.5.20
cy search for other commits by this committer
Update to 2.5.20
12 Jan 2007 09:12:57
Original commit files touched by this commit  2.5.19
rafan search for other commits by this committer
- Use USE_ICONV instead of LIB_DEPENDS

Approved by:    portmgr (erwin, few weeks ago)
09 Jan 2007 19:34:18
Original commit files touched by this commit  2.5.19
cy search for other commits by this committer
Make this port X11BASE clean.
20 Dec 2006 04:07:52
Original commit files touched by this commit  2.5.19
cy search for other commits by this committer
Update 2.5.18 --> 2.5.19
13 Sep 2006 05:59:36
Original commit files touched by this commit  2.5.18
cy search for other commits by this committer
Update 2.5.16 --> 2.5.18
31 May 2006 12:30:07
Original commit files touched by this commit  2.5.16
cy search for other commits by this committer
pkg-plist fixes.
21 May 2006 22:48:10
Original commit files touched by this commit  2.5.16
kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
14 May 2006 02:19:05
Original commit files touched by this commit  2.5.16
edwin search for other commits by this committer
[PATCH] x11-wm/fvwm: portlint(1) fixes

        - use @dirrmtry
        - Remove an extra blank line that annoyed portlint

PR:             ports/95831
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:    maintainer timeout
13 May 2006 06:00:46
Original commit files touched by this commit  2.5.16
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
19 Apr 2006 00:18:03
Original commit files touched by this commit  2.5.16
cy search for other commits by this committer
Recent upgrade to fribidi has fixed this port when building WITH_BIDI.
15 Apr 2006 21:07:12
Original commit files touched by this commit  2.5.16
cy search for other commits by this committer
Mark broken when building WITH_BIDI. fribidi-0.10.7 is required to build,
however fribidi-0.10.4 is currently in ports.
07 Feb 2006 11:21:15
Original commit files touched by this commit  2.5.16
dinoex search for other commits by this committer
- fix missing manpage
http://pointyhat.freebsd.org/errorlogs/i386-6-latest/fvwm-2.5.16.log
29 Jan 2006 03:29:21
Original commit files touched by this commit  2.5.16
cy search for other commits by this committer
Update 2.5.14 --> 2.5.16
24 Jan 2006 03:16:52
Original commit files touched by this commit  2.5.14_5
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 03:01:03
Original commit files touched by this commit  2.5.14_5
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
09 Nov 2005 16:50:18
Original commit files touched by this commit  2.5.14_5
cy search for other commits by this committer
Fix build failure under FreeBSD-4.11.

PR:             87886
Submitted by:   parv
31 Oct 2005 20:50:12
Original commit files touched by this commit  2.5.14_4
cy search for other commits by this committer
No longer builds under 4.11. Mark broken for the time being.
26 Oct 2005 15:28:30
Original commit files touched by this commit  2.5.14_4
cy search for other commits by this committer
Merge patch-configure r1.4 and 1.5.
26 Oct 2005 12:27:52
Original commit files touched by this commit  2.5.14_3
cy search for other commits by this committer
Merge 1.34 and 1.35 back into this file.

Pointy hat to:  me
25 Oct 2005 16:43:21
Original commit files touched by this commit  2.5.14_3
cy search for other commits by this committer
Merge in r1.76.
21 Oct 2005 19:05:12
Original commit files touched by this commit  2.5.14_2
cy search for other commits by this committer
Due to last commit, bump revision number.
21 Oct 2005 14:50:27
Original commit files touched by this commit  2.5.14
cy search for other commits by this committer
Unbreak this port. Previous commit was incomplete.
21 Oct 2005 14:45:46
Original commit files touched by this commit  2.5.14_1
osa search for other commits by this committer
Fix make patch issue by update patch-configure for latest version.

Approved by:    maintainer (cy)
21 Oct 2005 00:30:43
Original commit files touched by this commit  2.5.14_1
cy search for other commits by this committer
Update 2.5.13 --> 2.5.14
15 Sep 2005 11:34:41
Original commit files touched by this commit  2.5.13_1
danfe search for other commits by this committer
Fix plist issues.

Reported by:    krismail
Approved by:    maintainer (implicit)
15 Sep 2005 10:57:28
Original commit files touched by this commit  2.5.13_1
danfe search for other commits by this committer
Bump PORTREVISION after recent changes.

Suggested by:   <lj user="0ld">
13 Sep 2005 23:11:34
Original commit files touched by this commit  2.5.13
danfe search for other commits by this committer
- Convert to OPTIONS
- Switch from rarely used biconv.2 to standard iconv.3
- Add WITH_RPLAY knob, kill WITHOUT_XINERAMA since it was of little use
- Fix WITH_BIDI case (missing fribidi.0 dependency)
- Remove evil `-imlib' PKGNAMESUFFIX
- Do not forget FvwmGtk.1 in MAN1
- Fix NLS detection (and handle WITHOUT_NLS knob)
- Adjust PLIST accordingly
- Utilize DATADIR in pkg-plist
- Pacify portlint to some degree

PR:             ports/81440
Submitted by:   yours truly
Approved by:    maintainer
17 Jul 2005 04:47:53
Original commit files touched by this commit  2.5.13
cy search for other commits by this committer
1.  Update 2.5.12 --> 2.5.13.
2.  Register conflicts.
3.  Set default ImagePath in system.fvwm2rc.

PR:             59165
28 Oct 2004 15:20:52
Original commit files touched by this commit  2.5.12_1
cy search for other commits by this committer
Fix endless loop in icons.c.

PR:             72992
Submitted by:   parv@pair.com
20 Oct 2004 21:17:48
Original commit files touched by this commit  2.5.12
cy search for other commits by this committer
Update 2.5.10 --> 2.5.12
07 Apr 2004 12:52:03
Original commit files touched by this commit  2.5.10
cy search for other commits by this committer
Fix dependency.
06 Apr 2004 19:08:18
Original commit files touched by this commit  2.5.10
cy search for other commits by this committer
Update 2.5.8 --> 2.5.10
16 Mar 2004 22:54:06
Original commit files touched by this commit  2.5.8_2
marcus search for other commits by this committer
Chase the new location of libXft.
07 Feb 2004 04:16:53
Original commit files touched by this commit  2.5.8_2
cy search for other commits by this committer
Add NO_LATEST_LINK to avoid link stomping.

Reported by:    kris
04 Feb 2004 05:10:27
Original commit files touched by this commit  2.5.8_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
08 Nov 2003 04:35:30
Original commit files touched by this commit  2.5.8_1
cy search for other commits by this committer
1.  Iconv is required to fix segmentation violations and bus errors,
    see http://www.hpc.uh.edu/fvwm/archive/0311/msg00049.html.
2.  Use LOCALBASE to locate iconv instead of /usr/local.

PR:             59032 (for #1)
03 Nov 2003 22:13:28
Original commit files touched by this commit  2.5.8
cy search for other commits by this committer
Update 2.5.7 --> 2.5.8
08 Aug 2003 03:29:06
Original commit files touched by this commit  2.5.7_2
cy search for other commits by this committer
Remove WITHOUT_SHAPE option:  w/o it too many artifacts are generated
while moving anything

Add WITHOUT_BIDI, WITHOUT_XINERAMA, WITHOUT_ICONS, and WITHOUT_GNOME
options.

PR:             55256
Submitted by:   parv <parv_fm@emailgroups.net>
10 Jul 2003 04:04:04
Original commit files touched by this commit  2.5.7_1
cy search for other commits by this committer
Add multibyte support.

PR:             54065
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
02 Jul 2003 23:27:30
Original commit files touched by this commit  2.5.7
cy search for other commits by this committer
Update 2.5.6 --> 2.5.7
04 May 2003 22:12:43
Original commit files touched by this commit  2.5.6_1
cy search for other commits by this committer
Update PORTREVISION encompassing last two commits.
04 May 2003 22:07:55
Original commit files touched by this commit  2.5.6
cy search for other commits by this committer
Fix for failure to detect fontconfig >= 2.1.92.

PR:             51461
04 May 2003 21:31:38
Original commit files touched by this commit  2.5.6
cy search for other commits by this committer
Fix broken dependency.

PR:             51460
Submitted by:   Guido Berhoerster <ich@guido-berhoerster.org>
23 Apr 2003 18:29:41
Original commit files touched by this commit  2.5.6
cy search for other commits by this committer
1.  Fix build error reported by Bento.

2.  Add iconv support.

PR:             50584 (iconv support)
Submitted by:   Shao Zhang <shao@cia.com.au> (iconv support)
20 Apr 2003 20:54:55
Original commit files touched by this commit  2.5.6
marcus search for other commits by this committer
Remove USE_GNOMENG.
03 Apr 2003 20:32:14
Original commit files touched by this commit  2.5.6
cy search for other commits by this committer
Udate 2.5.5 -> 2.5.6.
07 Mar 2003 06:14:21
Original commit files touched by this commit  2.5.5
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
18 Feb 2003 04:51:34
Original commit files touched by this commit  2.5.5
anholt search for other commits by this committer
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.

Approved by:    portmgr (kris), marcus
07 Jan 2003 04:47:47
Original commit files touched by this commit  2.5.5
cy search for other commits by this committer
Update 2.4.4 -> 2.4.5
01 Dec 2002 02:53:15
Original commit files touched by this commit  2.5.4_1
cy search for other commits by this committer
Fix FvwmPager 100% CPU problem.

PR:             44820
Submitted by:   parv_fm@emailgroups.net
Approved by:    kris (wearing his portsmgr hat)
07 Nov 2002 05:46:03
Original commit files touched by this commit  2.5.4
cy search for other commits by this committer
Use PORTCOMMENT.
31 Oct 2002 23:11:26
Original commit files touched by this commit  2.5.4
cy search for other commits by this committer
Update 2.5.3 --> 2.5.4

PR:             44787
Submitted by:   Anders Andersson <anders@hack.org>
14 Sep 2002 02:39:27
Original commit files touched by this commit  2.5.3_1
cy search for other commits by this committer
Enable PNG support.

PR:             42721
Submitted by:   adam@vectors.cx
14 Sep 2002 01:54:55
Original commit files touched by this commit  2.5.3
cy search for other commits by this committer
${PERL} -> ${REINPLACE_CMD}

Fully qualify the path to GNU M4 FvwmM4.
12 Sep 2002 15:39:38
Original commit files touched by this commit  2.5.3
cy search for other commits by this committer
Remove pkg-plist redundancy.
11 Sep 2002 21:34:33
Original commit files touched by this commit  2.5.3
cy search for other commits by this committer
Merge changes made to fvwm2 port:
  - Pkg-plist should reflect that FvwmGtk is installed only when GTK is
    detected.
  - Fix package build and package deinstall when not using GNOME.
02 Sep 2002 02:30:26
Original commit files touched by this commit  2.5.3
lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42305
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
29 Aug 2002 20:55:40
Original commit files touched by this commit  2.5.3
cy search for other commits by this committer
Update 2.5.2 --> 2.5.3
01 Jul 2002 16:16:08
Original commit files touched by this commit  2.5.2
cy search for other commits by this committer
Upgrade 2.5.1 --> 2.5.2
12 Jun 2002 06:39:25
Original commit files touched by this commit  2.5.1
cy search for other commits by this committer
Fix plist brokenness.

Pointy hat to:  yours truly
29 Apr 2002 01:10:40
Original commit files touched by this commit  2.5.1
cy search for other commits by this committer
Upgrade 2.5.0 --> 2.5.1
03 Apr 2002 15:51:45
Original commit files touched by this commit  2.5.0
cy search for other commits by this committer
New fvwm2-devel (alpha release), upgrade 2.3.33 --> 2.5.0.
28 Mar 2002 22:28:14
Original commit files touched by this commit  2.3.33
cy search for other commits by this committer
This forced commit documents the rename of this port from fvwm2-beta to
fvwm2-devel via a repo-copy.

Number of commits found: 82

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21420
Broken 171
Deprecated 46
Ignore 898
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 5
new 48 hours11
new 7 days23
new fortnight53
new month99

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.26 seconds.