aboutsummaryrefslogtreecommitdiff
path: root/sysutils/stow
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-10 03:53:49 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-10 03:53:49 +0000
commitc311bbc1ef4180f279f14dc75bf9fdd9994418a7 (patch)
tree4c446968e5ff46f5f2144750802eb5eed4a3b3cf /sysutils/stow
parente14d428d006b772d7df471b8305aea795d58551a (diff)
downloadports-c311bbc1ef4180f279f14dc75bf9fdd9994418a7.tar.gz
ports-c311bbc1ef4180f279f14dc75bf9fdd9994418a7.zip
Add stow version 1.3.2.
A GNU version of Carnegie Mellon's "Depot" program. PR: 19073 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Notes
Notes: svn path=/head/; revision=30420
Diffstat (limited to 'sysutils/stow')
-rw-r--r--sysutils/stow/Makefile24
-rw-r--r--sysutils/stow/distinfo1
-rw-r--r--sysutils/stow/files/patch-aa14
-rw-r--r--sysutils/stow/pkg-comment1
-rw-r--r--sysutils/stow/pkg-descr15
-rw-r--r--sysutils/stow/pkg-plist4
6 files changed, 59 insertions, 0 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile
new file mode 100644
index 000000000000..5ff2d5f49e21
--- /dev/null
+++ b/sysutils/stow/Makefile
@@ -0,0 +1,24 @@
+# ex:ts=8
+# Ports collection makefile for: stow
+# Date created: 6 June 2000
+# Whom: Cyrille Lefevre <clefevre@citeweb.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= stow
+PORTVERSION= 1.3.2
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= stow
+
+MAINTAINER= ports@FreeBSD.org
+
+Y2K= http://www.gnu.org/software/year2000.html
+
+GNU_CONFIGURE= yes
+
+post-install:
+ install-info ${PREFIX}/info/stow.info ${PREFIX}/info/dir
+
+.include <bsd.port.mk>
diff --git a/sysutils/stow/distinfo b/sysutils/stow/distinfo
new file mode 100644
index 000000000000..fcf5f6256411
--- /dev/null
+++ b/sysutils/stow/distinfo
@@ -0,0 +1 @@
+MD5 (stow-1.3.2.tar.gz) = 376ceb0aee5a739ea83d1246dc25b3f2
diff --git a/sysutils/stow/files/patch-aa b/sysutils/stow/files/patch-aa
new file mode 100644
index 000000000000..99c9278ca762
--- /dev/null
+++ b/sysutils/stow/files/patch-aa
@@ -0,0 +1,14 @@
+--- stow.info.orig Wed Jun 7 00:22:19 2000
++++ stow.info Wed Jun 7 00:24:24 2000
+@@ -1,6 +1,11 @@
+ This is Info file ./stow.info, produced by Makeinfo version 1.67 from
+ the input file stow.texi.
+
++INFO-DIR-SECTION Miscellaneous
++START-INFO-DIR-ENTRY
++* stow: (stow). Manage the installation of software packages.
++END-INFO-DIR-ENTRY
++
+ This file describes GNU Stow version 1.3.2, a program for managing
+ the installation of software packages.
+
diff --git a/sysutils/stow/pkg-comment b/sysutils/stow/pkg-comment
new file mode 100644
index 000000000000..98b945dbcc4a
--- /dev/null
+++ b/sysutils/stow/pkg-comment
@@ -0,0 +1 @@
+GNU version of Carnegie Mellon's "Depot" program
diff --git a/sysutils/stow/pkg-descr b/sysutils/stow/pkg-descr
new file mode 100644
index 000000000000..a89f18f5ca85
--- /dev/null
+++ b/sysutils/stow/pkg-descr
@@ -0,0 +1,15 @@
+This is GNU Stow, a program for managing the installation of software
+packages, keeping them separate (/usr/local/stow/emacs
+vs. /usr/local/stow/perl, for example) while making them appear to be
+installed in the same place (/usr/local).
+
+Stow was inspired by Carnegie Mellon's "Depot" program, but is
+substantially simpler. Whereas Depot requires database files to keep
+things in sync, Stow stores no extra state between runs, so there's no
+danger (as there is in Depot) of mangling directories when file
+hierarchies don't match the database. Also unlike Depot, Stow will
+never delete any files, directories, or links that appear in a Stow
+directory (e.g., /usr/local/stow/emacs), so it's always possible to
+rebuild the target tree (e.g., /usr/local).
+
+WWW: http://www.gnu.ai.mit.edu/software/stow/stow.html
diff --git a/sysutils/stow/pkg-plist b/sysutils/stow/pkg-plist
new file mode 100644
index 000000000000..a9c03a95cff6
--- /dev/null
+++ b/sysutils/stow/pkg-plist
@@ -0,0 +1,4 @@
+bin/stow
+@unexec install-info --delete %D/info/stow.info %D/info/dir
+info/stow.info
+@exec install-info %D/info/stow.info %D/info/dir