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 14:49:23 -05:00
|
|
|
# New ports collection makefile for: twig
|
|
|
|
# Date created: 12 Jun 2002
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= twig
|
2003-01-01 23:23:03 -05:00
|
|
|
PORTVERSION= 2.7.7
|
2004-02-04 00:10:27 -05:00
|
|
|
PORTREVISION= 1
|
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 14:49:23 -05:00
|
|
|
CATEGORIES= www mail
|
2003-12-24 06:51:30 -05:00
|
|
|
MASTER_SITES= http://www.informationgateway.org/download/
|
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 14:49:23 -05:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 13:26:42 -05: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 14:49:23 -05:00
|
|
|
|
|
|
|
.if !defined(WITH_PHP3)
|
2003-05-08 13:46:52 -04:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/${PHP4_PORT}
|
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 14:49:23 -05:00
|
|
|
.else
|
2003-05-08 13:46:52 -04:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/${PHP3_PORT}
|
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 14:49:23 -05:00
|
|
|
.endif
|
|
|
|
.if !defined(WITH_MYSQL)
|
2004-01-18 23:56:35 -05:00
|
|
|
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
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 14:49:23 -05:00
|
|
|
.else
|
|
|
|
.endif
|
|
|
|
|
|
|
|
NO_BUILD= YES
|
2004-03-04 08:18:09 -05:00
|
|
|
PHP_PORT?= www/mod_php4-twig
|
2003-10-19 06:45:50 -04:00
|
|
|
PHP4_PORT?= www/mod_php4-twig
|
2003-05-08 13:46:52 -04:00
|
|
|
PHP3_PORT?= www/mod_php3
|
2003-01-01 23:23:03 -05:00
|
|
|
TWIG?= www/data-dist/twig
|
2004-01-31 07:19:33 -05:00
|
|
|
POSTGRESQL_PORT?= databases/postgresql-client
|
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 14:49:23 -05:00
|
|
|
PLIST_SUB+= TWIG=${TWIG}
|
2003-01-01 23:23:03 -05:00
|
|
|
ROOTFILES= index.php3 test.php3 goto.php3
|
|
|
|
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 14:49:23 -05:00
|
|
|
|
|
|
|
do-install:
|
2003-01-01 23:23:03 -05: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 14:14:08 -05:00
|
|
|
fi
|
2003-01-01 23:23:03 -05:00
|
|
|
.endfor
|
2003-01-22 14:14:08 -05: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 14:49:23 -05:00
|
|
|
.include <bsd.port.mk>
|