mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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>
This commit is contained in:
parent
749b7f9beb
commit
5d74fe2ea8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14245
6 changed files with 57 additions and 0 deletions
15
www/ruboard/Makefile
Normal file
15
www/ruboard/Makefile
Normal file
|
@ -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>
|
1
www/ruboard/distinfo
Normal file
1
www/ruboard/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ruboard-1.2.tar.gz) = 1a98052b83a1e341729b74ad2745a6ff
|
23
www/ruboard/files/patch-aa
Normal file
23
www/ruboard/files/patch-aa
Normal file
|
@ -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'!
|
1
www/ruboard/pkg-comment
Normal file
1
www/ruboard/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
a web based discussion board
|
6
www/ruboard/pkg-descr
Normal file
6
www/ruboard/pkg-descr
Normal file
|
@ -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>
|
11
www/ruboard/pkg-plist
Normal file
11
www/ruboard/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue