Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2010 17:56:14 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150492: Added virtual category to enlightenment 0.16 ports
Message-ID:  <201009111756.o8BHuE7e084985@www.freebsd.org>
Resent-Message-ID: <201009111800.o8BI09Uc067156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150492
>Category:       ports
>Synopsis:       Added virtual category to enlightenment 0.16 ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 11 18:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        8.1-RELEASE amd64
>Organization:
>Environment:
FreeBSD silver.nine 8.1-RELEASE FreeBSD 8.1-RELEASE #13 r210273: Tue Jul 20 04:46:24 CEST 2010     root@silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
Following
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465132+0+current/freebsd-ports.

I'm sending patches for e16 ports:
graphics/imlib2
graphics/imlib2_loaders
x11-wm/e16
x11-wm/e16utils
x11-themes/e16-themes

In attachment I shared five patches.


For e17 ports I added enlightenment category currently only in development repo:
http://dev.roorback.net/enlight-ports/changeset?old_path=%2Ftrunk&old=30&new_path=%2Ftrunk&new=30

Ports from this repo should be ready to merge with main ports tree in a week
or so.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	e16-themes.diff.txt
#	e16.diff.txt
#	e16utils.diff.txt
#	imlib2.diff.txt
#	imlib2_loaders.diff.txt
#
echo x - e16-themes.diff.txt
sed 's/^X//' >e16-themes.diff.txt << '350bcba9adb8019c75410061fb95567c'
Xdiff -x .svn -ruN /var/cache/portshaker/ports/x11-themes/e16-themes/Makefile x11-themes/e16-themes/Makefile
X--- /var/cache/portshaker/ports/x11-themes/e16-themes/Makefile	2010-07-19 15:15:31.000000000 +0200
X+++ x11-themes/e16-themes/Makefile	2010-09-10 21:29:19.002468111 +0200
X@@ -7,7 +7,7 @@
X 
X PORTNAME=	e16-themes
X PORTVERSION=	1.0.1
X-CATEGORIES=	x11-themes
X+CATEGORIES=	x11-themes enlightenment
X MASTER_SITES=	SF/enlightenment/${PORTNAME}/${PORTVERSION}
X 
X MAINTAINER=	gahr@FreeBSD.org
350bcba9adb8019c75410061fb95567c
echo x - e16.diff.txt
sed 's/^X//' >e16.diff.txt << '582324b1b3f4666f506d5b81d3a3cbcc'
Xdiff -x .svn -ruN /var/cache/portshaker/ports/x11-wm/e16/Makefile x11-wm/e16/Makefile
X--- /var/cache/portshaker/ports/x11-wm/e16/Makefile	2010-08-30 18:42:11.000000000 +0200
X+++ x11-wm/e16/Makefile	2010-09-10 21:29:18.953465431 +0200
X@@ -7,7 +7,7 @@
X 
X PORTNAME=	e16
X PORTVERSION=	1.0.5
X-CATEGORIES=	x11-wm
X+CATEGORIES=	x11-wm enlightenment
X MASTER_SITES=	SF/enlightenment/${PORTNAME}/${PORTVERSION}/
X 
X MAINTAINER=	gahr@FreeBSD.org
582324b1b3f4666f506d5b81d3a3cbcc
echo x - e16utils.diff.txt
sed 's/^X//' >e16utils.diff.txt << '0137a1dfaa7cb9dbf569ecd291a92fe0'
Xdiff -x .svn -ruN /var/cache/portshaker/ports/x11-wm/e16utils/Makefile x11-wm/e16utils/Makefile
X--- /var/cache/portshaker/ports/x11-wm/e16utils/Makefile	2010-06-20 15:48:55.000000000 +0200
X+++ x11-wm/e16utils/Makefile	2010-09-10 21:29:18.972471071 +0200
X@@ -8,7 +8,7 @@
X PORTNAME=	e16utils
X PORTVERSION=	0.16
X PORTREVISION=	9
X-CATEGORIES=	x11-wm
X+CATEGORIES=	x11-wm enlightenment
X MASTER_SITES=	SF/enlightenment/e16menuedit/e16menuedit:src1 \
X 		SF/enlightenment/e16keyedit/0.2:src2
X 
0137a1dfaa7cb9dbf569ecd291a92fe0
echo x - imlib2.diff.txt
sed 's/^X//' >imlib2.diff.txt << '7dbbb01d4d5498150f5a614c144240a0'
Xdiff -x .svn -ruN /var/cache/portshaker/ports/graphics/imlib2/Makefile graphics/imlib2/Makefile
X--- /var/cache/portshaker/ports/graphics/imlib2/Makefile	2010-03-30 15:55:19.000000000 +0200
X+++ graphics/imlib2/Makefile	2010-09-10 21:29:18.940466111 +0200
X@@ -9,7 +9,7 @@
X PORTVERSION=	1.4.1.000
X PORTREVISION=	9
X PORTEPOCH=	2
X-CATEGORIES=	graphics
X+CATEGORIES=	graphics enlightenment
X MASTER_SITES=	ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
X 		http://download.enlightenment.org/snapshots/2008-01-25/
X 
7dbbb01d4d5498150f5a614c144240a0
echo x - imlib2_loaders.diff.txt
sed 's/^X//' >imlib2_loaders.diff.txt << '684669b6989db38d332865dfe69d20ca'
Xdiff -x .svn -ruN /var/cache/portshaker/ports/graphics/imlib2_loaders/Makefile graphics/imlib2_loaders/Makefile
X--- /var/cache/portshaker/ports/graphics/imlib2_loaders/Makefile	2010-03-28 08:36:51.000000000 +0200
X+++ graphics/imlib2_loaders/Makefile	2010-09-10 21:29:18.906468511 +0200
X@@ -9,7 +9,7 @@
X PORTVERSION=	1.4.1.000
X PORTREVISION=	3
X PORTEPOCH=	2
X-CATEGORIES=	graphics
X+CATEGORIES=	graphics enlightenment
X MASTER_SITES=	ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
X 		http://download.enlightenment.org/snapshots/2008-01-25/
X 
684669b6989db38d332865dfe69d20ca
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009111756.o8BHuE7e084985>