diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-10-30 11:17:43 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-10-30 11:17:43 +0800 |
commit | 05e179ab1954770bdbc47dc72370727ddd9a246b (patch) | |
tree | d4980520fe2a763e81fa1817abc6cc9b25441b6b /www/ruboard | |
parent | 298f401c6476cdfea5bcfab6bed60ae63b0a3403 (diff) | |
download | freebsd-ports-gnome-05e179ab1954770bdbc47dc72370727ddd9a246b.tar.gz freebsd-ports-gnome-05e179ab1954770bdbc47dc72370727ddd9a246b.tar.zst freebsd-ports-gnome-05e179ab1954770bdbc47dc72370727ddd9a246b.zip |
Import of `ruboard', an almost plug 'n play web based discussion board
supporting english and russian.
PR: 8492
Reviewed by: jkoshy
Submitted by: Andrew Maltsev <am@amsoft.ru>
Diffstat (limited to 'www/ruboard')
-rw-r--r-- | www/ruboard/Makefile | 15 | ||||
-rw-r--r-- | www/ruboard/distinfo | 1 | ||||
-rw-r--r-- | www/ruboard/files/patch-aa | 23 | ||||
-rw-r--r-- | www/ruboard/pkg-comment | 1 | ||||
-rw-r--r-- | www/ruboard/pkg-descr | 6 | ||||
-rw-r--r-- | www/ruboard/pkg-plist | 11 |
6 files changed, 57 insertions, 0 deletions
diff --git a/www/ruboard/Makefile b/www/ruboard/Makefile new file mode 100644 index 000000000000..65bf5ad7a5cd --- /dev/null +++ b/www/ruboard/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: ruboard +# Version required: 1.2 +# Date created: 5 October 1998 +# Whom: Andrew Maltsev <am@amsoft.ru> +# +# $Id$ +# + +DISTNAME= ruboard-1.2 +CATEGORIES= www russian +MASTER_SITES= ftp://ftp.amsoft.ru/software/ruboard/ + +MAINTAINER= am@amsoft.ru + +.include <bsd.port.mk> diff --git a/www/ruboard/distinfo b/www/ruboard/distinfo new file mode 100644 index 000000000000..05d3622fb7cb --- /dev/null +++ b/www/ruboard/distinfo @@ -0,0 +1 @@ +MD5 (ruboard-1.2.tar.gz) = 1a98052b83a1e341729b74ad2745a6ff diff --git a/www/ruboard/files/patch-aa b/www/ruboard/files/patch-aa new file mode 100644 index 000000000000..4f937c0a8cef --- /dev/null +++ b/www/ruboard/files/patch-aa @@ -0,0 +1,23 @@ +*** Config.orig Thu Oct 29 03:29:02 1998 +--- Config Fri Oct 30 08:32:22 1998 +*************** +*** 3,9 **** + # + # Where ruboard shold be installed (home dir) + # +! HOMEDIR = /usr/local/lib/ruboard + # + # Owner and group of boards. Defaults to your user id. Do not delete + # `-o' and `-g'! +--- 3,13 ---- + # + # Where ruboard shold be installed (home dir) + # +! HOMEDIR = $(PREFIX)/etc/ruboard +! # +! # Where binaries are instaled +! # +! BINDIR = $(PREFIX)/libexec/ruboard + # + # Owner and group of boards. Defaults to your user id. Do not delete + # `-o' and `-g'! diff --git a/www/ruboard/pkg-comment b/www/ruboard/pkg-comment new file mode 100644 index 000000000000..006d1ec08c23 --- /dev/null +++ b/www/ruboard/pkg-comment @@ -0,0 +1 @@ +a web based discussion board diff --git a/www/ruboard/pkg-descr b/www/ruboard/pkg-descr new file mode 100644 index 000000000000..f14850257233 --- /dev/null +++ b/www/ruboard/pkg-descr @@ -0,0 +1,6 @@ +Ruboard is simple and almost plug-and-play Web discussions board. +It allows secure boards, threading, images, url's and so on.. + +Visit ruboard homepage - http://www.amsoft.ru/ruboard/ + +- Andrew Maltsev <am@amsoft.ru> diff --git a/www/ruboard/pkg-plist b/www/ruboard/pkg-plist new file mode 100644 index 000000000000..38144195612e --- /dev/null +++ b/www/ruboard/pkg-plist @@ -0,0 +1,11 @@ +etc/ruboard/README +etc/ruboard/example/ruboard.cf +etc/ruboard/example/ruboard.html +etc/ruboard/example/faq.html +libexec/ruboard/rubadmin.pl +libexec/ruboard/ruboard.pl +libexec/ruboard/rublib.pl +libexec/ruboard/rubstub +@dirrm libexec/ruboard +@dirrm etc/ruboard/example +@dirrm etc/ruboard |