diff options
author | obrien <obrien@FreeBSD.org> | 1997-01-06 06:54:44 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-01-06 06:54:44 +0800 |
commit | b11245f5bcc25340d1da8ce4af708eb6cc028301 (patch) | |
tree | 27fa6300df5ceed114a29f834e22cf9fd71fc959 /misc | |
parent | a7162bc6231ef39a495c319da61de9f547850be6 (diff) | |
download | freebsd-ports-gnome-b11245f5bcc25340d1da8ce4af708eb6cc028301.tar.gz freebsd-ports-gnome-b11245f5bcc25340d1da8ce4af708eb6cc028301.tar.zst freebsd-ports-gnome-b11245f5bcc25340d1da8ce4af708eb6cc028301.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)
Diffstat (limited to 'misc')
-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 |