Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 1995 10:38:30 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        nox@jelal.hb.north.de
Cc:        ports@freebsd.org
Subject:   Re: afio port
Message-ID:  <199510041738.KAA06438@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199510011843.TAA03097@saturn.hb.north.de> (message from Juergen Lock on Sun, 1 Oct 1995 19:43:06 %2B0100 (MET))

next in thread | previous in thread | raw e-mail | index | archive | help
 * Seems this isnt in ports yet? :)

Well, it is now. :)

I'll attach the changes I made to this mail so you know what to do for 
your next port.  By the way, when you submit a tar.gz file, it will be 
nice if you can put it in a subdirectory ("afio" in this case) so I
won't splash the files all over my home directory (ok ok I was too
lazy to do "tar tvzf" but time is short now! ;)....

Satoshi

 * PS: I have a few more things `ported' that might be intresting,
 * only they still need some cleanup to become real ports... (is it
 * too late for 2.1 already?)

Well, obviously it's not too late yet but it will be, soon, so please
hurry. :)

P.S. the diffs:
=======
diff -ru /home/asami/afio/Makefile afio/Makefile
--- /home/asami/afio/Makefile	Sun Oct  1 10:18:30 1995
+++ afio/Makefile	Wed Oct  4 10:29:13 1995
@@ -1,24 +1,26 @@
+# New ports collection makefile for:    afio
+# Version required:     2.4.
+# Date created:         4 October 1995
+# Whom:                 Juergen Lock <nox@jelal.hb.north.de>
+#
+# $Id: Makefile,v 1.1.1.1 1995/10/04 17:29:13 asami Exp $
+#
+
 DISTNAME=       afio.2.4.1
+PKGNAME=        afio-2.4.1
+CATEGORIES+=    sysutils
+MASTER_SITES=	ftp://sunsite.unc.edu/pub/Linux/system/Backup/ \
+	ftp://ftp.win.tue.nl/pub/linux/tbackup/ \
+	ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/system/Backup/ \
+	ftp://nic.funet.fi/pub/Linux/util/backup/ \
+	ftp://medusa.k12.ar.us/pub/linux2/sunsite/system/Backup/
 EXTRACT_SUFX=   .tgz
-MASTER_SITES=	ftp://sunsite.unc.edu/pub/Linux/system/Backup/
-MASTER_SITES+=	ftp://ftp.win.tue.nl/pub/linux/tbackup/
-MASTER_SITES+=	ftp://ftp.uni-stuttgart.de/pub/systems/linux/MIRROR.sunsite/system/Backup/
-MASTER_SITES+=	ftp://pigpen.bl.physik.tu-muenchen.de/pub/comp/os/linux/sunsite/system/Backup/
-MASTER_SITES+=	ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/system/Backup/
-MASTER_SITES+=	ftp://nic.funet.fi/pub/Linux/util/backup/
-MASTER_SITES+=	ftp://medusa.k12.ar.us/pub/linux2/sunsite/system/Backup/
-# (local...)
-#MASTER_SITES+=	ftp://st/var/spool/uucppublic/
 
 MAINTAINER=	nox@jelal.hb.north.de
-CATEGORIES+=    utilities
-
-#
-# need our own build target to pass PREFIX down to the make command
-# (still?)
-#
-do-build:
-	@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)
 
+post-install:
+.if !defined(NOMANCOMPRESS)
+	gzip -9nf ${PREFIX}/man/man1/afio.1
+.endif
 
 .include <bsd.port.mk>
diff -ru /home/asami/afio/pkg/COMMENT afio/pkg/COMMENT
--- /home/asami/afio/pkg/COMMENT	Sun Oct  1 09:05:47 1995
+++ afio/pkg/COMMENT	Wed Oct  4 10:29:14 1995
@@ -1 +1 @@
-Description: Archiver & backup program w/ builtin compression
+Archiver & backup program w/ builtin compression
diff -ru /home/asami/afio/pkg/PLIST afio/pkg/PLIST
--- /home/asami/afio/pkg/PLIST	Sun Oct  1 09:08:23 1995
+++ afio/pkg/PLIST	Wed Oct  4 10:29:14 1995
@@ -1,3 +1,3 @@
 @cwd /usr/local
 bin/afio
-man/man1/afio.1
+man/man1/afio.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510041738.KAA06438>