From 9a2e4c8b780fc607dc4b4adabefb354c84401a96 Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Tue, 11 Mar 2008 21:13:53 +0000 Subject: - 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 --- x11/emprint/Makefile | 22 ++++++++++++++++++++++ x11/emprint/distinfo | 3 +++ x11/emprint/pkg-descr | 4 ++++ x11/emprint/pkg-plist | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 x11/emprint/Makefile create mode 100644 x11/emprint/distinfo create mode 100644 x11/emprint/pkg-descr create mode 100644 x11/emprint/pkg-plist (limited to 'x11/emprint') 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 +# +# $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 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%% -- cgit v1.2.3