- Move to LOCALBASE
- Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
This commit is contained in:
29
audio/emphasis/Makefile
Normal file
29
audio/emphasis/Makefile
Normal file
@@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: emphasis
|
||||
# Date created: 2006-08-14
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= emphasis
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= A simple MPD (Music Player Daemon) client written in C/Etk
|
||||
|
||||
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
|
||||
BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget libxml2
|
||||
USE_EFL= ecore enhance etk
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
3
audio/emphasis/distinfo
Normal file
3
audio/emphasis/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (emphasis-20060926.tar.bz2) = ecc15f57ef069cc8e94866aee42d7a84
|
||||
SHA256 (emphasis-20060926.tar.bz2) = e7718857fa2f0e8b7cad7937603d75759f271d6539462c67cf3eb8264b0adbd4
|
||||
SIZE (emphasis-20060926.tar.bz2) = 332890
|
||||
5
audio/emphasis/pkg-descr
Normal file
5
audio/emphasis/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
Emphasis is a simple MPD (Music Player Daemon) client writen in C/Etk.
|
||||
It's a clone of MpcOS-X.
|
||||
|
||||
Author: Samuel 'lok' Mendes <heka.lok@gmail.com>
|
||||
WWW: http://www.enlightenment.org/
|
||||
14
audio/emphasis/pkg-plist
Normal file
14
audio/emphasis/pkg-plist
Normal file
@@ -0,0 +1,14 @@
|
||||
bin/emphasis
|
||||
%%DATADIR%%/config.glade
|
||||
%%DATADIR%%/emphasis.glade
|
||||
%%DATADIR%%/images/haricot_musique-amor.png
|
||||
%%DATADIR%%/images/haricot_musique-grrrr.png
|
||||
%%DATADIR%%/images/haricot_musique-lalaa.png
|
||||
%%DATADIR%%/images/haricot_musique-mario.png
|
||||
%%DATADIR%%/images/haricot_musique-mooo.png
|
||||
%%DATADIR%%/images/haricot_musique.png
|
||||
%%DATADIR%%/images/note.png
|
||||
%%DATADIR%%/images/sound_high.png
|
||||
%%DATADIR%%/images/sound_low.png
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
||||
@@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= euphoria
|
||||
PORTVERSION= 20062006
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20061008
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= XMMS2 GUI frontend written with Enlightenment e17 libraries
|
||||
|
||||
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
|
||||
@@ -27,6 +27,7 @@ SADIR= ${RUBY_SITEARCHLIBDIR}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
RUBY_SHEBANG_FILES= ${WRKSRC}/bin/euphoria
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${ARCH} == "ia64"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (euphoria-20062006.tar.bz2) = 0ee671f7d39dc44f8a6c689d2b17d028
|
||||
SHA256 (euphoria-20062006.tar.bz2) = 27a8bf9d725ab91581fefc767cbf1932c1c31cda08b49e9b89160add45704bc6
|
||||
SIZE (euphoria-20062006.tar.bz2) = 1610111
|
||||
MD5 (euphoria-20061008.tar.bz2) = f147191da3ea4ab28fb64dc1a28a22c5
|
||||
SHA256 (euphoria-20061008.tar.bz2) = 22c463c1706e0038e5436495b60a307adde6835f57a863583c86c32f6ddbd089
|
||||
SIZE (euphoria-20061008.tar.bz2) = 1607870
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
--- bin/euphoria.orig Thu Jun 22 21:38:08 2006
|
||||
+++ bin/euphoria Thu Jun 22 21:38:53 2006
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/ruby -w
|
||||
+#!/usr/local/bin/ruby -w
|
||||
|
||||
# $Id: euphoria,v 1.38 2006/05/13 14:59:17 tilman Exp $
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
--- lib/playlist_item.rb.orig Mon Jul 10 11:30:20 2006
|
||||
+++ lib/playlist_item.rb Mon Jul 10 11:31:08 2006
|
||||
@@ -1,4 +1,4 @@
|
||||
-# $Id: playlist_item.rb,v 1.17 2005/12/14 20:02:14 tsauerbeck Exp $
|
||||
+# $Id: playlist_item.rb,v 1.19 2006/07/08 12:25:31 tilman Exp $
|
||||
|
||||
class PlaylistItem
|
||||
attr_reader :id, :edje, :position, :selected, :hilighted
|
||||
@@ -23,9 +23,7 @@
|
||||
end
|
||||
|
||||
def method_missing(method)
|
||||
- tmp = @props[method]
|
||||
-
|
||||
- tmp || @props[:server][method] || "default"
|
||||
+ @props[method] || "default"
|
||||
end
|
||||
|
||||
def duration
|
||||
@@ -5,8 +5,12 @@ bin/euphoria
|
||||
%%RUBY_SITELIBDIR%%/euphoria/playlist_item.rb
|
||||
%%RUBY_SITELIBDIR%%/euphoria/playtime_updater.rb
|
||||
%%RUBY_SITELIBDIR%%/euphoria/slider.rb
|
||||
%%RUBY_SITELIBDIR%%/euphoria/volume_box.rb
|
||||
%%DATADIR%%/themes/iio.edj
|
||||
%%DATADIR%%/themes/winter.edj
|
||||
@dirrm %%RUBY_SITELIBDIR%%/euphoria
|
||||
@dirrmtry %%RUBY_SITELIBDIR%%
|
||||
@dirrmtry lib/ruby/site_ruby
|
||||
@dirrmtry lib/ruby
|
||||
@dirrm %%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%
|
||||
|
||||
@@ -6,16 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= edb
|
||||
PORTVERSION= 1.0.5.007
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Enlightenment Database Library
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (edb-1.0.5.007.tar.gz) = e5d8dcb5995913ae6b7f205e7ac28dbe
|
||||
SHA256 (edb-1.0.5.007.tar.gz) = 75a4861bf7dcc96a871611350276f10a87b0f7c44a1bbab1108374828bccf509
|
||||
SIZE (edb-1.0.5.007.tar.gz) = 660398
|
||||
MD5 (edb-20060926.tar.bz2) = e017b04cec7a0d98938de9210d48d010
|
||||
SHA256 (edb-20060926.tar.bz2) = 28bd18dea67bf613c512c4f19957dc7ed253aa1dfff2baf7d827113f93a65860
|
||||
SIZE (edb-20060926.tar.bz2) = 474149
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
bin/edb-config
|
||||
bin/edb_ed
|
||||
bin/edb_vt_ed
|
||||
bin/edb-config
|
||||
include/Edb.h
|
||||
lib/libedb.a
|
||||
lib/libedb.la
|
||||
|
||||
25
deskutils/estickies/Makefile
Normal file
25
deskutils/estickies/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: estickies
|
||||
# Date created: 2006-08-14
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= estickies
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= A sticky notes application that uses Etk
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
USE_EFL= etk eet
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
3
deskutils/estickies/distinfo
Normal file
3
deskutils/estickies/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (estickies-20060926.tar.bz2) = cfad1d00d46c8a6213895bfed1c47394
|
||||
SHA256 (estickies-20060926.tar.bz2) = a5e6a644e8241728a6c384be7fc809538f39e3f519513aea2cbdb48d78a58200
|
||||
SIZE (estickies-20060926.tar.bz2) = 303607
|
||||
5
deskutils/estickies/pkg-descr
Normal file
5
deskutils/estickies/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
Estickies is a sticky notes application that uses Etk. It uses Etk's runtime
|
||||
theming support to change the look and feel of the windows and buttons.
|
||||
|
||||
Author: Hisham 'CodeWarrior' Mardam Bey <hisham.mardambey@gmail.com>
|
||||
WWW: http://www.enlightenment.org/
|
||||
8
deskutils/estickies/pkg-plist
Normal file
8
deskutils/estickies/pkg-plist
Normal file
@@ -0,0 +1,8 @@
|
||||
bin/estickies
|
||||
%%DATADIR%%/images/estickies.png
|
||||
%%DATADIR%%/themes/default.edj
|
||||
%%DATADIR%%/themes/mc.edj
|
||||
%%DATADIR%%/themes/postit.edj
|
||||
@dirrm %%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
||||
@@ -6,26 +6,28 @@
|
||||
#
|
||||
|
||||
PORTNAME= eet
|
||||
PORTVERSION= 0.9.10.032
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Enlightenment Data Handling Library
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 502126
|
||||
IGNORE= freebsd 3.*, 4.*, 5.0, 5.1 are not support
|
||||
IGNORE= freebsd 3.*, 4.*, 5.0, 5.1 are not supported
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (eet-0.9.10.032.tar.gz) = 83597dff4508b46ba67f3d225b24b663
|
||||
SHA256 (eet-0.9.10.032.tar.gz) = 21dca22bc70791f36779585bf475e3573b71b45748f347eabbe0ebd238cacb1e
|
||||
SIZE (eet-0.9.10.032.tar.gz) = 358077
|
||||
MD5 (eet-20060926.tar.bz2) = 5d4e3aa7239ee2dd86b0be5977fe22c0
|
||||
SHA256 (eet-20060926.tar.bz2) = 2304db1a59b02242d60746a0f9846ec44e986c9f9223f2dddeb3dcc167177e85
|
||||
SIZE (eet-20060926.tar.bz2) = 1281777
|
||||
|
||||
@@ -2,8 +2,8 @@ bin/eet
|
||||
bin/eet-config
|
||||
bin/eet_bench
|
||||
include/Eet.h
|
||||
libdata/pkgconfig/eet.pc
|
||||
lib/libeet.a
|
||||
lib/libeet.la
|
||||
lib/libeet.so
|
||||
lib/libeet.so.9
|
||||
libdata/pkgconfig/eet.pc
|
||||
|
||||
@@ -6,21 +6,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= engrave
|
||||
PORTVERSION= 20060719
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= A library for editing the contents of an edje .eet file
|
||||
|
||||
LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \
|
||||
evas.1:${PORTSDIR}/graphics/evas
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget pkgconfig gnomehack
|
||||
USE_EFL= ecore evas
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (engrave-20060719.tar.bz2) = 8368beac427626356578c32898273c62
|
||||
SHA256 (engrave-20060719.tar.bz2) = 6c39c262be9a5eb14a1fd6e2c3aae5e0124628d9e5e5370c4f63449810170430
|
||||
SIZE (engrave-20060719.tar.bz2) = 241026
|
||||
MD5 (engrave-20060926.tar.bz2) = 8ed0a54ec6786d63dad3d0ae0950122d
|
||||
SHA256 (engrave-20060926.tar.bz2) = fca45ed87e7003cca8a96df69cc786e35e5b54efecd64e8efb6489bc9e941e52
|
||||
SIZE (engrave-20060926.tar.bz2) = 250455
|
||||
|
||||
62
devel/evfs/Makefile
Normal file
62
devel/evfs/Makefile
Normal file
@@ -0,0 +1,62 @@
|
||||
# New ports collection makefile for: evfs
|
||||
# Date created: 2006-08-14
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= evfs
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= An extensible virtual file system library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget libxml2
|
||||
USE_EFL= ecore eet
|
||||
USE_LDCONFIG= yes
|
||||
USE_SQLITE= 3
|
||||
|
||||
OPTIONS= SAMBA "Build samba plugin" off \
|
||||
FTP "Build FTP plugin" on \
|
||||
TAGLIB "Use taglib for audio metadata extraction" on \
|
||||
XTRACT "Enable extended metadata extraction via libextractor" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
|
||||
.if defined(WITH_SAMBA)
|
||||
LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient
|
||||
PLIST_SUB+= SAMBA=""
|
||||
.else
|
||||
PLIST_SUB+= SAMBA="@comment "
|
||||
CONFIGURE_ARGS+=--disable-samba
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_FTP) || exists(${LOCALBASE}/lib/libcurl.so.3)
|
||||
LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl
|
||||
PLIST_SUB+= FTP=""
|
||||
.else
|
||||
PLIST_SUB+= FTP="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TAGLIB) || exists(${LOCALBASE}/lib/libtag.so.5)
|
||||
LIB_DEPENDS+= tag.5:${PORTSDIR}/audio/taglib
|
||||
PLIST_SUB+= TAGLIB=""
|
||||
.else
|
||||
PLIST_SUB+= TAGLIB="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_XTRACT) || exists(${LOCALBASE}/lib/libextractor.so.2)
|
||||
LIB_DEPENDS+= extractor.2:${PORTSDIR}/textproc/libextractor
|
||||
PLIST_SUB+= XTRACT=""
|
||||
.else
|
||||
PLIST_SUB+= XTRACT="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
3
devel/evfs/distinfo
Normal file
3
devel/evfs/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (evfs-20060926.tar.bz2) = 99081406ea4aa6b90d9a84a6aa6a69c2
|
||||
SHA256 (evfs-20060926.tar.bz2) = c02a794fe09fe2275090fa5ebd21bb9399ef99a5b5585dd20b57a0ebb1ba84a2
|
||||
SIZE (evfs-20060926.tar.bz2) = 306055
|
||||
7
devel/evfs/pkg-descr
Normal file
7
devel/evfs/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
EVFS is a comprehensive virtual filesystem library with plugin support. It was
|
||||
written for Enlightenment desktop, but can be used besides it.
|
||||
|
||||
Authors:Alex Taylor <alex@logisticchaos.com>,
|
||||
Christian Kreibich <cK@whoop.org>,
|
||||
John Kha
|
||||
WWW: http://www.enlightenment.org/
|
||||
77
devel/evfs/pkg-plist
Normal file
77
devel/evfs/pkg-plist
Normal file
@@ -0,0 +1,77 @@
|
||||
bin/evfs
|
||||
bin/evfs-config
|
||||
bin/evfscat
|
||||
bin/evfscopy
|
||||
bin/evfsdemo
|
||||
include/evfs/evfs.h
|
||||
include/evfs/evfs_cleanup.h
|
||||
include/evfs/evfs_client.h
|
||||
include/evfs/evfs_command.h
|
||||
include/evfs/evfs_commands.h
|
||||
include/evfs/evfs_common.h
|
||||
include/evfs/evfs_debug.h
|
||||
include/evfs/evfs_event.h
|
||||
include/evfs/evfs_event_helper.h
|
||||
include/evfs/evfs_filereference.h
|
||||
include/evfs/evfs_io.h
|
||||
include/evfs/evfs_macros.h
|
||||
include/evfs/evfs_metadata.h
|
||||
include/evfs/evfs_misc.h
|
||||
include/evfs/evfs_new.h
|
||||
include/evfs/evfs_operation.h
|
||||
include/evfs/evfs_operation_tasks.h
|
||||
include/evfs/evfs_plugin.h
|
||||
include/evfs/evfs_server.h
|
||||
include/evfs/evfs_server_handle.h
|
||||
include/evfs/evfs_trash.h
|
||||
include/evfs/evfs_vfolder.h
|
||||
include/evfs/tarpet.h
|
||||
lib/evfs/plugins/file/bzip2.a
|
||||
lib/evfs/plugins/file/bzip2.la
|
||||
lib/evfs/plugins/file/bzip2.so
|
||||
%%FTP%%lib/evfs/plugins/file/ftp.a
|
||||
%%FTP%%lib/evfs/plugins/file/ftp.la
|
||||
%%FTP%%lib/evfs/plugins/file/ftp.so
|
||||
lib/evfs/plugins/file/gzip.a
|
||||
lib/evfs/plugins/file/gzip.la
|
||||
lib/evfs/plugins/file/gzip.so
|
||||
lib/evfs/plugins/file/posix.a
|
||||
lib/evfs/plugins/file/posix.la
|
||||
lib/evfs/plugins/file/posix.so
|
||||
lib/evfs/plugins/file/trash.a
|
||||
lib/evfs/plugins/file/trash.la
|
||||
lib/evfs/plugins/file/trash.so
|
||||
%%SAMBA%%lib/evfs/plugins/file/samba.a
|
||||
%%SAMBA%%lib/evfs/plugins/file/samba.la
|
||||
%%SAMBA%%lib/evfs/plugins/file/samba.so
|
||||
lib/evfs/plugins/file/sftp.a
|
||||
lib/evfs/plugins/file/sftp.la
|
||||
lib/evfs/plugins/file/sftp.so
|
||||
lib/evfs/plugins/file/tar.a
|
||||
lib/evfs/plugins/file/tar.la
|
||||
lib/evfs/plugins/file/tar.so
|
||||
lib/evfs/plugins/file/vfolder.a
|
||||
lib/evfs/plugins/file/vfolder.la
|
||||
lib/evfs/plugins/file/vfolder.so
|
||||
lib/evfs/plugins/vfolder/group.a
|
||||
lib/evfs/plugins/vfolder/group.la
|
||||
lib/evfs/plugins/vfolder/group.so
|
||||
lib/evfs/plugins/vfolder/trash.a
|
||||
lib/evfs/plugins/vfolder/trash.la
|
||||
lib/evfs/plugins/vfolder/trash.so
|
||||
%%TAGLIB%%lib/evfs/plugins/meta/audio_tagger.a
|
||||
%%TAGLIB%%lib/evfs/plugins/meta/audio_tagger.la
|
||||
%%TAGLIB%%lib/evfs/plugins/meta/audio_tagger.so
|
||||
%%XTRACT%%lib/evfs/plugins/meta/extractor_tagger.a
|
||||
%%XTRACT%%lib/evfs/plugins/meta/extractor_tagger.la
|
||||
%%XTRACT%%lib/evfs/plugins/meta/extractor_tagger.so
|
||||
lib/libevfs.a
|
||||
lib/libevfs.la
|
||||
lib/libevfs.so
|
||||
lib/libevfs.so.0
|
||||
@dirrm lib/evfs/plugins/meta
|
||||
@dirrm lib/evfs/plugins/file
|
||||
@dirrm lib/evfs/plugins/vfolder
|
||||
@dirrm lib/evfs/plugins
|
||||
@dirrm lib/evfs
|
||||
@dirrm include/evfs
|
||||
@@ -6,30 +6,37 @@
|
||||
#
|
||||
|
||||
PORTNAME= ecore
|
||||
PORTVERSION= 20060516
|
||||
PORTVERSION= 20061008
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby-ecore-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Ruby bindings for Ecore library
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake \
|
||||
${RUBY_SITEARCHLIBDIR}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas
|
||||
LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore
|
||||
${RUBY_SA}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
USE_EFL= ecore
|
||||
|
||||
RUBY_SA= ${RUBY_SITEARCHLIBDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} "s#%%X11BASE%%#${X11BASE}#g" ${WRKSRC}/Rakefile
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}; ${SETENV} ECORE_PREFIX=${X11BASE} \
|
||||
@(cd ${WRKSRC}; ${SETENV} ECORE_PREFIX=${LOCALBASE} \
|
||||
${LOCALBASE}/bin/rake)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}; ${SETENV} ECORE_PREFIX=${X11BASE} \
|
||||
@(cd ${WRKSRC}; ${SETENV} ECORE_PREFIX=${LOCALBASE} \
|
||||
${LOCALBASE}/bin/rake install)
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (ruby-ecore-20060516.tar.bz2) = 98a7372297633d6ce6bc4216d4807673
|
||||
SHA256 (ruby-ecore-20060516.tar.bz2) = ca6ea98584c533804bfd333cad059294cb457c85322e77ea461513aeada2ad52
|
||||
SIZE (ruby-ecore-20060516.tar.bz2) = 23928
|
||||
MD5 (ruby-ecore-20061008.tar.bz2) = a54661c6c9ff982a80f231fb5456fa37
|
||||
SHA256 (ruby-ecore-20061008.tar.bz2) = de3477d05c25cba51345b8dca9564e751262452cd9fe775fc9b0583336d8e24b
|
||||
SIZE (ruby-ecore-20061008.tar.bz2) = 24053
|
||||
|
||||
17
devel/ruby-ecore/files/patch-Rakefile
Normal file
17
devel/ruby-ecore/files/patch-Rakefile
Normal file
@@ -0,0 +1,17 @@
|
||||
--- Rakefile.orig Sun Oct 8 11:05:35 2006
|
||||
+++ Rakefile Sun Oct 8 11:06:20 2006
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
ext_libs.each do |lib|
|
||||
file lib.so => lib.objects do |t|
|
||||
- sh "cc #{lib.ldflags} #{t.prerequisites.join(" ")} -o #{t.name}"
|
||||
+ sh "cc -L%%X11BASE%%/lib #{lib.ldflags} #{t.prerequisites.join(" ")} -o #{t.name}"
|
||||
end
|
||||
|
||||
lib.objects.each do |object|
|
||||
file object => object.sub(/\.[^.]+$/, ".c") do |t|
|
||||
- sh "cc #{lib.cflags} #{t.prerequisites.first} " +
|
||||
+ sh "cc -I%%X11BASE%%/include #{lib.cflags} #{t.prerequisites.first} " +
|
||||
"-c -o #{t.name}"
|
||||
end
|
||||
end
|
||||
@@ -6,26 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= edje
|
||||
PORTVERSION= 0.5.0.032
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Edje is a complex graphical design and layout engine
|
||||
|
||||
LIB_DEPENDS= embryo.9:${PORTSDIR}/lang/embryo \
|
||||
eet.9:${PORTSDIR}/devel/eet \
|
||||
Imlib2.3:${PORTSDIR}/graphics/imlib2 \
|
||||
evas.1:${PORTSDIR}/graphics/evas \
|
||||
ecore.1:${PORTSDIR}/x11/ecore
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= 3.4
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_EFL= embryo eet evas ecore imlib2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@@ -34,7 +29,8 @@ IGNORE= does not build on 4.X
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= edje is broken on ia64
|
||||
BROKEN= edje is broken on ia64
|
||||
.endif
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (edje-0.5.0.032.tar.gz) = 9d0350eb2139831c5889a050d28d5647
|
||||
SHA256 (edje-0.5.0.032.tar.gz) = a5544dab0c62b7a846514d5f7b7cf8b2ff02a340d17211ad12888b1cd993db26
|
||||
SIZE (edje-0.5.0.032.tar.gz) = 2152238
|
||||
MD5 (edje-20060926.tar.bz2) = ce4874d6b3324dd39abf196841f1d0c0
|
||||
SHA256 (edje-20060926.tar.bz2) = d9bc56e6d578abe90c55006e5802e6e69106ee431ceaac6f435fc9fd290d8f0a
|
||||
SIZE (edje-20060926.tar.bz2) = 3027081
|
||||
|
||||
@@ -167,19 +167,19 @@ libdata/pkgconfig/edje.pc
|
||||
%%DATADIR%%/data/test/images/item_title.png
|
||||
%%DATADIR%%/data/test/images/shadow.png
|
||||
%%DATADIR%%/include/edje.inc
|
||||
@dirrm %%DATADIR%%/include
|
||||
@dirrm %%DATADIR%%/data/test/images
|
||||
@dirrm %%DATADIR%%/data/test/fonts
|
||||
@dirrm %%DATADIR%%/data/test
|
||||
@dirrm %%DATADIR%%/data/template/programs
|
||||
@dirrm %%DATADIR%%/data/template/parts
|
||||
@dirrm %%DATADIR%%/data/template/macros
|
||||
@dirrm %%DATADIR%%/data/template/images
|
||||
@dirrm %%DATADIR%%/data/template/hashes
|
||||
@dirrm %%DATADIR%%/data/template/fonts
|
||||
@dirrm %%DATADIR%%/data/template/embryo
|
||||
@dirrm %%DATADIR%%/data/template
|
||||
@dirrm %%DATADIR%%/data/src
|
||||
@dirrm %%DATADIR%%/data/images
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry %%DATADIR%%/include
|
||||
@dirrmtry %%DATADIR%%/data/test/images
|
||||
@dirrmtry %%DATADIR%%/data/test/fonts
|
||||
@dirrmtry %%DATADIR%%/data/test
|
||||
@dirrmtry %%DATADIR%%/data/template/programs
|
||||
@dirrmtry %%DATADIR%%/data/template/parts
|
||||
@dirrmtry %%DATADIR%%/data/template/macros
|
||||
@dirrmtry %%DATADIR%%/data/template/images
|
||||
@dirrmtry %%DATADIR%%/data/template/hashes
|
||||
@dirrmtry %%DATADIR%%/data/template/fonts
|
||||
@dirrmtry %%DATADIR%%/data/template/embryo
|
||||
@dirrmtry %%DATADIR%%/data/template
|
||||
@dirrmtry %%DATADIR%%/data/src
|
||||
@dirrmtry %%DATADIR%%/data/images
|
||||
@dirrmtry %%DATADIR%%/data
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
||||
25
graphics/edje_viewer/Makefile
Normal file
25
graphics/edje_viewer/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: edje_viewer
|
||||
# Date created: 2006-08-14
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= edje_viewer
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= A simple viewer for .edj files
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
USE_EFL= evas ecore edje etk
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
3
graphics/edje_viewer/distinfo
Normal file
3
graphics/edje_viewer/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (edje_viewer-20060926.tar.bz2) = d4a3bdb00af5b5c847178695aa8ccb04
|
||||
SHA256 (edje_viewer-20060926.tar.bz2) = 0fe339ac3e9c4a70fdb6d942a718abb2fe362abae3e1765978128cc99da4d671
|
||||
SIZE (edje_viewer-20060926.tar.bz2) = 263533
|
||||
5
graphics/edje_viewer/pkg-descr
Normal file
5
graphics/edje_viewer/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
A simple viewer for edj files. Should provide more ease of use than the edje
|
||||
viewer that comes with edje itself.
|
||||
|
||||
Author: urandom <vkojouharov@gmail.com>
|
||||
WWW: http://www.enlightenment.otg/
|
||||
7
graphics/edje_viewer/pkg-plist
Normal file
7
graphics/edje_viewer/pkg-plist
Normal file
@@ -0,0 +1,7 @@
|
||||
bin/edje_viewer
|
||||
%%DATADIR%%/data/images/bg.png
|
||||
%%DATADIR%%/data/images/border.png
|
||||
%%DATADIR%%/data/images/shadow.png
|
||||
@dirrm %%DATADIR%%/data/images
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@@ -6,22 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= entice
|
||||
PORTVERSION= 0.9.3.004
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= vanilla
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= An image viewer written using libraries for Enlightenment 0.17
|
||||
|
||||
LIB_DEPENDS= esmart_thumb.0:${PORTSDIR}/graphics/esmart
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnometarget
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnometarget pkgconfig
|
||||
USE_EFL= imlib2 evas edb ecore edje epsilon
|
||||
USE_EFL_ESMART= thumb
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@@ -29,4 +29,5 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
BROKEN= does not install on ${ARCH}
|
||||
.endif
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (entice-0.9.3.004.tar.gz) = c5ffa01f6327b59b4fbbb3729e1e0867
|
||||
SHA256 (entice-0.9.3.004.tar.gz) = 9d61556fde304b544afbc2331fa4a694ae873a65fc314c320481e56883d43d19
|
||||
SIZE (entice-0.9.3.004.tar.gz) = 881544
|
||||
MD5 (entice-20060926.tar.bz2) = d2d786a9fd8bc26af51ff2a8d1aadb3d
|
||||
SHA256 (entice-20060926.tar.bz2) = c291eabf3ab361d486186055ee4aaac352a06f2197423fade5c853f4b675faf0
|
||||
SIZE (entice-20060926.tar.bz2) = 794085
|
||||
|
||||
@@ -6,20 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= epeg
|
||||
PORTVERSION= 0.9.0.007
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= An IMMENSELY FAST JPEG thumbnailer library API
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
USE_GETOPT_LONG= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (epeg-0.9.0.007.tar.gz) = 383db51e46d13d986966459e4918d236
|
||||
SHA256 (epeg-0.9.0.007.tar.gz) = bb12585b433fd0eca11865541bdb877166b9e53b0ea12624776f11cce3ce189b
|
||||
SIZE (epeg-0.9.0.007.tar.gz) = 318810
|
||||
MD5 (epeg-20060926.tar.bz2) = 33ee80c85c6859084c1164e8575e4b4a
|
||||
SHA256 (epeg-20060926.tar.bz2) = cb3ae987ce05865a65ab0c3f8a14784578f14b8d43987e226ad73507b142b1ec
|
||||
SIZE (epeg-20060926.tar.bz2) = 1263246
|
||||
|
||||
@@ -6,21 +6,49 @@
|
||||
#
|
||||
|
||||
PORTNAME= epsilon
|
||||
PORTVERSION= 0.3.0.007
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= A small, display independent, and quick thumbnailing library
|
||||
|
||||
LIB_DEPENDS= epeg.9:${PORTSDIR}/graphics/epeg \
|
||||
edje.5:${PORTSDIR}/graphics/edje
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
USE_EFL= edje imlib2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
OPTIONS= PNG "Enable PNG thumbnailer" on \
|
||||
EPEG "Enable Epeg thumbnailer" on \
|
||||
XINE "Enable Xine thumbnailer" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PNG) || exists(${LOCALBASE}/lib/libpng.so.5)
|
||||
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
|
||||
PLIST_SUB+= PNG=""
|
||||
.else
|
||||
PLIST_SUB+= PNG="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_EPEG) || exists(${LOCALBASE}/lib/libepeg.so.9)
|
||||
USE_EFL+= epeg
|
||||
PLIST_SUB+= EPEG=""
|
||||
.else
|
||||
PLIST_SUB+= EPEG="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_XINE)
|
||||
LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
|
||||
CONFIGURE_ARGS+=--enable-thumbnailer-xine
|
||||
PLIST_SUB+= XINE=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-thumbnailer-xine
|
||||
PLIST_SUB+= XINE="@comment "
|
||||
.endif
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (epsilon-0.3.0.007.tar.gz) = 408d3c63f9efa06e93e29a691c28985e
|
||||
SHA256 (epsilon-0.3.0.007.tar.gz) = 6f40962eb8d76e0e9d76ec9f461d62c6af8561028d194358aed001827cc418fc
|
||||
SIZE (epsilon-0.3.0.007.tar.gz) = 378638
|
||||
MD5 (epsilon-20060926.tar.bz2) = 796f188c4de29d43eb67625029659abe
|
||||
SHA256 (epsilon-20060926.tar.bz2) = 0efd02f9b1dfba97bebb1f44eeedd047a849289ef3f080378b3b53a299c07465
|
||||
SIZE (epsilon-20060926.tar.bz2) = 288795
|
||||
|
||||
@@ -1,11 +1,16 @@
|
||||
bin/epsilon
|
||||
bin/epsilon-config
|
||||
bin/epsilon_thumb_test
|
||||
bin/epsilon_thumbd
|
||||
bin/epsilon-config
|
||||
include/Epsilon.h
|
||||
include/Epsilon_Request.h
|
||||
%%XINE%%lib/epsilon/plugins/xine_thumbnailer.a
|
||||
%%XINE%%lib/epsilon/plugins/xine_thumbnailer.la
|
||||
%%XINE%%lib/epsilon/plugins/xine_thumbnailer.so
|
||||
lib/libepsilon.a
|
||||
lib/libepsilon.la
|
||||
lib/libepsilon.so
|
||||
lib/libepsilon.so.0
|
||||
libdata/pkgconfig/epsilon.pc
|
||||
@dirrm lib/epsilon/plugins
|
||||
@dirrm lib/epsilon
|
||||
|
||||
@@ -6,22 +6,24 @@
|
||||
#
|
||||
|
||||
PORTNAME= esmart
|
||||
PORTVERSION= 0.9.0.007
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Evas smart objects development libraries
|
||||
|
||||
LIB_DEPENDS= epsilon.0:${PORTSDIR}/graphics/epsilon
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOTOOLS= libltdl:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libltdl:15
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
USE_EFL= ecore evas epsilon edje
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (esmart-0.9.0.007.tar.gz) = a65b4a08818ac9ef9de3dd9d4f20f148
|
||||
SHA256 (esmart-0.9.0.007.tar.gz) = 5df5b02c568f5e4b744252fbd62f5fae71bf0eddecc423d2b396a0ffbfe94465
|
||||
SIZE (esmart-0.9.0.007.tar.gz) = 396987
|
||||
MD5 (esmart-20060926.tar.bz2) = dd492859552858c7e21b7a89525503e7
|
||||
SHA256 (esmart-20060926.tar.bz2) = a23d92cadc5df8795b6a93caaf08080c16e4918573a9d45690b5ea093a6d3a5d
|
||||
SIZE (esmart-20060926.tar.bz2) = 294546
|
||||
|
||||
@@ -7,6 +7,15 @@ include/Esmart/Esmart_File_Dialog.h
|
||||
include/Esmart/Esmart_Text_Entry.h
|
||||
include/Esmart/Esmart_Thumb.h
|
||||
include/Esmart/Esmart_Trans_X11.h
|
||||
lib/esmart/layout/default.a
|
||||
lib/esmart/layout/default.la
|
||||
lib/esmart/layout/default.so
|
||||
lib/esmart/layout/engage.a
|
||||
lib/esmart/layout/engage.la
|
||||
lib/esmart/layout/engage.so
|
||||
lib/esmart/layout/entice.a
|
||||
lib/esmart/layout/entice.la
|
||||
lib/esmart/layout/entice.so
|
||||
lib/libesmart_container.a
|
||||
lib/libesmart_container.la
|
||||
lib/libesmart_container.so
|
||||
@@ -31,15 +40,6 @@ lib/libesmart_trans_x11.a
|
||||
lib/libesmart_trans_x11.la
|
||||
lib/libesmart_trans_x11.so
|
||||
lib/libesmart_trans_x11.so.0
|
||||
lib/esmart/layout/default.a
|
||||
lib/esmart/layout/default.la
|
||||
lib/esmart/layout/default.so
|
||||
lib/esmart/layout/engage.a
|
||||
lib/esmart/layout/engage.la
|
||||
lib/esmart/layout/engage.so
|
||||
lib/esmart/layout/entice.a
|
||||
lib/esmart/layout/entice.la
|
||||
lib/esmart/layout/entice.so
|
||||
libdata/pkgconfig/esmart.pc
|
||||
%%DATADIR%%/esmart.png
|
||||
@dirrm %%DATADIR%%
|
||||
|
||||
@@ -6,29 +6,36 @@
|
||||
#
|
||||
|
||||
PORTNAME= evas
|
||||
PORTVERSION= 0.9.9.032
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= A hardware-accelerated canvas API for X-Windows
|
||||
|
||||
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
|
||||
edb.1:${PORTSDIR}/databases/edb \
|
||||
eet.9:${PORTSDIR}/devel/eet
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_FREETYPE2= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
OPTIONS= GL "Enable GL support" off
|
||||
|
||||
PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH}
|
||||
OPTIONS= GL "Enable OpenGL rendering backend" off \
|
||||
SOFTX11 "Enable software X11 rendering backend" on \
|
||||
XRENDER "Enable XRender X11 rendering backend" on \
|
||||
BUFFER "Enable buffer rendering backend" on \
|
||||
DIRECTFB "Enable DirectFB rendering backend" off \
|
||||
FONTCONFIG "Use fontconfig to find fonts" on \
|
||||
GIF "Enable GIF image loader" on \
|
||||
PNG "Enable PNG image loader" on \
|
||||
JPEG "Enable JPEG image loader" on \
|
||||
EET "Enable EET image loader" on \
|
||||
EDB "Enable EDB image loader" on \
|
||||
TIFF "Enable TIFF image loader" on \
|
||||
XPM "Enable XPM image loader" on \
|
||||
SVG "Enable SVG image loader" on \
|
||||
EETFONT "Enable EET font loader" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@@ -40,4 +47,134 @@ USE_GL= yes
|
||||
PLIST_SUB+= WITH_GL="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DIRECTFB)
|
||||
CONFIGURE_ARGS+= --enable-directfb
|
||||
PLIST_SUB+= DIRECTFB=""
|
||||
LIB_DEPENDS+= directfb-0.9.16:${PORTSDIR}/devel/directfb
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-directfb
|
||||
PLIST_SUB+= DIRECTFB="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_FONTCONFIG)
|
||||
CONFIGURE_ARGS+= --enable-fontconfig
|
||||
PLIST_SUB+= FONTCONFIG=""
|
||||
LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-fontconfig
|
||||
PLIST_SUB+= FONTCONFIG="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SOFTX11)
|
||||
CONFIGURE_ARGS+= --enable-software-x11
|
||||
PLIST_SUB+= SOFTX11=""
|
||||
USE_XLIB= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-software-x11
|
||||
PLIST_SUB+= SOFTX11="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_XRENDER)
|
||||
CONFIGURE_ARGS+= --enable-xrender-x11
|
||||
PLIST_SUB+= XRENDER=""
|
||||
USE_XLIB= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-xrender-x11
|
||||
PLIST_SUB+= XRENDER="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_BUFFER)
|
||||
CONFIGURE_ARGS+= --enable-buffer
|
||||
PLIST_SUB+= BUFFER=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-buffer
|
||||
PLIST_SUB+= BUFFER="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_GIF)
|
||||
CONFIGURE_ARGS+= --enable-image-loader-gif
|
||||
PLIST_SUB+= GIF=""
|
||||
LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-image-loader-gif
|
||||
PLIST_SUB+= GIF="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_PNG)
|
||||
CONFIGURE_ARGS+= --enable-image-loader-png
|
||||
PLIST_SUB+= PNG=""
|
||||
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-image-loader-png
|
||||
PLIST_SUB+= PNG="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_JPEG)
|
||||
CONFIGURE_ARGS+= --enable-image-loader-jpeg
|
||||
PLIST_SUB+= JPEG=""
|
||||
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
CFLAGS+= -I${X11BASE}/include
|
||||
LDFLAGS+= -L${X11BASE}/lib
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-image-loader-jpeg
|
||||
PLIST_SUB+= JPEG="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_EET)
|
||||
CONFIGURE_ARGS+= --enable-image-loader-eet
|
||||
PLIST_SUB+= EET=""
|
||||
USE_EFL+= eet
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-image-loader-eet
|
||||
PLIST_SUB+= EET="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_EETFONT)
|
||||
CONFIGURE_ARGS+= --enable-font-loader-eet
|
||||
PLIST_SUB+= EETFONT=""
|
||||
USE_EFL+= eet
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-font-loader-eet
|
||||
PLIST_SUB+= EETFONT="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_EDB)
|
||||
CONFIGURE_ARGS+= --enable-image-loader-edb
|
||||
PLIST_SUB+= EDB=""
|
||||
USE_EFL+= edb
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-image-loader-edb
|
||||
PLIST_SUB+= EDB="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TIFF)
|
||||
CONFIGURE_ARGS+= --enable-image-loader-tiff
|
||||
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
|
||||
PLIST_SUB+= TIFF=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-image-loader-tiff
|
||||
PLIST_SUB+= TIFF="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_XPM)
|
||||
CONFIGURE_ARGS+= --enable-image-loader-xpm
|
||||
USE_XPM= yes
|
||||
PLIST_SUB+= XPM=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-image-loader-xpm
|
||||
PLIST_SUB+= XPM="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SVG)
|
||||
CONFIGURE_ARGS+= --enable-image-loader-svg
|
||||
USE_GNOME+= librsvg2
|
||||
LIB_DEPENDS+= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
|
||||
PLIST_SUB+= SVG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-image-loader-svg
|
||||
PLIST_SUB+= SVG="@comment "
|
||||
.endif
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (evas-0.9.9.032.tar.gz) = f7cedd3e75290bc8a8220b8081a14018
|
||||
SHA256 (evas-0.9.9.032.tar.gz) = 4b7dd45bc5851fef30361f95922e40796aa6b0b38611ba100dd5e439335ae9a1
|
||||
SIZE (evas-0.9.9.032.tar.gz) = 1728982
|
||||
MD5 (evas-20060926.tar.bz2) = 4cf57ca17141e52679ead8bb61e9772e
|
||||
SHA256 (evas-20060926.tar.bz2) = 029cd028b6925c4b6b99bc79247dc1fb73bd24e7747761f0126f7eb041dfe6e5
|
||||
SIZE (evas-20060926.tar.bz2) = 4343022
|
||||
|
||||
11
graphics/evas/files/patch-src_bin_evas_directfb_window.c
Normal file
11
graphics/evas/files/patch-src_bin_evas_directfb_window.c
Normal file
@@ -0,0 +1,11 @@
|
||||
--- src/bin/evas_directfb_window.c.orig Wed Sep 27 00:21:47 2006
|
||||
+++ src/bin/evas_directfb_window.c Wed Sep 27 00:22:37 2006
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <time.h>
|
||||
|
||||
#include <directfb/directfb.h>
|
||||
-#include <directfb/directfb_version.h>
|
||||
+#include <directfb-internal/directfb_version.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "Evas.h"
|
||||
@@ -1,67 +1,79 @@
|
||||
bin/evas-config
|
||||
bin/evas_buffer_test
|
||||
%%BUFFER%%bin/evas_buffer_test
|
||||
%%DIRECTFB%%bin/evas_directfb_test
|
||||
%%DIRECTFB%%bin/evas_directfb_window
|
||||
%%WITH_GL%%bin/evas_gl_x11_test
|
||||
bin/evas_software_x11_perf_load
|
||||
bin/evas_software_x11_perf_test
|
||||
bin/evas_software_x11_test
|
||||
bin/evas_xrender_x11_test
|
||||
%%SOFTX11%%bin/evas_software_x11_perf_load
|
||||
%%SOFTX11%%bin/evas_software_x11_perf_test
|
||||
%%SOFTX11%%bin/evas_software_x11_test
|
||||
%%XRENDER%%bin/evas_xrender_x11_test
|
||||
include/Evas.h
|
||||
include/Evas_Engine_Buffer.h
|
||||
%%BUFFER%%include/Evas_Engine_Buffer.h
|
||||
%%DIRECTFB%%include/Evas_Engine_DirectFB.h
|
||||
%%WITH_GL%%include/Evas_Engine_GL_X11.h
|
||||
include/Evas_Engine_Software_X11.h
|
||||
include/Evas_Engine_XRender_X11.h
|
||||
%%SOFTX11%%include/Evas_Engine_Software_X11.h
|
||||
%%XRENDER%%include/Evas_Engine_XRender_X11.h
|
||||
%%BUFFER%%lib/evas/modules/engines/buffer/%%E17_ARCH%%/module.a
|
||||
%%BUFFER%%lib/evas/modules/engines/buffer/%%E17_ARCH%%/module.la
|
||||
%%BUFFER%%lib/evas/modules/engines/buffer/%%E17_ARCH%%/module.so
|
||||
%%DIRECTFB%%lib/evas/modules/engines/directfb/%%E17_ARCH%%/module.a
|
||||
%%DIRECTFB%%lib/evas/modules/engines/directfb/%%E17_ARCH%%/module.la
|
||||
%%DIRECTFB%%lib/evas/modules/engines/directfb/%%E17_ARCH%%/module.so
|
||||
%%WITH_GL%%lib/evas/modules/engines/gl_x11/%%E17_ARCH%%/module.a
|
||||
%%WITH_GL%%lib/evas/modules/engines/gl_x11/%%E17_ARCH%%/module.la
|
||||
%%WITH_GL%%lib/evas/modules/engines/gl_x11/%%E17_ARCH%%/module.so
|
||||
lib/evas/modules/engines/software_generic/%%E17_ARCH%%/module.a
|
||||
lib/evas/modules/engines/software_generic/%%E17_ARCH%%/module.la
|
||||
lib/evas/modules/engines/software_generic/%%E17_ARCH%%/module.so
|
||||
%%SOFTX11%%lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.a
|
||||
%%SOFTX11%%lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.la
|
||||
%%SOFTX11%%lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.so
|
||||
%%XRENDER%%lib/evas/modules/engines/xrender_x11/%%E17_ARCH%%/module.a
|
||||
%%XRENDER%%lib/evas/modules/engines/xrender_x11/%%E17_ARCH%%/module.la
|
||||
%%XRENDER%%lib/evas/modules/engines/xrender_x11/%%E17_ARCH%%/module.so
|
||||
%%EDB%%lib/evas/modules/loaders/edb/%%E17_ARCH%%/module.a
|
||||
%%EDB%%lib/evas/modules/loaders/edb/%%E17_ARCH%%/module.la
|
||||
%%EDB%%lib/evas/modules/loaders/edb/%%E17_ARCH%%/module.so
|
||||
%%EET%%lib/evas/modules/loaders/eet/%%E17_ARCH%%/module.a
|
||||
%%EET%%lib/evas/modules/loaders/eet/%%E17_ARCH%%/module.la
|
||||
%%EET%%lib/evas/modules/loaders/eet/%%E17_ARCH%%/module.so
|
||||
%%GIF%%lib/evas/modules/loaders/gif/%%E17_ARCH%%/module.a
|
||||
%%GIF%%lib/evas/modules/loaders/gif/%%E17_ARCH%%/module.la
|
||||
%%GIF%%lib/evas/modules/loaders/gif/%%E17_ARCH%%/module.so
|
||||
%%JPEG%%lib/evas/modules/loaders/jpeg/%%E17_ARCH%%/module.a
|
||||
%%JPEG%%lib/evas/modules/loaders/jpeg/%%E17_ARCH%%/module.la
|
||||
%%JPEG%%lib/evas/modules/loaders/jpeg/%%E17_ARCH%%/module.so
|
||||
%%PNG%%lib/evas/modules/loaders/png/%%E17_ARCH%%/module.a
|
||||
%%PNG%%lib/evas/modules/loaders/png/%%E17_ARCH%%/module.la
|
||||
%%PNG%%lib/evas/modules/loaders/png/%%E17_ARCH%%/module.so
|
||||
%%SVG%%lib/evas/modules/loaders/svg/%%E17_ARCH%%/module.a
|
||||
%%SVG%%lib/evas/modules/loaders/svg/%%E17_ARCH%%/module.la
|
||||
%%SVG%%lib/evas/modules/loaders/svg/%%E17_ARCH%%/module.so
|
||||
%%TIFF%%lib/evas/modules/loaders/tiff/%%E17_ARCH%%/module.a
|
||||
%%TIFF%%lib/evas/modules/loaders/tiff/%%E17_ARCH%%/module.la
|
||||
%%TIFF%%lib/evas/modules/loaders/tiff/%%E17_ARCH%%/module.so
|
||||
%%XPM%%lib/evas/modules/loaders/xpm/%%E17_ARCH%%/module.a
|
||||
%%XPM%%lib/evas/modules/loaders/xpm/%%E17_ARCH%%/module.la
|
||||
%%XPM%%lib/evas/modules/loaders/xpm/%%E17_ARCH%%/module.so
|
||||
%%EDB%%lib/evas/modules/savers/edb/%%E17_ARCH%%/module.a
|
||||
%%EDB%%lib/evas/modules/savers/edb/%%E17_ARCH%%/module.la
|
||||
%%EDB%%lib/evas/modules/savers/edb/%%E17_ARCH%%/module.so
|
||||
%%EET%%lib/evas/modules/savers/eet/%%E17_ARCH%%/module.a
|
||||
%%EET%%lib/evas/modules/savers/eet/%%E17_ARCH%%/module.la
|
||||
%%EET%%lib/evas/modules/savers/eet/%%E17_ARCH%%/module.so
|
||||
%%JPEG%%lib/evas/modules/savers/jpeg/%%E17_ARCH%%/module.a
|
||||
%%JPEG%%lib/evas/modules/savers/jpeg/%%E17_ARCH%%/module.la
|
||||
%%JPEG%%lib/evas/modules/savers/jpeg/%%E17_ARCH%%/module.so
|
||||
%%PNG%%lib/evas/modules/savers/png/%%E17_ARCH%%/module.a
|
||||
%%PNG%%lib/evas/modules/savers/png/%%E17_ARCH%%/module.la
|
||||
%%PNG%%lib/evas/modules/savers/png/%%E17_ARCH%%/module.so
|
||||
%%TIFF%%lib/evas/modules/savers/tiff/%%E17_ARCH%%/module.a
|
||||
%%TIFF%%lib/evas/modules/savers/tiff/%%E17_ARCH%%/module.la
|
||||
%%TIFF%%lib/evas/modules/savers/tiff/%%E17_ARCH%%/module.so
|
||||
lib/libevas.a
|
||||
lib/libevas.la
|
||||
lib/libevas.so
|
||||
lib/libevas.so.1
|
||||
lib/evas/modules/engines/buffer/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/engines/buffer/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/engines/buffer/%%MODULE_ARCH%%/module.so
|
||||
%%WITH_GL%%lib/evas/modules/engines/gl_x11/%%MODULE_ARCH%%/module.a
|
||||
%%WITH_GL%%lib/evas/modules/engines/gl_x11/%%MODULE_ARCH%%/module.la
|
||||
%%WITH_GL%%lib/evas/modules/engines/gl_x11/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/engines/software_generic/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/engines/software_generic/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/engines/software_generic/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/engines/software_x11/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/engines/software_x11/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/engines/software_x11/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/engines/xrender_x11/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/engines/xrender_x11/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/engines/xrender_x11/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/loaders/edb/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/loaders/edb/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/loaders/edb/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/loaders/eet/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/loaders/eet/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/loaders/eet/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/loaders/gif/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/loaders/gif/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/loaders/gif/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/loaders/jpeg/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/loaders/jpeg/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/loaders/jpeg/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/loaders/png/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/loaders/png/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/loaders/png/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/loaders/tiff/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/loaders/tiff/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/loaders/tiff/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/savers/edb/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/savers/edb/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/savers/edb/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/savers/eet/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/savers/eet/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/savers/eet/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/savers/jpeg/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/savers/jpeg/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/savers/jpeg/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/savers/png/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/savers/png/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/savers/png/%%MODULE_ARCH%%/module.so
|
||||
lib/evas/modules/savers/tiff/%%MODULE_ARCH%%/module.a
|
||||
lib/evas/modules/savers/tiff/%%MODULE_ARCH%%/module.la
|
||||
lib/evas/modules/savers/tiff/%%MODULE_ARCH%%/module.so
|
||||
libdata/pkgconfig/evas.pc
|
||||
%%DATADIR%%/Vera.ttf
|
||||
%%DATADIR%%/VeraBI.ttf
|
||||
@@ -85,40 +97,46 @@ libdata/pkgconfig/evas.pc
|
||||
%%DATADIR%%/t2.png
|
||||
%%DATADIR%%/test_pattern.png
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm lib/evas/modules/savers/tiff/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/savers/tiff
|
||||
@dirrm lib/evas/modules/savers/png/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/savers/png
|
||||
@dirrm lib/evas/modules/savers/jpeg/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/savers/jpeg
|
||||
@dirrm lib/evas/modules/savers/eet/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/savers/eet
|
||||
@dirrm lib/evas/modules/savers/edb/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/savers/edb
|
||||
%%TIFF%%@dirrm lib/evas/modules/savers/tiff/%%E17_ARCH%%
|
||||
%%TIFF%%@dirrm lib/evas/modules/savers/tiff
|
||||
%%PNG%%@dirrm lib/evas/modules/savers/png/%%E17_ARCH%%
|
||||
%%PNG%%@dirrm lib/evas/modules/savers/png
|
||||
%%JPEG%%@dirrm lib/evas/modules/savers/jpeg/%%E17_ARCH%%
|
||||
%%JPEG%%@dirrm lib/evas/modules/savers/jpeg
|
||||
%%EET%%@dirrm lib/evas/modules/savers/eet/%%E17_ARCH%%
|
||||
%%EET%%@dirrm lib/evas/modules/savers/eet
|
||||
%%EDB%%@dirrm lib/evas/modules/savers/edb/%%E17_ARCH%%
|
||||
%%EDB%%@dirrm lib/evas/modules/savers/edb
|
||||
@dirrm lib/evas/modules/savers
|
||||
@dirrm lib/evas/modules/loaders/tiff/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/loaders/tiff
|
||||
@dirrm lib/evas/modules/loaders/png/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/loaders/png
|
||||
@dirrm lib/evas/modules/loaders/jpeg/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/loaders/jpeg
|
||||
@dirrm lib/evas/modules/loaders/gif/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/loaders/gif
|
||||
@dirrm lib/evas/modules/loaders/eet/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/loaders/eet
|
||||
@dirrm lib/evas/modules/loaders/edb/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/loaders/edb
|
||||
%%XPM%%@dirrm lib/evas/modules/loaders/xpm/%%E17_ARCH%%
|
||||
%%XPM%%@dirrm lib/evas/modules/loaders/xpm
|
||||
%%TIFF%%@dirrm lib/evas/modules/loaders/tiff/%%E17_ARCH%%
|
||||
%%TIFF%%@dirrm lib/evas/modules/loaders/tiff
|
||||
%%SVG%%@dirrm lib/evas/modules/loaders/svg/%%E17_ARCH%%
|
||||
%%SVG%%@dirrm lib/evas/modules/loaders/svg
|
||||
%%PNG%%@dirrm lib/evas/modules/loaders/png/%%E17_ARCH%%
|
||||
%%PNG%%@dirrm lib/evas/modules/loaders/png
|
||||
%%JPEG%%@dirrm lib/evas/modules/loaders/jpeg/%%E17_ARCH%%
|
||||
%%JPEG%%@dirrm lib/evas/modules/loaders/jpeg
|
||||
%%GIF%%@dirrm lib/evas/modules/loaders/gif/%%E17_ARCH%%
|
||||
%%GIF%%@dirrm lib/evas/modules/loaders/gif
|
||||
%%EET%%@dirrm lib/evas/modules/loaders/eet/%%E17_ARCH%%
|
||||
%%EET%%@dirrm lib/evas/modules/loaders/eet
|
||||
%%EDB%%@dirrm lib/evas/modules/loaders/edb/%%E17_ARCH%%
|
||||
%%EDB%%@dirrm lib/evas/modules/loaders/edb
|
||||
@dirrm lib/evas/modules/loaders
|
||||
@dirrm lib/evas/modules/engines/xrender_x11/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/engines/xrender_x11
|
||||
@dirrm lib/evas/modules/engines/software_x11/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/engines/software_x11
|
||||
@dirrm lib/evas/modules/engines/software_generic/%%MODULE_ARCH%%
|
||||
%%XRENDER%%@dirrm lib/evas/modules/engines/xrender_x11/%%E17_ARCH%%
|
||||
%%XRENDER%%@dirrm lib/evas/modules/engines/xrender_x11
|
||||
%%SOFTX11%%@dirrm lib/evas/modules/engines/software_x11/%%E17_ARCH%%
|
||||
%%SOFTX11%%@dirrm lib/evas/modules/engines/software_x11
|
||||
@dirrm lib/evas/modules/engines/software_generic/%%E17_ARCH%%
|
||||
@dirrm lib/evas/modules/engines/software_generic
|
||||
%%WITH_GL%%@dirrm lib/evas/modules/engines/gl_x11/%%MODULE_ARCH%%
|
||||
%%WITH_GL%%@dirrm lib/evas/modules/engines/gl_x11/%%E17_ARCH%%
|
||||
%%WITH_GL%%@dirrm lib/evas/modules/engines/gl_x11
|
||||
@dirrm lib/evas/modules/engines/buffer/%%MODULE_ARCH%%
|
||||
@dirrm lib/evas/modules/engines/buffer
|
||||
%%DIRECTFB%%@dirrm lib/evas/modules/engines/directfb/%%E17_ARCH%%
|
||||
%%DIRECTFB%%@dirrm lib/evas/modules/engines/directfb
|
||||
%%BUFFER%%@dirrm lib/evas/modules/engines/buffer/%%E17_ARCH%%
|
||||
%%BUFFER%%@dirrm lib/evas/modules/engines/buffer
|
||||
@dirrm lib/evas/modules/engines
|
||||
@dirrm lib/evas/modules
|
||||
@dirrm lib/evas
|
||||
|
||||
45
graphics/exhibit/Makefile
Normal file
45
graphics/exhibit/Makefile
Normal file
@@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: exhibit
|
||||
# Date created: 2006-08-15
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= exhibit
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= An ETK-based image viewer
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
USE_EFL= evas eet ecore edje etk epsilon
|
||||
WANT_EFL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS= ENGRAVE "Enable E17 desktop wallpaper support" on \
|
||||
ENLIGHTENMENT "Enable e17 desktop integration" off
|
||||
|
||||
PLIST_FILES= bin/exhibit %%DATADIR%%/gui.edj
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
BEFOREPORTMK= yes
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.undef BEFOREPORTMK
|
||||
|
||||
.if !defined(WITHOUT_ENGRAVE) || ${HAVE_EFL:Mengrave}
|
||||
USE_EFL+= engrave
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ENLIGHTENMENT) || exists(${X11BASE}/bin/enlightenment_remote)
|
||||
BUILD_DEPENDS+= enlightenment_remote:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
RUN_DEPENDS+= enlightenment_remote:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
.endif
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
3
graphics/exhibit/distinfo
Normal file
3
graphics/exhibit/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (exhibit-20060926.tar.bz2) = 0057914c0640932fff612435177e0d44
|
||||
SHA256 (exhibit-20060926.tar.bz2) = 6ed79409af59b396b8a9765cae91f6940fadbdc5a1849aafd662a87d79a5b041
|
||||
SIZE (exhibit-20060926.tar.bz2) = 276307
|
||||
7
graphics/exhibit/pkg-descr
Normal file
7
graphics/exhibit/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
Exhibit is an image viewer that uses Etk as its toolkit. Exhibit supports
|
||||
image previews for image types supported by Evas and allows for directory
|
||||
changing using a point and click interface or a text input box with tab
|
||||
autocompletion support.
|
||||
|
||||
Author: Hisham 'CodeWarrior' Mardambey <hisham.mardambey@gmail.com>
|
||||
WWW: http://www.enlightenment.org/
|
||||
@@ -6,27 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= imlib2
|
||||
PORTVERSION= 1.2.2.001
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= The next generation graphic library for enlightenment package
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
id3tag.0:${PORTSDIR}/audio/libid3tag \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_AUTOTOOLS= autoconf:259 libltdl:15 libtool:15
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS= JPEG "Enable jpeg image support" on \
|
||||
PNG "Enable png image support" on \
|
||||
TIFF "Enable tiff image support" on \
|
||||
GIF "Enable GIF image support" on \
|
||||
ID3 "Enable IDv3 tags support" on \
|
||||
X11 "Enable X11 support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MMX) && (${ARCH} == "i386")
|
||||
@@ -46,12 +50,50 @@ USE_XLIB= yes
|
||||
PLIST_SUB= X11=""
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_JPEG)
|
||||
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
PLIST_SUB+= JPEG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-jpeg
|
||||
PLIST_SUB+= JPEG="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_PNG)
|
||||
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
|
||||
PLIST_SUB+= PNG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-png
|
||||
PLIST_SUB+= PNG="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TIFF)
|
||||
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
|
||||
PLIST_SUB+= TIFF=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-tiff
|
||||
PLIST_SUB+= TIFF="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_GIF)
|
||||
LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
|
||||
PLIST_SUB+= GIF=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-gif
|
||||
PLIST_SUB+= GIF="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_ID3)
|
||||
LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag
|
||||
PLIST_SUB+= ID3=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-id3
|
||||
PLIST_SUB+= ID3="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if ${OSVERSION} < 503000
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|round|rint|g' ${WRKSRC}/src/lib/color_helpers.c
|
||||
|
||||
# Kludge to keep it from touching Makefile.in files (configure.in is newer)
|
||||
post-configure:
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (imlib2-1.2.2.001.tar.gz) = ca9ad2142464f34a5716990aa162c94f
|
||||
SHA256 (imlib2-1.2.2.001.tar.gz) = beb929f4ceff865375a9e56c0156ffbfb197dff82299071bdb641bb60299f84b
|
||||
SIZE (imlib2-1.2.2.001.tar.gz) = 944824
|
||||
MD5 (imlib2-20060926.tar.bz2) = 506262e1d17b1e402ade868010ddf465
|
||||
SHA256 (imlib2-20060926.tar.bz2) = 137f78b1de8c3c834ff836974ac05b14feb8707ee7af5458553a2b330396a86e
|
||||
SIZE (imlib2-20060926.tar.bz2) = 841866
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
bin/imlib2-config
|
||||
%%X11%%bin/imlib2_bumpmap
|
||||
%%X11%%bin/imlib2_colorspace
|
||||
bin/imlib2_conv
|
||||
@@ -6,12 +7,7 @@ bin/imlib2_conv
|
||||
%%X11%%bin/imlib2_show
|
||||
%%X11%%bin/imlib2_test
|
||||
%%X11%%bin/imlib2_view
|
||||
bin/imlib2-config
|
||||
include/Imlib2.h
|
||||
lib/libImlib2.a
|
||||
lib/libImlib2.la
|
||||
lib/libImlib2.so
|
||||
lib/libImlib2.so.3
|
||||
lib/imlib2/filters/bumpmap.a
|
||||
lib/imlib2/filters/bumpmap.la
|
||||
lib/imlib2/filters/bumpmap.so
|
||||
@@ -30,36 +26,40 @@ lib/imlib2/loaders/bmp.so
|
||||
lib/imlib2/loaders/bz2.a
|
||||
lib/imlib2/loaders/bz2.la
|
||||
lib/imlib2/loaders/bz2.so
|
||||
lib/imlib2/loaders/gif.a
|
||||
lib/imlib2/loaders/gif.la
|
||||
lib/imlib2/loaders/gif.so
|
||||
lib/imlib2/loaders/jpeg.a
|
||||
lib/imlib2/loaders/jpeg.la
|
||||
lib/imlib2/loaders/jpeg.so
|
||||
lib/imlib2/loaders/id3.a
|
||||
lib/imlib2/loaders/id3.la
|
||||
lib/imlib2/loaders/id3.so
|
||||
%%GIF%%lib/imlib2/loaders/gif.a
|
||||
%%GIF%%lib/imlib2/loaders/gif.la
|
||||
%%GIF%%lib/imlib2/loaders/gif.so
|
||||
%%ID3%%lib/imlib2/loaders/id3.a
|
||||
%%ID3%%lib/imlib2/loaders/id3.la
|
||||
%%ID3%%lib/imlib2/loaders/id3.so
|
||||
%%JPEG%%lib/imlib2/loaders/jpeg.a
|
||||
%%JPEG%%lib/imlib2/loaders/jpeg.la
|
||||
%%JPEG%%lib/imlib2/loaders/jpeg.so
|
||||
lib/imlib2/loaders/lbm.a
|
||||
lib/imlib2/loaders/lbm.la
|
||||
lib/imlib2/loaders/lbm.so
|
||||
lib/imlib2/loaders/png.a
|
||||
lib/imlib2/loaders/png.la
|
||||
lib/imlib2/loaders/png.so
|
||||
%%PNG%%lib/imlib2/loaders/png.a
|
||||
%%PNG%%lib/imlib2/loaders/png.la
|
||||
%%PNG%%lib/imlib2/loaders/png.so
|
||||
lib/imlib2/loaders/pnm.a
|
||||
lib/imlib2/loaders/pnm.la
|
||||
lib/imlib2/loaders/pnm.so
|
||||
lib/imlib2/loaders/tga.a
|
||||
lib/imlib2/loaders/tga.la
|
||||
lib/imlib2/loaders/tga.so
|
||||
lib/imlib2/loaders/tiff.a
|
||||
lib/imlib2/loaders/tiff.la
|
||||
lib/imlib2/loaders/tiff.so
|
||||
%%TIFF%%lib/imlib2/loaders/tiff.a
|
||||
%%TIFF%%lib/imlib2/loaders/tiff.la
|
||||
%%TIFF%%lib/imlib2/loaders/tiff.so
|
||||
lib/imlib2/loaders/xpm.a
|
||||
lib/imlib2/loaders/xpm.la
|
||||
lib/imlib2/loaders/xpm.so
|
||||
lib/imlib2/loaders/zlib.a
|
||||
lib/imlib2/loaders/zlib.la
|
||||
lib/imlib2/loaders/zlib.so
|
||||
lib/libImlib2.a
|
||||
lib/libImlib2.la
|
||||
lib/libImlib2.so
|
||||
lib/libImlib2.so.3
|
||||
libdata/pkgconfig/imlib2.pc
|
||||
%%DATADIR%%/data/fonts/cinema.ttf
|
||||
%%DATADIR%%/data/fonts/grunge.ttf
|
||||
|
||||
@@ -6,12 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= imlib2_loaders
|
||||
PORTVERSION= 1.2.2.001
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Extra image loader plugins for Imlib 2
|
||||
|
||||
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
|
||||
@@ -19,8 +20,37 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
|
||||
eet.9:${PORTSDIR}/devel/eet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
|
||||
LIBS="-L${PREFIX}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
OPTIONS= EDB "Enable edb loader" on \
|
||||
EET "Enable eet loader" on \
|
||||
XCF "Enable XCF loader" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_EDB)
|
||||
USE_EFL+= edb
|
||||
PLIST_SUB+= EDB=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-edb
|
||||
PLIST_SUB+= EDB="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_EET)
|
||||
USE_EFL+= eet
|
||||
PLIST_SUB+= EET=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-eet
|
||||
PLIST_SUB+= EET="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_XCF)
|
||||
PLIST_SUB+= XCF=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-xcf
|
||||
PLIST_SUB+= XCF="@comment "
|
||||
.endif
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (imlib2_loaders-1.2.2.001.tar.gz) = 553e2a8ee55d42159e9f4797d08e9f9d
|
||||
SHA256 (imlib2_loaders-1.2.2.001.tar.gz) = 2195a46b4160fd10fbdf5b202bcb531bd82d7c1ec9a8046a8a5bdb40c69044ed
|
||||
SIZE (imlib2_loaders-1.2.2.001.tar.gz) = 339224
|
||||
MD5 (imlib2_loaders-20060926.tar.bz2) = 452b7661ed24be80ebf1d8755e5bbfa4
|
||||
SHA256 (imlib2_loaders-20060926.tar.bz2) = e70e057076013f20dd37645bf55ea0740f0ff5905847be50e57f20216583f192
|
||||
SIZE (imlib2_loaders-20060926.tar.bz2) = 242000
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
lib/imlib2/loaders/ani.a
|
||||
lib/imlib2/loaders/ani.la
|
||||
lib/imlib2/loaders/ani.so
|
||||
lib/imlib2/loaders/db.a
|
||||
lib/imlib2/loaders/db.la
|
||||
lib/imlib2/loaders/db.so
|
||||
lib/imlib2/loaders/eet.a
|
||||
lib/imlib2/loaders/eet.la
|
||||
lib/imlib2/loaders/eet.so
|
||||
%%EDB%%lib/imlib2/loaders/db.a
|
||||
%%EDB%%lib/imlib2/loaders/db.la
|
||||
%%EDB%%lib/imlib2/loaders/db.so
|
||||
%%EET%%lib/imlib2/loaders/eet.a
|
||||
%%EET%%lib/imlib2/loaders/eet.la
|
||||
%%EET%%lib/imlib2/loaders/eet.so
|
||||
lib/imlib2/loaders/ico.a
|
||||
lib/imlib2/loaders/ico.la
|
||||
lib/imlib2/loaders/ico.so
|
||||
lib/imlib2/loaders/xcf.a
|
||||
lib/imlib2/loaders/xcf.la
|
||||
lib/imlib2/loaders/xcf.so
|
||||
%%XCF%%lib/imlib2/loaders/xcf.a
|
||||
%%XCF%%lib/imlib2/loaders/xcf.la
|
||||
%%XCF%%lib/imlib2/loaders/xcf.so
|
||||
@dirrmtry lib/imlib2/loaders
|
||||
@dirrmtry lib/imlib2
|
||||
|
||||
@@ -6,21 +6,24 @@
|
||||
#
|
||||
|
||||
PORTNAME= edje
|
||||
PORTVERSION= 20060516
|
||||
PORTVERSION= 20061008
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby-edje-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Ruby bindings for Edje library
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake \
|
||||
${RUBY_SITEARCHLIBDIR}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas
|
||||
LIB_DEPENDS= edje.5:${PORTSDIR}/graphics/edje
|
||||
${RUBY_SA}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
USE_EFL= edje
|
||||
|
||||
RUBY_SA= ${RUBY_SITEARCHLIBDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@@ -35,4 +38,5 @@ do-install:
|
||||
@(cd ${WRKSRC}; ${SETENV} EDJE_PREFIX=${LOCALBASE} \
|
||||
${LOCALBASE}/bin/rake install)
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (ruby-edje-20060516.tar.bz2) = 3e4207718683f92cf832fbba838b542d
|
||||
SHA256 (ruby-edje-20060516.tar.bz2) = dbf4d89a30cc9113039bc364d5528fa56da4f81f91c15eb84ec8b1add7f74eb7
|
||||
SIZE (ruby-edje-20060516.tar.bz2) = 15607
|
||||
MD5 (ruby-edje-20061008.tar.bz2) = 3fef78c3bd655b9836c5b8906b3ec643
|
||||
SHA256 (ruby-edje-20061008.tar.bz2) = b1a9aba5d36a88024e2bc889aeceb7798522b3c25f2cc8ab7e497a4e2c8369b6
|
||||
SIZE (ruby-edje-20061008.tar.bz2) = 15623
|
||||
|
||||
@@ -6,31 +6,35 @@
|
||||
#
|
||||
|
||||
PORTNAME= esmart
|
||||
PORTVERSION= 20060516
|
||||
PORTVERSION= 20061008
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby-esmart-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Ruby bindings for Esmart library
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake \
|
||||
${RUBY_SITEARCHLIBDIR}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas \
|
||||
${RUBY_SITEARCHLIBDIR}/ecore/rb_window.h:${PORTSDIR}/devel/ruby-ecore
|
||||
LIB_DEPENDS= esmart_trans_x11.0:${PORTSDIR}/graphics/esmart
|
||||
${RUBY_SA}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas \
|
||||
${RUBY_SA}/ecore/rb_window.h:${PORTSDIR}/devel/ruby-ecore
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
USE_EFL_ESMART= trans_x11
|
||||
|
||||
RUBY_SA= ${RUBY_SITEARCHLIBDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}; ${SETENV} ESMART_PREFIX=${X11BASE} \
|
||||
@(cd ${WRKSRC}; ${SETENV} ESMART_PREFIX=${LOCALBASE} \
|
||||
${LOCALBASE}/bin/rake)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}; ${SETENV} ESMART_PREFIX=${X11BASE} \
|
||||
@(cd ${WRKSRC}; ${SETENV} ESMART_PREFIX=${LOCALBASE} \
|
||||
${LOCALBASE}/bin/rake install)
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (ruby-esmart-20060516.tar.bz2) = 527887651038820ceea8e0695df625cf
|
||||
SHA256 (ruby-esmart-20060516.tar.bz2) = 1e4ed48b1fd9f505fb7f124ebf284549e61bd98f63525a3544ffedb0c582575d
|
||||
SIZE (ruby-esmart-20060516.tar.bz2) = 13379
|
||||
MD5 (ruby-esmart-20061008.tar.bz2) = 61cdc7b6594805247efaee74e3577886
|
||||
SHA256 (ruby-esmart-20061008.tar.bz2) = 276cd71d194c8c6a6825f56ce00aaaf62355fa838a3c1ecbdb31caef1890a69f
|
||||
SIZE (ruby-esmart-20061008.tar.bz2) = 13383
|
||||
|
||||
@@ -6,29 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= evas
|
||||
PORTVERSION= 20060516
|
||||
PORTVERSION= 20061008
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby-evas-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Ruby bindings for Evas library
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
|
||||
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
USE_EFL= evas
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}; ${SETENV} EVAS_PREFIX=${X11BASE} \
|
||||
@(cd ${WRKSRC}; ${SETENV} EVAS_PREFIX=${LOCALBASE} \
|
||||
${LOCALBASE}/bin/rake)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}; ${SETENV} EVAS_PREFIX=${X11BASE} \
|
||||
@(cd ${WRKSRC}; ${SETENV} EVAS_PREFIX=${LOCALBASE} \
|
||||
${LOCALBASE}/bin/rake install)
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (ruby-evas-20060516.tar.bz2) = dbbce157078a238bf6c5fccdaf861f81
|
||||
SHA256 (ruby-evas-20060516.tar.bz2) = 5764ece99e6bb3fa67c77966de18f5db5c8f8a65d8374f53584f1360fa95fb4f
|
||||
SIZE (ruby-evas-20060516.tar.bz2) = 19583
|
||||
MD5 (ruby-evas-20061008.tar.bz2) = 4e47eb2ac2405d6ade439f5ef32d5c5b
|
||||
SHA256 (ruby-evas-20061008.tar.bz2) = d52308616c746049c8eb80abcfc9ad9fbd2733ce9f6a600985b39ae5a1beff3d
|
||||
SIZE (ruby-evas-20061008.tar.bz2) = 19689
|
||||
|
||||
@@ -6,18 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= embryo
|
||||
PORTVERSION= 0.9.1.032
|
||||
PORTVERSION= 20060926
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= A C like scripting language used in parts of the Enlightenment
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (embryo-0.9.1.032.tar.gz) = 41e81058f1b839575a29ef4ac2157a35
|
||||
SHA256 (embryo-0.9.1.032.tar.gz) = bb0a895e65cd64607f96f8a9e357d0cc28e0572072f13bb5600a1f9db85b0a3f
|
||||
SIZE (embryo-0.9.1.032.tar.gz) = 477640
|
||||
MD5 (embryo-20060926.tar.bz2) = 6e17b8f3b46151b012e84710e1ba35c0
|
||||
SHA256 (embryo-20060926.tar.bz2) = c96f8c8a4a2b88c330a78708e2c92ba23e1804d86f7683b00f99ca897f1f89e8
|
||||
SIZE (embryo-20060926.tar.bz2) = 1383757
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
bin/embryo
|
||||
bin/embryo_cc
|
||||
bin/embryo-config
|
||||
bin/embryo_cc
|
||||
include/Embryo.h
|
||||
lib/libembryo.a
|
||||
lib/libembryo.la
|
||||
lib/libembryo.so
|
||||
lib/libembryo.so.9
|
||||
libdata/pkgconfig/embryo.pc
|
||||
%%DATADIR%%/include/default.inc
|
||||
%%DATADIR%%/examples/example.inc
|
||||
%%DATADIR%%/examples/example.sma
|
||||
%%DATADIR%%/examples/recurse.inc
|
||||
%%DATADIR%%/examples/recurse.sma
|
||||
%%DATADIR%%/examples/test.inc
|
||||
%%DATADIR%%/examples/test.sma
|
||||
@dirrm %%DATADIR%%/examples
|
||||
%%DATADIR%%/include/default.inc
|
||||
@dirrm %%DATADIR%%/include
|
||||
@dirrm %%DATADIR%%/examples
|
||||
@dirrm %%DATADIR%%
|
||||
|
||||
@@ -7,27 +7,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= eclair
|
||||
PORTVERSION= 20060719
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= An EFL powered media player
|
||||
|
||||
LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \
|
||||
edje.5:${PORTSDIR}/graphics/edje \
|
||||
emotion.0:${PORTSDIR}/multimedia/emotion \
|
||||
esmart_trans_x11.0:${PORTSDIR}/graphics/esmart \
|
||||
evas.1:${PORTSDIR}/graphics/evas \
|
||||
tag.5:${PORTSDIR}/audio/taglib
|
||||
LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= pkgconfig libxml2
|
||||
USE_GNOME= gnometarget pkgconfig libxml2
|
||||
USE_EFL= ecore edje evas emotion
|
||||
USE_EFL_ESMART= trans_x11
|
||||
USE_SQLITE= 3
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (eclair-20060719.tar.bz2) = bffffd12d303bcd87e6cb581962d2378
|
||||
SHA256 (eclair-20060719.tar.bz2) = 5cd78965239fff3f527d59a97c58ec35a6ca2d4f0cda4bb6f778c9a02eba4201
|
||||
SIZE (eclair-20060719.tar.bz2) = 630780
|
||||
MD5 (eclair-20060926.tar.bz2) = 41ae9ab91f36e1fc98230903f64d0848
|
||||
SHA256 (eclair-20060926.tar.bz2) = 7b68e45df6ebfd66c009c76c0f522f6a84a6a3c06c103f6cd350cad626f41afc
|
||||
SIZE (eclair-20060926.tar.bz2) = 628890
|
||||
|
||||
@@ -22,9 +22,9 @@ bin/eclair_wsz2edj
|
||||
%%DATADIR%%/themes/swallow_me.edj
|
||||
%%DATADIR%%/widget_themes/default.edj
|
||||
%%DATADIR%%/wsz2edj/wsz2edj_edc.tar.gz
|
||||
@dirrmtry %%DATADIR%%/wsz2edj
|
||||
@dirrmtry %%DATADIR%%/widget_themes
|
||||
@dirrmtry %%DATADIR%%/themes
|
||||
@dirrmtry %%DATADIR%%/icons
|
||||
@dirrmtry %%DATADIR%%/fonts
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrm %%DATADIR%%/wsz2edj
|
||||
@dirrm %%DATADIR%%/widget_themes
|
||||
@dirrm %%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%
|
||||
|
||||
@@ -7,31 +7,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= emotion
|
||||
PORTVERSION= 20060719
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Video playback wrapper library for e17
|
||||
|
||||
LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \
|
||||
edje.5:${PORTSDIR}/graphics/edje \
|
||||
eet.9:${PORTSDIR}/devel/eet \
|
||||
embryo.9:${PORTSDIR}/lang/embryo \
|
||||
evas.1:${PORTSDIR}/graphics/evas
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
USE_EFL= ecore edje eet embryo evas
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
OPTIONS= XINE "Build Xine module" on \
|
||||
GST "Build GStreamer module" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
|
||||
.if defined(WITHOUT_XINE) && defined(WITHOUT_GST)
|
||||
IGNORE= is useless without playback library. Please run 'make config' and choose one of XINE and GST
|
||||
@@ -39,14 +33,19 @@ IGNORE= is useless without playback library. Please run 'make config' and choose
|
||||
|
||||
.if defined(WITH_XINE)
|
||||
LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
|
||||
CONFIGURE_ARGS+=--enable-xine
|
||||
PLIST_SUB+= XINE=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-xine
|
||||
PLIST_SUB+= XINE="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GST)
|
||||
USE_GSTREAMER= ffmpeg good
|
||||
CONFIGURE_ARGS+=--enable-gstreamer
|
||||
PLIST_SUB+= GST=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-gstreamer
|
||||
PLIST_SUB+= GST="@comment "
|
||||
.endif
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (emotion-20060719.tar.bz2) = e5536468ace9cd02c31ae7994eca7c1d
|
||||
SHA256 (emotion-20060719.tar.bz2) = 6ec5c3e8e07df8358ef34117eeb90a278d0cab12ffdae0e06c6171c81f439668
|
||||
SIZE (emotion-20060719.tar.bz2) = 1425051
|
||||
MD5 (emotion-20060926.tar.bz2) = 20b25be2a8ae59b704dbb6b3e37100df
|
||||
SHA256 (emotion-20060926.tar.bz2) = 4e007b703cb7c2f2d52336e661968d647df9f40dcc54f5694a0e59f51b1c5886
|
||||
SIZE (emotion-20060926.tar.bz2) = 1434266
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- configure.orig Tue Jul 18 17:40:53 2006
|
||||
+++ configure Tue Jul 18 17:41:01 2006
|
||||
@@ -21861,27 +21861,6 @@
|
||||
--- configure.orig Wed Sep 27 19:06:08 2006
|
||||
+++ configure Wed Sep 27 19:08:36 2006
|
||||
@@ -22241,27 +22241,6 @@
|
||||
_ACEOF
|
||||
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
-
|
||||
-
|
||||
-
|
||||
# Check whether --with-eet-prefix or --without-eet-prefix was given.
|
||||
# Check whether --with-eet-prefix was given.
|
||||
if test "${with_eet_prefix+set}" = set; then
|
||||
withval="$with_eet_prefix"
|
||||
withval=$with_eet_prefix; eet_config_prefix="$withval"
|
||||
|
||||
@@ -13,6 +13,6 @@ lib/libemotion.so
|
||||
lib/libemotion.so.0
|
||||
libdata/pkgconfig/emotion.pc
|
||||
%%DATADIR%%/data/theme.edj
|
||||
@dirrmtry share/emotion/data
|
||||
@dirrmtry share/emotion
|
||||
@dirrmtry lib/emotion
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm lib/emotion
|
||||
|
||||
47
sysutils/empower/Makefile
Normal file
47
sysutils/empower/Makefile
Normal file
@@ -0,0 +1,47 @@
|
||||
# New ports collection makefile for: empower
|
||||
# Date created: 2006-08-14
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= empower
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= A graphical sudo tool based on the EFL
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
USE_EFL= evas ecore edje
|
||||
WANT_EFL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS= EWL "Build EWL backend" on \
|
||||
ETK "Build ETK backed" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
BEFOREPORTMK= yes
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.undef BEFOREPORTMK
|
||||
|
||||
.if defined(WITHOUT_EWL) && !defined(WITH_ETK)
|
||||
BROKEN= you should select either ETK or EWL
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_EWL) || ${HAVE_EFL:Mewl}
|
||||
USE_EFL+= ewl
|
||||
PLIST_FILES+= bin/empower_ewl
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ETK) || ${HAVE_EFL:Metk}
|
||||
USE_EFL+= etk
|
||||
PLIST_FILES+= bin/empower_etk
|
||||
.endif
|
||||
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
3
sysutils/empower/distinfo
Normal file
3
sysutils/empower/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (empower-20060926.tar.bz2) = 7f6facf3800cd4617796e7f5ba1728b3
|
||||
SHA256 (empower-20060926.tar.bz2) = e413700b54541d543ffdb50d6e9b658c821d763c47e048d955363d41ae821701
|
||||
SIZE (empower-20060926.tar.bz2) = 214607
|
||||
4
sysutils/empower/pkg-descr
Normal file
4
sysutils/empower/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Empower - A graphical sudo tool based on the Enlightenment Foundation Libraries.
|
||||
|
||||
Author: Mekius_ (Nick Hughart) <mekius@gmail.com>
|
||||
WWW: http://www.enlightenment.org/
|
||||
25
sysutils/extrackt/Makefile
Normal file
25
sysutils/extrackt/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: extrackt
|
||||
# Date created: 2006-08-15
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= extrackt
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Audio CD ripper and encoder
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
USE_EFL= evas ecore eet etk enhance
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
3
sysutils/extrackt/distinfo
Normal file
3
sysutils/extrackt/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (extrackt-20060926.tar.bz2) = 1c737fbf85feec5870c07af8c5b4b32e
|
||||
SHA256 (extrackt-20060926.tar.bz2) = 8281ed20c351196153b408ea7ca0748e3098eb959d84049f353d19fbdde5aa1e
|
||||
SIZE (extrackt-20060926.tar.bz2) = 351885
|
||||
9
sysutils/extrackt/pkg-descr
Normal file
9
sysutils/extrackt/pkg-descr
Normal file
@@ -0,0 +1,9 @@
|
||||
Extrackt is essentially an audio CD ripper and encoder. It allows you to
|
||||
choose your ripper and encoder based on templates which give Extrackt the
|
||||
ability to use multiple built in and user defined ones. Extrackt is logically
|
||||
split into a frontend (gui) and a backend (ripping / encoding / cddb etc).
|
||||
and allows for frontends to be written using any toolkit like Etk, Ewl, Gtk,
|
||||
or even pure Evas / Edje (not to mention ncurses or simlpe shell ones).
|
||||
|
||||
Author: Hisham 'CodeWarrior' Mardam Bey
|
||||
WWW: http://www.enlightenment.org/
|
||||
7
sysutils/extrackt/pkg-plist
Normal file
7
sysutils/extrackt/pkg-plist
Normal file
@@ -0,0 +1,7 @@
|
||||
bin/extrackt
|
||||
%%DATADIR%%/etk_fe/etk_fe.edj
|
||||
%%DATADIR%%/etk_fe/extrackt.glade
|
||||
%%DATADIR%%/images/extrackt_icon.png
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/etk_fe
|
||||
@dirrm %%DATADIR%%
|
||||
@@ -6,20 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= exml
|
||||
PORTVERSION= 20060707
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= EXML is an abstracted, generalized interface to libxml
|
||||
|
||||
LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= libxml2 gnomehack gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GNOME= libxml2 libxslt gnomehack gnometarget pkgconfig
|
||||
USE_EFL= ecore
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (exml-20060707.tar.bz2) = 82a4426fb88a6e82d4c4d0d0caf35eb1
|
||||
SHA256 (exml-20060707.tar.bz2) = c04a8ead6809730c1b6ccb91b256b143c259f138821cf13c905df1a2b34c2e0c
|
||||
SIZE (exml-20060707.tar.bz2) = 210135
|
||||
MD5 (exml-20060926.tar.bz2) = bd602db3cd8ce68733a95be6854b4034
|
||||
SHA256 (exml-20060926.tar.bz2) = 670908adc3b77df84f9146435127032e38ffc3b91fdde299d19b6094f11b350d
|
||||
SIZE (exml-20060926.tar.bz2) = 224804
|
||||
|
||||
47
x11-fm/entropyfm/Makefile
Normal file
47
x11-fm/entropyfm/Makefile
Normal file
@@ -0,0 +1,47 @@
|
||||
# New ports collection makefile for: entropy
|
||||
# Date created: 2006-08-14
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= entropyfm
|
||||
PORTVERSION= 20060926
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
||||
DISTNAME= ${PORTNAME:S,fm$,,}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= An EFL-based file manager
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
USE_EFL= ecore etk ewl evfs imlib2 epsilon
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CFLAGS+= "-L${LOCALBASE}/lib"
|
||||
|
||||
OPTIONS= XTRACT "Enable metadata extraction via libextractor" on \
|
||||
PNG "Enable png thumbnailing" on
|
||||
|
||||
DATADIR= ${PREFIX}/share/entropy
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
||||
|
||||
.if !defined(WITHOUT_XTRACT)
|
||||
LIB_DEPENDS+= extractor.2:${PORTSDIR}/textproc/libextractor
|
||||
CONFIGURE_ARGS+=--enable-plugin-extractor
|
||||
PLIST_SUB+= EXTRACT=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-plugin-extractor
|
||||
PLIST_SUB+= EXTRACT="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_PNG) || exists(${LOCALBASE}/lib/libpng.so.5)
|
||||
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
3
x11-fm/entropyfm/distinfo
Normal file
3
x11-fm/entropyfm/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (entropy-20060926.tar.bz2) = e15bba87db5b3d92eb56aca4950f9e26
|
||||
SHA256 (entropy-20060926.tar.bz2) = 2f5d21d972b4dcc45217983e0ae634d1dd1ebdf1fa7bee174d47c16de4c9670b
|
||||
SIZE (entropy-20060926.tar.bz2) = 480435
|
||||
4
x11-fm/entropyfm/pkg-descr
Normal file
4
x11-fm/entropyfm/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
An Enlightenment File Manager.
|
||||
|
||||
Author: ch4os <alex@logisticchaos.com>
|
||||
WWW: http://www.enlightenment.org/
|
||||
95
x11-fm/entropyfm/pkg-plist
Normal file
95
x11-fm/entropyfm/pkg-plist
Normal file
@@ -0,0 +1,95 @@
|
||||
bin/entropy
|
||||
%%DATADIR%%/icons/bz2.png
|
||||
%%DATADIR%%/icons/c.png
|
||||
%%DATADIR%%/icons/default.png
|
||||
%%DATADIR%%/icons/default_bg.jpg
|
||||
%%DATADIR%%/icons/document.png
|
||||
%%DATADIR%%/icons/e17_button_detail_copy.png
|
||||
%%DATADIR%%/icons/e17_button_detail_cut.png
|
||||
%%DATADIR%%/icons/e17_button_detail_delete.png
|
||||
%%DATADIR%%/icons/e17_button_detail_new_dir.png
|
||||
%%DATADIR%%/icons/e17_button_detail_paste.png
|
||||
%%DATADIR%%/icons/e17_button_detail_properties.png
|
||||
%%DATADIR%%/icons/e17_button_detail_rename.png
|
||||
%%DATADIR%%/icons/entropy.png
|
||||
%%DATADIR%%/icons/folder.png
|
||||
%%DATADIR%%/icons/folder_structure.png
|
||||
%%DATADIR%%/icons/hint_audio.png
|
||||
%%DATADIR%%/icons/hint_image.png
|
||||
%%DATADIR%%/icons/hint_videos.png
|
||||
%%DATADIR%%/icons/html.png
|
||||
%%DATADIR%%/icons/jar.png
|
||||
%%DATADIR%%/icons/java.png
|
||||
%%DATADIR%%/icons/local-system.png
|
||||
%%DATADIR%%/icons/mp3.png
|
||||
%%DATADIR%%/icons/mpeg.png
|
||||
%%DATADIR%%/icons/pdf.png
|
||||
%%DATADIR%%/icons/perl.png
|
||||
%%DATADIR%%/icons/samba-system.png
|
||||
%%DATADIR%%/icons/sftp-system.png
|
||||
%%DATADIR%%/icons/spreadsheet.png
|
||||
%%DATADIR%%/icons/tar.png
|
||||
%%DATADIR%%/icons/tgz.png
|
||||
%%DATADIR%%/icons/tip.png
|
||||
%%DATADIR%%/icons/txt.png
|
||||
%%DATADIR%%/icons/vfolder-system.png
|
||||
%%DATADIR%%/icons/video.png
|
||||
%%DATADIR%%/icons/wmv.png
|
||||
%%DATADIR%%/icons/xml.png
|
||||
%%DATADIR%%/plugins/action_simple.a
|
||||
%%DATADIR%%/plugins/action_simple.la
|
||||
%%DATADIR%%/plugins/action_simple.so
|
||||
%%DATADIR%%/plugins/distrib_thumbnailer.a
|
||||
%%DATADIR%%/plugins/distrib_thumbnailer.la
|
||||
%%DATADIR%%/plugins/distrib_thumbnailer.so
|
||||
%%DATADIR%%/plugins/etk_iconbox.a
|
||||
%%DATADIR%%/plugins/etk_iconbox.la
|
||||
%%DATADIR%%/plugins/etk_iconbox.so
|
||||
%%DATADIR%%/plugins/etk_list.a
|
||||
%%DATADIR%%/plugins/etk_list.la
|
||||
%%DATADIR%%/plugins/etk_list.so
|
||||
%%DATADIR%%/plugins/etk_metadata.a
|
||||
%%DATADIR%%/plugins/etk_metadata.la
|
||||
%%DATADIR%%/plugins/etk_metadata.so
|
||||
%%DATADIR%%/plugins/etk_structure_viewer.a
|
||||
%%DATADIR%%/plugins/etk_structure_viewer.la
|
||||
%%DATADIR%%/plugins/etk_structure_viewer.so
|
||||
%%DATADIR%%/plugins/etk_trackback.a
|
||||
%%DATADIR%%/plugins/etk_trackback.la
|
||||
%%DATADIR%%/plugins/etk_trackback.so
|
||||
%%DATADIR%%/plugins/ewl_list.a
|
||||
%%DATADIR%%/plugins/ewl_list.la
|
||||
%%DATADIR%%/plugins/ewl_list.so
|
||||
%%DATADIR%%/plugins/ewl_local_icon.a
|
||||
%%DATADIR%%/plugins/ewl_local_icon.la
|
||||
%%DATADIR%%/plugins/ewl_local_icon.so
|
||||
%%DATADIR%%/plugins/imlib_thumbnailer.a
|
||||
%%DATADIR%%/plugins/imlib_thumbnailer.la
|
||||
%%DATADIR%%/plugins/imlib_thumbnailer.so
|
||||
%%DATADIR%%/plugins/layout_etk_simple.a
|
||||
%%DATADIR%%/plugins/layout_etk_simple.la
|
||||
%%DATADIR%%/plugins/layout_etk_simple.so
|
||||
%%DATADIR%%/plugins/layout_ewl_simple.a
|
||||
%%DATADIR%%/plugins/layout_ewl_simple.la
|
||||
%%DATADIR%%/plugins/layout_ewl_simple.so
|
||||
%%EXTRACT%%%%DATADIR%%/plugins/metadata_extract.a
|
||||
%%EXTRACT%%%%DATADIR%%/plugins/metadata_extract.la
|
||||
%%EXTRACT%%%%DATADIR%%/plugins/metadata_extract.so
|
||||
%%DATADIR%%/plugins/mime.a
|
||||
%%DATADIR%%/plugins/mime.la
|
||||
%%DATADIR%%/plugins/mime.so
|
||||
%%DATADIR%%/plugins/posix.a
|
||||
%%DATADIR%%/plugins/posix.la
|
||||
%%DATADIR%%/plugins/posix.so
|
||||
%%DATADIR%%/plugins/remote_thumbnailer.a
|
||||
%%DATADIR%%/plugins/remote_thumbnailer.la
|
||||
%%DATADIR%%/plugins/remote_thumbnailer.so
|
||||
%%DATADIR%%/plugins/structure_viewer.a
|
||||
%%DATADIR%%/plugins/structure_viewer.la
|
||||
%%DATADIR%%/plugins/structure_viewer.so
|
||||
%%DATADIR%%/plugins/system_thumbnailer.a
|
||||
%%DATADIR%%/plugins/system_thumbnailer.la
|
||||
%%DATADIR%%/plugins/system_thumbnailer.so
|
||||
@dirrm %%DATADIR%%/plugins
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%
|
||||
@@ -8,18 +8,19 @@
|
||||
|
||||
PORTNAME= azul
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-splash-
|
||||
DISTNAME= init_azul
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Azul splash screen for e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -8,18 +8,19 @@
|
||||
|
||||
PORTNAME= blue
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-splash-
|
||||
DISTNAME= init_blue
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Blue splash screen for e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -8,18 +8,19 @@
|
||||
|
||||
PORTNAME= fortune
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-splash-
|
||||
DISTNAME= init_fortune
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Fortune splash screen for e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -8,18 +8,19 @@
|
||||
|
||||
PORTNAME= logo
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-splash-
|
||||
DISTNAME= init_logo
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Logo splash screen for e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -8,18 +8,19 @@
|
||||
|
||||
PORTNAME= shiny
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-splash-
|
||||
DISTNAME= init_shiny_reflection
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Shiny splash screen for e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -8,18 +8,19 @@
|
||||
|
||||
PORTNAME= takara
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-splash-
|
||||
DISTNAME= init_takara_v${PORTVERSION}
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Takara splash screen for e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= e17-theme-
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Blokkie theme for use with e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
@@ -25,6 +25,10 @@ NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= share/enlightenment/data/themes/blokkie.edj
|
||||
|
||||
IGNORE= doesn't work with recent e17
|
||||
DEPRECATED= ${IGNORE}
|
||||
EXPIRATION_DATE=2006-11-01
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
|
||||
|
||||
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= e17-theme-
|
||||
DISTNAME= bluedefault-1.0
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Blue default theme for use with e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
@@ -25,6 +25,10 @@ NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= share/enlightenment/data/themes/bluedefault-1.0.edj
|
||||
|
||||
IGNORE= doesn't work with recent e17
|
||||
DEPRECATED= ${IGNORE}
|
||||
EXPIRATION_DATE=2006-11-01
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
|
||||
|
||||
@@ -7,19 +7,19 @@
|
||||
|
||||
PORTNAME= blue_eyed
|
||||
PORTVERSION= 0.6.5.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
|
||||
http://mbsd.msk.ru/dist/
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-theme-
|
||||
DISTNAME= blue_eyed_0.6.5.g_i
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= BlueEyed theme for use with e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= e17-theme-
|
||||
DISTNAME= carbon_themes_pack
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Carbon theme for use with e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
@@ -26,6 +26,10 @@ NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= share/enlightenment/data/themes/Carbon-14.edj
|
||||
|
||||
IGNORE= doesn't work with recent e17
|
||||
DEPRECATED= ${IGNORE}
|
||||
EXPIRATION_DATE=2006-11-01
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/enlightenment/data/themes
|
||||
${INSTALL_DATA} ${WRKSRC}/carbon_themes_pack/e17/Carbon-14.edj \
|
||||
|
||||
@@ -6,24 +6,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= cthulhain
|
||||
PORTVERSION= 0.3.2
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
|
||||
http://mbsd.msk.ru/dist/
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-theme-
|
||||
DISTNAME= cthulhain-0.3pre2
|
||||
DISTNAME= cthulhain-0.3pre5
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Cthulhain theme for use with e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= share/enlightenment/data/themes/cthulhain-0.3pre2.edj
|
||||
PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (cthulhain-0.3pre2.edj) = 1ab3c816e9d607118371bcb9d30e9433
|
||||
SHA256 (cthulhain-0.3pre2.edj) = e70e4477bc778ed589a89fc9d523ce89f03889eab31b2d13911e9ff020356b25
|
||||
SIZE (cthulhain-0.3pre2.edj) = 2061793
|
||||
MD5 (cthulhain-0.3pre5.edj) = c5def2aca3fa2e2ac100b727bcf8230b
|
||||
SHA256 (cthulhain-0.3pre5.edj) = fc9731f9df69aabe1a507dfdb6f0d4e1ecd615c184bc422616e97cbae0e394b1
|
||||
SIZE (cthulhain-0.3pre5.edj) = 2267583
|
||||
|
||||
@@ -6,21 +6,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= darkness
|
||||
PORTVERSION= 0.99.032.3
|
||||
PORTVERSION= 0.99.032.4
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
|
||||
http://www5.get-e.org/Themes/E17/_files/ \
|
||||
http://mbsd.msk.ru/dist/
|
||||
http://sunner.elcomnet.ru/~stas/
|
||||
PKGNAMEPREFIX= e17-theme-
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,_,g}
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Darkness theme for use with e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user