aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2009-08-22 22:22:16 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2009-08-22 22:22:16 +0000
commit44be971e449b749a43058f4fdbb027ec5ee07ccc (patch)
tree354a79fcc0f9f73c78e397a1efc54a15c6110932 /x11
parent7dcd7a33ba23e3dd13ee4456d45cc5bb7ee03dfc (diff)
downloadports-44be971e449b749a43058f4fdbb027ec5ee07ccc.tar.gz
ports-44be971e449b749a43058f4fdbb027ec5ee07ccc.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/decurs/Makefile15
-rw-r--r--x11/decurs/pkg-descr8
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.