diff options
author | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
commit | 7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch) | |
tree | 5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /x11/emprint | |
parent | 5ca76f49f1219351516746abab31c1305b88f628 (diff) | |
download | freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.zst freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Diffstat (limited to 'x11/emprint')
-rw-r--r-- | x11/emprint/Makefile | 22 | ||||
-rw-r--r-- | x11/emprint/distinfo | 3 | ||||
-rw-r--r-- | x11/emprint/pkg-descr | 4 | ||||
-rw-r--r-- | x11/emprint/pkg-plist | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/emprint/Makefile b/x11/emprint/Makefile new file mode 100644 index 000000000000..e58744bf0b8d --- /dev/null +++ b/x11/emprint/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: efreet +# Date created: 28 September 2007 +# Whom: Stanislav Sedov <stas@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= emprint +PORTVERSION= 20080223 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ + +MAINTAINER= stas@FreeBSD.org +COMMENT= Utility for taking screenshots for E17 + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GNOME= gnomehack gnometarget pkgconfig +USE_EFL= ecore evas edje imlib2 +USE_EFL_ECORE= file x11 evas + +.include <bsd.port.mk> diff --git a/x11/emprint/distinfo b/x11/emprint/distinfo new file mode 100644 index 000000000000..98eb8710cd66 --- /dev/null +++ b/x11/emprint/distinfo @@ -0,0 +1,3 @@ +MD5 (emprint-20080223.tar.bz2) = 380daace1a8b290f427661f58f084f18 +SHA256 (emprint-20080223.tar.bz2) = bc32d9cf11be8ae0eb8760fb3756d6c694fb3f97ea1cc5a534f5f247ac3dfa60 +SIZE (emprint-20080223.tar.bz2) = 217507 diff --git a/x11/emprint/pkg-descr b/x11/emprint/pkg-descr new file mode 100644 index 000000000000..8778c32001da --- /dev/null +++ b/x11/emprint/pkg-descr @@ -0,0 +1,4 @@ +Emprint is a utility for taking screenshots of the entire screen, a specific +window, or a specific region. + +WWW: http://www.enlightenment.org/ diff --git a/x11/emprint/pkg-plist b/x11/emprint/pkg-plist new file mode 100644 index 000000000000..2cfe8acf698b --- /dev/null +++ b/x11/emprint/pkg-plist @@ -0,0 +1,4 @@ +bin/emprint +%%DATADIR%%/images/rect.png +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% |