Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128106 - phamm - PHP LDAP Virtual Hosting Manager (new ebuild)
Summary: phamm - PHP LDAP Virtual Hosting Manager (new ebuild)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://www.phamm.org/download.php
Whiteboard: sunrise suggested
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2006-03-30 06:55 UTC by Aleksei Gusev
Modified: 2010-10-16 16:43 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
phamm ebuild (phamm-0.4.7.ebuild,1.37 KB, text/plain)
2006-03-30 06:56 UTC, Aleksei Gusev
Details
phamm ebuild for version 0.5.15 (phamm-0.5.15.ebuild,1.10 KB, text/plain)
2009-06-11 16:14 UTC, Alexander Mikhnovets
Details
phamm ebuild for version 0.5.16 (phamm-0.5.16.ebuild,2.77 KB, text/plain)
2009-12-10 12:25 UTC, Andreis Vinogradovs ( slepnoga )
Details
phamm live ebuild (phamm-9999.ebuild,2.22 KB, text/plain)
2009-12-10 12:25 UTC, Andreis Vinogradovs ( slepnoga )
Details
version bump (phamm-0.5.17.ebuild,2.77 KB, text/plain)
2010-01-12 23:53 UTC, Andreis Vinogradovs ( slepnoga )
Details
phamm-0.5.18.ebuild (phamm-0.5.18.ebuild,2.77 KB, text/plain)
2010-04-28 10:10 UTC, Andreis Vinogradovs ( slepnoga )
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksei Gusev 2006-03-30 06:55:57 UTC
Phamm (PHP LDAP Virtual Hosting Manager) is a front-end written in PHP to manage virtual service's using a LDAP directory backend. At this time some modules (plugins) are available: 
Virtual mail server using Postfix (see wiki for others MTA support...)
DNS server using power DNS (pdns)
Radius
...more

The mail plugin stores domain and email account information initially inspired by the Jamm Project (Release < 0.3.0 are Jamm.schema compatible). From 0.3.0 version Phamm uses its phamm.schema and ISPEnv2.schema to add forward and vacation features and amavis.schema to add antivirus and antispam features.

Mail plugin has been developed around Postfix, but other MTA's can be used like qmail-ldap, Courier, Exim

Others plugins are in planning (Ftp using pureFTP, Proxy using Squid, Apache...).
Comment 1 Aleksei Gusev 2006-03-30 06:56:52 UTC
Created attachment 83431 [details]
phamm ebuild
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-03-05 15:54:11 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 3 Wolfram Schlich (RETIRED) gentoo-dev 2009-06-11 12:21:58 UTC
latest version is 0.5.16...
Comment 4 Alexander Mikhnovets 2009-06-11 16:14:28 UTC
Created attachment 194261 [details]
phamm ebuild for version 0.5.15

phamm ebuild for version 0.5.15 (it's tested on x86_64 server)
Comment 5 Andreis Vinogradovs ( slepnoga ) 2009-09-10 10:00:06 UTC
(In reply to comment #3)
> latest version is 0.5.16...
> 

latest version ebuild in rion overlay now.
Comment 6 Andreis Vinogradovs ( slepnoga ) 2009-12-10 12:25:09 UTC
Created attachment 212615 [details]
phamm ebuild for version 0.5.16
Comment 7 Andreis Vinogradovs ( slepnoga ) 2009-12-10 12:25:45 UTC
Created attachment 212616 [details]
phamm live ebuild
Comment 8 Andreis Vinogradovs ( slepnoga ) 2010-01-12 23:53:03 UTC
Created attachment 216311 [details]
version bump
Comment 9 Andreis Vinogradovs ( slepnoga ) 2010-04-28 10:10:13 UTC
Created attachment 229493 [details]
phamm-0.5.18.ebuild
Comment 10 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2010-10-16 15:02:21 UTC
I've just added ebuilds for the 0.5.18 release and live tree to my overlay - http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=8ff1a3bc7dc9d2bdb4347ec65a9b21865d955083 for testing.

I'll see if I can get them and a few other applications I have in my overlay into the tree.
Comment 11 Andreis Vinogradovs ( slepnoga ) 2010-10-16 15:18:41 UTC
eutils.eclass:

# @FUNCTION: ecvs_clean
# @USAGE: [list of dirs]
# @DESCRIPTION:
# Remove CVS directories recursiveley.  Useful when a source tarball contains
# internal CVS directories.  Defaults to $PWD.
ecvs_clean() {
    [[ -z $* ]] && set -- .
    find "$@" -type d -name 'CVS' -prune -print0 | xargs -0 rm -rf
    find "$@" -type f -name '.cvs*' -print0 | xargs -0 rm -rf
}
:-S
Comment 12 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2010-10-16 16:43:25 UTC
I forgot to CC before and I missed your comment before. I've already replaced the find with the ecvs_clean call.