TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.
WWW: http://twig.screwdriver.net/
2002-10-29 20:49:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twig
|
2005-04-02 21:42:45 +02:00
|
|
|
PORTVERSION= 2.8.3
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.
WWW: http://twig.screwdriver.net/
2002-10-29 20:49:23 +01:00
|
|
|
CATEGORIES= www mail
|
2012-07-26 19:43:34 +02:00
|
|
|
MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/
|
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.
WWW: http://twig.screwdriver.net/
2002-10-29 20:49:23 +01:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= Web Based Email Client and Scheduler
|
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.
WWW: http://twig.screwdriver.net/
2002-10-29 20:49:23 +01:00
|
|
|
|
2004-07-06 16:25:55 +02:00
|
|
|
.if !defined(WITHOUT_PHP_DEPENDS)
|
2004-07-19 11:42:16 +02:00
|
|
|
USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib
|
2004-07-06 16:25:55 +02:00
|
|
|
.endif
|
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.
WWW: http://twig.screwdriver.net/
2002-10-29 20:49:23 +01:00
|
|
|
|
|
|
|
NO_BUILD= YES
|
2007-08-18 10:57:32 +02:00
|
|
|
TWIG?= www/twig
|
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.
WWW: http://twig.screwdriver.net/
2002-10-29 20:49:23 +01:00
|
|
|
PLIST_SUB+= TWIG=${TWIG}
|
2004-12-06 17:01:35 +01:00
|
|
|
ROOTFILES= index.php test.php goto.php
|
2003-01-02 05:23:03 +01:00
|
|
|
CONFFILES= .htaccess mailfooter.inc.php3.sample
|
|
|
|
USERFILES= announcements.inc.php3 config.inc.php3 dbconfig.inc.php3 \
|
|
|
|
defaults.inc.php3 footer.inc.php3 header.inc.php3 \
|
|
|
|
images.inc.php3 login.footer.inc.php3 login.form.php3 \
|
|
|
|
login.header.inc.php3 mainmenu.inc.php3 newusergroups.inc.php3
|
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.
WWW: http://twig.screwdriver.net/
2002-10-29 20:49:23 +01:00
|
|
|
|
|
|
|
do-install:
|
2003-01-02 05:23:03 +01:00
|
|
|
-${MKDIR} ${PREFIX}/${TWIG}/config
|
|
|
|
@(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${TWIG}/ )
|
|
|
|
@(cd ${WRKSRC} && ${CP} -R features ${PREFIX}/${TWIG}/ )
|
|
|
|
@(cd ${WRKSRC} && ${CP} -R images ${PREFIX}/${TWIG}/ )
|
|
|
|
@(cd ${WRKSRC} && ${CP} -R lib ${PREFIX}/${TWIG}/ )
|
|
|
|
@(cd ${WRKSRC}/config && ${CP} ${CONFFILES} ${PREFIX}/${TWIG}/config/ )
|
|
|
|
.for i in ${USERFILES}
|
|
|
|
@${CP} ${WRKSRC}/config/${i} ${PREFIX}/${TWIG}/config/${i}-dist
|
|
|
|
@if test ! -f ${PREFIX}/${TWIG}/config/${i} ; then \
|
|
|
|
${CP} ${WRKSRC}/config/${i} ${PREFIX}/${TWIG}/config/${i}; \
|
2003-01-22 20:14:08 +01:00
|
|
|
fi
|
2003-01-02 05:23:03 +01:00
|
|
|
.endfor
|
2003-01-22 20:14:08 +01:00
|
|
|
|
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.
WWW: http://twig.screwdriver.net/
2002-10-29 20:49:23 +01:00
|
|
|
.include <bsd.port.mk>
|