Date: Wed, 28 Jan 2009 20:03:30 GMT From: Cristiano Rolim Pereira <cristianorolim@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: =?iso-8859-1?q?ports/131090=3A_New_port=3A__devel/php-libawl__-_?= =?iso-8859-1?q?_Andrew=B4s_Web_Libraries_for_PHP?= Message-ID: <200901282003.n0SK3U44091747@www.freebsd.org> Resent-Message-ID: <200901282010.n0SKA1hG082650@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131090 >Category: ports >Synopsis: New port: devel/php-libawl - Andrew´s Web Libraries for PHP >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: Wed Jan 28 20:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD bsd64.local 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Andrew's Web Libraries are a set of hopefully lightweight libraries for handling a variety of useful things for web programming, including: - Session management - User management - DB Records - Simple reporting - DB Schema Updating - iCalendar parsing WWW: http://rscds.sourceforge.net/ Attached, there is a shell archive of the php-libawl port. >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: # # php-libawl/ # php-libawl/Makefile # php-libawl/distinfo # php-libawl/pkg-descr # php-libawl/pkg-plist # echo c - php-libawl/ mkdir -p php-libawl/ > /dev/null 2>&1 echo x - php-libawl/Makefile sed 's/^X//' >php-libawl/Makefile << 'dc19dde9edfccda96515e24ad58a3923' XPORTNAME= php-libawl XPORTVERSION= 0.34 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= rscds XDISTNAME= awl_${PORTVERSION} X XMAINTAINER= cristianorolim@hotmail.com XCOMMENT= Andrew´s Web Libraries - PHP Utility Libraries X XWRKSRC= ${WRKDIR}/awl-${PORTVERSION} X X.if !defined(WITHOUT_PHP_DEPENDS) XUSE_PHP= YES X.endif XNO_BUILD= YES XLIBAWLDIR?= share/awl XPLIST_SUB+= LIBAWLDIR=${LIBAWLDIR} X Xpre-everything:: X @${ECHO_CMD} "# you can customize the installation directory" X @${ECHO_CMD} "# by setting LIBAWLDIR in /etc/make.conf" X X.include <bsd.port.pre.mk> X Xdo-install: X ${MKDIR} ${PREFIX}/${LIBAWLDIR} X ${CP} -Rp ${WRKSRC}/dba ${PREFIX}/${LIBAWLDIR}/ X ${CP} -Rp ${WRKSRC}/inc ${PREFIX}/${LIBAWLDIR}/ X X.include <bsd.port.post.mk> dc19dde9edfccda96515e24ad58a3923 echo x - php-libawl/distinfo sed 's/^X//' >php-libawl/distinfo << '23c58a668940bf3e86da6a0111e04c29' XMD5 (awl_0.34.tar.gz) = a5555bf0534743083e675e2fd0ee3ab7 XSHA256 (awl_0.34.tar.gz) = 8979131c9a8d44bc1afb64bea6af22406fba4957f5114f60606c198e93527e7b XSIZE (awl_0.34.tar.gz) = 210698 23c58a668940bf3e86da6a0111e04c29 echo x - php-libawl/pkg-descr sed 's/^X//' >php-libawl/pkg-descr << 'f155cbe7b5cd71a61efd5726c10f3ece' XAndrew's Web Libraries are a set of hopefully lightweight libraries for Xhandling a variety of useful things for web programming, including: X X- Session management X- User management X- DB Records X- Simple reporting X- DB Schema Updating X- iCalendar parsing X XWWW: http://rscds.sourceforge.net/ f155cbe7b5cd71a61efd5726c10f3ece echo x - php-libawl/pkg-plist sed 's/^X//' >php-libawl/pkg-plist << 'b8b9b32032a49464ad8fb5fe80957551' X%%LIBAWLDIR%%/dba/awl-tables.sql X%%LIBAWLDIR%%/dba/grant-minimum-permissions.sh X%%LIBAWLDIR%%/dba/grant-on-all-tables.sh X%%LIBAWLDIR%%/dba/schema-management.sql X%%LIBAWLDIR%%/inc/AWLUtilities.php X%%LIBAWLDIR%%/inc/AuthPlugin.php X%%LIBAWLDIR%%/inc/AuthPlugins.php X%%LIBAWLDIR%%/inc/DataEntry.php X%%LIBAWLDIR%%/inc/DataUpdate.php X%%LIBAWLDIR%%/inc/EMail.php X%%LIBAWLDIR%%/inc/MenuSet.php X%%LIBAWLDIR%%/inc/PgQuery.php X%%LIBAWLDIR%%/inc/Session.php X%%LIBAWLDIR%%/inc/Translation.php X%%LIBAWLDIR%%/inc/User.php X%%LIBAWLDIR%%/inc/Validation.php X%%LIBAWLDIR%%/inc/XMLDocument.php X%%LIBAWLDIR%%/inc/XMLElement.php X%%LIBAWLDIR%%/inc/classBrowser.php X%%LIBAWLDIR%%/inc/iCalendar.php X%%LIBAWLDIR%%/inc/vEvent.php X@dirrm %%LIBAWLDIR%%/inc X@dirrm %%LIBAWLDIR%%/dba X@dirrm %%LIBAWLDIR%% b8b9b32032a49464ad8fb5fe80957551 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901282003.n0SK3U44091747>