Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2013 11:39:57 -0700 (PDT)
From:      Tobias Kortkamp <tobias.kortkamp@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178751: [maintainer update] deskutils/easystroke to 0.6.0
Message-ID:  <5197cafd.a315980a.2d55.41f1@mx.google.com>
Resent-Message-ID: <201305181850.r4IIo03Q073599@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178751
>Category:       ports
>Synopsis:       [maintainer update] deskutils/easystroke to 0.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 18 18:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Kortkamp
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD thor 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Tue Nov 27 03:45:16 UTC 2012 root@darkstar:/usr/obj/pcbsd-build90/fbsd-source/9.1/sys/GENERIC amd64


	
>Description:
    Updates port deskutils/easystroke to current upstream version 0.6.0
	
>How-To-Repeat:
	
>Fix:

	

--- easystroke.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	easystroke
#	easystroke/files
#	easystroke/files/patch-Makefile
#	easystroke/distinfo
#	easystroke/Makefile
#	easystroke/pkg-plist
#	easystroke/pkg-descr
#
echo c - easystroke
mkdir -p easystroke > /dev/null 2>&1
echo c - easystroke/files
mkdir -p easystroke/files > /dev/null 2>&1
echo x - easystroke/files/patch-Makefile
sed 's/^X//' >easystroke/files/patch-Makefile << '2cc3d0c17447df37667e45db0ba0aea4'
X--- Makefile.orig	2013-05-18 19:53:39.780480687 +0200
X+++ Makefile	2013-05-18 19:54:36.579483230 +0200
X@@ -82,9 +82,9 @@
X easystroke.desktop: easystroke.desktop.in $(MOFILES)
X 	intltool-merge po/ -d -u $< $@
X 
X-desktop.c: easystroke.desktop
X+desktop.c:
X 	echo "const char *desktop_file = \"\\" > $@
X-	sed 's/Exec=easystroke/Exec=%1$$s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
X+	sed 's/Exec=easystroke/Exec=%1$$s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
X 	echo "\";" >> $@
X 
X po/POTFILES.in: $(CCFILES) $(HFILES)
2cc3d0c17447df37667e45db0ba0aea4
echo x - easystroke/distinfo
sed 's/^X//' >easystroke/distinfo << '318a3d458b6104588612cf3e6a61e417'
XSHA256 (easystroke-0.6.0.tar.gz) = f4c37adbc4dd405a24badb9e6be20d3223b4087ff9caed2c15ff71674051d0fd
XSIZE (easystroke-0.6.0.tar.gz) = 121358
318a3d458b6104588612cf3e6a61e417
echo x - easystroke/Makefile
sed 's/^X//' >easystroke/Makefile << 'c14e3dc4b5e5d944d08a8fa94eefb77f'
X# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	easystroke
XPORTVERSION=	0.6.0
XCATEGORIES=	deskutils
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	tobias.kortkamp@gmail.com
XCOMMENT=	Easystroke is a gesture-recognition application for X11
X
XBUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man \
X		${LOCALBASE}/include/xorg/xserver-properties.h:${PORTSDIR}/x11-servers/xorg-server
XLIB_DEPENDS=	gtkmm-3:${PORTSDIR}/x11-toolkits/gtkmm30 \
X		dbus-glib:${PORTSDIR}/devel/dbus-glib \
X		boost_serialization:${PORTSDIR}/devel/boost-libs
X
XMAN1=		easystroke.1
X
XUSE_GCC=	any
XUSE_XORG=	x11 xtst
XUSE_GMAKE=	yes
XINSTALLS_ICONS=	yes
X
XOPTIONS_DEFINE=	NLS
X
X.include <bsd.port.options.mk>
X
XUSES+=		gettext
X
X.if ${PORT_OPTIONS:MNLS}
XBUILD_DEPENDS+=	intltool-merge:${PORTSDIR}/textproc/intltool
XPLIST_SUB+=		NLS=""
XALL_TARGET=		easystroke.desktop all man
X.else
X# This builds easystroke without translations
XALL_TARGET=		man
XPLIST_SUB+=		NLS="@comment "
X# Create a .desktop file without translations.
X# It's usually created by intltool-merge during the build.
Xpre-build:
X	@${CP} ${WRKSRC}/${PORTNAME}.desktop.in ${WRKSRC}/${PORTNAME}.desktop
X.endif
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/bin/
X	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X	@${MKDIR} ${PREFIX}/share/applications/
X	@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/
X	@${MKDIR} ${PREFIX}/share/pixmaps/
X	@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${PREFIX}/share/pixmaps/
X	@${MKDIR} ${PREFIX}/man/man1/
X	@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
X
X.if ${PORT_OPTIONS:MNLS}
X	@${MKDIR} ${PREFIX}/share/locale/
X	@(cd ${WRKSRC}/po/ && \
X		${COPYTREE_SHARE} \* ${PREFIX}/share/locale/ "-name *.mo")
X.endif
X
X.include <bsd.port.mk>
c14e3dc4b5e5d944d08a8fa94eefb77f
echo x - easystroke/pkg-plist
sed 's/^X//' >easystroke/pkg-plist << 'aac24fe806e22ed342a1eb18539f1f80'
Xshare/pixmaps/easystroke.svg
X%%NLS%%share/locale/ru/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/ko/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/fi/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/el/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/ja/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/de/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/vi/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/zh_CN/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/it/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/ca/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/zh_TW/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/hu/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/es/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/pl/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/fr/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/he/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/cs/LC_MESSAGES/easystroke.mo
Xshare/applications/easystroke.desktop
Xbin/easystroke
X@dirrmtry share/applications
aac24fe806e22ed342a1eb18539f1f80
echo x - easystroke/pkg-descr
sed 's/^X//' >easystroke/pkg-descr << '6cc4ab20f6a199223c739f1ac57956a1'
XEasystroke is a gesture-recognition application for X11. Gestures or
Xstrokes are movements that you make with your mouse (or your pen,
Xfinger etc.) while holding down a specific mouse button. Easystroke
Xwill execute certain actions if it recognizes the stroke; currently
Xeasystroke can emulate key presses, execute shell commands, hold down
Xmodifiers and emulate a scroll wheel. The program was designed with
XTablet PCs in mind and can be used effectively even without access to
Xa keyboard.
X
XWWW: http://easystroke.sourceforge.net/
6cc4ab20f6a199223c739f1ac57956a1
exit
--- easystroke.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5197cafd.a315980a.2d55.41f1>