Commit graph

25548 commits

Author SHA1 Message Date
hubertf
f244514f27 - Put back FreeBSD RCS-Id
- Install .fdrc
1997-10-24 01:08:15 +00:00
hubertf
7b569bd4b8 remove all directories on pkg_delete 1997-10-24 01:06:26 +00:00
hubertf
c0a33377e4 Add URL of homepage to description 1997-10-24 01:05:27 +00:00
hubertf
bae33eb584 - Put back FreeBSD RCS-Id
- Move from tk41 to tk80
1997-10-24 01:04:55 +00:00
hubertf
016600b8bf include formatted manpage 1997-10-24 01:03:09 +00:00
hubertf
2ff1b849ee shut up user_from_uid(3), group_from_gid(3) 1997-10-24 01:01:57 +00:00
hubertf
762f3a6ac2 put manpages in ${PREFIX}/man, not ${PREFIX}/man/man 1997-10-24 00:59:27 +00:00
hubertf
f52bc642e9 - Put back FreeBSD RCS Id
- define MAN1
1997-10-24 00:58:01 +00:00
hubertf
58e3a18725 - Put back FreeBSD RCS-Id
- Define MANCOMPRESSED, MAN1
1997-10-24 00:55:33 +00:00
hubertf
90b81b96ea claen up on pkg_delete 1997-10-24 00:51:37 +00:00
hubertf
98bbe5629e Update patch to detect Free/NetBSD in one go. 1997-10-24 00:51:00 +00:00
hubertf
ed3e65518e Put back FreeBSD RCS-Id 1997-10-24 00:47:42 +00:00
hubertf
50553ed941 You need this option for Free- AND NetBSD! :-) 1997-10-24 00:34:43 +00:00
hubertf
e28819b3ad Use ${PREFIX}, not /usr/local! 1997-10-24 00:33:25 +00:00
hubertf
e89677cb25 Put back FreeBSD RCS-Id. 1997-10-24 00:31:35 +00:00
hubertf
0ecaae037b clean out dirs on pkg_delete 1997-10-24 00:28:26 +00:00
hubertf
7b9909c897 Put back FreeBSD RCS-Id. 1997-10-24 00:28:05 +00:00
agc
64dc6f67d8 Add libutf 1997-10-23 20:26:23 +00:00
agc
cf218e7336 Add ssam to the list of sub-directories. 1997-10-23 20:24:03 +00:00
agc
3cdc0c8b76 Initial import of the ssam stream editor - analogous to sed(1), but
using the sam command set. Uses the libutf functionality.
1997-10-23 20:18:01 +00:00
agc
96be86a43a Initial import of library with UTF-8 character set functionality, and
including UTF-8 aware regular expressions.  Needed for the ssam editor.
1997-10-23 19:45:18 +00:00
agc
6ac6f15bbf Update for top-3.5beta6.
Modify the patch to Configure so that patch will apply correctly.
1997-10-22 10:10:35 +00:00
hubertf
a31fef7c6c Sync with reality. 1997-10-22 01:05:45 +00:00
hubertf
4ab68db772 Add MANCOMPRESSED, MAN1, MAN3, MAN4, MAN6. 1997-10-22 01:04:58 +00:00
hubertf
55e2159df3 Add MANCOMPRESSED, MAN1. 1997-10-22 00:54:09 +00:00
hubertf
612aa5e628 sync with reality, rmdir empty directory on pkg_delete 1997-10-22 00:46:33 +00:00
hubertf
d4c7069ac3 Manpage's installed formatted, not unformatted. 1997-10-22 00:42:00 +00:00
hubertf
7fad1aae42 Add MAN1. 1997-10-22 00:40:52 +00:00
hubertf
3b3433af0e - don't clean out dependent packages (requested by thorpej)
- actually document the feature used above (NOCLEANDEPENDS)
 - put pkg/MESSAGE file into /var/db/pkg/XXX/+DISPLAY, if
   present (from FreeBSD)
