On 2013/04/29 18:39, Aaron Bieber wrote: > Hi, > > Here is a perl module that gives you clipboard access in x11. > > I have been using it without issue for a few months. > > OK to import?
| # $OpenBSD: Makefile,v 1.9 2012/08/23 16:02:37 sthen Exp $ | | COMMENT = Perl extension to access the x11 clipboard | SHARED_ONLY = Yes This one isn't SHARED_ONLY, it just shells out to xclip so the same package should work anywhere. I would normally reserve "Perl extension" for something which is a binary module, maybe s,extension,library, or maybe 'access the x11 clipboard from Perl'? | MODULES = cpan | DISTNAME = Clipboard-0.13 | CATEGORIES = x11 | | MASTER_SITES = http://search.cpan.org/CPAN/authors/id/K/KI/KING/ | | MAINTAINER = Aaron Bieber <[email protected]> | | # Perl | PERMIT_PACKAGE_CDROM = Yes | PERMIT_PACKAGE_FTP = Yes | PERMIT_DISTFILES_FTP = Yes only needs PERMIT_PACKAGE_CDROM | USE_GROFF = Yes not needed; mandoc's rendering is identical to groff's. Could you flesh out DESCR a bit please? At least a mention and quick summary of the included utilities might be useful.
