summaryrefslogtreecommitdiff
path: root/misc/dotfile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-01-05 22:54:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-01-05 22:54:44 +0000
commit6589d1b23a1ab336147d468ea3aecb1fa6ea1336 (patch)
treeb364adc0409f826d30a7d21c631448f9d8468e79 /misc/dotfile
parentmake this one compile again (diff)
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/Makefile24
-rw-r--r--misc/dotfile/distinfo1
-rw-r--r--misc/dotfile/pkg-comment1
-rw-r--r--misc/dotfile/pkg-descr10
-rw-r--r--misc/dotfile/pkg-plist3
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