Compress a bunch of manpages. Remove unnecessary @ directives from

PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
This commit is contained in:
Satoshi Asami 1996-11-18 14:17:24 +00:00
parent b7797c8f9c
commit c98cfd116d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4578
345 changed files with 787 additions and 1023 deletions

View File

@ -3,7 +3,7 @@
# Date created: 31 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.3 1995/04/12 04:48:15 asami Exp $
# $Id: Makefile,v 1.4 1996/11/12 02:17:13 obrien Exp $
#
DISTNAME= arc521e.pl8
@ -15,5 +15,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.ORG
NO_WRKSUBDIR= yes
MAN1= arc.1
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
bin/arc
bin/marc
man/man1/arc.1
man/man1/arc.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.7 1996/08/16 14:38:14 peter Exp $
# $Id: Makefile,v 1.8 1996/11/12 02:17:25 obrien Exp $
#
DISTNAME= sharutils-4.1.4
CATEGORIES= archivers
@ -14,6 +14,7 @@ MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX}
INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
post-patch:
@touch ${WRKSRC}/stamp-cod

View File

@ -5,8 +5,8 @@ bin/gunshar
bin/mailshar
bin/mail-files
bin/remsync
man/man1/gshar.1
man/man1/gunshar.1
man/man1/gshar.1.gz
man/man1/gunshar.1.gz
share/locale/de/sharutils.msg
share/locale/fr/sharutils.msg
share/locale/sv/sharutils.msg

View File

@ -3,7 +3,7 @@
# Date created: 7 Jan 1995
# Whom: ache
#
# $Id: Makefile,v 1.5 1996/04/12 08:16:45 asami Exp $
# $Id: Makefile,v 1.6 1996/11/12 02:17:29 obrien Exp $
#
DISTNAME= hpack79src
@ -19,5 +19,6 @@ NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= freebsd
INSTALL_TARGET= freebsd.install
MAN1= hpack.1
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ bin/hpack
lib/hpack
etc/hpack.cfg
bin/keycvt
man/man1/hpack.1
man/man1/hpack.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.7 1996/08/16 14:38:14 peter Exp $
# $Id: Makefile,v 1.8 1996/11/12 02:17:25 obrien Exp $
#
DISTNAME= sharutils-4.1.4
CATEGORIES= archivers
@ -14,6 +14,7 @@ MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX}
INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
post-patch:
@touch ${WRKSRC}/stamp-cod

View File

@ -5,8 +5,8 @@ bin/gunshar
bin/mailshar
bin/mail-files
bin/remsync
man/man1/gshar.1
man/man1/gunshar.1
man/man1/gshar.1.gz
man/man1/gunshar.1.gz
share/locale/de/sharutils.msg
share/locale/fr/sharutils.msg
share/locale/sv/sharutils.msg

View File

@ -3,7 +3,7 @@
# Date created: 17 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.5 1996/05/04 12:30:40 ache Exp $
# $Id: Makefile,v 1.6 1996/11/12 02:17:43 obrien Exp $
#
DISTNAME= unzip-5.2
@ -18,5 +18,6 @@ ALL_TARGET= bsd
MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS}" \
INSTALL="install -c -o bin -g bin" \
prefix=${PREFIX} -f
MAN1= funzip.1 unzip.1 unzipsfx.1 zipinfo.1
.include <bsd.port.mk>

View File

@ -1,11 +1,8 @@
@owner bin
@mode 755
bin/unzip
@exec ln -f %D/%F %B/zipinfo
bin/funzip
bin/unzipsfx
@mode 644
man/man1/funzip.1
man/man1/unzip.1
man/man1/unzipsfx.1
man/man1/zipinfo.1
man/man1/funzip.1.gz
man/man1/unzip.1.gz
man/man1/unzipsfx.1.gz
man/man1/zipinfo.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 22 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.6 1996/05/04 11:34:16 ache Exp $
# $Id: Makefile,v 1.7 1996/11/12 02:17:55 obrien Exp $
#
DISTNAME= zip21
@ -21,5 +21,6 @@ EXTRACT_ARGS= -oq
NO_WRKSUBDIR= yes
MAKEFILE= unix/Makefile
ALL_TARGET= generic
MAN1= zip.1 zipgrep.1
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
man/man1/zip.1
man/man1/zipgrep.1
man/man1/zip.1.gz
man/man1/zipgrep.1.gz
bin/zip
bin/zipnote
bin/zipsplit

