Add fbdesk 1.1.2, a Fluxbox utility to create and manage icons on the desktop.
PR: ports/47150 Submitted by: Hendrik Scholz <hendrik@scholz.net>
This commit is contained in:
parent
cbfb39cf20
commit
756160abeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73450
11 changed files with 83 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
SUBDIR += enlightenment
|
||||
SUBDIR += epplets
|
||||
SUBDIR += evilwm
|
||||
SUBDIR += fbdesk
|
||||
SUBDIR += fluxbox
|
||||
SUBDIR += fluxconf
|
||||
SUBDIR += flwm
|
||||
|
|
20
x11-wm/fbdesk/Makefile
Normal file
20
x11-wm/fbdesk/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: fbdesk
|
||||
# Date created: 16 January 2003
|
||||
# Whom: Hendrik Scholz <hendrik@scholz.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fbdesk
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://fluxbox.sourceforge.net/download/
|
||||
|
||||
MAINTAINER= hendrik@scholz.net
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-wm/fbdesk/distinfo
Normal file
1
x11-wm/fbdesk/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (fbdesk-1.1.2.tar.gz) = 9fbe5df8ea58bac177acb3469dd7b92c
|
1
x11-wm/fbdesk/pkg-comment
Normal file
1
x11-wm/fbdesk/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Fluxbox utility to create and manage icons on the desktop
|
18
x11-wm/fbdesk/pkg-descr
Normal file
18
x11-wm/fbdesk/pkg-descr
Normal file
|
@ -0,0 +1,18 @@
|
|||
fbdesk is a small application designed for the Fluxbox windowmanager that
|
||||
allows management of icons on the desktop.
|
||||
|
||||
current features:
|
||||
|
||||
o XPM and PNG image loading
|
||||
o Antialias text
|
||||
o UTF-8 and multibyte support
|
||||
o Vertical text
|
||||
o Grid snapping
|
||||
o GUI for icon management
|
||||
o Fluxbox menu style
|
||||
|
||||
|
||||
WWW: http://fluxbox.sourceforge.net/fbdesk/
|
||||
|
||||
- Hendrik Scholz
|
||||
hendrik@scholz.net
|
1
x11-wm/fbdesk/pkg-plist
Normal file
1
x11-wm/fbdesk/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/fbdesk
|
20
x11/fbdesk/Makefile
Normal file
20
x11/fbdesk/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: fbdesk
|
||||
# Date created: 16 January 2003
|
||||
# Whom: Hendrik Scholz <hendrik@scholz.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fbdesk
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://fluxbox.sourceforge.net/download/
|
||||
|
||||
MAINTAINER= hendrik@scholz.net
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/fbdesk/distinfo
Normal file
1
x11/fbdesk/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (fbdesk-1.1.2.tar.gz) = 9fbe5df8ea58bac177acb3469dd7b92c
|
1
x11/fbdesk/pkg-comment
Normal file
1
x11/fbdesk/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Fluxbox utility to create and manage icons on the desktop
|
18
x11/fbdesk/pkg-descr
Normal file
18
x11/fbdesk/pkg-descr
Normal file
|
@ -0,0 +1,18 @@
|
|||
fbdesk is a small application designed for the Fluxbox windowmanager that
|
||||
allows management of icons on the desktop.
|
||||
|
||||
current features:
|
||||
|
||||
o XPM and PNG image loading
|
||||
o Antialias text
|
||||
o UTF-8 and multibyte support
|
||||
o Vertical text
|
||||
o Grid snapping
|
||||
o GUI for icon management
|
||||
o Fluxbox menu style
|
||||
|
||||
|
||||
WWW: http://fluxbox.sourceforge.net/fbdesk/
|
||||
|
||||
- Hendrik Scholz
|
||||
hendrik@scholz.net
|
1
x11/fbdesk/pkg-plist
Normal file
1
x11/fbdesk/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/fbdesk
|
Loading…
Reference in a new issue