mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
This e17 module allows users to take screenshots. It provides customized
delays, directory and file names, image dithering, thumbnails preparing and various effects via external programs. Author: Christopher Michael <devilhorns@comcast.net> WWW: http://www.enlightenment.org PR: ports/100004 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
This commit is contained in:
parent
79e762dc38
commit
598b3dd074
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167399
49
x11-wm/e17-module-screenshot/Makefile
Normal file
49
x11-wm/e17-module-screenshot/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# New ports collection makefile for: e17-module-uptime
|
||||
# Date created: 23 June 2006
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= screenshot
|
||||
PORTVERSION= 20060707
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
PKGNAMEPREFIX= e17-module-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
COMMENT= An e17 module which allows users to take screenshots
|
||||
|
||||
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
OPTIONS= IMAGIC "Use ImageMagick" on \
|
||||
SCROT "Use Scrot" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_IMAGIC)
|
||||
RUN_DEPENDS+= import:${PORTSDIR}/graphics/ImageMagick
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SCROT)
|
||||
RUN_DEPENDS+= scrot:${PORTSDIR}/graphics/scrot
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
x11-wm/e17-module-screenshot/distinfo
Normal file
3
x11-wm/e17-module-screenshot/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (screenshot-20060707.tar.bz2) = 9171aaf311bcf74762f42c6317045813
|
||||
SHA256 (screenshot-20060707.tar.bz2) = 3c1dbfb464e4f440b2d9dc43387563e22cf2a20f94ded7f56930470ddce13bd8
|
||||
SIZE (screenshot-20060707.tar.bz2) = 364926
|
11
x11-wm/e17-module-screenshot/files/patch-configure
Normal file
11
x11-wm/e17-module-screenshot/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Fri Jun 23 16:14:40 2006
|
||||
+++ configure Fri Jun 23 16:14:53 2006
|
||||
@@ -21497,7 +21497,7 @@
|
||||
|
||||
|
||||
|
||||
-MODULE_ARCH="$host_os-$host_cpu"
|
||||
+MODULE_ARCH=""
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
6
x11-wm/e17-module-screenshot/pkg-descr
Normal file
6
x11-wm/e17-module-screenshot/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This e17 module allows users to take screenshots. It provides customized
|
||||
delays, directory and file names, image dithering, thumbnails preparing
|
||||
and various effects via external programs.
|
||||
|
||||
Author: Christopher Michael <devilhorns@comcast.net>
|
||||
WWW: http://www.enlightenment.org
|
17
x11-wm/e17-module-screenshot/pkg-plist
Normal file
17
x11-wm/e17-module-screenshot/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
lib/enlightenment/modules/screenshot/screenshot.edj
|
||||
lib/enlightenment/modules/screenshot/e17_titlebar_glint1.png
|
||||
lib/enlightenment/modules/screenshot/e17_titlebar_glint2.png
|
||||
lib/enlightenment/modules/screenshot/e17_titlebar_glint3.png
|
||||
lib/enlightenment/modules/screenshot/module.a
|
||||
lib/enlightenment/modules/screenshot/module.eap
|
||||
lib/enlightenment/modules/screenshot/module.la
|
||||
lib/enlightenment/modules/screenshot/module.so
|
||||
lib/enlightenment/modules/screenshot/module_icon.png
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/screenshot.mo
|
||||
@dirrm lib/enlightenment/modules/screenshot
|
@ -47,6 +47,7 @@
|
||||
SUBDIR += e17-module-mem
|
||||
SUBDIR += e17-module-moon
|
||||
SUBDIR += e17-module-rain
|
||||
SUBDIR += e17-module-screenshot
|
||||
SUBDIR += e17-module-slideshow
|
||||
SUBDIR += e17-module-snow
|
||||
SUBDIR += e17-module-uptime
|
||||
|
49
x11/e17-module-screenshot/Makefile
Normal file
49
x11/e17-module-screenshot/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# New ports collection makefile for: e17-module-uptime
|
||||
# Date created: 23 June 2006
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= screenshot
|
||||
PORTVERSION= 20060707
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
PKGNAMEPREFIX= e17-module-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
COMMENT= An e17 module which allows users to take screenshots
|
||||
|
||||
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
OPTIONS= IMAGIC "Use ImageMagick" on \
|
||||
SCROT "Use Scrot" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_IMAGIC)
|
||||
RUN_DEPENDS+= import:${PORTSDIR}/graphics/ImageMagick
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SCROT)
|
||||
RUN_DEPENDS+= scrot:${PORTSDIR}/graphics/scrot
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
x11/e17-module-screenshot/distinfo
Normal file
3
x11/e17-module-screenshot/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (screenshot-20060707.tar.bz2) = 9171aaf311bcf74762f42c6317045813
|
||||
SHA256 (screenshot-20060707.tar.bz2) = 3c1dbfb464e4f440b2d9dc43387563e22cf2a20f94ded7f56930470ddce13bd8
|
||||
SIZE (screenshot-20060707.tar.bz2) = 364926
|
11
x11/e17-module-screenshot/files/patch-configure
Normal file
11
x11/e17-module-screenshot/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Fri Jun 23 16:14:40 2006
|
||||
+++ configure Fri Jun 23 16:14:53 2006
|
||||
@@ -21497,7 +21497,7 @@
|
||||
|
||||
|
||||
|
||||
-MODULE_ARCH="$host_os-$host_cpu"
|
||||
+MODULE_ARCH=""
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
6
x11/e17-module-screenshot/pkg-descr
Normal file
6
x11/e17-module-screenshot/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This e17 module allows users to take screenshots. It provides customized
|
||||
delays, directory and file names, image dithering, thumbnails preparing
|
||||
and various effects via external programs.
|
||||
|
||||
Author: Christopher Michael <devilhorns@comcast.net>
|
||||
WWW: http://www.enlightenment.org
|
17
x11/e17-module-screenshot/pkg-plist
Normal file
17
x11/e17-module-screenshot/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
lib/enlightenment/modules/screenshot/screenshot.edj
|
||||
lib/enlightenment/modules/screenshot/e17_titlebar_glint1.png
|
||||
lib/enlightenment/modules/screenshot/e17_titlebar_glint2.png
|
||||
lib/enlightenment/modules/screenshot/e17_titlebar_glint3.png
|
||||
lib/enlightenment/modules/screenshot/module.a
|
||||
lib/enlightenment/modules/screenshot/module.eap
|
||||
lib/enlightenment/modules/screenshot/module.la
|
||||
lib/enlightenment/modules/screenshot/module.so
|
||||
lib/enlightenment/modules/screenshot/module_icon.png
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/screenshot.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/screenshot.mo
|
||||
@dirrm lib/enlightenment/modules/screenshot
|
Loading…
Reference in New Issue
Block a user