From owner-svn-ports-head@freebsd.org Mon Apr 8 13:34:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14DE415804B4; Mon, 8 Apr 2019 13:34:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE98171C88; Mon, 8 Apr 2019 13:34:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8785024116; Mon, 8 Apr 2019 13:34:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x38DYegI000169; Mon, 8 Apr 2019 13:34:40 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x38DYetw000167; Mon, 8 Apr 2019 13:34:40 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201904081334.x38DYetw000167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 8 Apr 2019 13:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498374 - in head/deskutils/autocutsel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/deskutils/autocutsel: . files X-SVN-Commit-Revision: 498374 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AE98171C88 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 13:34:41 -0000 Author: ehaupt Date: Mon Apr 8 13:34:39 2019 New Revision: 498374 URL: https://svnweb.freebsd.org/changeset/ports/498374 Log: - Add man pages [1] - Add missing XORG dependencies (ice, sm, xext, xt) as prompted by stage-qa - Pacify portlint (rearrange some vars) - Add LICENSE PR: 236789 Approved by: john@jnielsen.net (maintainer-timeout; 14d) Obtained from: debian [1] Added: head/deskutils/autocutsel/files/ head/deskutils/autocutsel/files/patch-autocutsel.1 (contents, props changed) head/deskutils/autocutsel/files/patch-cutsel.1 (contents, props changed) Modified: head/deskutils/autocutsel/Makefile Modified: head/deskutils/autocutsel/Makefile ============================================================================== --- head/deskutils/autocutsel/Makefile Mon Apr 8 13:05:47 2019 (r498373) +++ head/deskutils/autocutsel/Makefile Mon Apr 8 13:34:39 2019 (r498374) @@ -3,22 +3,31 @@ PORTNAME= autocutsel PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= john@jnielsen.net COMMENT= Synchronizes the two copy/paste buffers used by X applications +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf gmake libtool +USE_XORG= ice sm x11 xaw xext xmu xt USE_GITHUB= yes GH_ACCOUNT= sigmike -USE_XORG= x11 xaw xmu GNU_CONFIGURE= yes -USES= gmake autoreconf libtool PLIST_FILES= bin/autocutsel \ - bin/cutsel + bin/cutsel \ + man/man1/autocutsel.1.gz \ + man/man1/cutsel.1.gz post-configure: @${REINPLACE_CMD} -e 's|-I\.|-I/usr/local/include|g' ${WRKSRC}/Makefile + +post-install: + ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1 .include Added: head/deskutils/autocutsel/files/patch-autocutsel.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/autocutsel/files/patch-autocutsel.1 Mon Apr 8 13:34:39 2019 (r498374) @@ -0,0 +1,101 @@ +--- autocutsel.1.orig 2019-03-25 17:46:04 UTC ++++ autocutsel.1 +@@ -0,0 +1,98 @@ ++.TH "AUTOCUTSEL" "1" "5 December 2007" "autocutsel 0.9.0" ++.SH "NAME" ++autocutsel \- keep the X clipboard and the cutbuffer in sync ++.SH "SYNOPSIS" ++.na ++.B autocutsel ++.RB [ \-selection ++.IR selection_name ] ++.RB [ \-cutbuffer ++.IR number ] ++.RB [ \-debug ] ++.RB [ \-verbose ] ++.RB [ \-fork ] ++.RB [ \-pause ++.IR milliseconds ] ++.RB [ \-buttonup ] ++ ++.LP ++.SH "DESCRIPTION" ++.PP ++This manual page documents briefly the ++.B autocutsel ++command. ++.PP ++This manual page was written for the ++.B Debian ++distribution because the original ++program does not have a manual page. ++.PP ++.B autocutsel ++tracks changes in the server's ++cutbuffer and clipboard selection. ++When the clipboard is changed, ++it updates the cutbuffer. ++When the cutbuffer is changed, ++it owns the clipboard selection. ++The cutbuffer and clipboard ++selection are always synchronized. ++Since the VNC client synchronizes ++the Windows' clipboard and the ++server's cutbuffer, ++all three "clipboards" are ++always kept synchronized. ++When you copy some text in Windows, ++the cutbuffer and the clipboard ++selection are updated. ++When you copy text on the server ++using either the cutbuffer or ++the clipboard selection, ++the Windows's clipboard is always ++updated. ++ ++.SH "OPTIONS" ++.TP ++.B -selection, -select, -sel, -s {CLIPBOARD|PRIMARY} ++Specify which selection to use. ++Default is CLIPBOARD. ++ ++.TP ++.B -cutbuffer ++(Details of this parameter unknown.) ++ ++.TP ++.B -debug, -d ++Run with debugging mode. ++ ++.TP ++.B -verbose, -v ++Be more verbose. ++Reports the version and announces synchronizations. ++ ++.TP ++.B -fork, -f ++Run as a daemon program in the background. ++This is recommended when used from an X startup script. ++ ++.TP ++.B -pause, -p ++Wait some milliseconds before owning the selection. ++ ++.TP ++.B -buttonup ++Get the selection only when the ++button 1 is not pressed. ++This may help with OpenOffice Writer. ++ ++.SH "AUTHOR" ++.PP ++This manual page was written by ++Elmar S. Heeb for the ++.B Debian ++system (but may be used by others). ++Permission is granted to copy, ++distribute and/or modify this ++document under the terms of the ++GNU General Public License, ++Version 2 any later version published ++by the Free Software Foundation. Added: head/deskutils/autocutsel/files/patch-cutsel.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/autocutsel/files/patch-cutsel.1 Mon Apr 8 13:34:39 2019 (r498374) @@ -0,0 +1,66 @@ +--- cutsel.1.orig 2019-03-25 17:46:04 UTC ++++ cutsel.1 +@@ -0,0 +1,63 @@ ++.TH "CUTSEL" "1" "5 December 2007" "autocutsel 0.9.0" ++.SH "NAME" ++cutsel \- show information about the X clipboard and the cutbuffer in sync ++.SH "SYNOPSIS" ++.PP ++.B cutsel ++[\-selection \fIselection_name\fP] ++[\-cutbuffer \fInumber\fP] ++[\-debug] ++[\-verbose] ++{cut|sel} ++ ++.LP ++.SH "DESCRIPTION" ++.PP ++This manual page documents briefly the ++.B cutsel ++command. ++.PP ++This manual page was written for the ++.B Debian ++distribution because the original ++program does not have a manual page. ++ ++.TP ++.B cutsel [\fIoptions\fP] cut ++shows the contents of the cut buffer ++and ++.TP ++.B cutsel [\fIoptions\fP] sel ++shows the owner of the selection. ++ ++.SH "OPTIONS" ++.TP ++.B \-selection, \-select, \-sel, \-s {CLIPBOARD|PRIMARY} ++Specify which selection to use. ++Default is CLIPBOARD. ++ ++.TP ++.B \-cutbuffer ++(Details of this parameter unknown.) ++ ++.TP ++.B \-debug, \-d ++Run with debugging mode. ++ ++.TP ++.B \-verbose, \-v ++Be more verbose. ++Reports the version and announces synchronizations. ++ ++.SH "AUTHOR" ++.PP ++This manual page was written by ++Elmar S. Heeb for the ++.B Debian ++system (but may be used by others). ++Permission is granted to copy, ++distribute and/or modify this ++document under the terms of the ++GNU General Public License, ++Version 2 any later version published ++by the Free Software Foundation.