Add port devel/sysconftool - a development utility that helps to install

application configuration files

PR:		31475
Submitted by:	Yarema <yds@CoolRat.org>
This commit is contained in:
Patrick Li 2002-01-30 01:36:45 +00:00
parent f4945ef9c0
commit afe853995c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53999
6 changed files with 56 additions and 0 deletions

View File

@ -623,6 +623,7 @@
SUBDIR += subversion
SUBDIR += swarm
SUBDIR += swigruby
SUBDIR += sysconftool
SUBDIR += t1lib
SUBDIR += tcl-memchan
SUBDIR += tcl-neo

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: sysconftool
# Date created: 17 October 2001
# Whom: Yarema <yds@CoolRat.org>
#
# $FreeBSD$
#
PORTNAME= sysconftool
PORTVERSION= 0.13
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
MAINTAINER= yds@CoolRat.org
BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
automake14:${PORTSDIR}/devel/automake14
GNU_CONFIGURE= yes
USE_PERL5= yes
MAN1= sysconftool.1 sysconftoolcheck.1
MAN7= sysconftool.7
pre-patch:
@${PERL} -pi.orig -e 's|autoconf|${AUTOCONF}|; \
s|autoheader|${AUTOHEADER}|; s|aclocal|${ACLOCAL}|; \
s|automake|${AUTOMAKE}|' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (sysconftool-0.13.tar.gz) = 151d2e4777ebbf26d8c8d4c4733772e9

View File

@ -0,0 +1 @@
Helps to install application configuration files

View File

@ -0,0 +1,15 @@
sysconftool is a development utility that helps to install application
configuration files. sysconftool allows an existing application to be
upgraded without losing the older version's configuration settings.
sysconftool is a script that is used by applications to update configuration
files when a new version of the application is installed. sysconftool reads
the new application configuration files, reads any older versions of those
files that are already installed, then replaces the old versions with the
new ones, but preserving any custom changes contained in the old versions.
For more information on sysconftool, and why applications need it, see
the installed manual pages: sysconftool(1) and sysconftool(7). With most
versions of the man command: "man 1 sysconftool" and "man 7 sysconftool".
WWW: http://www.Courier-MTA.org/sysconftool/

View File

@ -0,0 +1,8 @@
bin/sysconftoolize
bin/sysconftoolcheck
share/automake14/aclocal/sysconftool.m4
share/sysconftool/sysconftool
share/sysconftool/sysconftoolize.pl
share/sysconftool/sysconftoolcheck
share/sysconftool/sysconftoolize.am
@dirrm share/sysconftool