diff options
author | danfe <danfe@FreeBSD.org> | 2015-04-13 12:58:49 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-04-13 12:58:49 +0800 |
commit | daff9d2e0b5e19bafad1ed0cdec6524f8c4cd5b3 (patch) | |
tree | 3c5db2ff4bb65206b67fceeceac50a4b1e1d6e85 | |
parent | 3a11ec1c332d013fa8650f7757e3ed7e34149139 (diff) | |
download | freebsd-ports-gnome-daff9d2e0b5e19bafad1ed0cdec6524f8c4cd5b3.tar.gz freebsd-ports-gnome-daff9d2e0b5e19bafad1ed0cdec6524f8c4cd5b3.tar.zst freebsd-ports-gnome-daff9d2e0b5e19bafad1ed0cdec6524f8c4cd5b3.zip |
- Provide a working mastersite and unbreak (keep the old official
site URL as a reference for now, maybe it will come back one day)
- Reformat description text for better readability
- Point WWW: to a working project homepage
PR: 199328
Submitted by: Chris Hutchinson
-rw-r--r-- | deskutils/gruler/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gruler/pkg-descr | 28 |
2 files changed, 16 insertions, 16 deletions
diff --git a/deskutils/gruler/Makefile b/deskutils/gruler/Makefile index 3b3d70f65690..1d935dfae4d4 100644 --- a/deskutils/gruler/Makefile +++ b/deskutils/gruler/Makefile @@ -5,12 +5,12 @@ PORTNAME= gruler PORTVERSION= 0.6 PORTREVISION= 11 CATEGORIES= deskutils -MASTER_SITES= http://linuxadvocate.org/projects/gruler/downloads/ +MASTER_SITES= http://BSDforge.com/projects/source/deskutils/gruler/ \ + #http://linuxadvocate.org/projects/gruler/downloads/ MAINTAINER= ps.ports@smyrak.com COMMENT= Simple customizable GTK screen ruler -BROKEN= Unfetchable USES= pkgconfig pathfix libtool GNU_CONFIGURE= yes USE_GNOME= gnomeprefix libgnomeui libglade2 diff --git a/deskutils/gruler/pkg-descr b/deskutils/gruler/pkg-descr index cb87dfe315a5..0f71227a2aba 100644 --- a/deskutils/gruler/pkg-descr +++ b/deskutils/gruler/pkg-descr @@ -1,17 +1,17 @@ Gnome Screen Ruler is an on-screen ruler for measuring horizontal and -vertical distances in any application. Features: +vertical distances in any application. It has the following features: - * Horizontal and vertical display - * Multiple units: pixels, inches, centimeters, picas, points, - percentage - * Configurable colors and font - * Can be set always-on-top - * Measurement lines track mouse cursor to help measure - anything on screen - * Move and resize via click-and-drag with the mouse - * Align with other windows while dragging (hold SHIFT key) - * Move using the keyboard for precision (arrow keys) - * Resize using keyboard (ALT+arrow keys) - * Speed up keyboard operations (hold SHIFT key) + * Horizontal and vertical display + * Multiple units: pixels, inches, centimeters, picas, points, + percentage + * Configurable colors and font + * Can be set always-on-top + * Measurement lines track mouse cursor to help measure + anything on screen + * Move and resize via click-and-drag with the mouse + * Align with other windows while dragging (hold Shift key) + * Move using the keyboard for precision (arrow keys) + * Resize using keyboard (Alt+arrow keys) + * Speed up keyboard operations (hold Shift key) -WWW: http://linuxadvocate.org/projects/gruler/ +WWW: http://gnomecoder.wordpress.com/screenruler/ |