diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-02-03 11:37:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-02-03 11:37:02 +0000 |
commit | f8340f24c147c12e0b900c35fbc10ed50a7f8bd8 (patch) | |
tree | 546be141f95ad52c87b192728b54914702325816 /sysutils | |
parent | b7f3ba762353bbdea5660f325910b8abe21765b8 (diff) | |
download | ports-f8340f24c147c12e0b900c35fbc10ed50a7f8bd8.tar.gz ports-f8340f24c147c12e0b900c35fbc10ed50a7f8bd8.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/decomment/Makefile | 19 | ||||
-rw-r--r-- | sysutils/decomment/distinfo | 2 | ||||
-rw-r--r-- | sysutils/decomment/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/relpath/Makefile | 19 | ||||
-rw-r--r-- | sysutils/relpath/distinfo | 2 | ||||
-rw-r--r-- | sysutils/relpath/pkg-descr | 8 |
7 files changed, 0 insertions, 56 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a30a565d726b..eb0660212a42 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -168,7 +168,6 @@ SUBDIR += ddrescue SUBDIR += debhelper SUBDIR += debootstrap - SUBDIR += decomment SUBDIR += deltup SUBDIR += desktop-installer SUBDIR += detach @@ -778,7 +777,6 @@ SUBDIR += reed SUBDIR += rej SUBDIR += relaxconf - SUBDIR += relpath SUBDIR += rename SUBDIR += reoback SUBDIR += replicant diff --git a/sysutils/decomment/Makefile b/sysutils/decomment/Makefile deleted file mode 100644 index 4d8469e0d621..000000000000 --- a/sysutils/decomment/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Beech Rintoul <beech@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= decomment -PORTVERSION= 0.1.0 -CATEGORIES= sysutils -MASTER_SITES= LOCAL/beech \ - http://www.alaskaparadise.com/freebsd/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Removes comments and (optionally) whitespace from a file. - -DEPRECATED= unfetchable distfiles -EXPIRATION_DATE= 2014-02-01 - -PLIST_FILES= bin/decomment - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/sysutils/decomment/distinfo b/sysutils/decomment/distinfo deleted file mode 100644 index d920809f92b5..000000000000 --- a/sysutils/decomment/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (decomment-0.1.0.tar.gz) = a8b4ba812c9436d236789df39a887fb466dd29574e14839a07a5629b8d09651e -SIZE (decomment-0.1.0.tar.gz) = 2281 diff --git a/sysutils/decomment/pkg-descr b/sysutils/decomment/pkg-descr deleted file mode 100644 index 9791072dc7ff..000000000000 --- a/sysutils/decomment/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Usage: decomment infile [r(emove whitespace)] - -Removes all comments and (optionally) whitespace from an input file. -Writes result on stdout. diff --git a/sysutils/relpath/Makefile b/sysutils/relpath/Makefile deleted file mode 100644 index 7f8ba02af3f9..000000000000 --- a/sysutils/relpath/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Beech Rintoul <beech@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= relpath -PORTVERSION= 0.1.0 -CATEGORIES= sysutils -MASTER_SITES= LOCAL/beech \ - http://www.alaskaparadise.com/freebsd/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Find a relative path from START_DIR to END_PATH. - -DEPRECATED= unfetchable distfiles -EXPIRATION_DATE= 2014-02-01 - -PLIST_FILES= bin/relpath - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/sysutils/relpath/distinfo b/sysutils/relpath/distinfo deleted file mode 100644 index 7710f6d7fb69..000000000000 --- a/sysutils/relpath/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (relpath-0.1.0.tar.gz) = 5a73d84a0edd6a3c2c2027a5c43c272f241f0053f35b79197ff413ee8ee80de7 -SIZE (relpath-0.1.0.tar.gz) = 2868 diff --git a/sysutils/relpath/pkg-descr b/sysutils/relpath/pkg-descr deleted file mode 100644 index 57b296735b94..000000000000 --- a/sysutils/relpath/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Usage: relpath [-d DIR] START_DIR END_PATH - -Find a relative path from START_DIR to END_PATH. -Prints the relative path on standard out. - -If -d DIR, then only emit a relative path if both -START_DIR and END_PATH are sub-directories of DIR; -otherwise, emit an absolute path to END_PATH. |