diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-08-23 06:22:16 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-08-23 06:22:16 +0800 |
commit | 44be971e449b749a43058f4fdbb027ec5ee07ccc (patch) | |
tree | 354a79fcc0f9f73c78e397a1efc54a15c6110932 /x11/decurs | |
parent | 7dcd7a33ba23e3dd13ee4456d45cc5bb7ee03dfc (diff) | |
download | freebsd-ports-gnome-44be971e449b749a43058f4fdbb027ec5ee07ccc.tar.gz freebsd-ports-gnome-44be971e449b749a43058f4fdbb027ec5ee07ccc.tar.zst freebsd-ports-gnome-44be971e449b749a43058f4fdbb027ec5ee07ccc.zip |
- Adjust port comment and description
- Reindent Makefile to fit in 80 column width
- Remove dead master site, provide alternative location
- Drop maintainership
Diffstat (limited to 'x11/decurs')
-rw-r--r-- | x11/decurs/Makefile | 15 | ||||
-rw-r--r-- | x11/decurs/pkg-descr | 8 |
2 files changed, 11 insertions, 12 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index af9d6d705ad0..95a11cdca785 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: DeCurs # Date created: 19 January 2002 -# Whom: Miguel Mendez <flynn@energyhq.homeip.net> +# Whom: Miguel Mendez <flynn@energyhq.homeip.net> # # $FreeBSD$ # @@ -9,10 +9,11 @@ PORTNAME= decurs PORTVERSION= 0.55.1 PORTREVISION= 9 CATEGORIES= x11 -MASTER_SITES= http://varg.dyndns.org/psi/files/ +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ + #http://varg.dyndns.org/psi/files/ -MAINTAINER= danfe@FreeBSD.org -COMMENT= A GTK+ based program that lets you edit you XFree86 mouse cursors +MAINTAINER= ports@FreeBSD.org +COMMENT= A program that lets you edit your X11 mouse cursors LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 @@ -29,11 +30,11 @@ BROKEN= Does not compile on !i386 post-patch: @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \ ${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec -# Hack for contemporary GCC +# Hacks for contemporary GCC @${REINPLACE_CMD} -e 's/CppString \&str/const &/' \ ${WRKSRC}/src/cppstring.cc ${WRKSRC}/src/cppstring.hh - @${REINPLACE_CMD} -E 's/^\/\/ friend//; s/([^:])ostream/\1std::ostream/g' \ - ${WRKSRC}/src/cppstring.hh + @${REINPLACE_CMD} -E 's/^\/\/ friend// ; \ + s/([^:])ostream/\1std::ostream/g' ${WRKSRC}/src/cppstring.hh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/decurs ${PREFIX}/bin/decurs.bin diff --git a/x11/decurs/pkg-descr b/x11/decurs/pkg-descr index 4fc3bfc40b48..0cbd6066012d 100644 --- a/x11/decurs/pkg-descr +++ b/x11/decurs/pkg-descr @@ -1,5 +1,3 @@ -DeCurs is a GTK+ based program that lets you edit you XFree86 mouse -cursors. It reads them from "bdf"-formatted font files. Now don't -worry, DeCurs comes with one handy. - -WWW: http://varg.dyndns.org/psi/pub/code/decurs/ +DeCurs is a GTK+ based program that lets you edit you X11 mouse cursors. +It reads them from BDF-formatted font files. Now don't worry, it comes +with one handy. |