diff --git a/x11/ratpoison/Makefile b/x11/ratpoison/Makefile new file mode 100644 index 00000000000..6546d682a52 --- /dev/null +++ b/x11/ratpoison/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/11/10 18:31:38 heko Exp $ + +COMMENT= "minimal wm based on GNU screen" +DISTNAME= ratpoison-1.0.0 +CATEGORIES= x11 +NEED_VERSION= 1.489 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://openbsd.rutgers.edu/ + +MASTER_SITE_SUBDIR= ratpoison + +HOMEPAGE= http://ratpoison.sourceforge.net/ + +MAINTAINER= William Yodlowsky + +# License: GPLv2 +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +USE_X11= Yes + +CONFIGURE_STYLE= gnu + +.include diff --git a/x11/ratpoison/files/md5 b/x11/ratpoison/files/md5 new file mode 100644 index 00000000000..d9f57630e3c --- /dev/null +++ b/x11/ratpoison/files/md5 @@ -0,0 +1,3 @@ +MD5 (ratpoison-1.0.0.tar.gz) = e84a6609f9992644262bbbfa270d69ee +RMD160 (ratpoison-1.0.0.tar.gz) = 850032bcd2567d8d3ff3f5fd66218b794467fff8 +SHA1 (ratpoison-1.0.0.tar.gz) = cacce36f26092f4e2a6573e2bb373a0cc3f19763 diff --git a/x11/ratpoison/pkg/DESCR b/x11/ratpoison/pkg/DESCR new file mode 100644 index 00000000000..f8c50f01363 --- /dev/null +++ b/x11/ratpoison/pkg/DESCR @@ -0,0 +1,6 @@ +ratpoison is a simple Window Manager with no fat library dependencies, +no fancy graphics, no window decorations, and no flashy wank. It is +largely modelled after GNU Screen which has done wonders in virtual +terminal market. + +WWW: ${HOMEPAGE} diff --git a/x11/ratpoison/pkg/PLIST b/x11/ratpoison/pkg/PLIST new file mode 100644 index 00000000000..e77875070af --- /dev/null +++ b/x11/ratpoison/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/11/10 18:31:38 heko Exp $ +@unexec install-info --delete --info-dir=%D/info %D/info/ratpoison.info +bin/ratpoison +info/ratpoison.info +man/man1/ratpoison.1 +share/doc/ratpoison/AUTHORS +share/doc/ratpoison/COPYING +share/doc/ratpoison/ChangeLog +share/doc/ratpoison/NEWS +share/doc/ratpoison/README +@dirrm share/doc/ratpoison +@exec install-info --info-dir=%D/info %D/info/ratpoison.info