mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
add xsel 0.04.1
Access X selection from command line
This commit is contained in:
parent
9b7be7aab0
commit
08cfab34a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73059
@ -159,6 +159,7 @@
|
||||
SUBDIR += xrootconsole
|
||||
SUBDIR += xscreensaver
|
||||
SUBDIR += xscreensaver-gnome
|
||||
SUBDIR += xsel
|
||||
SUBDIR += xskyroot
|
||||
SUBDIR += xsnow
|
||||
SUBDIR += xstarroll
|
||||
|
36
x11/xsel/Makefile
Normal file
36
x11/xsel/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: xsel
|
||||
# Date created: Jan 14, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xsel
|
||||
PORTVERSION= 0.04.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.niksula.cs.hut.fi/~vherva/xsel/
|
||||
DISTFILES= xsel.c xsel.man
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= ${WRKDIR}
|
||||
USE_XLIB= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
NO_WRKSUBDIR= yes
|
||||
CFLAGS+= `${GTK_CONFIG} --cflags`
|
||||
LDFLAGS+= `${GTK_CONFIG} --libs` -lXt -lXaw
|
||||
|
||||
MAN1= xsel.1
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC} && ${CC} ${CFLAGS} xsel.c -o xsel ${LDFLAGS})
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xsel ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/xsel.man ${MAN1PREFIX}/man/man1/xsel.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/xsel/distinfo
Normal file
2
x11/xsel/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xsel.c) = 8d655ed634d3649cd6b7052a4e28ff9b
|
||||
MD5 (xsel.man) = 976e843b4900e626dd7d966e6723b543
|
1
x11/xsel/pkg-comment
Normal file
1
x11/xsel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Access X selection from command line
|
5
x11/xsel/pkg-descr
Normal file
5
x11/xsel/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
xsel is a quick hack to give access to the X selection from the command line.
|
||||
You can paste stuff from the X selection to stdout and copy stuff from stdin
|
||||
to X selection.
|
||||
|
||||
WWW: http://www.niksula.cs.hut.fi/~vherva/xsel/
|
1
x11/xsel/pkg-plist
Normal file
1
x11/xsel/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/xsel
|
Loading…
Reference in New Issue
Block a user