Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 1998 01:42:31 +0300 (MSK)
From:      Andrew Maltsev <am@amsoft.ru>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8492: New port: ruboard-1.2
Message-ID:  <199810292242.BAA26762@amsoft.ru>

next in thread | raw e-mail | index | archive | help

>Number:         8492
>Category:       ports
>Synopsis:       New port: ruboard-1.2 - easily configurable Web board
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 29 14:50:01 PST 1998
>Last-Modified:
>Originator:     Andrew Maltsev
>Organization:
AM'SOFT
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

	Ruboard is an easily configurable, reliable web forum tool.

	The port should go to ports/www I think.

	This is the replacement of PR ports/8150 - new version.

>How-To-Repeat:

	

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ruboard
#	ruboard/files
#	ruboard/files/md5
#	ruboard/patches
#	ruboard/patches/patch-aa
#	ruboard/patches/patch-ab
#	ruboard/patches/patch-ac
#	ruboard/pkg
#	ruboard/pkg/DESCR
#	ruboard/pkg/COMMENT
#	ruboard/pkg/PLIST
#	ruboard/Makefile
#
echo c - ruboard
mkdir -p ruboard > /dev/null 2>&1
echo c - ruboard/files
mkdir -p ruboard/files > /dev/null 2>&1
echo x - ruboard/files/md5
sed 's/^X//' >ruboard/files/md5 << 'END-of-ruboard/files/md5'
XMD5 (ruboard-1.2.tar.gz) = 1a98052b83a1e341729b74ad2745a6ff
END-of-ruboard/files/md5
echo c - ruboard/patches
mkdir -p ruboard/patches > /dev/null 2>&1
echo x - ruboard/patches/patch-aa
sed 's/^X//' >ruboard/patches/patch-aa << 'END-of-ruboard/patches/patch-aa'
X*** Config.orig	Sat Sep 12 21:44:10 1998
X--- Config	Mon Oct  5 04:30:34 1998
X***************
X*** 3,9 ****
X  #
X  # Where ruboard shold be installed (home dir)
X  #
X! HOMEDIR	=	/usr/local/lib/ruboard
X  #
X  # Owner of boards. Defaults to your user id. Do not delete `-o' if you
X  # will set it.
X--- 3,14 ----
X  #
X  # Where ruboard shold be installed (home dir)
X  #
X! PREFIX	=	/usr/local
X! HOMEDIR	=	$(PREFIX)/etc/ruboard
X! #
X! # Where binaries are instaled
X! #
X! BINDIR	=	$(PREFIX)/libexec
X  #
X  # Owner of boards. Defaults to your user id. Do not delete `-o' if you
X  # will set it.
END-of-ruboard/patches/patch-aa
echo x - ruboard/patches/patch-ab
sed 's/^X//' >ruboard/patches/patch-ab << 'END-of-ruboard/patches/patch-ab'
X*** MakeRules.org	Mon Oct  5 04:26:29 1998
X--- MakeRules	Mon Oct  5 04:27:28 1998
X***************
X*** 23,29 ****
X  
X  .install:	.all
X  	for i in $(SHPRG); do\
X! 		install -c -m 500 $(BOWNER) $$i $(HOMEDIR)/$$i;\
X  	done
X  	for i in $(CFPRG); do\
X  		[ -f $(CFDIR)/$$i ] || install -c -m 644 $(BOWNER) $$i $(CFDIR)/$$i;\
X--- 23,29 ----
X  
X  .install:	.all
X  	for i in $(SHPRG); do\
X! 		install -c -m 500 $(BOWNER) $$i $(BINDIR)/$$i;\
X  	done
X  	for i in $(CFPRG); do\
X  		[ -f $(CFDIR)/$$i ] || install -c -m 644 $(BOWNER) $$i $(CFDIR)/$$i;\
END-of-ruboard/patches/patch-ab
echo x - ruboard/patches/patch-ac
sed 's/^X//' >ruboard/patches/patch-ac << 'END-of-ruboard/patches/patch-ac'
X*** src/Makefile.org	Mon Oct  5 04:34:19 1998
X--- src/Makefile	Mon Oct  5 04:34:42 1998
X***************
X*** 19,25 ****
X  all:		.all rubstub
X  
X  install:	.install rubstub
X! 	install -c -s -m 6511 $(BOWNER) rubstub $(HOMEDIR)
X  
X  clean:		.clean
X  	rm -f rubstub rubstub.c
X--- 19,25 ----
X  all:		.all rubstub
X  
X  install:	.install rubstub
X! 	install -c -s -m 6511 $(BOWNER) rubstub $(BINDIR)/rubstub
X  
X  clean:		.clean
X  	rm -f rubstub rubstub.c
END-of-ruboard/patches/patch-ac
echo c - ruboard/pkg
mkdir -p ruboard/pkg > /dev/null 2>&1
echo x - ruboard/pkg/DESCR
sed 's/^X//' >ruboard/pkg/DESCR << 'END-of-ruboard/pkg/DESCR'
XRuboard is simple and almost plug-and-play Web discussions board.
XIt allows secure boards, threading, images, url's and so on..
X
XVisit ruboard homepage - http://www.amsoft.ru/ruboard/
X
X- Andrew Maltsev <am@amsoft.ru>
END-of-ruboard/pkg/DESCR
echo x - ruboard/pkg/COMMENT
sed 's/^X//' >ruboard/pkg/COMMENT << 'END-of-ruboard/pkg/COMMENT'
XWeb based discussions board, almost plug-and-play
END-of-ruboard/pkg/COMMENT
echo x - ruboard/pkg/PLIST
sed 's/^X//' >ruboard/pkg/PLIST << 'END-of-ruboard/pkg/PLIST'
Xetc/ruboard/README
Xetc/ruboard/example/ruboard.cf
Xetc/ruboard/example/ruboard.html
Xetc/ruboard/example/faq.html
Xlibexec/rubadmin.pl
Xlibexec/ruboard.pl
Xlibexec/rublib.pl
Xlibexec/rubstub
X@unexec rmdir %D/etc/ruboard/example
X@unexec rmdir %D/etc/ruboard
END-of-ruboard/pkg/PLIST
echo x - ruboard/Makefile
sed 's/^X//' >ruboard/Makefile << 'END-of-ruboard/Makefile'
X# New ports collection makefile for:   ruboard
X# Version required:                    1.2
X# Date created:                        5 October 1998
X# Whom:                                Andrew Maltsev <am@amsoft.ru>
X#
X# $Id$
X#
X
XDISTNAME=      ruboard-1.2
XCATEGORIES=    www russian
XMASTER_SITES=  ftp://ftp.amsoft.ru/software/ruboard/
X
XMAINTAINER=    am@amsoft.ru
X
X.include <bsd.port.mk>
END-of-ruboard/Makefile
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810292242.BAA26762>