1997-10-18 23:33:25 +00:00
hubertf
e4047cd34a i386 -> <$ARCH> (forgot some) 1997-10-17 21:38:59 +00:00
hubertf
38d2dfb1bd add MANCOMPRESSED, MAN1 1997-10-17 13:06:49 +00:00
hubertf
6594c93206 add MANCOMPRESSED, MAN1, update BUILD_DEPENDS 1997-10-17 13:03:49 +00:00
thorpej
8af161a067 Make sure the ${PREFIX} directory exists before invoking mtree. 1997-10-17 01:40:49 +00:00
agc
165fb7ce1f Initial import of Mike Brennan's small, fast awk clone to
NetBSD package system.
1997-10-16 13:49:08 +00:00
agc
0524577e0f + set MANCOMPRESSED as the package installs its man pages gzipped
+ define COMPRESSMANCMD as imake seems to expect this to be defined
(FreeBSD define this in {$X11BASE}/lib/X11/config/FreeBSD.cf)

+ when preprocessing to set the correct prefix, use LOCALBASE rather
than PREFIX, as USE_IMAKE will set PREFIX by default

+ eliminate an unnecessary temporary file when preprocessing to set
the correct prefix.
1997-10-16 12:43:24 +00:00
agc
85fe2d3925 Add definition for COMPRESSMANCMD which is in the X11 tree for FreeBSD.
Add a pre-process stage (at pre-configure time) to change hard-coded
/usr/local into ${PREFIX}.  Revert the patches I'd previously changed
to the default ${PREFIX} to be /usr/local once again, so that the
pre-processing will work.
1997-10-15 17:11:46 +00:00
agc
2a938855f8 Revert the default location to be /usr/local, so that we can use
the pre-processing stage in the pre-configure Makefile target to
modify /usr/local to ${PREFIX}.
1997-10-15 16:58:10 +00:00
agc
f55148deb0 Pre-process the source tree, to modify /usr/local to ${PREFIX}.
This is done in the pre-configure stage.
1997-10-15 16:54:39 +00:00
agc
10f0d54373 Fix obvious typo which caused a NetBSD system to be recognised
as a FreeBSD one.
1997-10-15 16:37:56 +00:00
agc
0b0db52e6a /usr/local -> /usr/pkg (like the amanda package, we need to preprocess
this).

NetBSD defines sys_errlist in <errno.h>, so include this file if we're
on NetBSD.
1997-10-15 15:42:54 +00:00
agc
11bc58db56 Add NetBSD RCS Id. 1997-10-15 15:37:17 +00:00
agc
14ca5ed644 Initial import of FreeBSD's netpbm port into the NetBSD
packages system.
1997-10-15 15:12:12 +00:00
hubertf
6a3b8142d2 - Minor documentation fixup, mostly removing comments this won't run
on some FreeBSD releases (boy can I imagine some users wondering
   what OS they're running now 8-)
 - Sync PLIST with reality... esp. empty directories.
1997-10-14 00:26:20 +00:00
agc
00751d150b Import one-line comment file describing graphics package category. 1997-10-13 16:04:54 +00:00
agc
c3525be2f9 Import one-line comment file describing editors category. 1997-10-13 16:02:05 +00:00
agc
afb1166241 Initial import of one-line comment file describing development utilities. 1997-10-13 15:59:20 +00:00
agc
af798f6977 Restore original FreeBSD Id.
Uncomment rpm
1997-10-13 15:09:19 +00:00
agc
ff08b8c1d1 Restore original FreeBSD RCS Id. 1997-10-13 15:07:24 +00:00
agc
9a2af923f7 Restore original FreeBSD Id. 1997-10-13 15:06:07 +00:00
agc
5e0fb7dad5 Flesh out the description somewhat, so that its reason for existence
is a bit more discernable.
1997-10-13 15:03:49 +00:00