View File

@ -3,7 +3,7 @@
# Date created: 18 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.4 1995/04/15 04:45:25 asami Exp $
# $Id: Makefile,v 1.5 1996/11/12 02:17:57 obrien Exp $
#
DISTNAME= zoo-2.10pl1
@ -16,5 +16,6 @@ MAINTAINER= jmz@FreeBSD.org
NO_WRKSUBDIR= yes
ALL_TARGET= bsdansi
MAKEFILE= makefile
MAN1= fiz.1 zoo.1
.include <bsd.port.mk>

View File

@ -1,8 +1,4 @@
@cd /usr/local
@owner bin
@mode 755
bin/fiz
bin/zoo
@mode 644
man/man1/fiz.1
man/man1/zoo.1
man/man1/fiz.1.gz
man/man1/zoo.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: pst
#
# $Id: Makefile,v 1.6 1996/10/25 13:32:26 ache Exp $
# $Id: Makefile,v 1.7 1996/11/15 23:13:44 obrien Exp $
#
DISTNAME= gsm-1.0.10
@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
MAINTAINER= pst@FreeBSD.org
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
post-install:
/sbin/ldconfig -m ${PREFIX}/lib

View File

@ -1,13 +1,13 @@
bin/toast
@exec ln -fs %f %B/untoast
@exec ln -fs %f %B/untoastt
man/man1/toast.1
man/man1/toast.1.gz
@exec ln -fs %f %B/untoast.1
@exec ln -fs %f %B/tcat.1
man/man3/gsm.3
man/man3/gsm_explode.3
man/man3/gsm_option.3
man/man3/gsm_print.3
man/man3/gsm.3.gz
man/man3/gsm_explode.3.gz
man/man3/gsm_option.3.gz
man/man3/gsm_print.3.gz
lib/libgsm.so.1.0.10
@exec /sbin/ldconfig -m %B
lib/libgsm.a

View File

@ -3,7 +3,7 @@
# Date created: 16 March 1995
# Whom: rmallory@csusb.edu
#
# $Id: Makefile,v 1.5 1996/10/03 14:13:05 adam Exp $
# $Id: Makefile,v 1.6 1996/11/15 23:14:10 obrien Exp $
#
DISTNAME= rplay-3.2.0b5
@ -14,5 +14,6 @@ MAINTAINER= rmallory@csusb.edu
HAS_CONFIGURE= yes
USE_GMAKE= yes
MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5
.include <bsd.port.mk>

View File

@ -9,6 +9,6 @@ lib/librplay.a
@comment man/man1/rplay.1
@comment man/man1/rplayd.1
@comment man/man1/rptp.1
man/man5/rplay.conf.5
man/man5/rplay.hosts.5
man/man5/rplay.servers.5
man/man5/rplay.conf.5.gz
man/man5/rplay.hosts.5.gz
man/man5/rplay.servers.5.gz

View File

