diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-05 22:54:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-05 22:54:44 +0000 |
commit | 6589d1b23a1ab336147d468ea3aecb1fa6ea1336 (patch) | |
tree | b364adc0409f826d30a7d21c631448f9d8468e79 /misc/dotfile | |
parent | b22ab3862c3e11c42fbf5386d9f67f8763965aa4 (diff) | |
download | ports-6589d1b23a1ab336147d468ea3aecb1fa6ea1336.tar.gz ports-6589d1b23a1ab336147d468ea3aecb1fa6ea1336.zip |
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)
Notes
Notes:
svn path=/head/; revision=5215
Diffstat (limited to 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 24 | ||||
-rw-r--r-- | misc/dotfile/distinfo | 1 | ||||
-rw-r--r-- | misc/dotfile/pkg-comment | 1 | ||||
-rw-r--r-- | misc/dotfile/pkg-descr | 10 | ||||
-rw-r--r-- | misc/dotfile/pkg-plist | 3 |
5 files changed, 39 insertions, 0 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile new file mode 100644 index 000000000000..fd0fb0163b67 --- /dev/null +++ b/misc/dotfile/Makefile @@ -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> diff --git a/misc/dotfile/distinfo b/misc/dotfile/distinfo new file mode 100644 index 000000000000..bf6b4476dce0 --- /dev/null +++ b/misc/dotfile/distinfo @@ -0,0 +1 @@ +MD5 (dotfile-2.0b5.tar.gz) = 7e269b5aa61c6764556a0a9c04503d76 diff --git a/misc/dotfile/pkg-comment b/misc/dotfile/pkg-comment new file mode 100644 index 000000000000..aa32605fa333 --- /dev/null +++ b/misc/dotfile/pkg-comment @@ -0,0 +1 @@ +A GUI dotfile generator program to create .config files diff --git a/misc/dotfile/pkg-descr b/misc/dotfile/pkg-descr new file mode 100644 index 000000000000..c0101b2d484c --- /dev/null +++ b/misc/dotfile/pkg-descr @@ -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 diff --git a/misc/dotfile/pkg-plist b/misc/dotfile/pkg-plist new file mode 100644 index 000000000000..a529b7551b00 --- /dev/null +++ b/misc/dotfile/pkg-plist @@ -0,0 +1,3 @@ +@unexec /bin/rm -rf %D/share/dotfile-2.0b5 +share/dotfile-2.0b5 +man/man1/dotfile.1.gz |