diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-23 11:11:54 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-23 11:11:54 +0800 |
commit | 39007a1957e15f2f0bd601ead00a7a64a1c1d775 (patch) | |
tree | 06f9f60a153886d792578689f647e9534e8c9bd4 /www/sitebar | |
parent | e470bf612aad0bcfcbc88dc9e8edbbd3288c328c (diff) | |
download | freebsd-ports-gnome-39007a1957e15f2f0bd601ead00a7a64a1c1d775.tar.gz freebsd-ports-gnome-39007a1957e15f2f0bd601ead00a7a64a1c1d775.tar.zst freebsd-ports-gnome-39007a1957e15f2f0bd601ead00a7a64a1c1d775.zip |
add sitebar 3.2.5
The Bookmark Server for Personal and Team Use
Diffstat (limited to 'www/sitebar')
-rw-r--r-- | www/sitebar/Makefile | 38 | ||||
-rw-r--r-- | www/sitebar/distinfo | 2 | ||||
-rw-r--r-- | www/sitebar/pkg-descr | 9 |
3 files changed, 49 insertions, 0 deletions
diff --git a/www/sitebar/Makefile b/www/sitebar/Makefile new file mode 100644 index 000000000000..3439a4072e77 --- /dev/null +++ b/www/sitebar/Makefile @@ -0,0 +1,38 @@ +# ex:ts=8 +# Ports collection makefile for: sitebar +# Date created: Jun 23, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sitebar +PORTVERSION= 3.2.5 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= SiteBar-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= The Bookmark Server for Personal and Team Use + +USE_BZIP2= yes +USE_PHP= yes +WANT_PHP_WEB= yes +NO_BUILD= yes +DATADIR?= ${PREFIX}/www/${PORTNAME} + +pre-everything:: + @${ECHO_CMD} "***************************************************************" + @${ECHO_CMD} "* Please installs PHP with MySQL extension before using this. *" + @${ECHO_CMD} "***************************************************************" + +do-install: + @${MKDIR} ${DATADIR} + ${CP} -R ${WRKSRC}/* ${DATADIR} + @${FIND} ${DATADIR} ! -type d | \ + ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${DATADIR} -type d | ${SORT} -r | \ + ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + +.include <bsd.port.mk> diff --git a/www/sitebar/distinfo b/www/sitebar/distinfo new file mode 100644 index 000000000000..b5f1ba612ff9 --- /dev/null +++ b/www/sitebar/distinfo @@ -0,0 +1,2 @@ +MD5 (SiteBar-3.2.5.tar.bz2) = 16a37723bb77cf437c0843f80d2a42e1 +SIZE (SiteBar-3.2.5.tar.bz2) = 252327 diff --git a/www/sitebar/pkg-descr b/www/sitebar/pkg-descr new file mode 100644 index 000000000000..fad94d629cb7 --- /dev/null +++ b/www/sitebar/pkg-descr @@ -0,0 +1,9 @@ +SiteBar is a multi-user, multi-group bookmark server that lets users view, +add, import, and maintain bookmarks from anywhere. It offers enterprise- +quality access rights and granular permissions. Corporations can use it as +a complete intranet bookmark solution, and end-users can use it to access +their bookmark collection from anywhere, and share it with friends. It is +intended for use in a browser's sidebar, and offers a clean, easy to use +interface. + +WWW: http://www.sitebar.org/ |