| Port details |
- beryl-core 0.2.1_2 x11-wm
=2 
DEPRECATED: No longer supported - Use compiz
This port expired on: 2008-08-02 Beryl Composite/Window Manager
Was Maintained by: rnoland@FreeBSD.org  Port Added: 23 May 2007 03:28:46
License: not specified in port
This is the core package that contains all the important files
required for running beryl. Including headers and files required
for development of beryl-plugins.
WWW: http://www.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: textproc/p5-XML-Parser, devel/gmake, x11/glproto, x11/libXcomposite, x11/libXfixes, x11/libXdamage, x11/libXrandr, x11/libICE, x11/libSM, x11/libXinerama, lang/perl5.8, textproc/intltool, devel/pkg-config
Required To Run: shells/bash, x11/libXcomposite, x11/libXfixes, x11/libXdamage, x11/libXrandr, x11/libICE, x11/libSM, x11/libXinerama, lang/perl5.8, devel/pkg-config, devel/gio-fam-backend
Required Libraries: graphics/png, x11/startup-notification, devel/gettext, graphics/libGL, accessibility/atk, devel/gconf2, devel/glib20, x11-toolkits/gtk20, devel/libIDL, textproc/libxml2, devel/ORBit2, 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-core
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: 10
| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Aug 2008 18:58:35
0.2.1_2
|
miwi  |
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
0.2.1_2
|
rnoland  |
Update my email address to my @FreeBSD.org address.
Approved by: garga (mentor) |
03 Jul 2008 04:37:21
0.2.1_2
|
beech  |
- DEPRECATED - No longer supported
PR: ports/124806
Submitted by: Robert Noland <rnoland@2hip.net> (maintainer) |
06 Jun 2008 14:17:21
0.2.1_2
|
edwin  |
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
0.2.1_1  |
miwi  |
- 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
0.2.1_1
|
wxs  |
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
0.2.1_1
|
wxs  |
Reset maintainer due to bouncing mails.
Discussed with pav.
Submitted by: miwi on IRC
Approved by: garga (mentor) |
07 Oct 2007 05:45:04
0.2.1_1
|
linimon  |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr |
23 Jul 2007 09:36:52
0.2.1_1
|
rafan  |
- 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
0.2.1_1
|
flz  |
- 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: 10
|
| Latest Vulnerabilities |
|
15 vulnerabilities affecting 34 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|