The FreeBSD Ports Archive
FreeBSD x11 : bricons4>
Quick start up utility for applications on an X display
Bricons program allows the user to quickly start up appli-
cations by selecting the appropriate button from the dis-
play and pressing the left mouse button. A maximum of up
to sixteen main menu buttons can be displayed. Each main
menu button can launch an application or pop-up a sub menu
containing more buttons. The buttons can be represented as
a bitmap, text or a colour icon (i.e Pixmap).
ftp://ftp.x.org/R5contrib/
|
bricons history
v. 1.22
date: 2007/05/19 20:25:55; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.21
date: 2006/01/21 18:55:30; author: lesi; state: Exp; lines: +0 -6
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.20
date: 2005/06/15 02:42:09; author: lesi; state: Exp; lines: +8 -0
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.19
date: 2005/02/19 06:03:21; author: kris; state: Exp; lines: +1 -1
Reset undeliverable maintainer address:
: host inga.augusta.de[213.209.142.2] said: 550 5.1.1
... User unknown (in reply to RCPT TO command)
v. 1.18
date: 2004/08/17 10:22:39; author: kris; state: Exp; lines: +0 -4
This now seems to build on 5.x
v. 1.17
date: 2003/12/23 08:48:31; author: linimon; state: Exp; lines: +7 -1
Per bento logs, mark as broken on recent versions of 5.x due to imake
becoming confused. Possibly this is related to the gcc3.3 update that
broke so many ports. Informed maintainer.
v. 1.16
date: 2003/11/20 15:06:11; author: trevor; state: Exp; lines: +1 -1
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
v. 1.15
date: 2003/11/20 13:51:45; author: trevor; state: Exp; lines: +1 -0
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
v. 1.14
date: 2003/02/21 14:06:01; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.13
date: 2001/09/23 19:50:42; author: dwcjr; state: Exp; lines: +2 -3
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
v. 1.12
date: 2001/01/28 19:19:14; author: dannyboy; state: Exp; lines: +2 -2
Fix unfetchable distfile and chase checksum.
Diff says tarball's contents haven't changed.
PR: 24538
Submitted by: joseph@randomnetworks.com
v. 1.11
date: 2001/01/16 17:33:09; author: sobomax; state: Exp; lines: +3 -3
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.10
date: 2000/08/03 09:28:27; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
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
v. 1.9
date: 2000/04/13 19:09:13; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.8
date: 2000/04/01 01:45:49; author: mharo; state: Exp; lines: +9 -7
- Fix MASTER_SITES
- Support CFLAGS/PREFIX properly
PR: 17169
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/31 02:50:11; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.6
date: 1998/10/05 05:17:54; author: steve; state: Exp; lines: +2 -1
Move manpages to Makefile and use MAN* macros.
v. 1.5
date: 1998/09/17 00:32:59; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.4
date: 1998/09/15 11:13:38; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.3
date: 1997/10/26 23:56:53; author: fenner; state: Exp; lines: +3 -3
Update MAINTAINER address
Submitted by: Andreas Kohout
v. 1.2
date: 1997/04/29 10:54:43; author: asami; state: Exp; lines: +2 -1
Make pixmaps/ dir before attempting to install files into it.
v. 1.1
date: 1996/11/25 10:00:21; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/11/25 10:00:21; author: tg; state: Exp; lines: +0 -0
Import of bricons, a start up utility for applications on an X display.
Closes PR 1529.
Submitted by: Andreas Kohout
=============================================================================
v. 1.22
date: 2007/05/19 20:25:55; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.21
date: 2006/01/21 18:55:30; author: lesi; state: Exp; lines: +0 -6
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.20
date: 2005/06/15 02:42:09; author: lesi; state: Exp; lines: +8 -0
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.19
date: 2005/02/19 06:03:21; author: kris; state: Exp; lines: +1 -1
Reset undeliverable maintainer address:
: host inga.augusta.de[213.209.142.2] said: 550 5.1.1
... User unknown (in reply to RCPT TO command)
v. 1.18
date: 2004/08/17 10:22:39; author: kris; state: Exp; lines: +0 -4
This now seems to build on 5.x
v. 1.17
date: 2003/12/23 08:48:31; author: linimon; state: Exp; lines: +7 -1
Per bento logs, mark as broken on recent versions of 5.x due to imake
becoming confused. Possibly this is related to the gcc3.3 update that
broke so many ports. Informed maintainer.
v. 1.16
date: 2003/11/20 15:06:11; author: trevor; state: Exp; lines: +1 -1
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
v. 1.15
date: 2003/11/20 13:51:45; author: trevor; state: Exp; lines: +1 -0
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
v. 1.14
date: 2003/02/21 14:06:01; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.13
date: 2001/09/23 19:50:42; author: dwcjr; state: Exp; lines: +2 -3
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
v. 1.12
date: 2001/01/28 19:19:14; author: dannyboy; state: Exp; lines: +2 -2
Fix unfetchable distfile and chase checksum.
Diff says tarball's contents haven't changed.
PR: 24538
Submitted by: joseph@randomnetworks.com
v. 1.11
date: 2001/01/16 17:33:09; author: sobomax; state: Exp; lines: +3 -3
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.10
date: 2000/08/03 09:28:27; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
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
v. 1.9
date: 2000/04/13 19:09:13; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.8
date: 2000/04/01 01:45:49; author: mharo; state: Exp; lines: +9 -7
- Fix MASTER_SITES
- Support CFLAGS/PREFIX properly
PR: 17169
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/31 02:50:11; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.6
date: 1998/10/05 05:17:54; author: steve; state: Exp; lines: +2 -1
Move manpages to Makefile and use MAN* macros.
v. 1.5
date: 1998/09/17 00:32:59; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.4
date: 1998/09/15 11:13:38; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.3
date: 1997/10/26 23:56:53; author: fenner; state: Exp; lines: +3 -3
Update MAINTAINER address
Submitted by: Andreas Kohout
v. 1.2
date: 1997/04/29 10:54:43; author: asami; state: Exp; lines: +2 -1
Make pixmaps/ dir before attempting to install files into it.
v. 1.1
date: 1996/11/25 10:00:21; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/11/25 10:00:21; author: tg; state: Exp; lines: +0 -0
Import of bricons, a start up utility for applications on an X display.
Closes PR 1529.
Submitted by: Andreas Kohout
=============================================================================
v. 1.22
date: 2007/05/19 20:25:55; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.21
date: 2006/01/21 18:55:30; author: lesi; state: Exp; lines: +0 -6
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.20
date: 2005/06/15 02:42:09; author: lesi; state: Exp; lines: +8 -0
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.19
date: 2005/02/19 06:03:21; author: kris; state: Exp; lines: +1 -1
Reset undeliverable maintainer address:
: host inga.augusta.de[213.209.142.2] said: 550 5.1.1
... User unknown (in reply to RCPT TO command)
v. 1.18
date: 2004/08/17 10:22:39; author: kris; state: Exp; lines: +0 -4
This now seems to build on 5.x
v. 1.17
date: 2003/12/23 08:48:31; author: linimon; state: Exp; lines: +7 -1
Per bento logs, mark as broken on recent versions of 5.x due to imake
becoming confused. Possibly this is related to the gcc3.3 update that
broke so many ports. Informed maintainer.
v. 1.16
date: 2003/11/20 15:06:11; author: trevor; state: Exp; lines: +1 -1
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
v. 1.15
date: 2003/11/20 13:51:45; author: trevor; state: Exp; lines: +1 -0
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
v. 1.14
date: 2003/02/21 14:06:01; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.13
date: 2001/09/23 19:50:42; author: dwcjr; state: Exp; lines: +2 -3
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
v. 1.12
date: 2001/01/28 19:19:14; author: dannyboy; state: Exp; lines: +2 -2
Fix unfetchable distfile and chase checksum.
Diff says tarball's contents haven't changed.
PR: 24538
Submitted by: joseph@randomnetworks.com
v. 1.11
date: 2001/01/16 17:33:09; author: sobomax; state: Exp; lines: +3 -3
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.10
date: 2000/08/03 09:28:27; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
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
v. 1.9
date: 2000/04/13 19:09:13; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.8
date: 2000/04/01 01:45:49; author: mharo; state: Exp; lines: +9 -7
- Fix MASTER_SITES
- Support CFLAGS/PREFIX properly
PR: 17169
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/31 02:50:11; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.6
date: 1998/10/05 05:17:54; author: steve; state: Exp; lines: +2 -1
Move manpages to Makefile and use MAN* macros.
v. 1.5
date: 1998/09/17 00:32:59; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.4
date: 1998/09/15 11:13:38; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.3
date: 1997/10/26 23:56:53; author: fenner; state: Exp; lines: +3 -3
Update MAINTAINER address
Submitted by: Andreas Kohout
v. 1.2
date: 1997/04/29 10:54:43; author: asami; state: Exp; lines: +2 -1
Make pixmaps/ dir before attempting to install files into it.
v. 1.1
date: 1996/11/25 10:00:21; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/11/25 10:00:21; author: tg; state: Exp; lines: +0 -0
Import of bricons, a start up utility for applications on an X display.
Closes PR 1529.
Submitted by: Andreas Kohout
=============================================================================
|
| |

|