diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-30 11:01:11 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-30 11:01:11 +0000 |
commit | ede349d83de6e0a05e83b1375d4d372e4da7b4a9 (patch) | |
tree | 5940066ef5f4ee7f50ec61399f72387149cebba9 | |
parent | Add @dirrm. (diff) |
Some small changes including the maintainer's e-mail address.
PR: 3975
Submitted by: sutton@aardvark.apana.org.au
Notes
Notes:
svn path=/head/; revision=7143
-rw-r--r-- | emulators/aftp/Makefile | 4 | ||||
-rw-r--r-- | emulators/aftp/pkg-descr | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index f9c89084cbcf..9c5e0a554680 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -1,7 +1,7 @@ # New ports collection makefile for: aftp # Version required: 1.0 # Date created: 18th Febuary 1997 -# Whom: Joel Sutton <suttonj@interconnect.com.au> +# Whom: Joel Sutton <sutton@aardvark.apana.org.au> # # $Id$ # @@ -12,7 +12,7 @@ CATEGORIES= emulators MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/incoming/ EXTRACT_SUFX= .tgz -MAINTAINER= suttonj@interconnect.com.au +MAINTAINER= sutton@aardvark.apana.org.au MAN1= aftp.1 diff --git a/emulators/aftp/pkg-descr b/emulators/aftp/pkg-descr index a048223db3df..04630f14300c 100644 --- a/emulators/aftp/pkg-descr +++ b/emulators/aftp/pkg-descr @@ -1,7 +1,8 @@ aftp manipulates and browses Apple II disk images. It -supports both Apple DOS 3.3, ProDOS and XGS images. +supports both Apple II DOS 3.3, ProDOS and XGS images. Both binary floppy images (.IIE) and hard disk volume -(.HDV) images are also supported. +(.HDV) images are also supported. It does NOT support the +new 2mg format. This version contains my patches and man page but nothing significant has changed since Andru Luvisi released it at the end of 1996. @@ -9,4 +10,4 @@ has changed since Andru Luvisi released it at the end of 1996. Share and enjoy, Joel... -suttonj@interconnect.com.au +sutton@aardvark.apana.org.au |