Commit Graph

377 Commits

Author SHA1 Message Date
ajacoutot
80aef3304b ++account
+account_be
+account_de_skr03
+company
+company_work_time
+google_maps
+party
+project
+timesheet
2011-06-20 11:43:41 +00:00
ajacoutot
86889153f3 Import trytond-module-timesheet-2.0.0.
This is the "timesheet" module for the Tryton application platform.
It adds timesheets for work and line and the following reports:
    - hours per work
    - hours per employee per week
    - hours per employee per month

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:42:49 +00:00
ajacoutot
21aee145bb Import trytond-module-project-2.0.0.
This is the "project" module for the Tryton application platform.
It adds project management.

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:41:49 +00:00
ajacoutot
ee50319fec Import trytond-module-party-2.0.0.
This is the "party" module for the Tryton application platform.
It defines parties, addresses and co.

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:41:03 +00:00
ajacoutot
4cd3882f83 Import trytond-module-google_maps-2.0.0.
This is the "google_maps" module for the Tryton application platform.
Adds link from addresses to Google Maps.

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:40:20 +00:00
ajacoutot
6b0b037b05 Import trytond-module-company_work_time-2.0.0.
This is the "company_work_time" module for the Tryton application
platform.

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:39:20 +00:00
ajacoutot
7f6c28a0f8 Import trytond-module-company-2.0.0.
This is the "company" module for the Tryton application platform.
It defines company and employee.
Adds main and current company on users preferences:
    - adds company on properties
    - defines new report parser for report with company header
    - adds letter template on party
    - makes the scheduler run on each companies

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:38:37 +00:00
ajacoutot
9e7e19752b Import trytond-module-account_de_skr03-2.0.0.
This is the "account_de_skr03" module for the Tryton application
platform.
It provides a financial and accounting module for Germany with:
    - chart of accounts SKR03
    - account structure like balance and income statement
    - taxes, tax groups, tax rules
    - tax codes for german tax report (UStVA)

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:37:31 +00:00
ajacoutot
b77c86b4cb Import trytond-module-account_be-2.0.0.
This is the "account_be" module for the Tryton application platform.
It provides an account chart template for Belgium

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:36:28 +00:00
ajacoutot
7f6f161bb3 Import trytond-module-account-2.0.1.
This is the "account" module for the Tryton application platform.
It provides a financial and acccounting module with:
<...>

from Christian Rueger, adapted to TRYTOND_MODULE by myself.
ok jasper@
2011-06-20 11:35:39 +00:00
ajacoutot
1c46f2e33a No need to repeat the same things over and over again for all modules.
Introduce a TRYTOND_MODULE variable and factorize common variables.
2011-06-20 05:19:26 +00:00
ajacoutot
fea2b2d5ba Fix icon display in menu. 2011-06-16 06:59:13 +00:00
sthen
64715a249a the Mozilla ports don't need Python at runtime, so set MODPY_RUNDEP=No.
(Firefox was already set this way). ok/reminder about sunbird landry@
2011-06-15 16:16:10 +00:00
ajacoutot
c69ebad5ff +calendar
+country
+currency
+dashboard
+ldap_authentication
+ldap_connection
+product

All these ports are from Christian Rueger (thanks!) with some tweaks.
2011-06-13 17:18:11 +00:00
ajacoutot
9e78429ad1 Import trytond-module-product-2.0.1.
This is the "product" module for the Tryton application platform.
it defines products, categories of product, units of measure, categories
of units of measure.

ok jasper@
2011-06-13 17:16:22 +00:00
ajacoutot
9051cb3a7e Import trytond-module-ldap_connection-2.0.0.
This is the "ldap_connection" module for the Tryton application
platform.
It adds basic support for LDAP connection.

ok jasper@
2011-06-13 17:15:31 +00:00
ajacoutot
0fd16184f6 Import trytond-module-ldap_authentication-2.0.0.
This is the "ldap_authentication" module for the Tryton application
platform.
It allows to authenticate users against an LDAP server.

ok jasper@
2011-06-13 17:14:37 +00:00
ajacoutot
eba7a4505d Import trytond-module-dashboard-2.0.0.
This is the "dashboard" module for the Tryton application platform.
It allows to create a personalized dashboard

ok jasper@
2011-06-13 17:13:37 +00:00
ajacoutot
b49b00a02d Import trytond-module-currency-2.0.1.
This is the "currency" module for the Tryton application platform.
it defines currencies and exchange rate and allows to customize the
formatting of the currency amount.

ok jasper@
2011-06-13 17:10:16 +00:00
ajacoutot
9b5c6cc46e Import trytond-module-country-2.0.0.
This is the "country" module for the Tryton application platform.
It defines all countries and subdivisions.

ok jasper@
2011-06-13 17:09:29 +00:00
ajacoutot
d202ed9ba1 Import trytond-module-calendar-2.0.0.
This is the "calendar" module for the Tryton application platform.
It adds CalDAV support.

