You are not logged in.

#1 2007-05-14 19:24:19

Winblowz99
Member
Registered: 2007-03-24
Posts: 27

[request] Roundcube

This looks like a very nice webmail client. Would someone be able to create PKGBUILD for it, please? smile

http://roundcube.net/

Offline

#2 2007-05-14 19:46:10

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: [request] Roundcube

Most web apps are better downloaded an installed manually.


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#3 2007-05-14 20:32:21

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [request] Roundcube

As cactus said, we're going to try steering away from puttin web applications into the repos, as it just makes more sense to download and install them manually.

Offline

#4 2007-05-14 22:23:33

Winblowz99
Member
Registered: 2007-03-24
Posts: 27

Re: [request] Roundcube

cactus wrote:

Most web apps are better downloaded an installed manually.

Why is that? I am completely okay with your decision, I am just curious why that is.

Offline

#5 2007-05-14 22:26:04

Mikko777
Member
From: Suomi, Finland
Registered: 2006-10-30
Posts: 837

Re: [request] Roundcube

Wild guess...

Because they aren't "real" apps, no need to compile so why put them in repo?

Offline

#6 2007-05-14 22:48:32

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [request] Roundcube

Well, here's the thing.  Most web apps, besides the framework involved, are really just "untar this here and configure it".  It's painfully easy (take phpMyAdmin for instance).
The other thing is that there's no good way to determine what web server you're using and where your document-root is.  Should this package extract to /home/httpd/htdocs? What about lighttpd? What if you changed the config file to use /foo/bar/htdocs? Should we extract .htaccess files if you're running lighttpd? Should we depend on a web server? If so, which one?

There's too many questions that a user easily knows the answer too, but pacman would have difficulty determining the answers.

And for the most part, "tar xzf" is as easy as "pacman -S" for installing 90% of these apps.

For completeness, here's the install docs for roundcube:

1. Decompress and put this folder somewhere inside your document root
2. Make sure that the following directories (and the files within)
   are writable by the webserver
   - /temp
   - /logs
3. Create a new database and a database user for RoundCube (see DATABASE SETUP)
4. Create database tables using the queries in file 'SQL/*.initial.sql'
   (* stands for your database type)
5. Rename the files config/*.inc.php.dist to config/*.inc.php
6. Modify the files in config/* to suit your local environment
7. Done!

The only step pacman would be able to do is #1

Offline

#7 2007-05-14 23:03:53

Winblowz99
Member
Registered: 2007-03-24
Posts: 27

Re: [request] Roundcube

Thanks a bunch guys for explaining that. I guess doing it manually then is the way to go.

Offline

Board footer

Powered by FluxBB