diff options
author | rm <rm@FreeBSD.org> | 2013-09-01 04:23:20 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-09-01 04:23:20 +0800 |
commit | 65635d91d13b11b19ed5054c086ba70e977457db (patch) | |
tree | a0b5b016fe1eb96defbecca0596274251c0a80ab | |
parent | 6902a09cba33df1f6252f6a04ec286e8a393b956 (diff) | |
download | freebsd-ports-gnome-65635d91d13b11b19ed5054c086ba70e977457db.tar.gz freebsd-ports-gnome-65635d91d13b11b19ed5054c086ba70e977457db.tar.zst freebsd-ports-gnome-65635d91d13b11b19ed5054c086ba70e977457db.zip |
- update maintainer's email address
while here:
- trim Makefile header
- remove indefinite article in COMMENT
- whitespace fixes
Requested by: Hakisho Nukama <nukama@gmail.com> (maintainer, via email)
-rw-r--r-- | devel/fuel/Makefile | 10 | ||||
-rw-r--r-- | sysutils/scalpel/Makefile | 10 | ||||
-rw-r--r-- | sysutils/scalpel/files/pkg-message.in | 6 | ||||
-rw-r--r-- | sysutils/scalpel/pkg-descr | 14 |
4 files changed, 16 insertions, 24 deletions
diff --git a/devel/fuel/Makefile b/devel/fuel/Makefile index 23b0bf2da7e6..e2f0f9b06d09 100644 --- a/devel/fuel/Makefile +++ b/devel/fuel/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: fuel -# Date created: 2012-04-26 -# Whom: Hakisho Nukama <nukama@gmail.com> -# +# Created by: Hakisho Nukama <nukama@gmail.com> # $FreeBSD$ -# PORTNAME= fuel DISTVERSION= 0.9.6 CATEGORIES= devel MASTER_SITES= https://fuel-scm.googlecode.com/files/ -MAINTAINER= nukama@gmail.com -COMMENT= A GUI front-end to fossil SCM tool +MAINTAINER= nukama+maintainer@gmail.com +COMMENT= GUI front-end to fossil SCM tool LICENSE= GPLv2 diff --git a/sysutils/scalpel/Makefile b/sysutils/scalpel/Makefile index bbae6fe792e1..d79d66fab68a 100644 --- a/sysutils/scalpel/Makefile +++ b/sysutils/scalpel/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: Scalpel -# Date created: 2011-12-22 -# Whom: Hakisho Nukama <nukama@gmail.com> -# +# Created by: Hakisho Nukama <nukama@gmail.com> # $FreeBSD$ -# PORTNAME= scalpel PORTVERSION= 2.0 CATEGORIES= sysutils MASTER_SITES= http://www.digitalforensicssolutions.com/Scalpel/ -MAINTAINER= nukama@gmail.com -COMMENT= A frugal, high performance file carver +MAINTAINER= nukama+maintainer@gmail.com +COMMENT= Frugal, high performance file carver LICENSE= GPLv2 diff --git a/sysutils/scalpel/files/pkg-message.in b/sysutils/scalpel/files/pkg-message.in index 2b0211da3bd3..0de1eac040a8 100644 --- a/sysutils/scalpel/files/pkg-message.in +++ b/sysutils/scalpel/files/pkg-message.in @@ -1,11 +1,11 @@ ************************************************************ Scalpel has been successfully installed on your system. -Now it is time to configure this package. -Copy %%PREFIX%%/etc/scalpel.conf.sample into your working +Now it is time to configure this package. +Copy %%PREFIX%%/etc/scalpel.conf.sample into your working directory as scalpel.conf and edit it. -Scalpel will always use scalpel.conf in your current working +Scalpel will always use scalpel.conf in your current working directory, if not specified with "-c /path/to/scalpel.conf". ************************************************************ diff --git a/sysutils/scalpel/pkg-descr b/sysutils/scalpel/pkg-descr index 6bd52d5d6801..79432022836b 100644 --- a/sysutils/scalpel/pkg-descr +++ b/sysutils/scalpel/pkg-descr @@ -1,8 +1,8 @@ -Scalpel is a fast file carver that reads a database of header and footer -definitions and extracts matching files or data fragments from a set of -image files or raw device files. -Scalpel is filesystem-independent and will carve files from -FATx, NTFS, ext2/3, HFS+, or raw partitions. -It is useful for both digital forensics investigation and file recovery. +Scalpel is a fast file carver that reads a database of header and footer +definitions and extracts matching files or data fragments from a set of +image files or raw device files. +Scalpel is filesystem-independent and will carve files from +FATx, NTFS, ext2/3, HFS+, or raw partitions. +It is useful for both digital forensics investigation and file recovery. -WWW: http://www.digitalforensicssolutions.com/Scalpel/ +WWW: http://www.digitalforensicssolutions.com/Scalpel/ |