The FreeBSD Ports Archive
FreeBSD x11 : fbsd-icons4>
Collection of icons related to the FreeBSD project
This is a collection of logos and icons related to the FreeBSD project
for inclusion into x11 window managers.
Currently the fvwm95 port uses some of the logos.
|
fbsd-icons history
v. 1.17
date: 2007/05/19 20:26:17; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.16
date: 2004/05/31 04:09:12; author: edwin; state: Exp; lines: +2 -1
x11/fbsd-icons installs files with invalid uid and gid
x11/fbsd-icons installs files with invalid uid and gid.
This is caused by installing the files directly from an
archive. Tar with a root priviledge preserves owners and
permissions by default.
PR: ports/67396
Submitted by: Taoka Fumiyoshi
v. 1.15
date: 2004/03/12 21:03:27; author: trevor; state: Exp; lines: +1 -1
Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
v. 1.14
date: 2003/02/20 19:17:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/11/10 16:48:35; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.12
date: 2002/11/06 22:47:37; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.11
date: 2001/02/05 16:17:59; author: olgeni; state: Exp; lines: +2 -2
Style fixes for ports/x11.
v. 1.10
date: 2001/01/03 22:25:24; author: andreas; state: Exp; lines: +2 -2
Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
v. 1.9
date: 2000/06/09 21:59:15; author: asami; state: Exp; lines: +2 -1
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
v. 1.8
date: 2000/04/13 19:09:24; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.7
date: 1999/08/31 06:53:18; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/31 02:50:17; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1999/02/03 11:12:00; author: asami; state: Exp; lines: +2 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.4
date: 1998/08/05 09:31:42; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.3
date: 1998/06/27 05:19:51; author: asami; state: Exp; lines: +1 -2
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
v. 1.2
date: 1997/06/29 10:50:38; author: obrien; state: Exp; lines: +3 -3
tar ==> ${EXTRACT_CMD}
mkdir -p ==> ${MKDIR}
v. 1.1
date: 1997/06/14 08:05:41; author: andreas; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/14 08:05:41; author: andreas; state: Exp; lines: +0 -0
New port FreeBSD icons.
Currently used by fvwm95 port (will commit changes soon).
Contains nice FreeBSD logos and such for inclusion into
window managers (if you need buttons or logos) or maybe
for a Web page. Would be nice to make this collection
somewhat greater ;-)
If fvwm95 uses this port, then the tgz archive in fvwm95's
files section can be nuked.
=============================================================================
v. 1.17
date: 2007/05/19 20:26:17; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.16
date: 2004/05/31 04:09:12; author: edwin; state: Exp; lines: +2 -1
x11/fbsd-icons installs files with invalid uid and gid
x11/fbsd-icons installs files with invalid uid and gid.
This is caused by installing the files directly from an
archive. Tar with a root priviledge preserves owners and
permissions by default.
PR: ports/67396
Submitted by: Taoka Fumiyoshi
v. 1.15
date: 2004/03/12 21:03:27; author: trevor; state: Exp; lines: +1 -1
Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
v. 1.14
date: 2003/02/20 19:17:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/11/10 16:48:35; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.12
date: 2002/11/06 22:47:37; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.11
date: 2001/02/05 16:17:59; author: olgeni; state: Exp; lines: +2 -2
Style fixes for ports/x11.
v. 1.10
date: 2001/01/03 22:25:24; author: andreas; state: Exp; lines: +2 -2
Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
v. 1.9
date: 2000/06/09 21:59:15; author: asami; state: Exp; lines: +2 -1
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
v. 1.8
date: 2000/04/13 19:09:24; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.7
date: 1999/08/31 06:53:18; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/31 02:50:17; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1999/02/03 11:12:00; author: asami; state: Exp; lines: +2 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.4
date: 1998/08/05 09:31:42; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.3
date: 1998/06/27 05:19:51; author: asami; state: Exp; lines: +1 -2
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
v. 1.2
date: 1997/06/29 10:50:38; author: obrien; state: Exp; lines: +3 -3
tar ==> ${EXTRACT_CMD}
mkdir -p ==> ${MKDIR}
v. 1.1
date: 1997/06/14 08:05:41; author: andreas; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/14 08:05:41; author: andreas; state: Exp; lines: +0 -0
New port FreeBSD icons.
Currently used by fvwm95 port (will commit changes soon).
Contains nice FreeBSD logos and such for inclusion into
window managers (if you need buttons or logos) or maybe
for a Web page. Would be nice to make this collection
somewhat greater ;-)
If fvwm95 uses this port, then the tgz archive in fvwm95's
files section can be nuked.
=============================================================================
v. 1.17
date: 2007/05/19 20:26:17; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.16
date: 2004/05/31 04:09:12; author: edwin; state: Exp; lines: +2 -1
x11/fbsd-icons installs files with invalid uid and gid
x11/fbsd-icons installs files with invalid uid and gid.
This is caused by installing the files directly from an
archive. Tar with a root priviledge preserves owners and
permissions by default.
PR: ports/67396
Submitted by: Taoka Fumiyoshi
v. 1.15
date: 2004/03/12 21:03:27; author: trevor; state: Exp; lines: +1 -1
Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
v. 1.14
date: 2003/02/20 19:17:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/11/10 16:48:35; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.12
date: 2002/11/06 22:47:37; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.11
date: 2001/02/05 16:17:59; author: olgeni; state: Exp; lines: +2 -2
Style fixes for ports/x11.
v. 1.10
date: 2001/01/03 22:25:24; author: andreas; state: Exp; lines: +2 -2
Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
v. 1.9
date: 2000/06/09 21:59:15; author: asami; state: Exp; lines: +2 -1
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
v. 1.8
date: 2000/04/13 19:09:24; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.7
date: 1999/08/31 06:53:18; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/31 02:50:17; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1999/02/03 11:12:00; author: asami; state: Exp; lines: +2 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.4
date: 1998/08/05 09:31:42; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.3
date: 1998/06/27 05:19:51; author: asami; state: Exp; lines: +1 -2
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
v. 1.2
date: 1997/06/29 10:50:38; author: obrien; state: Exp; lines: +3 -3
tar ==> ${EXTRACT_CMD}
mkdir -p ==> ${MKDIR}
v. 1.1
date: 1997/06/14 08:05:41; author: andreas; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/14 08:05:41; author: andreas; state: Exp; lines: +0 -0
New port FreeBSD icons.
Currently used by fvwm95 port (will commit changes soon).
Contains nice FreeBSD logos and such for inclusion into
window managers (if you need buttons or logos) or maybe
for a Web page. Would be nice to make this collection
somewhat greater ;-)
If fvwm95 uses this port, then the tgz archive in fvwm95's
files section can be nuked.
=============================================================================
|
| |

|