1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

2548 Commits

Author SHA1 Message Date
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
Satoshi Asami
f9829ce695 Oops, the previous one was nuked by the full filesystem. This one is
correct.
1995-11-15 11:21:02 +00:00
Satoshi Asami
e03eceae26 Add apsfilter. 1995-11-15 11:12:51 +00:00
Satoshi Asami
07ea16dc2d "Make printing under FreeBSD actually work" (according to jkh)
Submitted by:	Andreas Klemm <andreas@knobel.gun.de> via jkh
1995-11-15 11:08:02 +00:00
Satoshi Asami
b6150987b9 Added platex and ptex2. 1995-11-15 10:32:24 +00:00
Satoshi Asami
3c52816f1d platex, a Japanese latex that runs under ptex2.
Submitted by:	ohmon@sfc.keio.ac.jp
1995-11-15 10:27:39 +00:00
Satoshi Asami
a3fce4f107 New version of ptex. Since it's somewhat incompatible with the previous
version, imported with suffix "2".  Required for platex2e (coming soon).

Submitted by:	ohmon@sfc.keio.ac.jp
1995-11-15 10:16:10 +00:00
Satoshi Asami
a5ccb121a1 Make sure ftpget is executable, remove extraneous mkdir's.
Submitted by:	jmz
1995-11-15 03:31:36 +00:00
Satoshi Asami
b0e19222a0 Make it work again.
Submitted by:	joerg
1995-11-14 22:48:42 +00:00
Satoshi Asami
3579254c2d (1) CATEGORIES is "emulation", not "emulators" (I know, I know! I'm going
to do something about this situation once 2.1 is out!)

(2) Add PKGNAME=linux_lib-1.0.  Version numbers are always required.
1995-11-14 13:03:13 +00:00
Satoshi Asami
1d1efcb420 Add linux_lib. 1995-11-14 13:01:55 +00:00
Satoshi Asami
7cd6a55ea4 Delete @cwd, @mode, @owner and @group from these packing lists.
Reported by:	jkh
1995-11-13 13:21:26 +00:00
Satoshi Asami
15c9ca7f23 Add missing %D. 1995-11-13 13:06:36 +00:00
Satoshi Asami
0311018e96 Take out unneccesary @cwd. 1995-11-13 13:04:38 +00:00
Satoshi Asami
860bcca928 Use @cd to switch between /usr/local and /usr/X11R6, not absolute pathnames.
This package properly pkg_adds again now.
1995-11-13 10:18:01 +00:00
Paul Traina
2b31bca0bc Fix package list so we don't get errors on add or delete.
(just removed directory entry in PLIST for /usr/include/zephyr, let it
 be created implicitly).

This has been tested thrice.
1995-11-11 18:14:10 +00:00
Satoshi Asami
99f8e9e619 Duhh, I meant ghostscript, not ghostcript, sir! 1995-11-09 12:16:42 +00:00
Satoshi Asami
9b538f1c61 Added ghostscript and xdvi. 1995-11-09 12:11:40 +00:00
Satoshi Asami
06c1f6f9e5 Remove the GUIDELINES file, which is replaced by section 4.3 of the
handbook a long time ago.

Add a small README.  It just refers refers people to section 4.2 and
4.3 of the handbook for now.  It will be replaced with the all-dancing
all-singing complete subdirectory-describin', tellin'-the-user-exactly-
what-to-do version after 2.1 is out and I get some time!
1995-11-09 09:39:19 +00:00
Satoshi Asami
b1f2a7eea6 Enable dgd-lpmud now that it compiles & packages.
Submitted by:	adam
1995-11-09 07:41:00 +00:00
Satoshi Asami
d7fb804ee7 Upgrade from October to November version.
Submitted by:	se@zpr.uni-koeln.de (Stefan Esser)
1995-11-09 07:23:22 +00:00
Satoshi Asami
6018d82357 Upgrade, 2.2->3.0.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-11-09 07:13:56 +00:00
Satoshi Asami
309fb1c520 Add xbmbrowser. 1995-11-09 06:50:18 +00:00
Satoshi Asami
1f5db5b0b7 View complete directories of X bitmaps and X pixmaps.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-11-09 06:49:27 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
a1fdd10249 A few typos. How in the hell did "BUILD_DEPENDS=${PREFIX}/..." slip
past me!?! ;)

Submitted by:	torstenb
1995-11-09 06:01:03 +00:00
Satoshi Asami
9deec151d7 Add torstenb as maintainer. 1995-11-09 05:58:00 +00:00
Satoshi Asami
9d395164e4 Include include/dbz.h in the package.
Noticed by: the nntp port
1995-11-09 05:49:59 +00:00
Eric L. Hernes
43d6da6497 third time's a charm
1) fixed symlinks in the distfile
2) chaged `pre-buid' to `pre-install'
3) allowed `mkdir ${PREFIX}' to fail gracefully

looks like a package will work now.
1995-11-08 15:06:30 +00:00