FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 8:20 PM GMT
Port details
beryl-settings 0.2.1_1 x11-wm Deleted on this many watch lists=2 search for ports that depend on this port
Deprecated DEPRECATED: No longer supported - Use compiz
Expired This port expired on: 2008-08-02
Beryl Settings Manager
Was Maintained by: rnoland@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 May 2007 03:28:46
License: not specified in port
This is the settings package for beryl. It requires beryl-core 
and beryl-plugins so you can configure Beryl.

WWW: http://wiki.beryl-project.org/

- Florent Thoumie
flz@FreeBSD.org
CVSWeb : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11-wm/beryl-core, x11-wm/beryl-settings-bindings, lang/python25, devel/gmake, x11/glproto, textproc/intltool, devel/pkg-config, x11-toolkits/py-gtk2
Required To Run: x11-wm/beryl-core, x11-wm/beryl-settings-bindings, lang/python25, devel/gmake, x11/glproto, textproc/intltool, devel/pkg-config, x11-toolkits/py-gtk2, lang/python25, devel/pkg-config, devel/gio-fam-backend, x11-toolkits/py-gtk2
Required Libraries: devel/gettext, graphics/libGL, accessibility/atk, devel/glib20, x11-toolkits/gtk20, devel/libglade2, textproc/libxml2, x11-toolkits/pango
There are no ports dependent upon this port

No installation instructions: this port has been deleted.

The package name of this deleted port was: beryl-settings


Configuration Options
     No options to configure

Master Sites:
http://releases.beryl-project.org/0.2.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/flz/beryl//
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/flz/beryl//
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/flz/beryl//
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/flz/beryl//
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/flz/beryl//
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/flz/beryl//
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/flz/beryl//
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port deleted on 2008-08-18
    REASON: Has expired: No longer supported -- use compiz

Number of commits found: 9

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Aug 2008 18:58:35
Original commit files touched by this commit  0.2.1_1
miwi search for other commits by this committer
2008-08-02 x11-wm/beryl: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-core: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-manager: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-plugins: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-plugins-unsupported: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-settings: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-settings-bindings: No longer supported - Use compiz
30 Jul 2008 19:00:36
Original commit files touched by this commit  0.2.1_1
rnoland search for other commits by this committer
Update my email address to my @FreeBSD.org address.

Approved by:    garga (mentor)
03 Jul 2008 04:37:21
Original commit files touched by this commit  0.2.1_1
beech search for other commits by this committer
- DEPRECATED - No longer supported

PR:             ports/124806
Submitted by:   Robert Noland <rnoland@2hip.net> (maintainer)
06 Jun 2008 14:17:21
Original commit files touched by this commit  0.2.1_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)
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.2.1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
24 Mar 2008 15:44:31
Original commit files touched by this commit  0.2.1
wxs search for other commits by this committer
Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!

Approved by:    garga (implicit)
20 Mar 2008 16:10:07
Original commit files touched by this commit  0.2.1
wxs search for other commits by this committer
Reset maintainer due to bouncing mails.
Discussed with pav.

Submitted by:   miwi on IRC
Approved by:    garga (mentor)
23 Jul 2007 09:36:52
Original commit files touched by this commit  0.2.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 20:32:57
Original commit files touched by this commit  0.2.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}.

Number of commits found: 9

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 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 23154
Broken 191
Deprecated 96
Ignore 727
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours9
new 7 days46
new fortnight71
new month139

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

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