Re: Where has all the groupware gone.....

2013-05-06 Thread Paul Pathiakis
 
jmalc...@uraeus.com; po...@freebsd.org po...@freebsd.org 
Sent: Friday, May 3, 2013 10:14 AM
Subject: Re: Where has all the groupware gone.
 

On May 3, 2013, at 8:56 AM, Paul Pathiakis pathia...@yahoo.com wrote:

 Well, I, finally, got around to installing the port from the links below.
 
 Sadly, I'm trying to find all sorts of things for configuration and various 
 other modifications.
 
 There's no man pages installed.
 I can find no documentation on the site or in the install that seems to be of 
 any use.
 Frankly, I can't configure it to run in the jail that I'm testing it in.  
 (The jail is find and sogo starts but I have no idea how to access the 
 thing)


The port will get the software installed for you. Beyond that, it is up to you 
to read the documentation to configure and implement it. See 
http://www.sogo.nu/downloads/documentation.html, specifically chapter 5 in 
the Installation and Configuration Guide.

I suppose the port could install a /usr/local/etc/sogo.conf.sample file, but 
configuration of SOGo is so specific and unique to each and every environment 
that I believe it would likely cause more confusion than it would avoid.


 From: Paul Pathiakis pathia...@yahoo.com
 To: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
 jmalc...@uraeus.com 
 Cc: po...@freebsd.org po...@freebsd.org; Jim Riggs 
 po...@christianserving.org 
 Sent: Tuesday, April 23, 2013 1:06 PM
 Subject: Re: Where has all the groupware gone.
 
 Guys,
 
 I've been reading a lot about sogo and I do like what I see.
 
 Is this port ready yet?  I just updated my ports tree and I don't see it.
 
 P.
 
 snip
 
 I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
 fix a rather small oversight.  Things seem to work now.
 
 Check both out from here:
 
 https://svn.redports.org/jhriggs/devel/sope/
 https://svn.redports.org/jhriggs/www/sogo/
 
 
 Upon installation, the user and group for SOGo will be created 
 automatically from the contents of ${PORTSDIR}/UIDs and 
 ${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.
 
 For now, you need to manually add the respective user and group to the 
 above files, as the ports system won't be able to handle them, otherwise.
 
 See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.
 
 Be warned, though, that you may need to adapt the numerical user and 
 group id, because those in the PR may have already been assigned to 
 other ports.
 
 MfG CoCo
 
 
 
 
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-06 Thread Łukasz Wąsikowski
W dniu 2013-05-06 16:30, Paul Pathiakis pisze:

 Also, where is the sogo.conf file supposed to be located?  That is, what 
 directory?  /var/lib doesn't exist on a BSD machine.

All third party software should have configuration in $PREFIX/etc/,
which in most cases is /usr/local/etc/ - please don't put any
configuration files in places like /var/lib or
/usr/local/GNUstep/Local/Library/SOGo mentioned before.

-- 
best regards,
Lukasz Wasikowski
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-06 Thread Paul Pathiakis
Lukasz,

Yes, I agree with that.  I'm just finding some really strange things with this 
port attempt.

Also, the online documentation at the SOGo site is very sparse and hardly 
intuitive.

This install is going to need a documented procedure.

At the present time, I've gone down multiple roads with many issues. 

I'm trying to figure out how SOGo creates the table(s) for user info in the 
PostGreSQL database.  I can't seem to find a script or sql command to create 
the tables.  Does it do it automatically according to the configuration in the 
sogo.conf?

Another issue that seems related is this:

[SOGoUserManager] No authentication sources defined - nobody will be able to 
login. Check your defaults.  So I have to assume (ack!) that it's not reading 
the sogo.conf file however, the SOGo Debug directives that I have turned on 
in that file are being activated (

2013-05-06 14:13:34.197 sogod[38913] Note(SoObject): SoDebugKeyLookup is 
enabled!
2013-05-06 14:13:34.197 sogod[38913] Note(SoObject): SoDebugBaseURL is enabled!
2013-05-06 14:13:34.197 sogod[38913] Note(SoObject): relative base URLs are 
enabled.

)

The error I'm seeing seems to indicate that it's not seeing the declaration for 
the pgsql database.  Yet, I've created the user sogo with a database sogo with 
the passwd sogo  (as an initial attempt)

SOGoProfileURL = 
postgresql://sogo:sogo@172.24.0.19:5432/sogo/sogo_user_profile;    
-There it is

OCSFolderInfoURL = 
postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info;
OCSSessionsFolderURL = 
postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder;

SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoIMAPServer = 172.24.0.25;
SOGoSMTPServer = 172.24.0.25;
SOGoMailDomain = atlantisservices.net;
SOGoMailingMechanism = smtp;
SOGoForceExternalLoginWithEmail = NO;
SOGoMailSpoolPath = /var/spool/mail;
SOGoAppointmentSendEMailNotifications = YES;
  //NGImap4ConnectionStringSeparator = /;
  //SOGoACLsSendEMailNotifications = NO;
  //SOGoSieveServer = sieve://127.0.0.1:4190;

  /* Authentication */
SOGoPasswordChangeEnabled = YES;

  /* LDAP authentication example */
SOGoUserSources = (
  {
    type = ldap;
    CNFieldName = cn;
    IDFieldName = uid;
    UIDFieldName = uid;
    baseDN = ou=people,dc=example,dc=net;
    bindDN = uid=sogo,ou=people,dc=example,dc=net;
    bindPassword = thisisfun;
    canAuthenticate = YES;
    displayName = Shared Addresses;
    hostname = ldap://ldap server:389;  -- I have a real address here.
    id = public;
    isAddressBook = YES;
  }
);

SOGoPageTitle = SOGo;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
  //SOGoSieveScriptsEnabled = YES;

  /* General */
SOGoLanguage = English;
SOGoTimeZone = America/New_York;
SOGoCalendarDefaultRoles = (
  PublicDAndTViewer,
  ConfidentialDAndTViewer
  );

  //SOGoSuperUsernames = (sogo1, sogo2); //This is an array - keep the parens!
  
  /* Debug */
SoDebugBaseURL = YES;
ImapDebugEnabled = YES;
LDAPDebugEnabled = YES;
SOGoDebugRequests = YES;
PGDebugEnabled = YES;
SOGoUIxDebugEnabled = YES;
WODontZipResponse = YES;
WOLogFile = /var/log/sogo/sogo.log;

}




 From: Łukasz Wąsikowski luk...@wasikowski.net
