diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 15:36:31 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 15:36:31 +0800 |
commit | cf7074fd62def59da1bd7226fc97cebdf3503bf9 (patch) | |
tree | eff0be5b69c03562888c1639b8f1c8c3eb7011a5 /x11 | |
parent | 6fef169d70681dd0b40386106808c81cb22ea012 (diff) | |
download | freebsd-ports-gnome-cf7074fd62def59da1bd7226fc97cebdf3503bf9.tar.gz freebsd-ports-gnome-cf7074fd62def59da1bd7226fc97cebdf3503bf9.tar.zst freebsd-ports-gnome-cf7074fd62def59da1bd7226fc97cebdf3503bf9.zip |
magnifying glass for X. like xmag but with continously updates.
PR: 11187
Submitted by: Thomas Runge <runge@rostock.zgdv.de>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlupe/Makefile | 26 | ||||
-rw-r--r-- | x11/xlupe/distinfo | 1 | ||||
-rw-r--r-- | x11/xlupe/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xlupe/pkg-descr | 9 | ||||
-rw-r--r-- | x11/xlupe/pkg-plist | 2 |
5 files changed, 39 insertions, 0 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile new file mode 100644 index 000000000000..aad3f3ed0423 --- /dev/null +++ b/x11/xlupe/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xlupe +# Version required: 1.0 +# Date created: 17 Apr 1999 +# Whom: runge@rostock.zgdv.de +# +# $Id$ +# + +DISTNAME= xlupe-1.0 +CATEGORIES= x11 +MASTER_SITES= http://www.rostock.zgdv.de/~runge/xlupe/ + +MAINTAINER= runge@rostock.zgdv.de + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes +REQUIRES_MOTIF= no + +# you can build it with a motif interface as well! +# REQUIRES_MOTIF= no + +#post-install: +# strip ${PREFIX}/bin/xlupe + +.include <bsd.port.mk> diff --git a/x11/xlupe/distinfo b/x11/xlupe/distinfo new file mode 100644 index 000000000000..6ec0860cd347 --- /dev/null +++ b/x11/xlupe/distinfo @@ -0,0 +1 @@ +MD5 (xlupe-1.0.tar.gz) = e9bf468b310e07e462b1c57efdca1204 diff --git a/x11/xlupe/pkg-comment b/x11/xlupe/pkg-comment new file mode 100644 index 000000000000..66332bc79c0a --- /dev/null +++ b/x11/xlupe/pkg-comment @@ -0,0 +1 @@ +magnifying glass for X. like xmag but with continously updates. diff --git a/x11/xlupe/pkg-descr b/x11/xlupe/pkg-descr new file mode 100644 index 000000000000..ac9626d79748 --- /dev/null +++ b/x11/xlupe/pkg-descr @@ -0,0 +1,9 @@ +This is a little program for zooming parts of your desktop, very +similar to xmag. The difference is, that it continously updates +it's contents. And it supports all available visuals. + +http://www.rostock.zgdv.de/~runge/xlupe + +Tom +runge@rostock.zgdv.de + diff --git a/x11/xlupe/pkg-plist b/x11/xlupe/pkg-plist new file mode 100644 index 000000000000..bdd235209142 --- /dev/null +++ b/x11/xlupe/pkg-plist @@ -0,0 +1,2 @@ +bin/xlupe + |