Commit graph

734 commits

Author SHA1 Message Date
hubertf
2e1218a4f3 portlint: move ONLY_FOR_ARCHS 1998-01-24 03:20:01 +00:00
hubertf
db5b233275 portlint: use our install-info 1998-01-24 03:14:44 +00:00
hubertf
ea13d8729d portlint: $() -> ${} 1998-01-24 03:13:01 +00:00
hubertf
21a7046222 Depend on gtexinfo (after fixing info-files on last commit), and fix
including of gsm files. Closes PR 4878 from Manuel Bouyer
<bouyer@antioche.lip6.fr>
1998-01-23 16:58:49 +00:00
hubertf
7b574e64e0 Echo "" instead of nothing in CKSUMFILES computation..
Fixes PR 4877 by Manuel Bouyer <bouyer@antioche.lip6.fr>
1998-01-23 16:48:23 +00:00
bouyer
ca27d6e9c9 add elm 1998-01-23 13:22:15 +00:00
bouyer
560e303db6 Restore FreeBSD id's
formatted man pages have suffix 0, not 1.
Use patch to change /usr/local to __PREFIX/share in nls/LANGS
Use sed to change __PREFIX into $PREFIX in nls/LANGS
1998-01-23 13:17:11 +00:00
bouyer
c82adae82e Import from FreeBSD ports 1998-01-23 12:19:45 +00:00
bouyer
71c9ef3d2b add fvwm95 and xcolors 1998-01-23 12:14:43 +00:00
bouyer
ed5119ba71 Adapt to NetBSD's package system. 1998-01-23 12:08:33 +00:00
bouyer
5113d28945 Add pixmap & xbmbrowser 1998-01-23 11:42:30 +00:00
bouyer
df91cf580a Import from the FreeBSD port collection. 1998-01-23 11:42:19 +00:00
bouyer
12e57c4b59 Restore FreeBSD RCS Id, adjust PLISTS and CAT1 1998-01-23 11:41:14 +00:00
bouyer
e97b264e79 Import from the FreeBSD port collection. 1998-01-23 11:24:57 +00:00
agc
8b58a1d6ba Enable rsync. 1998-01-23 10:00:38 +00:00
agc
40dcb6b904 Initial import of rsync, a utility to synchronise directory trees
across machines in an efficient manner, into the NetBSD packages
collection.

This is originally from the FreeBSD ports collection, but I've
(a) deleted the patches which add support for a client for the public
rsync daemon (I have no real way to test that under NetBSD), and
(b) added a patch to use mkstemp() instead of a mktemp(), open()
combination, and
(c) also upgraded to version 1.6.9 while I was at it.
1998-01-23 09:57:21 +00:00
agc
9896f91228 In the shell script to find an executable upon which this package
depends, break out of the loop when you find one.  Also print the name
of the executable found.
1998-01-23 09:47:57 +00:00
is
5d06ceee39 Clean up Makefile (install man pages correctly, add comments, use
correct prefix etc.)
1998-01-22 18:01:19 +00:00
is
5c59742be6 Initial import of the mtools package, as adapted by me.
Can probably be refined a bit (e.g. patching in correct pathnames into
documentation).
1998-01-22 15:44:44 +00:00
agc
8dd06dcbcb Ignore the return code from rm when removing the ${WRKDIR} symbolic
link, when doing a "make clean" with WRKOBJDIR defined.  From Thorsten
Frueauf.
1998-01-22 11:27:54 +00:00
agc
65c222c486 Set MIRROR_DISTFILE to "no" in package Makefiles which might have
restrictions placed on the redistribution of their distfiles.  Please
note that I've erred on the side of caution here.
1998-01-22 10:26:36 +00:00
agc
b18b1d84e7 Add a MIRROR_DISTFILE variable; defaults to "yes", and should be set
to "no" in a package's Makefile when the authors have placed
restrictions on the redistribution of the distfiles.  (Thanks to Jason
Thorpe for the idea).

