The dotfile generator provides a handy way to create user-

configuration files for many programs.  Modules are used
to define the configuration options.  A sample template is
provided to aid in creating new modules.

Submitted by:	Oliver Oberdorf <oly@world.std.com> (with changes by me)
This commit is contained in:
David E. O'Brien 1997-01-05 22:54:44 +00:00
parent b22ab3862c
commit 6589d1b23a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5215
5 changed files with 39 additions and 0 deletions

24
misc/dotfile/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: dotfile
# Version required: 2.0b2
# Date created: 11/12/96
# Whom: oly@world.std.com
#
# $Id$
#
DISTNAME= dotfile-2.0b5
CATEGORIES= misc
MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/
MAINTAINER= oly@world.std.com
LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= yes
MAN1= dotfile.1
do-build:
@${DO_NADA}
.include <bsd.port.mk>

1
misc/dotfile/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (dotfile-2.0b5.tar.gz) = 7e269b5aa61c6764556a0a9c04503d76

1
misc/dotfile/pkg-comment Normal file
View File

@ -0,0 +1 @@
A GUI dotfile generator program to create .config files

10
misc/dotfile/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
This is a port of the dotfile generator program. It creates
configuration files for many popular programs.
The dotfile generator provides a handy way to create user-
configuration files for many programs. Modules are used
to define the configuration options. A sample template is
provided to aid in creating new modules.
- Oly
oly@world.std.com

3
misc/dotfile/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
@unexec /bin/rm -rf %D/share/dotfile-2.0b5
share/dotfile-2.0b5
man/man1/dotfile.1.gz