Date: Mon, 10 Jul 2006 10:50:33 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100008: [NEW PORT] x11/e17-module-eveil: An e17 module to set alarms and timers Message-ID: <200607100650.k6A6oXJ6009554@fonon.realnet> Resent-Message-ID: <200607100700.k6A70U4P039545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100008 >Category: ports >Synopsis: [NEW PORT] x11/e17-module-eveil: An e17 module to set alarms and timers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 10 07:00:29 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 >Description: This e17 module allows users to set timers and alarms. Author: Laurent 'kiwi' Ghigonis <ooookiwi@free.fr> WWW: http://www.enlightenment.org >How-To-Repeat: >Fix: --- e17-module-eveil-20060707.shar begins here --- # 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: # # e17-module-eveil # e17-module-eveil/files # e17-module-eveil/files/patch-configure # e17-module-eveil/files/patch-e_mod_main.c # e17-module-eveil/pkg-descr # e17-module-eveil/Makefile # e17-module-eveil/pkg-plist # e17-module-eveil/distinfo # echo c - e17-module-eveil mkdir -p e17-module-eveil > /dev/null 2>&1 echo c - e17-module-eveil/files mkdir -p e17-module-eveil/files > /dev/null 2>&1 echo x - e17-module-eveil/files/patch-configure sed 's/^X//' >e17-module-eveil/files/patch-configure << 'END-of-e17-module-eveil/files/patch-configure' X--- configure.orig Fri Jun 23 16:14:40 2006 X+++ configure Fri Jun 23 16:14:53 2006 X@@ -21497,7 +21497,7 @@ X X X X-MODULE_ARCH="$host_os-$host_cpu" X+MODULE_ARCH="" X X X cat >>confdefs.h <<_ACEOF END-of-e17-module-eveil/files/patch-configure echo x - e17-module-eveil/files/patch-e_mod_main.c sed 's/^X//' >e17-module-eveil/files/patch-e_mod_main.c << 'END-of-e17-module-eveil/files/patch-e_mod_main.c' X--- e_mod_main.c.orig Sun Jul 9 16:54:17 2006 X+++ e_mod_main.c Sun Jul 9 16:54:39 2006 X@@ -633,7 +633,6 @@ X static double X _epoch_find_date(char *date, int hour, int minute) X { X- extern long timezone; X extern int daylight; X struct tm ts; X time_t t; X@@ -663,7 +662,6 @@ X static double X _epoch_find_next(int day_monday, int day_tuesday, int day_wenesday, int day_thursday, int day_friday, int day_saturday, int day_sunday, int hour, int minute) X { X- extern long timezone; X extern int daylight; X int day_week[7]; X struct tm ts; END-of-e17-module-eveil/files/patch-e_mod_main.c echo x - e17-module-eveil/pkg-descr sed 's/^X//' >e17-module-eveil/pkg-descr << 'END-of-e17-module-eveil/pkg-descr' XThis e17 module allows users to set timers and alarms. X XAuthor: Laurent 'kiwi' Ghigonis <ooookiwi@free.fr> XWWW: http://www.enlightenment.org END-of-e17-module-eveil/pkg-descr echo x - e17-module-eveil/Makefile sed 's/^X//' >e17-module-eveil/Makefile << 'END-of-e17-module-eveil/Makefile' X# New ports collection makefile for: e17-module-eveil X# Date created: 23 June 2006 X# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> X# X# $FreeBSD$ X# X XPORTNAME= eveil XPORTVERSION= 20060707 XCATEGORIES= x11 XMASTER_SITES= http://mbsd.msk.ru/dist/ XPKGNAMEPREFIX= e17-module- XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= An e17 module to set alarms and timers X XBUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.else XCONFIGURE_ARGS= --disable-nls XPLIST_SUB+= NLS="@comment " X.endif X X.include <bsd.port.mk> END-of-e17-module-eveil/Makefile echo x - e17-module-eveil/pkg-plist sed 's/^X//' >e17-module-eveil/pkg-plist << 'END-of-e17-module-eveil/pkg-plist' Xlib/enlightenment/modules/eveil/eveil.edc Xlib/enlightenment/modules/eveil/eveil.edj Xlib/enlightenment/modules/eveil/module.a Xlib/enlightenment/modules/eveil/module.eap Xlib/enlightenment/modules/eveil/module.la Xlib/enlightenment/modules/eveil/module.so Xlib/enlightenment/modules/eveil/vera.ttf X%%NLS%%share/locale/it/LC_MESSAGES/eveil.mo X%%NLS%%share/locale/sv/LC_MESSAGES/eveil.mo X@dirrm lib/enlightenment/modules/eveil END-of-e17-module-eveil/pkg-plist echo x - e17-module-eveil/distinfo sed 's/^X//' >e17-module-eveil/distinfo << 'END-of-e17-module-eveil/distinfo' XMD5 (eveil-20060707.tar.bz2) = 96ad35d8454ca13507f54153947a17aa XSHA256 (eveil-20060707.tar.bz2) = 2c8361145a7d1ef66e6576adbdc84fbbfce03a368ddb2c852f660f0b1a1d48ee XSIZE (eveil-20060707.tar.bz2) = 432968 END-of-e17-module-eveil/distinfo exit --- e17-module-eveil-20060707.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607100650.k6A6oXJ6009554>