NOTICE: This package has been removed from pkgsrc

./wip/xclipboard, Manage the X server clipboard

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.1.2, Package name: xclipboard-1.1.2, Maintainer: lars.nordlund

Contains the xcutsel and xclipboard programs which help with managing the X
server clipboard.

This is from the modular X.org X11 project.


Required to build:
[pkgtools/x11-links] [devel/xorg-util-macros]

Master sites: (Expand)

SHA1: 8dc77e1234c1c2853805124536676a4d5f7c7a3b
RMD160: 745f69da3f8b2491102c3a434cf5dceb39540fe3
Filesize: 122.042 KB

Version history: (Expand)


CVS history: (Expand)


   2013-09-06 10:16:59 by Thomas Klausner | Files touched by this commit (4) | Package removed
Log message:
Remove xclipboard, imported to pkgsrc/x11.
   2013-09-06 10:14:26 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.1.3:

This minor maintenance release includes some small bug fixes, code cleanups,
and man page formatting improvements.

Alan Coopersmith (7):
      Mark Quit functions as _X_NORETURN, as suggested by -Wmissing-noreturn
      Rename state argument to SetButton to not shadow global state variable
      Convert last sprintf to snprintf
      Replace malloc(strlen)+strcpy with strdup
      delete trailing whitespace from source files
      Fix some size/sign conversion warnings from clang
      xclipboard 1.1.3

Eric S. Raymond (1):
      Don't rely on being able to set tab stops.
   2013-07-02 12:37:53 by othyro | Files touched by this commit (1)
Log message:
+MAKE_FLAGS+=    appdefaultdir=${PREFIX}/lib/X11/app-defaults
+.include "../../devel/xorg-util-macros/buildlink3.mk"
   2012-10-07 22:11:06 by Aleksej Saushev | Files touched by this commit (137)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-09-13 16:15:28 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.1.2:

1.1.2:
This bug fix release avoids crashes on long strings/filenames, and
adjusts the gui layout to make the Accept & Cancel buttons more usable.

Alan Coopersmith (1):
       xclipboard 1.1.2

Gaetan Nadon (4):
       config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
       man: remove trailing spaces and tabs
       man: replace hard coded man page section with substitution strings
       config: move man pages into their own directory

Kees Cook (1):
       xclipboard: avoid overflow crash when building labels

Stanislav Maslovski (1):
       Change resource to better position Accept/Cancel. #17364
   2009-11-09 20:13:05 by Tobias Nygren | Files touched by this commit (2)
Log message:
Update to xclipboard-1.1.0. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Enable #ifdef XKB code to call XkbStdBell() if libxkbfile is found
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Added missing AM_PROG_CC_C_O
Use AM_CFLAGS instead of {xclipboard,xcutsel}_CFLAGS and remove AM_PROG_CC_C_O
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.
Add UTF-8 support.
Fix UTF-8 support.
   2008-11-10 18:21:50 by Thomas Klausner | Files touched by this commit (7)
Log message:
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
   2008-05-25 00:31:40 by Tobias Nygren | Files touched by this commit (14)
Log message:
Switch to MASTER_SITE_XORG.