Date: Wed, 21 Feb 2007 01:00:45 -0800 (PST) From: Peter Johnson <johnson.peter@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109384: New port: devel/autodist distribution creation system Message-ID: <20070221090045.AA9B41706E@cvs.tortall.net> Resent-Message-ID: <200702210910.l1L9A4Kd032839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109384 >Category: ports >Synopsis: New port: devel/autodist distribution creation system >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: Wed Feb 21 09:10:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD 6.2-STABLE >Description: Add new devel/autodist port. See http://directory.fsf.org/Autodist.html (or http://silcnet.org/software/developers/autodist/). >How-To-Repeat: >Fix: Port attached. --- autodist.sh 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: # # autodist # autodist/pkg-descr # autodist/Makefile # autodist/pkg-plist # autodist/distinfo # echo c - autodist mkdir -p autodist > /dev/null 2>&1 echo x - autodist/pkg-descr sed 's/^X//' >autodist/pkg-descr << 'END-of-autodist/pkg-descr' XThe Autodist is a source distribution management system that allows Xpowerful mechanisms to define what is included in and excluded from a Xdistribution, and what license the distribution is released under. It is Xalso used to create the actual distribution source packages. Autodist Xallows distribution management in file, directory and file content Xlevel. Autodist is especially targeted for large software projects, and Xprojects where multiple distributions are created from one source tree. X XWWW: http://silcnet.org/software/developers/autodist/ END-of-autodist/pkg-descr echo x - autodist/Makefile sed 's/^X//' >autodist/Makefile << 'END-of-autodist/Makefile' X# New ports collection makefile for: autodist X# Date created: 2007-02-21 X# Whom: Peter Johnson <johnson.peter@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= autodist XPORTVERSION= 1.3 XCATEGORIES= devel XMASTER_SITES= http://silcnet.org/download/autodist/sources/ \ X http://public.planetmirror.com/pub/silcnet/autodist/sources/ \ X ftp://ftp.planetmirror.com/pub/silcnet/autodist/sources/ X XMAINTAINER= johnson.peter@gmail.com XCOMMENT= Distribution creation system X XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XMAN1= autodist.1 XINFO= autodist X X.include <bsd.port.mk> END-of-autodist/Makefile echo x - autodist/pkg-plist sed 's/^X//' >autodist/pkg-plist << 'END-of-autodist/pkg-plist' X@comment $FreeBSD$ Xbin/autodist Xbin/makedist Xshare/autodist/autodist.conf Xshare/autodist/default Xshare/autodist/COPYING X@dirrm share/autodist END-of-autodist/pkg-plist echo x - autodist/distinfo sed 's/^X//' >autodist/distinfo << 'END-of-autodist/distinfo' XMD5 (autodist-1.3.tar.gz) = bf1508eee5ef1c651687d8b5fd0c195e XSHA256 (autodist-1.3.tar.gz) = da1a9a0da039845b1baaaf783c0b28682e311be98a0fdf0f3bc65f48b94e5223 XSIZE (autodist-1.3.tar.gz) = 217718 END-of-autodist/distinfo exit --- autodist.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070221090045.AA9B41706E>