diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-02-08 15:48:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-02-08 15:48:14 +0000 |
commit | 744199b03408c6e73487fcd1c1ce0840eed4d582 (patch) | |
tree | 52694c927261f872406b7f9e45270fc8416a49d6 /devel/php-libawl | |
parent | 2acab2f82457d510c53ec88cc90c3351693aaa6b (diff) | |
download | ports-744199b03408c6e73487fcd1c1ce0840eed4d582.tar.gz ports-744199b03408c6e73487fcd1c1ce0840eed4d582.zip |
Notes
Diffstat (limited to 'devel/php-libawl')
-rw-r--r-- | devel/php-libawl/Makefile | 36 | ||||
-rw-r--r-- | devel/php-libawl/distinfo | 3 | ||||
-rw-r--r-- | devel/php-libawl/pkg-descr | 11 | ||||
-rw-r--r-- | devel/php-libawl/pkg-plist | 24 |
4 files changed, 74 insertions, 0 deletions
diff --git a/devel/php-libawl/Makefile b/devel/php-libawl/Makefile new file mode 100644 index 000000000000..9669e2397372 --- /dev/null +++ b/devel/php-libawl/Makefile @@ -0,0 +1,36 @@ +# New ports collection Makefile for: php-libawl +# Date created: 28 Jan 2009 +# Whom: Cristiano Rolim Pereira <cristianorolim@hotmail.com> +# $FreeBSD$ + +PORTNAME= php-libawl +PORTVERSION= 0.34 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= rscds +DISTNAME= awl_${PORTVERSION} + +MAINTAINER= cristianorolim@hotmail.com +COMMENT= Andrew.s Web Libraries - PHP Utility Libraries + +WRKSRC= ${WRKDIR}/awl-${PORTVERSION} + +.if !defined(WITHOUT_PHP_DEPENDS) +USE_PHP= YES +.endif +NO_BUILD= YES +LIBAWLDIR?= share/awl +PLIST_SUB+= LIBAWLDIR=${LIBAWLDIR} + +pre-everything:: + @${ECHO_CMD} "# you can customize the installation directory" + @${ECHO_CMD} "# by setting LIBAWLDIR in /etc/make.conf" + +.include <bsd.port.pre.mk> + +do-install: + ${MKDIR} ${PREFIX}/${LIBAWLDIR} + ${CP} -Rp ${WRKSRC}/dba ${PREFIX}/${LIBAWLDIR}/ + ${CP} -Rp ${WRKSRC}/inc ${PREFIX}/${LIBAWLDIR}/ + +.include <bsd.port.post.mk> diff --git a/devel/php-libawl/distinfo b/devel/php-libawl/distinfo new file mode 100644 index 000000000000..cda01017c52a --- /dev/null +++ b/devel/php-libawl/distinfo @@ -0,0 +1,3 @@ +MD5 (awl_0.34.tar.gz) = a5555bf0534743083e675e2fd0ee3ab7 +SHA256 (awl_0.34.tar.gz) = 8979131c9a8d44bc1afb64bea6af22406fba4957f5114f60606c198e93527e7b +SIZE (awl_0.34.tar.gz) = 210698 diff --git a/devel/php-libawl/pkg-descr b/devel/php-libawl/pkg-descr new file mode 100644 index 000000000000..958315539a02 --- /dev/null +++ b/devel/php-libawl/pkg-descr @@ -0,0 +1,11 @@ +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/ diff --git a/devel/php-libawl/pkg-plist b/devel/php-libawl/pkg-plist new file mode 100644 index 000000000000..2df75baf25ca --- /dev/null +++ b/devel/php-libawl/pkg-plist @@ -0,0 +1,24 @@ +%%LIBAWLDIR%%/dba/awl-tables.sql +%%LIBAWLDIR%%/dba/grant-minimum-permissions.sh +%%LIBAWLDIR%%/dba/grant-on-all-tables.sh +%%LIBAWLDIR%%/dba/schema-management.sql +%%LIBAWLDIR%%/inc/AWLUtilities.php +%%LIBAWLDIR%%/inc/AuthPlugin.php +%%LIBAWLDIR%%/inc/AuthPlugins.php +%%LIBAWLDIR%%/inc/DataEntry.php +%%LIBAWLDIR%%/inc/DataUpdate.php +%%LIBAWLDIR%%/inc/EMail.php +%%LIBAWLDIR%%/inc/MenuSet.php +%%LIBAWLDIR%%/inc/PgQuery.php +%%LIBAWLDIR%%/inc/Session.php +%%LIBAWLDIR%%/inc/Translation.php +%%LIBAWLDIR%%/inc/User.php +%%LIBAWLDIR%%/inc/Validation.php +%%LIBAWLDIR%%/inc/XMLDocument.php +%%LIBAWLDIR%%/inc/XMLElement.php +%%LIBAWLDIR%%/inc/classBrowser.php +%%LIBAWLDIR%%/inc/iCalendar.php +%%LIBAWLDIR%%/inc/vEvent.php +@dirrm %%LIBAWLDIR%%/inc +@dirrm %%LIBAWLDIR%%/dba +@dirrm %%LIBAWLDIR%% |