ports/60031: [New Port] www/emp [Supercedes: ports/58500]
kosmos
abowhill at blarg.net
Mon Dec 8 00:50:24 UTC 2003
>Number: 60031
>Category: ports
>Synopsis: [New Port] www/emp [Supercedes: ports/58500]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 07 16:50:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Allan Bowhill <abowhill at blarg.net>
>Release: FreeBSD 4.9-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD kosmos.my.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Dec 4 19:37:49 PST 2003 root at kosmos.my.net:/usr/obj/usr/src/sys/KOSMOS i386
>Description:
EMP is a CGI aaplication that creates a heirarchy of categorized links
>How-To-Repeat:
>Fix:
--- emp-0.92.shar begins here ---
# 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:
#
# emp
# emp/pkg-plist
# emp/pkg-descr
# emp/distinfo
# emp/Makefile
#
echo c - emp
mkdir -p emp > /dev/null 2>&1
echo x - emp/pkg-plist
sed 's/^X//' >emp/pkg-plist << 'END-of-emp/pkg-plist'
Xwww/cgi-bin/emp.cgi
X%%PORTDOCS%%%%DOCSDIR%%/README
Xshare/examples/emp/links.sample
Xshare/examples/emp/emp.cfg
X at dirrm share/examples/emp
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-emp/pkg-plist
echo x - emp/pkg-descr
sed 's/^X//' >emp/pkg-descr << 'END-of-emp/pkg-descr'
XEMP (Easy Maintenance Pages) is a heirarchical web delivery system.
XIt is written in C++. It is small, fast and has a clean appearance.
XIt makes a web site of categorized links that is easy to maintain.
X
XWWW: http://www.blarg.net/~abowhill
END-of-emp/pkg-descr
echo x - emp/distinfo
sed 's/^X//' >emp/distinfo << 'END-of-emp/distinfo'
XMD5 (emp-0.92.tar.gz) = 939d086193bda30bf9577356cb6de8d9
END-of-emp/distinfo
echo x - emp/Makefile
sed 's/^X//' >emp/Makefile << 'END-of-emp/Makefile'
X# New ports collection makefile for: emp
X# Date created: Oct 20, 2003
X# Whom: Allan Bowhill <abowhill at blarg.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME= emp
XPORTVERSION= 0.92
XCATEGORIES= www
XMASTER_SITES= http://www.blarg.net/~abowhill/
X
XMAINTAINER= abowhill at blarg.net
XCOMMENT= CGI program to deliver heirarchy of web links
X
XHAS_CONFIGURE= YES
X
XCGI_BIN= ${LOCALBASE}/www/cgi-bin
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/emp ${CGI_BIN}/emp.cgi
X
Xpost-install:
X @${ECHO} "===> Installing EMP examples"
X ${MKDIR} ${EXAMPLESDIR}
X @${INSTALL_DATA} ${WRKSRC}/Samples/links.sample ${EXAMPLESDIR}
X @${INSTALL_DATA} ${WRKSRC}/Samples/emp.cfg ${EXAMPLESDIR}
X.if !defined(NOPORTDOCS)
X @${ECHO} "===> Installing EMP documentation"
X ${MKDIR} ${DOCSDIR}
X ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-emp/Makefile
exit
--- emp-0.92.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list