- Update to 0.1e
- Update maintainer address PR: ports/131095 Submitted by: Alexander Gromnitsky <alexander.gromnitsky@gmail.com> (maintainer)
This commit is contained in:
parent
5cb2b3bedf
commit
0b817a7e29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227133
4 changed files with 24 additions and 9 deletions
|
@ -1,25 +1,28 @@
|
|||
# New ports collection makefile for: xoris
|
||||
# Date created: 02 April 2006
|
||||
# Whom: Alexander Gromnizki
|
||||
# Whom: Alexander Gromnitsky
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xoris
|
||||
PORTVERSION= 0.1b
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= http://gromnizki.unixdev.net/soft/
|
||||
PORTVERSION= 0.1e
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= grommizki@unixdev.net
|
||||
MAINTAINER= alexander.gromnitsky@gmail.com
|
||||
COMMENT= An X11 pixel color grabber
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_IMAKE= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
SUB_FILES= pkg-message
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@ ${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${ECHO_MSG} "===> Installing documentation for ${PORTNAME}"
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xoris-0.1b.tar.gz) = 4623c6b7e7899e2e0f0c35dea01a8343
|
||||
SHA256 (xoris-0.1b.tar.gz) = aa4ae97dd10dec27fd77e44839674a6ca5d8288b093bfc64b6b2cffe5819a2e4
|
||||
SIZE (xoris-0.1b.tar.gz) = 6311
|
||||
MD5 (xoris-0.1e.tar.gz) = f1e8abbb5e57f66f52335a37f5405207
|
||||
SHA256 (xoris-0.1e.tar.gz) = 8902d391bfb1a15f21afdd7626634fb3dfa6240814d6c2bcde2ee06377bd675c
|
||||
SIZE (xoris-0.1e.tar.gz) = 6731
|
||||
|
|
11
graphics/xoris/files/xoris-run.sh
Normal file
11
graphics/xoris/files/xoris-run.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
while true
|
||||
do
|
||||
xoris | xmessage -buttons 'Grab,Quit' -nearmouse \
|
||||
-xrm '*iconName:xoris output' \
|
||||
-title 'xoris output' \
|
||||
-geometry 180x65 \
|
||||
-file -
|
||||
[ $? -eq 102 ] && exit
|
||||
done
|
|
@ -1,3 +1,4 @@
|
|||
bin/xoris
|
||||
bin/xoris-run.sh
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue