From cfb4c4cd7a5b9561ac1443a47ebdc53c1c5f3f9c Mon Sep 17 00:00:00 2001 From: Automaton Date: Mon, 10 Dec 2012 05:19:03 +0100 Subject: [PATCH] Import sysutils/xstow version 1.0.0 --- sysutils/xstow/Makefile | 31 +++++++++++++++++++++++++++++++ sysutils/xstow/distinfo | 2 ++ sysutils/xstow/pkg-descr | 9 +++++++++ 3 files changed, 42 insertions(+) create mode 100644 sysutils/xstow/Makefile create mode 100644 sysutils/xstow/distinfo create mode 100644 sysutils/xstow/pkg-descr diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile new file mode 100644 index 00000000000..7fc8810b51a --- /dev/null +++ b/sysutils/xstow/Makefile @@ -0,0 +1,31 @@ +# Created by: Alan Eldridge +# $FreeBSD: ports/sysutils/xstow/Makefile,v 1.13 2012/11/17 06:01:51 svnexp Exp $ + +PORTNAME= xstow +PORTVERSION= 1.0.0 +CATEGORIES= sysutils +MASTER_SITES= SF/${PORTNAME}/ + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Enhanced replacement for GNU stow written in C++ + +USE_BZIP2= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +PLIST_FILES= bin/merge-info bin/xstow bin/xstow-static bin/xstow-stow +MAN1= merge-info.1 xstow.1 +MAN5= xstow.ini.5 + +# This port always installs documentation, so we cannot respect NOPORTDOCS +PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO xstow.html xstow.ini xstow.ini.html + +post-install: + (cd ${WRKSRC} && \ + ${INSTALL_MAN} AUTHORS COPYING ChangeLog NEWS README TODO ${DOCSDIR}) + +.include diff --git a/sysutils/xstow/distinfo b/sysutils/xstow/distinfo new file mode 100644 index 00000000000..ca2ee5a3567 --- /dev/null +++ b/sysutils/xstow/distinfo @@ -0,0 +1,2 @@ +SHA256 (xstow-1.0.0.tar.bz2) = 0109f10fb25a474803ec357a38c17d806dd9a21eac39b21d79b48c2af571c0fe +SIZE (xstow-1.0.0.tar.bz2) = 153206 diff --git a/sysutils/xstow/pkg-descr b/sysutils/xstow/pkg-descr new file mode 100644 index 00000000000..ababff50537 --- /dev/null +++ b/sysutils/xstow/pkg-descr @@ -0,0 +1,9 @@ + XStow is a replacement of GNU Stow written in C++. It supports all features +of Stow with some extensions. + +XStow as GNU Stow, are programs 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). + +WWW: http://xstow.sourceforge.net/ -- 2.41.0