Commit Graph

2426 Commits

Author SHA1 Message Date
Satoshi Asami
e1c2f41478 Added xvgr. 1995-11-26 13:49:33 +00:00
Satoshi Asami
da855e3f1b Added workman. 1995-11-26 12:47:37 +00:00
Satoshi Asami
c873ad9bd2 Yet another CD player, just much better than others. Requires xview.
Submitted by:	Donald Burr <d_burr@ix.netcom.com>
1995-11-26 12:47:06 +00:00
Satoshi Asami
ba036ace54 Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable files
too.  Basically, if the name starts with a "/", it's tested with "test -e";
otherwise, it's tested with "witch -s".

Reviewed by:	the ports list (well at least nobody complained)
1995-11-26 12:35:49 +00:00
Satoshi Asami
da789be791 Shorten category names. 1995-11-26 12:21:42 +00:00
Satoshi Asami
1964302fda Change "emulation" to "emulators". I have no idea how I missed this one! 1995-11-26 12:21:03 +00:00
Satoshi Asami
8596481e55 Category "networking" -> "www". 1995-11-26 11:32:35 +00:00
Satoshi Asami
69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00
Satoshi Asami
7256ded795 Remove "utils" from the categories. They already are in others. 1995-11-26 10:51:53 +00:00
Satoshi Asami
e34d788c22 Change "utilities" category to "misc" in preparation for move to misc. 1995-11-26 10:48:46 +00:00
Satoshi Asami
25c1b1ab74 Upgrade, 1.11 -> 1.12. 1995-11-26 10:24:26 +00:00
Satoshi Asami
602852a325 Upgrade, 1.39 -> 1.40. The patch I sent to the author is included in the
source now (although he doesn't credit me, and that hurts my big ego).
1995-11-26 09:51:39 +00:00
Jordan K. Hubbard
21daa105db Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by:	Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-11-25 18:07:59 +00:00
Andrey A. Chernov
3f08379849 Upgrade 2.2.1 -> 2.2.2 1995-11-23 20:38:16 +00:00
Peter Wemm
c9bf0309fd Update ssh from 1.2.10 to 1.2.12.. This is for two reasons:
1) It eliminated the need for my horrible kludge patch-ad
2) 1.2.12 has data stream compression (like gzip).
(I'm talking with the author about the remining three patches)
1995-11-23 17:19:18 +00:00
Jean-Marc Zucconi
01dd0b772a Update to version 1.2 1995-11-23 14:33:48 +00:00
Mark Murray
663e5de109 Move the physical copy of Wraphelp.c to after link-farm creation.
This fixes the build for CDROM owners.
Reviewed by:	jmz
1995-11-23 14:28:52 +00:00
Jean-Marc Zucconi
9afe82cb0d Upgrade to patchlevel 20. 1995-11-22 21:11:05 +00:00
Andrey A. Chernov
3d37d4548f Upgrade 2.5 -> 2.6 1995-11-22 17:26:39 +00:00
Satoshi Asami
522f26585e Change "x11 emulation" to "x11 emulators". 1995-11-22 13:21:37 +00:00
Satoshi Asami
45cb4f24a6 Change category "networking" to "net". 1995-11-22 13:20:16 +00:00
Satoshi Asami
b420aa2bfb Change "printing" to "print". 1995-11-22 13:18:35 +00:00
Satoshi Asami
0fd2329541 Change "utilities" to "utils. 1995-11-22 13:17:51 +00:00
Satoshi Asami
8043d7801a Change category from "math languages" to "math lang". 1995-11-22 13:14:04 +00:00
Satoshi Asami
ea3cfc0868 Change category from "math printing" to "math print". 1995-11-22 13:13:35 +00:00
Satoshi Asami
5812de6cad Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
1995-11-22 13:13:16 +00:00
Satoshi Asami
7f7be8d1c8 Change "mail news utilities" to "mail news utils". 1995-11-22 13:12:23 +00:00
Satoshi Asami
ad18576add Category name changes ("printing" -> "print", "languages" -> "lang").
"networking" is left alone for now.
1995-11-22 13:06:38 +00:00
Satoshi Asami
44e7471a07 Add libcnews.a and a corresponding @exec ranlib.
I'm not exactly sure why this was missing, but since it's installed by the
"make install" rule, it definitely should be in the package.
1995-11-22 12:55:16 +00:00
Satoshi Asami
46381ef82f Change category name from "emulation" to "emulators". This was the
most confusing of all!
1995-11-22 11:48:30 +00:00
Satoshi Asami
eef04f0e23 Change category from "development" to "databases devel". 1995-11-22 11:41:26 +00:00
Satoshi Asami
18dd537095 Change category from "audio networking" to "audio net". 1995-11-22 11:39:58 +00:00
Satoshi Asami
32c1e68ce5 Category renaming to match the directory names ("benchmarking"
-> "benchmarks").
1995-11-22 11:37:02 +00:00
Satoshi Asami
be33f1384f Upgrade, 0.3b -> 0.3. Also added checksum.
Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1995-11-22 04:59:59 +00:00
Satoshi Asami
912438a400 Add knews.
Requested by:	joerg
1995-11-21 09:54:20 +00:00
Peter Wemm
b3bf66adcd two minor adjustments to ssh for freebsd specific issues:
patch-ac: call setsid() before setlogin() in the child (when emulating rsh)
  otherwise the setlogin() will fail when/if the proposed setlogin() changes
  go in.  Otherwise it silently fails and may leave the login name of the user
  session as "root" (depending on how sshd was started).  Without the proposed
  kernel change, it harmlessly sets the login name of the user's session.
patch-ad: patch the #ifdef botch that stopped a ssh login from using and
  updating the lastlog file.  This is because we have struct lastlog defined
  inside utmp.h rather than a lastlog.h include file like it was expecting.
1995-11-21 04:30:29 +00:00
Satoshi Asami
841d93e09e Add markm@freebsd.org as maintainer. Hey Mark, you are never going
to get a lemon meringue pie if you don't credit your work! :>
1995-11-20 13:43:45 +00:00
Satoshi Asami
a13959a341 Add buffer. Mark is too modest! 1995-11-20 13:41:17 +00:00
Satoshi Asami
088bb15bee They changed the tarball on master site. It still compiles & packages
fine with our patches.

Reported by:	Charlie Root <root@taz.emmons.cmich.edu>
1995-11-20 13:17:22 +00:00
Andrey A. Chernov
38b6a2b56d Change all gets -> fgets(stdin)
Add koi8-r support
1995-11-19 22:42:38 +00:00
Andrey A. Chernov
763816bd36 Use CFLAGS from make.conf
Strip binaries on install
Change all gets -> fgets(stdin)
Add koi8-r support
1995-11-19 22:41:31 +00:00
Andrey A. Chernov
e04697b295 Upgrade 8a -> 8b
Make it non-interactive
Make it packageable (compiled-in domain name not plays any role due
to gethostname())
1995-11-19 21:11:57 +00:00
Andrey A. Chernov
d36d2410ee Upgrade: 2.4 -> 2.5 1995-11-19 17:49:08 +00:00
Joerg Wunsch
0f6cdff223 Karl-Johan Johnsson's X11 NNTP newsreader.
Submitted by:	andreas@knobel.gun.de (Andreas Klemm)
1995-11-19 16:55:05 +00:00
Mark Murray
db3bc498bd Drat. Correct the fetch directory name. 1995-11-17 19:09:27 +00:00
Mark Murray
e526d43c6e Add a stunningly useful utility.
if you ever nhave needed to do something like:
tar cf - <big_dir> | rsh cat > /dev/tape then you will appreciate this.

do something like

tar cf - <big_dir> | buffer | rsh othersys "cat  | buffer > /dev/tape"
to enjoy HUGE increases in speed while your tape drive does not
incessantly back/forth/stop/start.
1995-11-17 19:03:48 +00:00
Satoshi Asami
6e17e83550 Add NO_MTREE=yes. 1995-11-17 17:10:16 +00:00
Satoshi Asami
6e76ce33be Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.
NO_MTREE should work as advertised (for both direct installation and
pkg_add) now.
1995-11-17 16:49:40 +00:00
Satoshi Asami
099d8df4a7 Minor cleanup. Standardize package names (they now all start with "ru-"),
add "russian" to categories.
1995-11-16 03:13:14 +00:00
Satoshi Asami
8dbd3135e1 Submitted by: ache
It fix Cut&Paste russian chars for Netscape.
1995-11-16 02:49:32 +00:00