Add a `mirror' target, which will do a "make fetch" if the package's
distfile is allowed to be redistributed.  This is for use on sites
which mirror package distfiles.  (Thanks to Charles Hannum for the
idea).
1998-01-22 10:20:48 +00:00
hubertf
baca453e76 Update to 1.2.22, disable suid, add master site. 1998-01-22 07:48:11 +00:00
agc
32f8d2a436 Fix up an error relating to a forward declaration of the time(3)
library function, found by Bill Coldwell on /alpha.

Clean up the other warnings, too.
1998-01-21 15:09:10 +00:00
hubertf
ad3d2fa719 Add gtexinfo as requirement to build/install bash (needed for the info
page). This fixes PR pkg/4850 by Perry E. Metzger <perry@piermont.com>.

Also while there, see that the section under which the info file in the
dir file ends up is "Shells", not "Misc". (To be consistent with zsh)
1998-01-20 23:28:25 +00:00
agc
3beb06c1a2 Fix this another way for OBJMACHINE - use Hubert's ${WRKDIR:T}
construction to specify the work directory here.
1998-01-20 17:55:14 +00:00
agc
d3b8025d02 Add ls-R.5 manual page to the Makefile's MAN5 definition so that it
gets gzipped/gunzipped using the usual package compression mechanism.
1998-01-20 17:09:21 +00:00
agc
82ec33915c Correct name of this package in the initial comment.
Specify the manual page correctly in Makefile and PLIST.

Add NetBSD RCS Id to PLIST.
1998-01-20 11:18:15 +00:00
agc
38ef44e1a9 Make this package depend on the gs binary installed by the
ghostscript5 package as (a) we should be encouraging people to use the
packages collection where possible, and (b) it messes up the package
depencies if we don't, to the extent that pkg_delete will have problems.
1998-01-19 11:30:32 +00:00
agc
da06ca2f20 Fix typo in version required comment.
Specify the working directory name for pre-requisite packages the same
way that Hubert did (using ${WRKDIR:T}).  This works both with and
without OBJMACHINE set.

Change the way that paper size is selected. All packages that use
a paper size definition should use a PAPER_SIZE definition, set in
either the environment or /etc/mk.conf. This can be set to "A4" or
"a4", but defaults to US letter ("letter") if not set. Re-define
the do-build target accordingly.
1998-01-19 11:26:50 +00:00
agc
ac2d93b0a8 Change the way the default MTA is specified so it's done properly
for definitions in /etc/mk.conf.
1998-01-19 09:11:52 +00:00
hubertf
2dacad40e6 Correct some spelling typos, pointed out by
David Brownlee <abs@netbsd.org>.
1998-01-19 08:07:16 +00:00
hubertf
92684741e8 portlint: kill space at EOL 1998-01-19 01:23:36 +00:00
hubertf
7a2004e671 portlint: fix RCS Id 1998-01-19 01:23:24 +00:00
hubertf
82ea42fb17 portlint: $() vs. ${} 1998-01-19 01:21:58 +00:00
hubertf
ce96623a7f portlint: Fix RCS Id 1998-01-19 01:20:26 +00:00
hubertf
924c9f993d portlint: kill space at EOL 1998-01-19 01:19:04 +00:00
hubertf
8dba8b10ef portlint: fix RCS Id 1998-01-19 01:17:30 +00:00
hubertf
54e82f1f7b portlint: use command-macros, fix info-file installation, empty line at EOF, ... 1998-01-19 01:16:29 +00:00
hubertf
1051253543 portlint: Fix RCS Id 1998-01-19 01:13:29 +00:00
hubertf
cb86775d23 portlint: change order, use command-macros 1998-01-19 01:11:51 +00:00
hubertf
991232a371 portlint: make comment shorter 1998-01-19 01:10:17 +00:00
hubertf
a79d99cc1a portlint: kill empty line at the EOF 1998-01-19 01:08:03 +00:00
hubertf
b308880235 portlint: Fix RCS Id 1998-01-19 01:07:52 +00:00
hubertf
84b966243e portlint: install info pages propperly, RCS ID, no more USE_GMAKE, ... 1998-01-19 01:03:31 +00:00
hubertf
0f2a06ddca portlint: fix RCS Id, add MAINTAINER+MAN1 1998-01-19 01:00:16 +00:00
hubertf
c8ab5290a9 portlint: move RCS-Id 1998-01-19 00:58:52 +00:00
hubertf
b8f7ab7bfb portlint: change order, kill whitespace 1998-01-19 00:57:03 +00:00
hubertf
4619e11943 portlint: make comment shorter 1998-01-19 00:55:22 +00:00
hubertf
1a5b2194ff portlint: ldconfig 1998-01-19 00:54:27 +00:00