Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2006 20:39:13 -0300
From:      "Gustavo Fukao" <gustavofukao@gmail.com>
To:        "FreeBSD-gnats-submit@freebsd.org" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94200: [NEW PORT] net/phamm: Phamm is a front-end written in PHP
Message-ID:  <83ad24100603071539l8a4e0f2x76f5dc1c10a2abbb@mail.gmail.com>
Resent-Message-ID: <200603072350.k27No6TV071395@freefall.freebsd.org>

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

>Number:         94200
>Category:       ports
>Synopsis:       [NEW PORT] net/phamm: Phamm is a front-end written in 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:   Tue Mar 07 23:50:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gustavo Fukao
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD note.mybsd.lan 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE
#2: Sat Feb 18 01:37:03 BRST 2006
>Description:
Phamm (PHP LDAP Virtual Hosting Manager) is a front-end written
in PHP to manage virtual service's using a LDAP directory backend.

Author: Mirko Grava & Alessandro De Zorzi
WWW: http://www.phamm.org

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- phamm-0.4.7.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:
#
# phamm
# phamm/pkg-descr
# phamm/Makefile
# phamm/pkg-plist
# phamm/distinfo
# phamm/files
# phamm/files/pkg-message.in
#
echo c - phamm
mkdir -p phamm > /dev/null 2>&1
echo x - phamm/pkg-descr
sed 's/^X//' >phamm/pkg-descr << 'END-of-phamm/pkg-descr'
XPhamm (PHP LDAP Virtual Hosting Manager) is a front-end written
Xin PHP to manage virtual service's using a LDAP directory backend.
X
XAuthor: Mirko Grava & Alessandro De Zorzi
XWWW: http://www.phamm.org
END-of-phamm/pkg-descr
echo x - phamm/Makefile
sed 's/^X//' >phamm/Makefile << 'END-of-phamm/Makefile'
X# New ports collection makefile for: phamm
X# Date created: 2006-02-15
X# Whom: Gustavo Fukao <gustavofukao@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=3D phamm
XPORTVERSION=3D 0.4.7
XCATEGORIES=3D net www
XMASTER_SITES=3D http://open.rhx.it/phamm/
X
XMAINTAINER=3D gustavofukao@gmail.com
XCOMMENT=3D Phamm is a front-end written in PHP to manage virtual service
X
XNO_BUILD=3D yes
XUSE_PHP=3D gettext ldap openssl pcre session
X
XWWWDIR?=3D ${PREFIX}/www
XPHAMMDIR?=3D ${WWWDIR}/${PORTNAME}
XPGRP?=3D ${WWWGRP}
XCFGDIR=3D ${WRKSRC}/${DISTAME}cfg
XSCHEMADIR=3D ${WRKSRC}/${DISTAME}schema
XLDIR=3D etc/openldap/schema
XLSDIR=3D ${PREFIX}/${LDIR}
XEXAMPLESDIR=3D ${PREFIX}/share/examples/phamm
X
XSUB_FILES=3D pkg-message
XSUB_LIST=3D PHAMMDIR=3D${PHAMMDIR}
XSUB_LIST=3D EXAMPLESDIR=3D${EXAMPLESDIR}
XSUB_LIST=3D LDIR=3D${LDIR}
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X @${RM} -rf ${WRKSRC}/${DISTAME}/debian
X @${RM} -f ${WRKSRC}/${DISTAME}/*.spec
X @${RM} -rf ${WRKSRC}/${DISTAME}/server
X @test -d ${CFGDIR} || ${MKDIR} ${CFGDIR}
X @${CP} ${WRKSRC}/${DISTNAME}/*.php* ${CFGDIR}
X @for d in `${FIND} ${WRKSRC}/${DISTAME} -type f -depth 1 | \
X ${SORT} -r`; do \
X ${ECHO} $$d ; \
X ${RM} -f $$d ; \
X done;
X
Xdo-install:
X @test -d ${PHAMMDIR} || ${MKDIR} ${PHAMMDIR}
X @test -d ${EXAMPLESDIR} || ${MKDIR} ${EXAMPLESDIR}
X @${CP} -R ${WRKSRC}/${DISTAME}/examples/* ${EXAMPLESDIR}
X @${CP} -R ${SCHEMADIR} ${EXAMPLESDIR}
X @${CP} -R ${CFGDIR}/* ${PHAMMDIR}
X @for d in `${FIND}  ${WRKSRC}/${DISTAME} -type d -depth 1 | \
X ${SORT} -r | ${GREP} -v examples | ${GREP} -v cfg | \
X ${GREP} -v schema `; do \
X ${ECHO} $$d ;\
X ${CP} -R $$d ${PHAMMDIR}; \
X done;
X
Xpost-install:
X ${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-phamm/Makefile
echo x - phamm/pkg-plist
sed 's/^X//' >phamm/pkg-plist << 'END-of-phamm/pkg-plist'
Xwww/phamm/www-data/style/phamm/main.css
Xwww/phamm/www-data/style/phamm/img/navigation.png
Xwww/phamm/www-data/style/phamm/img/TRUE.png
Xwww/phamm/www-data/style/phamm/img/FALSE.png
Xwww/phamm/www-data/style/phamm/header.html.php
Xwww/phamm/www-data/style/phamm/footer.html.php
Xwww/phamm/www-data/setup.php
Xwww/phamm/www-data/robots.txt
Xwww/phamm/www-data/main.php
Xwww/phamm/www-data/logout.php
Xwww/phamm/www-data/index.php
Xwww/phamm/www-data/img/phamm_icon.png
Xwww/phamm/www-data/img/phamm_100.png
Xwww/phamm/web/pngfix.js
Xwww/phamm/web/functions.js
Xwww/phamm/tools/virtual.sh
Xwww/phamm/tools/test.sh
Xwww/phamm/tools/save-phamm-ldap
Xwww/phamm/tools/save-manager-ldap
Xwww/phamm/tools/phamm-rotate
Xwww/phamm/tools/mod-ldap
Xwww/phamm/tools/migrate.sh
Xwww/phamm/tools/make_single_lib.sh
Xwww/phamm/tools/insert-ldap
Xwww/phamm/tools/init-ldif
Xwww/phamm/tools/config.live.diff
Xwww/phamm/tools/config.inc.php.live
Xwww/phamm/tools/cleaner.sh
Xwww/phamm/tools/cleaner-for-demosite.sh
Xwww/phamm/plugins/whoami/main.php
Xwww/phamm/plugins/whoami/info.php
Xwww/phamm/plugins/whoami/functions.php
Xwww/phamm/plugins/rates/main.php
Xwww/phamm/plugins/rates/info.php
Xwww/phamm/plugins/rates/functions.php
Xwww/phamm/plugins/rates/en_GB.php
Xwww/phamm/plugins/rates/config.inc.php.template
Xwww/phamm/plugins/radius_stats/main.php
Xwww/phamm/plugins/radius_stats/info.php
Xwww/phamm/plugins/radius_stats/functions/select_accounting.php
Xwww/phamm/plugins/radius_stats/functions/form_accounting.php
Xwww/phamm/plugins/radius_stats/en_GB.php
Xwww/phamm/plugins/radius_stats/csv_export.php
Xwww/phamm/plugins/radius_stats/config.inc.php.template
Xwww/phamm/plugins/radius_stats/README.radius_stats
Xwww/phamm/plugins/radius/main.php
Xwww/phamm/plugins/radius/info.php
Xwww/phamm/plugins/radius/functions/realms_modify_group.php
Xwww/phamm/plugins/radius/functions/realms_list.php
Xwww/phamm/plugins/radius/functions/modify_account.php
Xwww/phamm/plugins/radius/functions/is_realm_account.php
Xwww/phamm/plugins/radius/functions/form_add_realm_2.php
Xwww/phamm/plugins/radius/functions/form_add_realm.php
Xwww/phamm/plugins/radius/functions/form_add_account_2.php
Xwww/phamm/plugins/radius/functions/form_add_account.php
Xwww/phamm/plugins/radius/functions/add_realm.php
Xwww/phamm/plugins/radius/functions/add_account.php
Xwww/phamm/plugins/radius/functions/account_values.php
Xwww/phamm/plugins/radius/functions/account_modify_group.php
Xwww/phamm/plugins/radius/functions/account_list.php
Xwww/phamm/plugins/radius/functions/account_count.php
Xwww/phamm/plugins/radius/en_GB.php
Xwww/phamm/plugins/radius/config.inc.php.template
Xwww/phamm/plugins/radius/add_domain.php
Xwww/phamm/plugins/radius/README.radius
Xwww/phamm/plugins/pdns/templates/mytemplate.php.template
Xwww/phamm/plugins/pdns/main.php
Xwww/phamm/plugins/pdns/info.php
Xwww/phamm/plugins/pdns/functions.php
Xwww/phamm/plugins/pdns/en_GB.php
Xwww/phamm/plugins/pdns/config.inc.php.template
Xwww/phamm/plugins/pdns/config.inc.php
Xwww/phamm/plugins/pdns/add_domain.php
Xwww/phamm/plugins/pdns/TODO
Xwww/phamm/plugins/mail/welcome_message.txt
Xwww/phamm/plugins/mail/main.php
Xwww/phamm/plugins/mail/info.php
Xwww/phamm/plugins/mail/functions/quota_formatting.php
Xwww/phamm/plugins/mail/functions/modify_mail.php
Xwww/phamm/plugins/mail/functions/modify_alias.php
Xwww/phamm/plugins/mail/functions/maildrop_list.php
Xwww/phamm/plugins/mail/functions/maildrop_del.php
Xwww/phamm/plugins/mail/functions/mail_values.php
Xwww/phamm/plugins/mail/functions/mail_modify_group.php
Xwww/phamm/plugins/mail/functions/mail_list.php
Xwww/phamm/plugins/mail/functions/mail_count.php
Xwww/phamm/plugins/mail/functions/is_domain_mail.php
Xwww/phamm/plugins/mail/functions/is_catch_all.php
Xwww/phamm/plugins/mail/functions/form_add_mail_2.php
Xwww/phamm/plugins/mail/functions/form_add_mail.php
Xwww/phamm/plugins/mail/functions/form_add_alias_2.php
Xwww/phamm/plugins/mail/functions/form_add_alias.php
Xwww/phamm/plugins/mail/functions/domains_modify_group.php
Xwww/phamm/plugins/mail/functions/domains_list.php
Xwww/phamm/plugins/mail/functions/domain_quota_used.php
Xwww/phamm/plugins/mail/functions/alias_values.php
Xwww/phamm/plugins/mail/functions/alias_modify_group.php
Xwww/phamm/plugins/mail/functions/alias_list.php
Xwww/phamm/plugins/mail/functions/alias_count.php
Xwww/phamm/plugins/mail/functions/add_mail.php
Xwww/phamm/plugins/mail/functions/add_domain_mail.php
Xwww/phamm/plugins/mail/functions/add_alias.php
Xwww/phamm/plugins/mail/en_GB.php
Xwww/phamm/plugins/mail/config.inc.php.template
Xwww/phamm/plugins/mail/config.inc.php
Xwww/phamm/plugins/mail/add_domain.php
Xwww/phamm/locales/ru_RU.php
Xwww/phamm/locales/pt_BR.php
Xwww/phamm/locales/plugins/radius/en_GB.php
Xwww/phamm/locales/plugins/radius/CVS/Tag
Xwww/phamm/locales/plugins/radius/CVS/Root
Xwww/phamm/locales/plugins/radius/CVS/Repository
Xwww/phamm/locales/plugins/radius/CVS/Entries
Xwww/phamm/locales/plugins/pdns/it_IT.php
Xwww/phamm/locales/plugins/pdns/id_ID.php
Xwww/phamm/locales/plugins/pdns/de_DE.php
Xwww/phamm/locales/plugins/pdns/CVS/Tag
Xwww/phamm/locales/plugins/pdns/CVS/Root
Xwww/phamm/locales/plugins/pdns/CVS/Repository
Xwww/phamm/locales/plugins/pdns/CVS/Entries
Xwww/phamm/locales/plugins/CVS/Tag
Xwww/phamm/locales/plugins/CVS/Root
Xwww/phamm/locales/plugins/CVS/Repository
Xwww/phamm/locales/plugins/CVS/Entries
Xwww/phamm/locales/it_IT.php
Xwww/phamm/locales/id_ID.php
Xwww/phamm/locales/hu_HU.php
Xwww/phamm/locales/fr_FR.php
Xwww/phamm/locales/es_ES.php
Xwww/phamm/locales/de_DE.php
Xwww/phamm/locales/check_lang_files.php
Xwww/phamm/locales/TRANSLATORS
Xwww/phamm/locales/README.locales
Xwww/phamm/locales/CVS/Tag
Xwww/phamm/locales/CVS/Root
Xwww/phamm/locales/CVS/Repository
Xwww/phamm/locales/CVS/Entries
Xwww/phamm/index.php
Xwww/phamm/functions/tryLogin.php
Xwww/phamm/functions/tryBind.php
Xwww/phamm/functions/true_false_box.php
Xwww/phamm/functions/self_values.php
Xwww/phamm/functions/scale_level.php
Xwww/phamm/functions/refresh.php
Xwww/phamm/functions/randstr.php
Xwww/phamm/functions/print_message.php
Xwww/phamm/functions/plugin_templates.php
Xwww/phamm/functions/php_error_level.php
Xwww/phamm/functions/phamm_set_var.php
Xwww/phamm/functions/phamm_log.php
Xwww/phamm/functions/phamm_date.php
Xwww/phamm/functions/password_valid.php
Xwww/phamm/functions/password_hash.php
Xwww/phamm/functions/menu_plugins.php
Xwww/phamm/functions/load_plugins.php
Xwww/phamm/functions/loadLanguage.php
Xwww/phamm/functions/language_selector.php
Xwww/phamm/functions/isPostmaster.php
Xwww/phamm/functions/isAdmin.php
Xwww/phamm/functions/initials.php
Xwww/phamm/functions/host_color.php
Xwww/phamm/functions/generic.php
Xwww/phamm/functions/form_modify.php
Xwww/phamm/functions/form_login.php
Xwww/phamm/functions/form_add_domain_2.php
Xwww/phamm/functions/form_add_domain.php
Xwww/phamm/functions/domain_modify.php
Xwww/phamm/functions/checkSyntax.php
Xwww/phamm/functions/checkObject.php
Xwww/phamm/functions/checkLogin.php
Xwww/phamm/functions/checkAuth.php
Xwww/phamm/functions/add_domain.php
Xwww/phamm/en_GB.php
Xwww/phamm/config.inc.php.template
Xwww/phamm/config.inc.php
X%%EXAMPLESDIR%%/schema/samba.schema
X%%EXAMPLESDIR%%/schema/radius.schema
X%%EXAMPLESDIR%%/schema/pureftpd.schema
X%%EXAMPLESDIR%%/schema/phamm.schema
X%%EXAMPLESDIR%%/schema/dnsdomain2.schema
X%%EXAMPLESDIR%%/schema/amavis.schema
X%%EXAMPLESDIR%%/schema/ISPEnv2.schema
X%%EXAMPLESDIR%%/squid.conf
X%%EXAMPLESDIR%%/smbldap.conf
X%%EXAMPLESDIR%%/smbldap-useradd.patch
X%%EXAMPLESDIR%%/smbldap-populate.patch
X%%EXAMPLESDIR%%/slapd.conf
X%%EXAMPLESDIR%%/sasl/smtpd.conf
X%%EXAMPLESDIR%%/sasl/saslauthd.conf
X%%EXAMPLESDIR%%/sasl/saslauthd
X%%EXAMPLESDIR%%/sasl/master.cf
X%%EXAMPLESDIR%%/sasl/main.cf
X%%EXAMPLESDIR%%/sample-squid.ldif
X%%EXAMPLESDIR%%/sample-samba.ldif
X%%EXAMPLESDIR%%/sample-pureftpd.ldif
X%%EXAMPLESDIR%%/sample-pdns.ldif
X%%EXAMPLESDIR%%/sample-main.ldif
X%%EXAMPLESDIR%%/sample-mail.ldif
X%%EXAMPLESDIR%%/sample-location-apache2
X%%EXAMPLESDIR%%/sample-htaccess-apache2
X%%EXAMPLESDIR%%/pureftpd-ldap.conf
X%%EXAMPLESDIR%%/phamm.conf
X%%EXAMPLESDIR%%/phamm.acl
X%%EXAMPLESDIR%%/pdns.conf
X%%EXAMPLESDIR%%/master.cf
X%%EXAMPLESDIR%%/main.cf.mxbackup.withoutprimary
X%%EXAMPLESDIR%%/main.cf.mxbackup
X%%EXAMPLESDIR%%/main.cf
X%%EXAMPLESDIR%%/gnarwl.cfg
X%%EXAMPLESDIR%%/fork/fork.pl
X%%EXAMPLESDIR%%/authldaprc
X%%EXAMPLESDIR%%/amavisd.conf
X@dirrm www/phamm/www-data/style/phamm/img
X@dirrm www/phamm/www-data/style/phamm
X@dirrm www/phamm/www-data/style
X@dirrm www/phamm/www-data/img
X@dirrm www/phamm/www-data
X@dirrm www/phamm/web
X@dirrm www/phamm/tools
X@dirrm www/phamm/plugins/whoami
X@dirrm www/phamm/plugins/rates
X@dirrm www/phamm/plugins/radius_stats/functions
X@dirrm www/phamm/plugins/radius_stats
X@dirrm www/phamm/plugins/radius/functions
X@dirrm www/phamm/plugins/radius
X@dirrm www/phamm/plugins/pdns/templates
X@dirrm www/phamm/plugins/pdns
X@dirrm www/phamm/plugins/mail/functions
X@dirrm www/phamm/plugins/mail
X@dirrm www/phamm/plugins
X@dirrm www/phamm/locales/plugins/radius/CVS
X@dirrm www/phamm/locales/plugins/radius
X@dirrm www/phamm/locales/plugins/pdns/CVS
X@dirrm www/phamm/locales/plugins/pdns
X@dirrm www/phamm/locales/plugins/CVS
X@dirrm www/phamm/locales/plugins
X@dirrm www/phamm/locales/CVS
X@dirrm www/phamm/locales
X@dirrm www/phamm/functions
X@dirrm www/phamm
X@dirrm %%EXAMPLESDIR%%/schema
X@dirrm %%EXAMPLESDIR%%/sasl
X@dirrm %%EXAMPLESDIR%%/fork
X@dirrm %%EXAMPLESDIR%%
END-of-phamm/pkg-plist
echo x - phamm/distinfo
sed 's/^X//' >phamm/distinfo << 'END-of-phamm/distinfo'
XMD5 (phamm-0.4.7.tar.gz) =3D 183577b8af2e14a922530e79ccebfa6c
XSHA256 (phamm-0.4.7.tar.gz) =3D
4fd8bb269a7184bd8e044ee4b1f821cb3ecd937d039274fa85fd62a907ed4dcc
XSIZE (phamm-0.4.7.tar.gz) =3D 146523
END-of-phamm/distinfo
echo c - phamm/files
mkdir -p phamm/files > /dev/null 2>&1
echo x - phamm/files/pkg-message.in
sed 's/^X//' >phamm/files/pkg-message.in << 'END-of-phamm/files/pkg-message=
.in'
X
XAlias /phamm %%PHAMMDIR%%
X
X<Directory "%%PHAMMDIR%%">
X     AllowOverride None
X     Options None
X     Order allow,deny
X     Allow from all
X     <IfModule mod_dir.c>
X         DirectoryIndex index.php
X     </IfModule>
X</Directory>
END-of-phamm/files/pkg-message.in
exit
--- phamm-0.4.7.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
 to manage virtual service
 SEND-PR: [ non-critical | serious | critical ]
 SEND-PR: [ low | medium | high ]
 SEND-PR: <choose from the list of categories below (one line)>
 SEND-PR: advocacy  alpha     bin       conf      docs      gnu
 SEND-PR: i386      ia64      java      kern      misc      ports
 SEND-PR: powerpc   sparc64   standards www
 SEND-PR: [ sw-bug | doc-bug | change-request | update | maintainer-update ]



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