@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.13 1996/11/05 13:19:57 asami Exp $
# $Id: Makefile,v 1.14 1996/11/15 23:14:37 obrien Exp $
#
DISTNAME= xcd-1.5
@ -15,5 +15,6 @@ MAINTAINER= jmz@FreeBSD.org
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
WRKSRC= ${WRKDIR}/xcd
MAN1= cdplayer.1 xcd.1
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
@cd /usr/local
@owner bin
@mode 755
bin/cdplayer
bin/xcd
@mode 644
lib/xcd/eject.xbm
lib/xcd/eject_s.xbm
lib/xcd/ff.xbm
@ -20,6 +16,6 @@ lib/xcd/rewind.xbm
lib/xcd/rewind_s.xbm
lib/xcd/stop.xbm
lib/xcd/stop_s.xbm
man/man1/cdplayer.1
man/man1/xcd.1
man/man1/cdplayer.1.gz
man/man1/xcd.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 30 June 1995
# Whom: janek@gaja.ipan.lublin.pl
#
# $Id$
# $Id: Makefile,v 1.4 1996/11/18 13:38:46 asami Exp $
#
DISTNAME= xmix-2.1
@ -21,6 +21,6 @@ WRKSRC= $(WRKDIR)/xmix
pre-install:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
${INSTALL_DATA} $(WRKSRC)/XMix /usr/X11R6/lib/X11/app-defaults
${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>

View File

@ -1,7 +1,3 @@
@mode 755
@owner bin
@group bin
bin/xmix
@mode 644
lib/X11/app-defaults/XMix
man/man1/xmix.1.gz

View File

@ -1,6 +1,2 @@
@cd /usr/local
@owner bin
@mode 755
bin/bonnie
@mode 644
man/man1/bonnie.1.gz

View File

@ -1,4 +1,3 @@
@mode 755
bin/bytebench
lib/bytebench/Run
lib/bytebench/pgms/looper
@ -30,7 +29,6 @@ lib/bytebench/pgms/execl
lib/bytebench/pgms/dhry2
lib/bytebench/pgms/dhry2reg
lib/bytebench/pgms/byte.logo
@mode 644
lib/bytebench/Makefile
lib/bytebench/README
lib/bytebench/doc/bench3.doc

View File

@ -3,7 +3,7 @@
# Date created: 26 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.16 1996/11/14 08:08:04 ache Exp $
# $Id: Makefile,v 1.17 1996/11/18 11:21:53 asami Exp $
#
DISTNAME= iozone
@ -20,5 +20,6 @@ MAINTAINER= jmz@FreeBSD.org
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
MAN1= iozone.1
.include <bsd.port.mk>

View File

@ -1,6 +1,2 @@
@cd /usr/local
@owner bin
@mode 755
bin/iozone
@mode 644
man/man1/iozone.1
man/man1/iozone.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 26 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.16 1996/11/14 08:08:04 ache Exp $
# $Id: Makefile,v 1.17 1996/11/18 11:21:53 asami Exp $
#
DISTNAME= iozone
@ -20,5 +20,6 @@ MAINTAINER= jmz@FreeBSD.org
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
MAN1= iozone.1
.include <bsd.port.mk>

View File

@ -1,6 +1,2 @@
@cd /usr/local
@owner bin
@mode 755
bin/iozone
@mode 644
man/man1/iozone.1
man/man1/iozone.1.gz

View File

@ -1,4 +1,3 @@
@mode 755
bin/bytebench
lib/bytebench/Run
lib/bytebench/pgms/looper
@ -30,7 +29,6 @@ lib/bytebench/pgms/execl
lib/bytebench/pgms/dhry2
lib/bytebench/pgms/dhry2reg
lib/bytebench/pgms/byte.logo
@mode 644
lib/bytebench/Makefile
lib/bytebench/README
lib/bytebench/doc/bench3.doc

View File

@ -3,7 +3,7 @@
# Date created: 18 Dec 1994
# Whom: swallace
#
# $Id: Makefile,v 1.4 1995/07/29 08:49:29 asami Exp $
# $Id: Makefile,v 1.5 1996/11/15 23:30:55 obrien Exp $
#
DISTNAME= irsim-9.2
@ -14,5 +14,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= swallace@FreeBSD.org
WRKSRC= ${.CURDIR}/work/irsim
MAN1= irsim.1
MAN3= irsim-analyzer.3
MAN5= netchange.5
.include <bsd.port.mk>

View File

@ -2,8 +2,8 @@ bin/irsim
bin/ifsim
bin/h2a
bin/inet2sim
man/man1/irsim.1
man/man3/irsim-analyzer.3
man/man5/netchange.5
man/man1/irsim.1.gz
man/man3/irsim-analyzer.3.gz
man/man5/netchange.5.gz
lib/scmos1_6um.prm
lib/scmos2um.prm

View File

@ -12,6 +12,6 @@ share/spice/mfbcap
share/spice/news
man/man5/mfbcap.5.gz
man/man1/sconvert.1.gz
man/man1/nutmeg.1.gz
man/man1/nutmeg.1.gz
man/man1/spice.1.gz
man/man3/mfb.3.gz

View File

@ -1,4 +1,3 @@
@cd /usr/local
bin/ecu
lib/ecu/funckeymap
lib/ecu/ecuhelp.data

View File

@ -1,3 +1,2 @@
@cwd /usr/local
bin/kermit
man/man1/kermit.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.11 1996/09/14 01:59:33 asami Exp $
# $Id: Makefile,v 1.12 1996/11/17 03:01:02 obrien Exp $
#
DISTNAME= mgetty-0.99
@ -15,6 +15,11 @@ MAINTAINER= jmz@FreeBSD.org
IS_INTERACTIVE= yes
MAKE_FLAGS= prefix=${PREFIX} -f
MAN1= coverpg.1 fax.1 faxq.1 faqrm.1 faxrunq.1 faxspool.1 \
g3cat.1 g3topbm.1 pbmtog3.1
MAN4= mgettydefs.4
MAN5= faxqueue.5
MAN8= sendfax.8 mgetty.8 callback.8
pre-install:
@(cd ${WRKSRC}/doc; ${GMAKE} manpages)

View File

@ -1,3 +1,4 @@
@cd /usr/local
bin/faxspool
bin/faxq
bin/faxrm

View File

@ -1,10 +1,4 @@
@cwd ${X11BASE}
@mode 2755
@owner bin
@group dialer
bin/seyon
@group bin
@mode 444
lib/X11/app-defaults/Seyon
lib/X11/app-defaults/Seyon-color
lib/X11/seyon.help

View File

@ -3,7 +3,7 @@
# Date created: 1 May 1995
# Whom: ache
#
# $Id: Makefile,v 1.4 1995/11/26 10:51:42 asami Exp $
# $Id: Makefile,v 1.5 1996/11/10 21:31:57 obrien Exp $
#
DISTNAME= mpack-1.5-src
@ -16,5 +16,6 @@ MAINTAINER= ache@FreeBSD.ORG
WRKSRC= ${WRKDIR}/mpack
MAKEFLAGS= -DDESTDIR=${PREFIX} -f
MAN1= mpack.1 munpack.1
.include <bsd.port.mk>

View File

@ -1,5 +1,4 @@
@cwd /usr/local
bin/mpack
bin/munpack
man/man1/mpack.1
man/man1/munpack.1
man/man1/mpack.1.gz
man/man1/munpack.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 10 November 1995
# Whom: pst
#
# $Id: Makefile,v 1.6 1996/08/03 19:11:26 pst Exp $
# $Id: Makefile,v 1.7 1996/11/17 03:18:23 obrien Exp $
#
DISTNAME= gnats-3.97-beta
@ -22,6 +22,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-lispdir=${PREFIX}/share/emacs/site-lisp \
--with-full-gnats
USE_GMAKE= yes
MAN1= edit-pr.1 gnats.1 query-pr.1 send-pr.1
MAN8= mkcat.8 rmcat.8 mkdist.8 query-pr.8 file-pr.8 gen-index.8
# this stops the configuration program from pulling installation
# information in from the standard freebsd send-pr program

View File

@ -1,4 +1,3 @@
@cwd /usr/local
bin/edit-pr
bin/send-pr
bin/query-pr
@ -46,16 +45,16 @@ lib/gnats/queue-pr
lib/gnats/gen-index
lib/gnats/mail-query
lib/gnats/cygnus
man/man1/edit-pr.1
man/man1/query-pr.1
man/man1/send-pr.1
man/man8/mkcat.8
man/man8/rmcat.8
man/man8/mkdist.8
man/man8/queue-pr.8
man/man8/file-pr.8
man/man8/gen-index.8
man/manl/gnats.l
man/man1/edit-pr.1.gz
man/manl/gnats.l.gz
man/man1/query-pr.1.gz
man/man1/send-pr.1.gz
man/man8/mkcat.8.gz
man/man8/rmcat.8.gz
man/man8/mkdist.8.gz
man/man8/queue-pr.8.gz
man/man8/file-pr.8.gz
man/man8/gen-index.8.gz
share/emacs/site-lisp/gnats.el
share/emacs/site-lisp/gnats.elc
share/emacs/site-lisp/send-pr.el

View File

@ -58,4 +58,4 @@ lib/ical/v2.1b2/support.tcl
lib/ical/v2.1b2/timerange.tcl
lib/ical/v2.1b2/trigger.tcl
lib/ical/v2.1b2/tclIndex
man/man1/ical.1
man/man1/ical.1.gz

View File

@ -1,3 +1,2 @@
@cwd /usr/local
bin/zorro
share/zorro/DOTzorrorc

View File

@ -3,7 +3,7 @@
# Date created: 11 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.11 1996/09/14 03:25:31 ache Exp $
# $Id: Makefile,v 1.12 1996/11/18 10:22:43 asami Exp $
#
DISTNAME= make-3.75
@ -12,5 +12,6 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
GNU_CONFIGURE= yes
MAN1= gmake.1
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
bin/gmake
man/man1/gmake.1
man/man1/gmake.1.gz
info/make.info
info/make.info-1
info/make.info-2

View File

@ -3,7 +3,7 @@
# Date created: 11 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.11 1996/09/14 03:25:31 ache Exp $
# $Id: Makefile,v 1.12 1996/11/18 10:22:43 asami Exp $
#
DISTNAME= make-3.75
@ -12,5 +12,6 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
GNU_CONFIGURE= yes
MAN1= gmake.1
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
bin/gmake
man/man1/gmake.1
man/man1/gmake.1.gz
info/make.info
info/make.info-1
info/make.info-2

View File

@ -1,4 +1,4 @@
lib/libdlmalloc.a
@exec ranlib %D/%F
lib/libdlmalloc.so.2.5
@exec ldconfig -m %B
@exec /sbin/ldconfig -m %B

View File

@ -1,8 +1,7 @@
@cd /usr/local
lib/libmalloc.a
@exec ranlib %D/%F
lib/libmalloc_d.a
@exec ranlib %D/%F
include/malloc.h
lib/libmalloc_d.so.1.13
@exec ldconfig -m %B
@exec /sbin/ldconfig -m %B

View File

@ -1,9 +1,4 @@
@cd /usr/local
@mode 755
@owner bin
@group bin
bin/gm4
@mode 644
info/m4.info
info/m4.info-1
info/m4.info-2

View File

@ -3,7 +3,7 @@
# Date created: 17 Sep 96
# Whom: jmacd@FreeBSD.ORG
#
# $Id: Makefile,v 1.3 1996/10/08 07:32:33 asami Exp $
# $Id: Makefile,v 1.4 1996/11/18 11:23:34 asami Exp $
#
DISTNAME= prcs-1.0.1
@ -14,5 +14,6 @@ MAINTAINER= jmacd@FreeBSD.ORG
USE_GMAKE= yes
HAS_CONFIGURE= yes
MAN1= prcs.1
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
bin/prcs
man/man1/prcs.1
man/man1/prcs.1.gz
info/prcs.info
info/prcs.info-1
info/prcs.info-2

View File

@ -1,4 +1,3 @@
@cwd /usr/local
bin/tkcvs
bin/tkdiff
lib/tkcvs/README.tkcvs

View File

@ -1,6 +1,4 @@
@mode 755
bin/xxgdb
bin/xxgdbiowin
@mode 444
man/man1/xxgdb.1.gz
lib/X11/app-defaults/XDbx

View File

@ -1,4 +1,3 @@
@cwd /usr/X11R6
bin/asedit
man/man1/asedit.1.gz
lib/X11/app-defaults/Asedit

View File

@ -1,11 +1,8 @@
@cwd ${X11BASE}
@mode 755
bin/axe
bin/coaxe
bin/axinfo
bin/faxe
bin/poleaxe
@mode 444
man/man1/axe.1.gz
man/man1/axinfo.1.gz
lib/X11/app-defaults/Axe

View File

@ -3,7 +3,7 @@
# Date created: 21 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.13 1996/09/25 12:58:53 erich Exp $
# $Id: Makefile,v 1.14 1996/11/11 05:07:11 obrien Exp $
#
DISTNAME= jove-4.16
@ -13,5 +13,6 @@ MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/
MAINTAINER= erich@FreeBSD.ORG
WRKSRC= ${WRKDIR}/jove
MAN1= jove.1 teachjove.1 xjove.1 jovetool.1
.include <bsd.port.mk>

View File

@ -2,10 +2,10 @@ bin/jove
bin/teachjove
libexec/jove/portsrv
libexec/jove/recover
man/man1/jove.1
man/man1/teachjove.1
man/man1/xjove.1
man/man1/jovetool.1
man/man1/jove.1.gz
man/man1/teachjove.1.gz
man/man1/xjove.1.gz
man/man1/jovetool.1.gz
share/jove/teach-jove
share/jove/cmds.doc
share/jove/jove.rc.sun

View File

@ -4,7 +4,7 @@
#
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
#
# $Id: $
# $Id: Makefile,v 1.3 1996/10/10 00:33:02 max Exp $
#
DISTNAME= nedit-4.0.1
CATEGORIES= editors x11
@ -21,6 +21,7 @@ USE_X11= yes
NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xf
EXTRACT_ONLY= nedit_source.tar
MAN1= nedit.1 nc.1
post-extract:
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit

View File

@ -1,5 +1,5 @@
bin/nedit
bin/nc
man/man1/nedit.1
man/man1/nc.1
man/man1/nedit.1.gz
man/man1/nc.1.gz
lib/X11/app-defaults/NEdit

View File

@ -1,7 +1,4 @@
@owner bin
@mode 755
bin/uemacs
@mode 644
lib/uemacs/.emacsrc
lib/uemacs/bpage.cmd
lib/uemacs/cpage.cmd

View File

@ -3,7 +3,7 @@
# Date created: 19 Jun 1995
# Whom: joerg
#
# $Id: Makefile,v 1.2 1996/06/11 21:52:30 asami Exp $
# $Id: Makefile,v 1.3 1996/11/11 05:07:27 obrien Exp $
#
DISTNAME= uzap
@ -15,7 +15,7 @@ MAINTAINER= joerg@FreeBSD.org
# restrictive Copyright; the author is no longer reachable, however :-(
RESTRICTED= "Restrictive copyright."
WRKSRC= ${WRKDIR}
MAN1= uzap.1
.include <bsd.port.mk>

View File

@ -1,3 +1,2 @@
@cwd /usr/local
bin/uzap
man/man1/uzap.1
man/man1/uzap.1.gz

View File

@ -1,4 +1,3 @@
@cwd /usr/X11R6
bin/xed
lib/X11/xed/xed.help
lib/X11/app-defaults/Xed

View File

@ -1,8 +1,4 @@
@mode 755
@owner bin
@group bin
bin/cpmemu
@mode 644
lib/cpm/cpm.sys
lib/cpm/cd.com
lib/cpm/link.com

View File

@ -3,7 +3,7 @@
# Date created: 25 December 1994
# Whom: joerg
#
# $Id: Makefile,v 1.13 1996/06/03 02:17:05 asami Exp $
# $Id: Makefile,v 1.14 1996/11/12 02:16:41 obrien Exp $
#
DISTNAME= cpm-1.1
@ -13,6 +13,7 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= joerg@FreeBSD.org
WRKSRC= ${WRKDIR}/cpm
MAN1= cpm.1
#
# need our own build target to pass PREFIX down to the make command

View File

@ -1,4 +1,3 @@
@cwd /usr/local
bin/cpm
lib/cpm.hlp
man/man1/cpm.1
man/man1/cpm.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 17 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.7 1995/11/22 11:48:10 asami Exp $
# $Id: Makefile,v 1.8 1996/11/12 02:16:45 obrien Exp $
#
DISTNAME= hfs0_37
@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org
USE_GMAKE= yes
MAN1= hfs.1
pre-install:
@${MKDIR} ${PREFIX}/bin

View File

@ -1,7 +1,2 @@
@cd /usr/local
@owner root
@mode 6755
bin/hfs
@owner bin
@mode 644
man/man1/hfs.1
man/man1/hfs.1.gz

View File

@ -1,8 +1,5 @@
@cd /usr/local
@mode 555
bin/pcemu
@exec mkdir -p %D/lib/pcemu/doc %D/lib/pcemu/font %D/lib/pcemu/C
@mode 444
lib/pcemu/doc/BUGS
lib/pcemu/doc/CHANGES
lib/pcemu/doc/README
@ -17,6 +14,5 @@ lib/pcemu/C/config.sys
lib/pcemu/C/dumpdisk.exe
lib/pcemu/C/lredir.exe
lib/pcemu/C/emufs.sys
@mode 666
lib/pcemu/DriveA
@unexec rm -rf %D/lib/pcemu

View File

@ -1,3 +1,2 @@
@cwd /usr/local
bin/vmsbackup
man/man1/vmsbackup.1.gz

View File

@ -1,6 +1,3 @@
@cd /usr/local
@owner bin
@mode 755
bin/wine
etc/wine.conf
etc/wine.sym

View File

@ -1,6 +1,3 @@
@cd /usr/local
@owner bin
@mode 755
bin/wine
etc/wine.conf
etc/wine.sym

View File

@ -3,7 +3,7 @@
# Date created: 15 May 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.3 1996/03/16 15:29:09 torstenb Exp $
# $Id: Makefile,v 1.4 1996/11/18 11:35:24 asami Exp $
#
DISTNAME= mirror-2.8
@ -14,6 +14,7 @@ MAINTAINER= torstenb@FreeBSD.ORG
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= mirror.1 mirrormaster.1
pre-install:
mkdir -p ${PREFIX}/lib/mirror

View File

@ -7,5 +7,5 @@ lib/mirror/dateconv.pl
lib/mirror/ftp.pl
lib/mirror/lsparse.pl
lib/mirror/mirror.defaults.sample
man/man1/mirror.1
man/man1/mirrormaster.1
man/man1/mirror.1.gz
man/man1/mirrormaster.1.gz

View File

@ -1,3 +1,2 @@
@cwd /usr/local
libexec/tftpd
man/man8/tftpd.8.gz

View File

@ -3,7 +3,7 @@
# Date created: 5 March 1995
# Whom: joerg
#
# $Id: Makefile,v 1.7 1996/08/13 20:09:54 markm Exp $
# $Id: Makefile,v 1.8 1996/11/18 11:24:18 asami Exp $
#
DISTNAME= acm-4.7
@ -15,6 +15,7 @@ MAINTAINER= joerg@FreeBSD.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
STRIP=
MAN1= acm.1
.include <bsd.port.mk>

View File

@ -1,10 +1,7 @@
@owner games
@mode 555
bin/acm
bin/acms
bin/kill-acms
man/man1/acm.1
@mode 444
man/man1/acm.1.gz
games/acm/default-scene
games/acm/maui-scene
games/acm/kauai-scene

View File

@ -3,7 +3,7 @@
# Date created: 04 July 1996
# Whom: markm
#
# $Id: Makefile,v 1.2 1996/07/10 02:36:38 asami Exp $
# $Id: Makefile,v 1.3 1996/11/18 10:23:11 asami Exp $
#
DISTNAME= gnuchess-4.0.pl77
@ -17,5 +17,6 @@ HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
#CONFIGURE_SCRIPT= src/configure
#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
MAN6= game.6 gnuan.6 gnuchess.6 postprint.6
.include <bsd.port.mk>

View File

@ -10,7 +10,7 @@ lib/gnuchess.lang
lib/eco.pgn
lib/gnuchess.data
lib/gnuchess.eco
man/man6/game.6
man/man6/gnuan.6
man/man6/gnuchess.6
man/man6/postprint.6
man/man6/game.6.gz
man/man6/gnuan.6.gz
man/man6/gnuchess.6.gz
man/man6/postprint.6.gz

View File

@ -3,7 +3,7 @@
# Date created: 20 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.4 1995/04/11 00:20:13 asami Exp $
# $Id: Makefile,v 1.5 1996/11/18 11:24:32 asami Exp $
#
DISTNAME= golddig2
@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
MAN6= golddig.6
pre-patch:
@(cd ${WRKSRC}; for i in 245 244 246 247; do \
awk '{if (/^#!/) x++} {if(x) print $$0'} $$i| /bin/sh; \

View File

@ -1,10 +1,5 @@
@cd /usr/local
@owner games
@mode 755
bin/golddig
@mode 4755
bin/makelev
@mode 644
lib/golddig/default
lib/golddig/goldlev001
lib/golddig/goldlev002
@ -24,7 +19,5 @@ lib/golddig/goldlev015
lib/golddig/goldlev016
lib/golddig/goldlev017
lib/golddig/goldlev018
@mode 666
lib/golddig/scores
@mode 644
man/man6/golddig.6
man/man6/golddig.6.gz

View File

@ -1,12 +1,7 @@
@pkgdep xview-lib-3.2.1
@owner root
@group sys
@mode 0555
bin/imaze
bin/ninja
bin/genlab
bin/imazesrv
@mode 0444
man/man6/imaze.6.gz
man/man6/ninja.6.gz
man/man6/genlab.6.gz

View File

@ -1,7 +1,3 @@
@cd ${X11BASE}
@owner games
@mode 644
man/man6/jetpack.6.gz
lib/X11/jetpack/jetpack.lev000
@mode 4755
bin/jetpack

View File

@ -1,3 +1,2 @@
@cwd ${X11BASE}
bin/oneko
man/man1/oneko.1.gz

View File

@ -1,3 +1,2 @@
@cwd ${X11BASE}
bin/xasteroids
man/man6/xasteroids.6.gz

View File

@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.6 1996/07/12 11:07:20 asami Exp $
# $Id: Makefile,v 1.7 1996/11/18 10:23:28 asami Exp $
#
DISTNAME= xboard-3.4.pl1
@ -18,6 +18,7 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
STRIP=
MAN6= xboard.6 cmail.6
pre-configure:
cd ${WRKSRC}; autoconf; autoheader

View File

@ -1,6 +1,6 @@
bin/xboard
bin/cmail
bin/pxboard
man/man6/xboard.6
man/man6/cmail.6
man/man6/xboard.6.gz
man/man6/cmail.6.gz
info/xboard.info

View File

@ -1,10 +1,5 @@
@cd ${X11BASE}
@owner games
@mode 555
bin/xboing
@mode 666
lib/X11/xboing/.xboing.scr
@mode 444
lib/X11/xboing/levels/demo.data
lib/X11/xboing/levels/editor.data
lib/X11/xboing/levels/level01.data

View File

@ -1,2 +1 @@
@cwd ${X11BASE}
bin/xchomp

View File

@ -1,6 +1,3 @@
@cd ${X11BASE}
@owner games
@mode 755
bin/xemeraldia
@exec touch -f %D/lib/X11/.xemeraldia.scores
@exec chmod 666 %D/lib/X11/.xemeraldia.scores

View File

@ -1,4 +1,3 @@
@cwd /usr/X11R6
bin/xinvaders
man/man6/xinvaders.6.gz
lib/X11/app-defaults/Vaders

View File

@ -1,11 +1,6 @@
@cd /usr/local
@owner games
@mode 755
bin/xjewel
bin/xjewel_
@mode 666
lib/xjewel.scores
@mode 644
lib/xjewel.font/fonts.dir
lib/xjewel.font/seven_seg.pcf.Z
man/man6/xjewel.6.gz

View File

@ -1,4 +1,3 @@
@cwd ${X11BASE}
bin/xlife
bin/lifeconv
bin/collect

View File

@ -1,5 +1,5 @@
bin/xmahjongg
man/man6/xmahjongg.6
man/man6/xmahjongg.6.gz
lib/X11/xmahjongg
@dirrm lib/X11/xmahjongg
lib/X11/fonts/misc/xmahjongg.bdf

View File

@ -1,3 +1,2 @@
@cwd ${X11BASE}
bin/xmille
man/man1/xmille.1.gz

View File

@ -3,7 +3,7 @@
# Date created: 25 December 1994
# Whom: joerg
#
# $Id: Makefile,v 1.9 1996/06/03 02:17:18 asami Exp $
# $Id: Makefile,v 1.10 1996/11/18 11:26:03 asami Exp $
#
DISTNAME= xmine-1.0.3-Xaw
@ -13,8 +13,9 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= joerg@FreeBSD.org
LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
USE_IMAKE= yes
MAN1= xmine.1
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
@cwd ${X11BASE}
bin/xmine
lib/X11/app-defaults/Xmine
man/man1/xmine.1
man/man1/xmine.1.gz

View File

@ -1,6 +1,2 @@
@cd ${X11BASE}
@owner games
@mode 555
bin/xminesweep
@mode 444
man/man1/xminesweep.1.gz

View File

@ -1,2 +1 @@
@cwd ${X11BASE}
bin/xmj

Some files were not shown because too many files have changed in this diff Show More