Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 1998 04:41:14 +0400 (MSD)
From:      Andrew Maltsev <am@amsoft.ru>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8150: ruboard port
Message-ID:  <199810050041.EAA20029@amsoft.ru>

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

>Number:         8150
>Category:       ports
>Synopsis:       ruboard port
>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:   Sun Oct  4 17:50:00 PDT 1998
>Last-Modified:
>Originator:     Andrew Maltsev
>Organization:
AM'SOFT
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

	

>Description:

	The port of ruboard - almost plug-and-play web discussions board

>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/Makefile
#	ruboard/pkg
#	ruboard/pkg/DESCR
#	ruboard/pkg/COMMENT
#	ruboard/pkg/PLIST
#	ruboard/patches
#	ruboard/patches/patch-aa
#	ruboard/patches/patch-ab
#	ruboard/patches/patch-ac
#
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.1.tar.gz) = 08ca81f4bb945fa6c7886de5454b9c55
END-of-ruboard/files/md5
echo x - ruboard/Makefile
sed 's/^X//' >ruboard/Makefile << 'END-of-ruboard/Makefile'
X# New ports collection makefile for:   ruboard
X# Version required:                    1.1
X# Date created:                        5 October 1998
X# Whom:                                Andrew Maltsev <am@amsoft.ru>
X#
X# $Id$
X#
X
XDISTNAME=      ruboard-1.1
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
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 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
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?199810050041.EAA20029>