To: Paul Pathiakis pathia...@yahoo.com 
Cc: Jim Riggs po...@christianserving.org; Joe Malcolm jmalc...@uraeus.com; 
Marco Steinbach c...@executive-computing.de; po...@freebsd.org 
po...@freebsd.org 
Sent: Monday, May 6, 2013 11:46 AM
Subject: Re: Where has all the groupware gone.
 

W dniu 2013-05-06 16:30, Paul Pathiakis pisze:

 Also, where is the sogo.conf file supposed to be located?  That is, what 
 directory?  /var/lib doesn't exist on a BSD machine.

All third party software should have configuration in $PREFIX/etc/,
which in most cases is /usr/local/etc/ - please don't put any
configuration files in places like /var/lib or
/usr/local/GNUstep/Local/Library/SOGo mentioned before.

-- 
best regards,
Lukasz Wasikowski
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Where has all the groupware gone.....

2013-05-06 Thread Beeblebrox
Have you tried www/eyeos? (http://www.eyeos.com/)

Awesome concept - you don't need to install a desktop with this one and is
ideal for thin/diskless clients.
I have not tried it, just from what I read...



-
10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3  
xorg.devel

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Where-has-all-the-groupware-gone-tp5796334p5809303.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-03 Thread Paul Pathiakis
Well, I, finally, got around to installing the port from the links below.

Sadly, I'm trying to find all sorts of things for configuration and various 
other modifications.

There's no man pages installed.
I can find no documentation on the site or in the install that seems to be of 
any use.
Frankly, I can't configure it to run in the jail that I'm testing it in.  (The 
jail is find and sogo starts but I have no idea how to access the thing)

P.




 From: Paul Pathiakis pathia...@yahoo.com
To: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
jmalc...@uraeus.com 
Cc: po...@freebsd.org po...@freebsd.org; Jim Riggs 
po...@christianserving.org 
Sent: Tuesday, April 23, 2013 1:06 PM
Subject: Re: Where has all the groupware gone.
 


Guys,

I've been reading a lot about sogo and I do like what I see.

Is this port ready yet?  I just updated my ports tree and I don't see it.

P.

snip


I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
fix a rather small oversight.  Things seem to work now.

Check both out from here:

https://svn.redports.org/jhriggs/devel/sope/
https://svn.redports.org/jhriggs/www/sogo/


Upon installation, the user and group for
 SOGo will be created 
automatically from the contents of ${PORTSDIR}/UIDs and 
${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.

For now, you need to manually add the respective user and group to the 
above files, as the ports system won't be able to handle them, otherwise.

See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.

Be warned, though, that you may need to adapt the numerical user and 
group id, because those in the PR may have already been assigned to 
other ports.

MfG CoCo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-03 Thread Paul Pathiakis
Hi,

Next, I noticed that Apache was not installed by default.  Does this product 
require a separate web server or not?  If so, Apache should be detected and I 
would suggest that version 2.2 be used.

Also, I have found the file, in the distribution but not installed, 
SOGo-2.0.5/Apache/sogo.conf.  However, sogo.conf is not installed anywhere.

Could someone lend a hand and make all the corrections necessary while I slog 
through this?  More than willing to help.

P.




 From: Paul Pathiakis pathia...@yahoo.com
To: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
jmalc...@uraeus.com 
Cc: po...@freebsd.org po...@freebsd.org; Jim Riggs 
po...@christianserving.org 
Sent: Tuesday, April 23, 2013 1:06 PM
Subject: Re: Where has all the groupware gone.
 


Guys,

I've been reading a lot about sogo and I do like what I see.

Is this port ready yet?  I just updated my ports tree and I don't see it.

P.

snip


I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
fix a rather small oversight.  Things seem to work now.

Check both out from here:

https://svn.redports.org/jhriggs/devel/sope/
https://svn.redports.org/jhriggs/www/sogo/


Upon installation, the user and group for
 SOGo will be created 
automatically from the contents of ${PORTSDIR}/UIDs and 
${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.

For now, you need to manually add the respective user and group to the 
above files, as the ports system won't be able to handle them, otherwise.

See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.

Be warned, though, that you may need to adapt the numerical user and 
group id, because those in the PR may have already been assigned to 
other ports.

MfG CoCo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-03 Thread Jim Riggs
On May 3, 2013, at 8:56 AM, Paul Pathiakis pathia...@yahoo.com wrote:

 Well, I, finally, got around to installing the port from the links below.
 
 Sadly, I'm trying to find all sorts of things for configuration and various 
 other modifications.
 
 There's no man pages installed.
 I can find no documentation on the site or in the install that seems to be of 
 any use.
 Frankly, I can't configure it to run in the jail that I'm testing it in.  
 (The jail is find and sogo starts but I have no idea how to access the 
 thing)


The port will get the software installed for you. Beyond that, it is up to you 
to read the documentation to configure and implement it. See 
http://www.sogo.nu/downloads/documentation.html, specifically chapter 5 in 
the Installation and Configuration Guide.

I suppose the port could install a /usr/local/etc/sogo.conf.sample file, but 
configuration of SOGo is so specific and unique to each and every environment 
that I believe it would likely cause more confusion than it would avoid.


 From: Paul Pathiakis pathia...@yahoo.com
 To: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
 jmalc...@uraeus.com 
 Cc: po...@freebsd.org po...@freebsd.org; Jim Riggs 
 po...@christianserving.org 
 Sent: Tuesday, April 23, 2013 1:06 PM
 Subject: Re: Where has all the groupware gone.
 
 Guys,
 
 I've been reading a lot about sogo and I do like what I see.
 
 Is this port ready yet?  I just updated my ports tree and I don't see it.
 
 P.
 
 snip
 
 I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
 fix a rather small oversight.  Things seem to work now.
 
 Check both out from here:
 
 https://svn.redports.org/jhriggs/devel/sope/
 https://svn.redports.org/jhriggs/www/sogo/
 
 
 Upon installation, the user and group for SOGo will be created 
 automatically from the contents of ${PORTSDIR}/UIDs and 
 ${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.
 
 For now, you need to manually add the respective user and group to the 
 above files, as the ports system won't be able to handle them, otherwise.
 
 See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.
 
 Be warned, though, that you may need to adapt the numerical user and 
 group id, because those in the PR may have already been assigned to 
 other ports.
 
 MfG CoCo
 
 
 
 
 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-03 Thread Paul Pathiakis
Jim,

I'm working it the best I can.  I did find another sogo.conf file in the distro 
in SOGo-2.0.5/scripts/sogo.conf.  It helps quite a bit now.

SOGo looks to be brilliant and has a lot of features that others don't.  Also, 
it allows configuration of database, ldap, postfix or sendmail, etc, etc.  I've 
been looking for something like this to take the place of Exchange/Outlook with 
little pain.


However, I did read the online install documents, they are, highly, RH specific 
or Generic Linux specific.


With ports, I think I speak for a lot of people of lesser ability than myself 
(25 years and 23 years as sysadmin, sr sysadmin, system architect, consultant), 
that ports is at the level now of 'it just works' almost all the time or the 
expectation that everything is put in the proper hierarchy and sample files are 
required.  (Thank you for putting in the sample file!)  Proper man pages are a 
requirement (there seems to be a bunch for the GNUstep library in .gz format in 
/usr/local/GNUstep/System/Library/Documentation/man that should, probably, be 
linked to proper /usr/local/man directory as performing man on any of them 
comes back with 'no manual entry'.

Also, it does seem, from the installation documentation that the web interface 
relies on Apache, however, it wasn't installed as a dependency and I believe it 
should.  Also, an informational blurb at the end of the port if it installs 
correctly that says:  Please put this in your Apache http.conf file:  or the 
parameters for Apache can be found in path/sofo.conf-apache

And another message that says the default configuration file is located in 
/usr/local/etc/sogo.conf


It's these little things that make ports superior to anything else out there.  
The ability for it to 'just work' and to provide all additional information 
that the user will require to get basics up and running and no 'dependency 
hell' like Linux systems.


Finally, please understand that anyone who creates a port is another unsung 
hero in FBSD world.  It's appreciated every time someone does a make install in 
that port's directory.  Many people don't give it consideration, but I do.  
Also, I'll help, if I have the time, to round it out like this.  I want it to 
be yet another port that sings out of the gate. :-)   Let me know when, if you 
get a chance to implement a lot of this, to run through it again.  I'm going to 
continue with my present attempt and let you know what else I find.

Peace!

P.




 From: Jim Riggs po...@christianserving.org
To: Paul Pathiakis pathia...@yahoo.com 
Cc: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
jmalc...@uraeus.com; po...@freebsd.org po...@freebsd.org 
Sent: Friday, May 3, 2013 10:14 AM
Subject: Re: Where has all the groupware gone.
 

On May 3, 2013, at 8:56 AM, Paul Pathiakis pathia...@yahoo.com wrote:

 Well, I, finally, got around to installing the port from the links below.
 
 Sadly, I'm trying to find all sorts of things for configuration and various 
 other modifications.
 
 There's no man pages installed.
 I can find no documentation on the site or in the install that seems to be of 
 any use.
 Frankly, I can't configure it to run in the jail that I'm testing it in.  
 (The jail is find and sogo starts but I have no idea how to access the 
 thing)


The port will get the software installed for you. Beyond that, it is up to you 
to read the documentation to configure and implement it. See 
http://www.sogo.nu/downloads/documentation.html, specifically chapter 5 in 
the Installation and Configuration Guide.

I suppose the port could install a /usr/local/etc/sogo.conf.sample file, but 
configuration of SOGo is so specific and unique to each and every environment 
that I believe it would likely cause more confusion than it would avoid.


 From: Paul Pathiakis pathia...@yahoo.com
 To: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
 jmalc...@uraeus.com 
 Cc: po...@freebsd.org po...@freebsd.org; Jim Riggs 
 po...@christianserving.org 
 Sent: Tuesday, April 23, 2013 1:06 PM
 Subject: Re: Where has all the groupware gone.
 
 Guys,
 
 I've been reading a lot about sogo and I do like what I see.
 
 Is this port ready yet?  I just updated my ports tree and I don't see it.
 
 P.
 
 snip
 
 I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
 fix a rather small oversight.  Things seem to work now.
 
 Check both out from here:
 
 https://svn.redports.org/jhriggs/devel/sope/
 https://svn.redports.org/jhriggs/www/sogo/
 
 
 Upon installation, the user and group for SOGo will be created 
 automatically from the contents of ${PORTSDIR}/UIDs and 
 ${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.
 
 For now, you need to manually add the respective user and group to the 
 above files, as the ports system won't be able to handle them, otherwise.
 
 See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.
 
 Be warned, though

Re: Where has all the groupware gone.....

2013-04-23 Thread Paul Pathiakis
Guys,

I've been reading a lot about sogo and I do like what I see.

Is this port ready yet?  I just updated my ports tree and I don't see it.

P.

snip


I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
fix a rather small oversight.  Things seem to work now.

Check both out from here:

https://svn.redports.org/jhriggs/devel/sope/
https://svn.redports.org/jhriggs/www/sogo/


Upon installation, the user and group for SOGo will be created 
automatically from the contents of ${PORTSDIR}/UIDs and 
${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.

For now, you need to manually add the respective user and group to the 
above files, as the ports system won't be able to handle them, otherwise.

See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.

Be warned, though, that you may need to adapt the numerical user and 
group id, because those in the PR may have already been assigned to 
other ports.

MfG CoCo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-04-23 Thread Adam Vande More
http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD#Downloads_.28stable.29

Haven't used this.

Also Horde is as hard as you make it.  Personally, I think dealing
with all XML  and internal tools stuff on Zimbra is worse than Horde
and it's config files and dependencies.  That being said, I haven't
used the new Horde stuff in ports, my install is still a couple of
years old.

On Sun, Mar 17, 2013 at 2:46 PM, Paul Pathiakis pathia...@yahoo.com wrote:
 Hi,

 I have tried building many pieces of groupware so that I can replace MS at 
 various client sites.

 However:

 zimbra?  No port.  (Hardcoded /opt/zimbra)
 kolab?  No port.(Hardcoded /kolab  - This could work if they got rid of 
 the idiocy of OpenPKG)
 (A kolab port could easily be done if all the dependencies their rpms were 
 made into a port for it. - It should work fairly easily with ZFS)

 Citadel?  No port.  Got it working and seems pretty decent.

 SimpleGroupware - Not DB independent, MySQL only
 Tine?  Not DB independent, MySQL only  (Who does that in this day and age?)

 Horde?  Port is cumbersome and very few tips anywhere to get it up and 
 running quickly on FreeBSD  (Is there a doc I can't find?)
 Horde
  Web?  Same as Horde

 Egroupware?  Sweet... Works nice and seems very useful.  Many compliments 
 from people on how well it works.


 Phpgroupware?  Not really groupware in the form of the others above.

 I'm just evaluating.  I have no affiliation with any.  However, the lack 
 thereof when we could be inserting groupware FreeBSD servers in clients... :-)

 Thank you for checking into this and creating real ports and/or documentation.

 P.
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org



-- 
Adam Vande More
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-04-23 Thread Daniel Nebdal
Den 23. apr. 2013 20:06 skrev Adam Vande More amvandem...@gmail.com
følgende:

 http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD#Downloads_.28stable.29

 Haven't used this.

 Also Horde is as hard as you make it.  Personally, I think dealing
 with all XML  and internal tools stuff on Zimbra is worse than Horde
 and it's config files and dependencies.  That being said, I haven't
 used the new Horde stuff in ports, my install is still a couple of
 years old.

 On Sun, Mar 17, 2013 at 2:46 PM, Paul Pathiakis pathia...@yahoo.com
wrote:
  Hi,
 
  I have tried building many pieces of groupware so that I can replace MS
at various client sites.
 
  However:
 
  zimbra?  No port.  (Hardcoded /opt/zimbra)
  kolab?  No port.(Hardcoded /kolab  - This could work if they got
rid of the idiocy of OpenPKG)
  (A kolab port could easily be done if all the dependencies their rpms
were made into a port for it. - It should work fairly easily with ZFS)
 
  Citadel?  No port.  Got it working and seems pretty decent.
 
  SimpleGroupware - Not DB independent, MySQL only
  Tine?  Not DB independent, MySQL only  (Who does that in this day and
age?)
 
  Horde?  Port is cumbersome and very few tips anywhere to get it up and
running quickly on FreeBSD  (Is there a doc I can't find?)
  Horde
   Web?  Same as Horde
 
  Egroupware?  Sweet... Works nice and seems very useful.  Many
compliments from people on how well it works.
 
 
  Phpgroupware?  Not really groupware in the form of the others above.
 
  I'm just evaluating.  I have no affiliation with any.  However, the
lack thereof when we could be inserting groupware FreeBSD servers in
clients... :-)
 
  Thank you for checking into this and creating real ports and/or
documentation.
 
  P.
  ___
  freebsd-ports@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org



 --
 Adam Vande More

Well, the last time a friend of mine looked at the instructions for
installing the current release (which is a version or two ahead of ports, I
think), he claimed the instructions for setting up the SQL tables were use
the upgrade script to convert from the old version, with no instructions
for new installs .

I do hope he merely didn't find them, but that in itself might say
something. :)

-- 
Daniel Nebdal
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-03-31 Thread Joe Malcolm

On Mar 18, 2013, at 4:30 AM, Marco Steinbach wrote:

 Paul Pathiakis wrote on 17.03.2013 20:46:
 Hi,
 I have tried building many pieces of groupware so that I can replace MS at 
 various client sites.
 However:
 zimbra?  No port.  (Hardcoded /opt/zimbra)
 kolab?  No port.(Hardcoded /kolab  - This could work if they got rid of 
 the idiocy of OpenPKG)
 (A kolab port could easily be done if all the dependencies their rpms were 
 made into a port for it. - It should work fairly easily with ZFS)
 Citadel?  No port.  Got it working and seems pretty decent.
 SimpleGroupware - Not DB independent, MySQL only
 Tine?  Not DB independent, MySQL only  (Who does that in this day and age?)
 Horde?  Port is cumbersome and very few tips anywhere to get it up and 
 running quickly on FreeBSD  (Is there a doc I can't find?)
 Horde
 Web?  Same as Horde
 Egroupware?  Sweet... Works nice and seems very useful.  Many compliments 
 from people on how well it works.  Phpgroupware?  Not really groupware in 
 the form of the others above.
 I'm just evaluating.  I have no affiliation with any.  However, the lack 
 thereof when we could be inserting groupware FreeBSD servers in clients... 
 :-)
 Thank you for checking into this and creating real ports and/or 
 documentation.
 P.
 
 FYI: A port for SOGo (http://www.sogo.nu) has been submitted.
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175947
 

Thanks for pointing this out! I had missed this. However, I just tried it on a 
not-that-recently 10-current:

fub% uname -a
FreeBSD fub 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Feb 16 19:38:01 UTC 2013  
   r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

and it errors out with:

 Compiling file SOGo+DAV.m ...
SOGo+DAV.m:134:2: warning: #warning all REPORT method should be standardized...
SOGo+DAV.m:340:2: warning: #warning this is a bit ugly, as usual
SOGo+DAV.m:480:5: warning: #warning evil eVIL EVIl!
 Linking tool sogod ...
/usr/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC' can not 
be used when making a shared object; recompile with -fPIC
/usr/lib/crt1.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
gmake[4]: *** [obj/sogod] Error 1
gmake[3]: *** [internal-tool-all_] Error 2
gmake[2]: *** [sogod.all.tool.variables] Error 2
gmake[1]: *** [internal-all] Error 2
gmake: *** [internal-all] Error 2
*** [do-build] Error code 2


Which, FWIW, is what I got when I tried doing it myself. Some google produced a 
hazy idea of what it means but not how to fix it.

Joe

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-03-31 Thread Marco Steinbach

Joe Malcolm wrote on 31.03.2013 15:42:

On Mar 18, 2013, at 4:30 AM, Marco Steinbach wrote:


Paul Pathiakis wrote on 17.03.2013 20:46:

Hi, I have tried building many pieces of groupware so that I can
replace MS at various client sites. However: zimbra?  No port.
(Hardcoded /opt/zimbra) kolab?  No port.(Hardcoded /kolab  -
This could work if they got rid of the idiocy of OpenPKG) (A
kolab port could easily be done if all the dependencies their
rpms were made into a port for it. - It should work fairly easily
with ZFS) Citadel?  No port.  Got it working and seems pretty
decent. SimpleGroupware - Not DB independent, MySQL only Tine?
Not DB independent, MySQL only  (Who does that in this day and
age?) Horde?  Port is cumbersome and very few tips anywhere to
get it up and running quickly on FreeBSD  (Is there a doc I can't
find?) Horde Web?  Same as Horde Egroupware?  Sweet... Works nice
and seems very useful.  Many compliments from people on how well
it works.  Phpgroupware?  Not really groupware in the form of the
others above. I'm just evaluating.  I have no affiliation with
any.  However, the lack thereof when we could be inserting
groupware FreeBSD servers in clients... :-) Thank you for
checking into this and creating real ports and/or documentation. 
P.

FYI: A port for SOGo (http://www.sogo.nu) has been submitted.

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175947



Thanks for pointing this out! I had missed this. However, I just
tried it on a not-that-recently 10-current:

fub% uname -a FreeBSD fub 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat
Feb 16 19:38:01 UTC 2013
r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

and it errors out with:

Compiling file SOGo+DAV.m ... SOGo+DAV.m:134:2: warning: #warning all
REPORT method should be standardized... SOGo+DAV.m:340:2: warning:
#warning this is a bit ugly, as usual SOGo+DAV.m:480:5: warning:
#warning evil eVIL EVIl! Linking tool sogod ... /usr/bin/ld:
/usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC' can not be
used when making a shared object; recompile with -fPIC 
/usr/lib/crt1.o: could not read symbols: Bad value collect2: ld

returned 1 exit status gmake[4]: *** [obj/sogod] Error 1 gmake[3]:
*** [internal-tool-all_] Error 2 gmake[2]: ***
[sogod.all.tool.variables] Error 2 gmake[1]: *** [internal-all] Error
2 gmake: *** [internal-all] Error 2 *** [do-build] Error code 2


Which, FWIW, is what I got when I tried doing it myself. Some google
produced a hazy idea of what it means but not how to fix it.

Joe


I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
fix a rather small oversight.  Things seem to work now.


Check both out from here:

https://svn.redports.org/jhriggs/devel/sope/
https://svn.redports.org/jhriggs/www/sogo/


Upon installation, the user and group for SOGo will be created 
automatically from the contents of ${PORTSDIR}/UIDs and 
${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.


For now, you need to manually add the respective user and group to the 
above files, as the ports system won't be able to handle them, otherwise.


See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.

Be warned, though, that you may need to adapt the numerical user and 
group id, because those in the PR may have already been assigned to 
other ports.


MfG CoCo

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-03-18 Thread Marco Steinbach

Paul Pathiakis wrote on 17.03.2013 20:46:

Hi,

I have tried building many pieces of groupware so that I can replace MS at 
various client sites.

However:

zimbra?  No port.  (Hardcoded /opt/zimbra)
kolab?  No port.(Hardcoded /kolab  - This could work if they got rid of the idiocy of 
OpenPKG)
(A kolab port could easily be done if all the dependencies their rpms were made 
into a port for it. - It should work fairly easily with ZFS)

Citadel?  No port.  Got it working and seems pretty decent.

SimpleGroupware - Not DB independent, MySQL only
Tine?  Not DB independent, MySQL only  (Who does that in this day and age?)

Horde?  Port is cumbersome and very few tips anywhere to get it up and running 
quickly on FreeBSD  (Is there a doc I can't find?)
Horde
 Web?  Same as Horde

Egroupware?  Sweet... Works nice and seems very useful.  Many compliments from people on how well it works.  



Phpgroupware?  Not really groupware in the form of the others above.

I'm just evaluating.  I have no affiliation with any.  However, the lack 
thereof when we could be inserting groupware FreeBSD servers in clients... :-)

Thank you for checking into this and creating real ports and/or documentation.

P.


FYI: A port for SOGo (http://www.sogo.nu) has been submitted.

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175947

MfG CoCo

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Where has all the groupware gone.....

2013-03-17 Thread Paul Pathiakis
Hi,

I have tried building many pieces of groupware so that I can replace MS at 
various client sites.

However:

zimbra?  No port.  (Hardcoded /opt/zimbra)
kolab?  No port.    (Hardcoded /kolab  - This could work if they got rid of the 
idiocy of OpenPKG)
(A kolab port could easily be done if all the dependencies their rpms were made 
into a port for it. - It should work fairly easily with ZFS)

Citadel?  No port.  Got it working and seems pretty decent.

SimpleGroupware - Not DB independent, MySQL only
Tine?  Not DB independent, MySQL only  (Who does that in this day and age?)

Horde?  Port is cumbersome and very few tips anywhere to get it up and running 
quickly on FreeBSD  (Is there a doc I can't find?)
Horde
 Web?  Same as Horde

Egroupware?  Sweet... Works nice and seems very useful.  Many compliments from 
people on how well it works.  


Phpgroupware?  Not really groupware in the form of the others above.

I'm just evaluating.  I have no affiliation with any.  However, the lack 
thereof when we could be inserting groupware FreeBSD servers in clients... :-)

Thank you for checking into this and creating real ports and/or documentation.

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org