Fw: New Port: EMP is a cgi application that creates a web heirarchy of categorized links

Allan Bowhill abowhill at blarg.net
Fri Oct 24 14:55:31 PDT 2003


Hello,

I am finding it next-to-impossible to send a PR for a new port using
send-pr. My FreeBSD
box doesn't have a resolvable hostname or ip address to submit this with, so
send-pr
fails.

Can someone give me a hand with getting this into gnats as a new port
submission?

I can tar-up the shar file and include it as an attachment since this
message is sent using
using a microsoft e-mail client, and who knows what characters have been
mangled.

Thanks...

--Allan Bowhill
   abowhill at blarg.net

----- Original Message ----- 
From: <abowhill at blarg.net>
To: <abowhill at blarg.net>
Sent: Friday, October 24, 2003 4:47 PM
Subject: New Port: EMP is a cgi application that creates a web heirarchy of
categorized links


>
> >Submitter-Id: current-users
> >Originator: abowhill at blarg.net
> >Organization: none
> >Confidential: no
> >Synopsis: New Port: EMP is a cgi application that creates a web heirarchy
of categorized links
> >Severity: non-critical
> >Priority: low
> >Category: ports
> >Class: change-request
> >Release: FreeBSD 4.8-RELEASE i386
> >Environment:
> System: FreeBSD dsl-129-176.sea.blarg.net 4.8-RELEASE FreeBSD 4.8-RELEASE
#0: Thu Apr 3 10:53:38 GMT 2003
root at freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386
> >Description:
> EMP (Easy Maintenance Pages) is a heirarchical web delivery system.
> It is written in C++. It is small, fast and has a clean appearance.
> It makes a web site of categorized links that is easy to maintain.
>
> WWW: http://www.blarg.net/~abowhill
> >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 ---
>
>



More information about the freebsd-bugs mailing list