From dolemite@host4.rpi.wulimasters.net  Thu Feb 21 13:47:38 2002
Return-Path: <dolemite@host4.rpi.wulimasters.net>
Received: from host4.rpi.wulimasters.net (host4.rpi.wulimasters.net [128.113.36.114])
	by hub.freebsd.org (Postfix) with ESMTP id 5BC0537B400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Feb 2002 13:47:36 -0800 (PST)
Received: (qmail 59280 invoked by uid 1001); 21 Feb 2002 21:48:48 -0000
Message-Id: <20020221214847.59279.qmail@host4.rpi.wulimasters.net>
Date: 21 Feb 2002 21:48:47 -0000
From: Alex Newman <dolemite@wuli.nu>
Reply-To: Alex Newman <dolemite@wuli.nu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: autoproject
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35190
>Category:       ports
>Synopsis:       New Port: autoproject
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 21 13:50:03 PST 2002
>Closed-Date:    Sat Oct 26 05:59:16 PDT 2002
>Last-Modified:  Sat Oct 26 05:59:16 PDT 2002
>Originator:     Alex Newman
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
WuLi 
>Environment:
System: FreeBSD host4.rpi.wulimasters.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 17:55:19 EDT 2001 root@host4.rpi.wulimasters.net:/usr/src/sys/compile/CTHUL.with.bpdf i386
>Description:
A script to start a programming project using autoconf, automake

>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:
#
#       .
#       ./Makefile
#       ./distinfo
#       ./pkg-comment
#       ./pkg-descr
#       ./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:   autoproject
X# Date created:        21 Feb 2002
X# Whom:                Alex Newman <dolemite@wulimasters.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      autoproject
XPORTVERSION=   0.14
XCATEGORIES=    devel
XMASTER_SITES=  http://www.mv.com/ipusers/vanzandt/
X
XMAINTAINER?=    dolemite@wulimasters.net
X
XBUILD_DEPENDS=   automake:${PORTSDIR}/devel/automake
XBUILD_DEPENDS+=        autoconf:${PORTSDIR}/devel/autoconf
X
XMAN1=          autoproject.1
X
XGNU_CONFIGURE= yes
Xuse_IMAKE=     yes
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (autoproject-0.14.tar.gz) = d0bbcac9eb5b295594ea8733e21991c6
END-of-./distinfo
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XA script to start a programming project using autoconf, automake
END-of-./pkg-comment
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XAutoproject allows you to quickly and easily start a complete source code
Xskeleton in various languages. When you execute the autoproject application,
Xit will ask you for the name of the application, then a description of the
Xproject that you are starting. The current languages that are supported are,
Xc, c++, sh, awk, fortran, lex, and yacc. This will also automatically generate
Xrequired files to build for a specific machine and OS, thus making the
Xdistributions easier and much nicer to deal with. It will also create a
Xcomplete 'configure' script and the required files by configure. RPM building
Xis also supported.
X
X
XWWW: http://www.mv.com/ipusers/vanzandt/
X- Alex Newman
Xdolemite@wuli.nu
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/autoproject
Xshare/autoproject/cli/c/none/Makefile.am
Xshare/autoproject/cli/c/none/configure.in
Xshare/autoproject/cli/c/none/program.c
Xshare/autoproject/cli/c/none/xmalloc.c
Xshare/autoproject/cli/c/none/getopt.h
Xshare/autoproject/cli/c/none/getopt.c
Xshare/autoproject/cli/c/none/getopt1.c
Xshare/autoproject/cli/c/none/acinclude.m4
Xshare/autoproject/cli/c/clig/Makefile.am
Xshare/autoproject/cli/c/clig/program.1
Xshare/autoproject/cli/c/clig/cmdline.cli.in
Xshare/autoproject/cli/c/clig/configure.in
Xshare/autoproject/cli/c/clig/xmalloc.c
Xshare/autoproject/cli/c/clig/program.c
Xshare/autoproject/cli/c/clig/acinclude.m4
Xshare/autoproject/cli/c/autogen/Makefile.am
Xshare/autoproject/cli/c/autogen/configure.in
Xshare/autoproject/cli/c/autogen/program.c
Xshare/autoproject/cli/c/autogen/xmalloc.c
Xshare/autoproject/cli/c/autogen/checkopt.def
Xshare/autoproject/cli/c/autogen/acinclude.m4
Xshare/autoproject/cli/c/argp/Makefile.am
Xshare/autoproject/cli/c/argp/configure.in
Xshare/autoproject/cli/c/argp/program.c
Xshare/autoproject/cli/c/argp/xmalloc.c
Xshare/autoproject/cli/c/argp/acinclude.m4
Xshare/autoproject/cli/sh/none/Makefile.am
Xshare/autoproject/cli/sh/none/configure.in
Xshare/autoproject/cli/sh/none/program.in
Xshare/autoproject/cli/all/none/program.1
Xshare/autoproject/cli/all/none/program.texinfo
Xshare/autoproject/cli/all/autogen/program.1
Xshare/autoproject/cli/all/autogen/manpage.tpl
Xshare/autoproject/cli/all/argp/program.1
Xshare/autoproject/cli/all/argp/program.texinfo
Xshare/autoproject/cli/c++/none/Makefile.am
Xshare/autoproject/cli/c++/none/configure.in
Xshare/autoproject/cli/c++/none/xmalloc.c
Xshare/autoproject/cli/c++/none/program.cc
Xshare/autoproject/cli/c++/none/getopt.c
Xshare/autoproject/cli/c++/none/getopt.h
Xshare/autoproject/cli/c++/none/getopt1.c
Xshare/autoproject/cli/c++/none/acinclude.m4
Xshare/autoproject/all/all/all/AUTHORS
Xshare/autoproject/all/all/all/ChangeLog
Xshare/autoproject/all/all/all/NEWS
Xshare/autoproject/all/all/all/README
Xshare/autoproject/all/all/all/gpl.texinfo
Xshare/autoproject/all/all/all/program.lsm.in
Xshare/autoproject/all/all/all/program.spec.in
Xshare/autoproject/all/all/all/COPYING
Xshare/autoproject/all/c/all/system.h
Xshare/autoproject/all/c++/all/system.h
X@dirrm share/autoproject/cli/c/none
X@dirrm share/autoproject/cli/c/clig
X@dirrm share/autoproject/cli/c/autogen
X@dirrm share/autoproject/cli/c/argp
X@dirrm share/autoproject/cli/c
X@dirrm share/autoproject/cli/sh/none
X@dirrm share/autoproject/cli/sh
X@dirrm share/autoproject/cli/all/none
X@dirrm share/autoproject/cli/all/autogen
X@dirrm share/autoproject/cli/all/argp
X@dirrm share/autoproject/cli/all
X@dirrm share/autoproject/cli/c++/none
X@dirrm share/autoproject/cli/c++
X@dirrm share/autoproject/cli
X@dirrm share/autoproject/all/all/all
X@dirrm share/autoproject/all/all
X@dirrm share/autoproject/all/c/all
X@dirrm share/autoproject/all/c
X@dirrm share/autoproject/all/c++/all
X@dirrm share/autoproject/all/c++
X@dirrm share/autoproject/all
X@dirrm share/autoproject
END-of-./pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: ijliao 
State-Changed-When: Tue Sep 17 06:36:54 PDT 2002 
State-Changed-Why:  
there's newer version (0.16) 
could you plz submit again with latest version ? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35190 
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Sat Oct 26 05:58:41 PDT 2002 
State-Changed-Why:  
Feedback timeout (more than a month) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35190 
>Unformatted:
