Skip site navigation (1)Skip section navigation (2)
Date:      21 Feb 2002 21:48:47 -0000
From:      Alex Newman <dolemite@wuli.nu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35190: New Port: autoproject
Message-ID:  <20020221214847.59279.qmail@host4.rpi.wulimasters.net>

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

>Number:         35190
>Category:       ports
>Synopsis:       New Port: autoproject
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 21 13:50:03 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?20020221214847.59279.qmail>