ok jasper@
2011-06-13 17:08:33 +00:00
ajacoutot
1a116371ad Set DIST_SUBDIR and don't set REGRESS_DEPENDS unconditionnally in
preparation for modules import.

ok jasper@
2011-06-13 17:07:45 +00:00
ajacoutot
8cc034c3b3 Don't force MODPY_EGG_VERSION, so that (soon to be imported) modules can
set their own.

pointed at by Christian Rueger
2011-06-11 06:50:16 +00:00
ajacoutot
69b9e65781 +tryton 2011-06-10 11:50:04 +00:00
ajacoutot
9921f26133 Import tryton{,d}-2.0.1
Tryton is a three-tiers high-level general purpose application platform
written in Python and uses Postgresql as its main database engine. It is
the core base of an Open Source ERP. It provides modularity, scalability
and security.

"tryton" is the client of the Tryton application platform.
"trytond" is the server of the Tryton application platform.
2011-06-10 11:49:30 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
kili
31a1a8e32b Don't use bash as the shell.
(It's still stupid code, simulating system(3) in a weird way)
2011-06-04 12:10:43 +00:00
kili
ecbdd17e7e +taskwarrior 2011-06-03 21:07:55 +00:00
kili
47ab3664ce Taskwarrior is a command line todo list manager. It maintains a
list of tasks that you want to do, allowing you to add/remove, and
otherwise manipulate them.  Task has a rich list of subcommands
that allow you to do various things with it.

Originally submitted by Piotr Sikora.

PLIST tweaks by me, Cmake tweaks from dcoppa@.
COMMENT and DESCR tweaks by the bikeshedding company.

ok dcoppa@
2011-06-03 21:07:10 +00:00
sthen
0443f8423b mirror distfile 2011-06-02 19:57:16 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
ajacoutot
81c428a12d Redirect the glib-compile-schemas goo stdout to /dev/null, no need to
be chatty here.
2011-05-28 08:15:33 +00:00
ajacoutot
80bfdfdd6f Update to glabels-3.0.0. 2011-05-17 17:05:38 +00:00
ajacoutot
c54e12bbe0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 07:45:52 +00:00
sthen
8329226a50 update to 0.5, from Mark Peoples, maintainer timeout
* Calendar depth
* iPhone support
* MacOS and Windows support
* HEAD requests management
* htpasswd user from calendar path

ok ian@
2011-05-06 15:35:47 +00:00
rpointel
816a61aac3 update zim to 0.52.
ok Sebastian Benoit (MAINTAINER).
2011-05-02 16:02:13 +00:00
landry
376a790e28 Chase thunderbird update and build sunbird from 3.1.10 tarball.. 2011-04-29 08:06:01 +00:00
landry
360aefae1c Let's use a common DIST_SUBDIR for all mozilla ports so that it's easier
to clean the gigabytes of src tarballs previously piling up in distfiles/.
Update distinfo accordingly.
Looks sane to jasper@.
2011-04-28 20:44:47 +00:00
ajacoutot
6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00
jasper
5499d92d3b - remove unnecessary NULL casts 2011-04-17 18:04:00 +00:00
sthen
23b6854d1a - adjust default directories for ssl keys, /etc/ssl/private isn't
going to be accessible by the uid running radicale

- add a readme, showing people how to setup auth/crypto

with/ok ian@
2011-04-17 14:54:47 +00:00
sthen
cadea2bb96 - run SUBST_CMD on config.py, fixes htpasswd auth problem reported by ian@
- change default password hash to sha1; add example htpasswd(1) usage
2011-04-15 16:44:27 +00:00
sthen
ad987a7443 sync 2011-04-15 15:47:47 +00:00
sthen
384b2a68d9 Import ports/productivity/radicale, a simple CalDAV server.
Tweaked from a submission from maintainer Sergey Bronnikov, ok landry@

The Radicale Project is a complete CalDAV calendar server solution,
capable of making multiple calendars available to local and remote
users, with optional authentication policies. Calendars can be
viewed and edited by a calendar client such as Sunbird or Evolution.

The Radicale Project aims to be a light solution, easy to use, easy
to install, easy to configure. As a consequence, it requires few
software dependencies and is pre-configured to work out-of-the-box.
2011-04-15 15:47:17 +00:00
jasper
73de3ce1c4 - update to 1.1.4 2011-04-15 06:32:42 +00:00
landry
e2b7fbc8b8 Duh, MASTER_SITES should finish by a / .. 2011-04-14 05:21:43 +00:00
landry
00098aa3aa Bump REVISION, changing PERMIT_PACKAGE* changes PLIST.
Pointed out by sthen@
2011-04-13 11:40:01 +00:00
landry
0a76bdaedc Set PERMIT_* markers to yes, after clarification with Igor Sereda from
ALM Works. Thanks!
2011-04-13 11:31:33 +00:00
landry
930b052b55 Remove unneeded patch, upstream now properly uses pkg-config --libs ofx. 2011-04-13 06:24:46 +00:00
landry
d42ecb95ef Update to grisbi 0.8.1. 2011-04-13 06:23:38 +00:00