diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-09-10 20:27:42 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-09-10 20:27:42 +0800 |
commit | 1228913cd625d6d50d5b76f4008577a55a2a3eed (patch) | |
tree | 7a32d83467bfcfff893357a2e65f0f7cb984505a /x11-wm | |
parent | bb8068c2a67dcff000d8a3c07c55e972887219b8 (diff) | |
download | freebsd-ports-gnome-1228913cd625d6d50d5b76f4008577a55a2a3eed.tar.gz freebsd-ports-gnome-1228913cd625d6d50d5b76f4008577a55a2a3eed.tar.zst freebsd-ports-gnome-1228913cd625d6d50d5b76f4008577a55a2a3eed.zip |
Nickleby is a window manager for those of us who live our lives inside
xterms. It has no menus and creates minimal window decoration. Nickleby
is intended for use with monitors large enough, with enough resolution, the
user has no need for virtual desktops.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/116178
Submitted by: James Bailie <jimmy at mammothcheese.ca>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/nickleby/Makefile | 22 | ||||
-rw-r--r-- | x11-wm/nickleby/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/nickleby/pkg-descr | 10 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 8dd000e54384..702915265e6c 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -85,6 +85,7 @@ SUBDIR += matchbox SUBDIR += metacity SUBDIR += mlvwm + SUBDIR += nickleby SUBDIR += novawm SUBDIR += obconf SUBDIR += obtuner diff --git a/x11-wm/nickleby/Makefile b/x11-wm/nickleby/Makefile new file mode 100644 index 000000000000..9edd5d1dcba8 --- /dev/null +++ b/x11-wm/nickleby/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: nickleby +# Date created: Fri, 07 Sep 2007 22:47:06 EDT +# Whom: James Bailie <jimmy@mammothcheese.ca> +# +# $FreeBSD$ +# + +PORTNAME= nickleby +PORTVERSION= 1.41 +CATEGORIES= x11-wm +MASTER_SITES= http://www.mammothcheese.ca/ + +MAINTAINER= jimmy@mammothcheese.ca +COMMENT= Simple window manager + +USE_XLIB= yes +MAN1= nickleby.1 +MANCOMPRESSED= yes + +PLIST_FILES= bin/nickleby + +.include <bsd.port.mk> diff --git a/x11-wm/nickleby/distinfo b/x11-wm/nickleby/distinfo new file mode 100644 index 000000000000..adc3cf7852a4 --- /dev/null +++ b/x11-wm/nickleby/distinfo @@ -0,0 +1,3 @@ +MD5 (nickleby-1.41.tar.gz) = ce94d9f63a2bbf00f05275897e892b2d +SHA256 (nickleby-1.41.tar.gz) = ae26333a279ee53250e48cc506325a1c5afec0b7c22fd1dd1373be3bced5be3a +SIZE (nickleby-1.41.tar.gz) = 11228 diff --git a/x11-wm/nickleby/pkg-descr b/x11-wm/nickleby/pkg-descr new file mode 100644 index 000000000000..247ef42cd219 --- /dev/null +++ b/x11-wm/nickleby/pkg-descr @@ -0,0 +1,10 @@ +Nickleby is a window manager for those of us who live our lives inside +xterms. It has no menus and creates minimal window decoration. Nickleby +is intended for use with monitors large enough, with enough resolution, the +user has no need for virtual desktops. + +WWW: http://www.mammothcheese.ca/munger.html + +-- +James Bailie <jimmy@mammothcheese.ca> +http://www.mammothcheese.ca |