summaryrefslogtreecommitdiff
path: root/x11/ecore
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 16:31:30 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 16:31:30 +0000
commit2a80c2c568dc1af42128134f5986e0a59c1567fe (patch)
treed0156fdf4b56b6e52e40fe3f24048ba3596ebd95 /x11/ecore
parentPerl5 module to access and use ssh protocol (diff)
Ecore is a core event (X11) abstraction library.
PR: ports/25862 Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes: svn path=/head/; revision=39978
Diffstat (limited to 'x11/ecore')
-rw-r--r--x11/ecore/Makefile23
-rw-r--r--x11/ecore/distinfo1
-rw-r--r--x11/ecore/pkg-comment1
-rw-r--r--x11/ecore/pkg-descr3
-rw-r--r--x11/ecore/pkg-plist6
5 files changed, 34 insertions, 0 deletions
diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile
new file mode 100644
index 000000000000..1dc346c4f1bb
--- /dev/null
+++ b/x11/ecore/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: ecore
+# Date created: 16 March 2001
+# Whom: Jeremy Norris <ishmael27@home.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ecore
+PORTVERSION= 0.0.1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= enlightenment
+
+MAINTAINER= ishmael27@home.com
+
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+post-install:
+ @strip ${PREFIX}/lib/libecore.so.0
+
+.include <bsd.port.mk>
diff --git a/x11/ecore/distinfo b/x11/ecore/distinfo
new file mode 100644
index 000000000000..491f0e253d51
--- /dev/null
+++ b/x11/ecore/distinfo
@@ -0,0 +1 @@
+MD5 (ecore-0.0.1.tar.gz) = 4fd2b7095494a87323b8f796fd40b880
diff --git a/x11/ecore/pkg-comment b/x11/ecore/pkg-comment
new file mode 100644
index 000000000000..c77650892ae2
--- /dev/null
+++ b/x11/ecore/pkg-comment
@@ -0,0 +1 @@
+A core event abstraction library
diff --git a/x11/ecore/pkg-descr b/x11/ecore/pkg-descr
new file mode 100644
index 000000000000..b9a2b7fe19e4
--- /dev/null
+++ b/x11/ecore/pkg-descr
@@ -0,0 +1,3 @@
+A core event abstracter layer and X abstraction layer that makes doing
+selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers
+fast, optimised, and convenient.
diff --git a/x11/ecore/pkg-plist b/x11/ecore/pkg-plist
new file mode 100644
index 000000000000..202787aef1c5
--- /dev/null
+++ b/x11/ecore/pkg-plist
@@ -0,0 +1,6 @@
+bin/ecore-config
+include/Ecore.h
+lib/libecore.a
+lib/libecore.so
+lib/libecore.so.0
+share/aclocal/ecore.m4