diff options
author | makc <makc@FreeBSD.org> | 2010-10-17 17:43:23 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-17 17:43:23 +0800 |
commit | 388e3ec3141a03ff38bd9dffab7ff2014d8244f8 (patch) | |
tree | 10c64352f3d19d99ac14e9d0e878ee531c4903d4 /x11 | |
parent | 65eeae49af02d5ad74be00dd7f22c1629d589c88 (diff) | |
download | freebsd-ports-graphics-388e3ec3141a03ff38bd9dffab7ff2014d8244f8.tar.gz freebsd-ports-graphics-388e3ec3141a03ff38bd9dffab7ff2014d8244f8.tar.zst freebsd-ports-graphics-388e3ec3141a03ff38bd9dffab7ff2014d8244f8.zip |
Update to version 3.07
Add LICENSE
Mark MAKE_JOBS_SAFE
Update projects homepage address
Pass maintainership to submitter
PR: ports/151498
Submitted by: Pawel Pekala <c0rn at o2.pl>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xnee/Makefile | 31 | ||||
-rw-r--r-- | x11/xnee/distinfo | 6 | ||||
-rw-r--r-- | x11/xnee/pkg-descr | 2 | ||||
-rw-r--r-- | x11/xnee/pkg-plist | 15 |
4 files changed, 32 insertions, 22 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 09cd4c13a16..31456113cb6 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,13 +6,15 @@ # PORTNAME= xnee -PORTVERSION= 3.06 +PORTVERSION= 3.07 CATEGORIES= x11 MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c0rn@o2.pl COMMENT= X events recorder and player +LICENSE= GPLv3 + OPTIONS= GNEE "Build the GUI frontend" off \ PNEE "Build the Gnome Panel frontend" off @@ -20,42 +22,35 @@ USE_XORG= xtst USE_GNOME= gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-cli --disable-doc +MAKE_JOBS_SAFE= yes + +CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2 MAN1= cnee.1 xnee.1 INFO= xnee -PLIST_FILES= bin/cnee \ - share/pixmaps/xnee.png \ - share/pixmaps/xnee.xpm \ - %%DATADIR%%/example1.xns \ - %%DATADIR%%/simple_bash.sh \ - %%DATADIR%%/xnee.sh -PLIST_DIRS= ${PNEE_DIR} %%DATADIR%% .include <bsd.port.pre.mk> .if defined(WITH_GNEE) USE_GNOME+= gtk20 MAN1+= gnee.1 -PLIST_FILES+= bin/gnee +PLIST_SUB+= GNEE="" +DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PREFIX}/share/pixmaps/xnee.png" \ + "gnee" "Development;" true .else CONFIGURE_ARGS+= --disable-gui +PLIST_SUB+= GNEE="@comment " .endif .if defined(WITH_PNEE) USE_GNOME+= gnomepanel MAN1+= pnee.1 -PLIST_FILES+= libdata/bonobo/servers/pnee.server \ - libexec/pnee \ - %%DATADIR%%/pixmaps/pnee-record.png \ - %%DATADIR%%/pixmaps/pnee-replay.png \ - %%DATADIR%%/pixmaps/pnee-stop-mini.png \ - %%DATADIR%%/pixmaps/pnee-stop.png -PNEE_DIR= %%DATADIR%%/pixmaps +PLIST_SUB+= PNEE="" .else CONFIGURE_ARGS+= --disable-gnome-applet CONFIGURE_ENV+= libgnomeui_CFLAGS="${TRUE}" \ libgnomeui_LIBS="${TRUE}" +PLIST_SUB+= PNEE="@comment " .endif post-patch: diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo index 3c1976bbc7f..3881bb0ea6e 100644 --- a/x11/xnee/distinfo +++ b/x11/xnee/distinfo @@ -1,3 +1,3 @@ -MD5 (xnee-3.06.tar.gz) = 1e68436f4be1ccb896f6db5e38957d1e -SHA256 (xnee-3.06.tar.gz) = 3214f72f9e5f970b6e22339aacbf5793faf0b5b37c58e022942fc71d3d84186e -SIZE (xnee-3.06.tar.gz) = 1598910 +MD5 (xnee-3.07.tar.gz) = f9fca0c7475a90487c86eca2027d0fcd +SHA256 (xnee-3.07.tar.gz) = 305721362e1d861635996da387cc80e540a6e5e66de5992372b709fe9c2eb544 +SIZE (xnee-3.07.tar.gz) = 1779830 diff --git a/x11/xnee/pkg-descr b/x11/xnee/pkg-descr index 0717e2b663e..6bebce046bc 100644 --- a/x11/xnee/pkg-descr +++ b/x11/xnee/pkg-descr @@ -6,4 +6,4 @@ a window before it's ready to "receive" events. By recording events and requests synchronization can be implemented. Xnee can also distribute events (both when recording and replaying) to other displays. -WWW: http://www.gnu.org/software/xnee/ +WWW: http://www.sandklef.com/xnee/ diff --git a/x11/xnee/pkg-plist b/x11/xnee/pkg-plist new file mode 100644 index 00000000000..235da00c9aa --- /dev/null +++ b/x11/xnee/pkg-plist @@ -0,0 +1,15 @@ +bin/cnee +%%GNEE%%bin/gnee +%%PNEE%%libdata/bonobo/servers/pnee.server +%%PNEE%%libexec/pnee +share/pixmaps/xnee.png +share/pixmaps/xnee.xpm +%%DATADIR%%/example1.xns +%%DATADIR%%/simple_bash.sh +%%DATADIR%%/xnee.sh +%%PNEE%%%%DATADIR%%/pixmaps/pnee-record.png +%%PNEE%%%%DATADIR%%/pixmaps/pnee-replay.png +%%PNEE%%%%DATADIR%%/pixmaps/pnee-stop-mini.png +%%PNEE%%%%DATADIR%%/pixmaps/pnee-stop.png +%%PNEE%%@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% |