1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
Commit Graph

3229 Commits

Author SHA1 Message Date
Andrey A. Chernov
d3521d1e1f Upgrade to next snapshot 1996-04-12 10:50:00 +00:00
Satoshi Asami
d8a5dc1ca9 Typo ("non-usa_only" -> "non-usa.only") 1996-04-12 08:47:53 +00:00
Satoshi Asami
371ff462d8 Add Mosaic and ashe, we now support Motif ports. 1996-04-12 08:44:54 +00:00
Satoshi Asami
de47021a7f This port is BROKEN. :( 1996-04-12 08:43:43 +00:00
Satoshi Asami
9e8dd1cc55 Add dhcp, ivs and wais. 1996-04-12 08:42:56 +00:00
Satoshi Asami
e6a4aea44a This port is RESTRICTED because of restrictive copyright. 1996-04-12 08:38:33 +00:00
Satoshi Asami
90f9e62399 Add mmv. 1996-04-12 08:38:12 +00:00
Satoshi Asami
9bf6f2d387 Add maxima to subdir list. 1996-04-12 08:35:07 +00:00
Satoshi Asami
02dc5b7616 Check if /usr/local/bin/gnatf exists or not and if not, pronounce it
BROKEN.  This port requires an existing compiler to bootstrap.
1996-04-12 08:33:25 +00:00
Satoshi Asami
bfc2f48958 Add gnat. 1996-04-12 08:30:51 +00:00
Satoshi Asami
73229566ef This port is BROKEN. :( 1996-04-12 08:29:07 +00:00
Satoshi Asami
f5c18e94c4 Add Mesa to SUBDIR. 1996-04-12 08:28:52 +00:00
Satoshi Asami
33f51fc9ab Move nedit from RESTRICTED to SUBDIR. Requiring Motif is not bad anymore. 1996-04-12 08:27:03 +00:00
Satoshi Asami
d4485f6a25 This port is BROKEN. Actually, do we still need this, now that we
have phkmalloc in the main source tree?
1996-04-12 08:25:58 +00:00
Satoshi Asami
1f233be58e Move libmalloc from BROKEN to SUBDIR. 1996-04-12 08:25:01 +00:00
Satoshi Asami
cb05236b98 Add gmod and xmcd to SUBDIR list. (xmcd uses Motif.) 1996-04-12 08:20:51 +00:00
Satoshi Asami
6c3ecbf882 Set RESTRICTED to the reason why it is so. 1996-04-12 08:16:45 +00:00
Satoshi Asami
24fed9c83f Add hpack.non-usa_only, unzip.with_encryption, zip.with_encryption to
SUBDIR list.
1996-04-12 08:16:04 +00:00
Satoshi Asami
c7c331625d Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
    package on the CDROM you're going to sell".  It will basically
    turn off everything if FOR_CDROM is set.

    Many of the NO_PACKAGE ports are actually "don't sell for profit"
    types, which we shouldn't have any problem distributing via ftp.

(2) The new RESTRICTED Boolean variable means don't build this unless
    you know what you are doing.  It doesn't have any effect unless
    NO_RESTRICTED is also set.

(3) BROKEN means this port is broken.  At least it will now show up in
    INDEX and README.html, and give people more incentive to fix (I
    hope).

    RESTRICTED and BROKEN are expected to replace the pseudo-targets
    in parent Makefiles.  (The RESTRICTED and BROKEN list didn't do
    anything before, they were solely for grepping purposes.)

(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
    which the porter sets for ports that require Motif to build;
    HAVE_MOTIF, which the user sets to indicate the system has Motif;
    MOTIF_STATIC, which the user sets to indicate that the static
    libXm, instead af the default dynamic library, is to be used; and
    MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
    "-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.

    The porter is expected to replace all occurrences of libXm in the
    {Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
    linkage (for users with Motif) and static linkage (for those who
    build packages to be used by those withot Motif, i.e., me ;)
    automatically.

Original Motif support idea by:	graichen
1996-04-12 08:08:36 +00:00
Satoshi Asami
97ac555d8c Add fvwm95. We now have fvwm(1), fvwm2 and fvwm95. We only need 92 more. 1996-04-12 07:43:19 +00:00
Satoshi Asami
4691412dd7 A Win95-lookalike fvwm. (hey, don't kill the messenger)
Submitted by:	Andreas Klemm <andreas@knobel.gun.de>
1996-04-12 07:41:59 +00:00
Satoshi Asami
d37e4893c8 Add gdbm. 1996-04-12 06:44:38 +00:00
Satoshi Asami
5f22cbcb1b GNU dbm.
Submitted by:	"Brent J. Nordquist" <nordquist@platinum.com>
1996-04-12 06:44:16 +00:00
Satoshi Asami
a246313083 Upgrade, 2.7b2 -> 2.7b4. Also make it conform to Motif standard here. 1996-04-11 09:07:31 +00:00
Satoshi Asami
6d95a9f632 Clean up. Use ${X11BASE}, ${MOTIFLIB}, XawClientLibs, xmkmf -a,
correctly reference compressed man pages, and define REQUIRES_MOTIF.
1996-04-11 09:00:10 +00:00
Satoshi Asami
5a9482c5b1 Change this to conform to our new Motif standards.
(1) Add REQUIRES_MOTIF=yes.

(2) Use ${MOTIFLIB} wherever libXm is required.
1996-04-11 08:56:49 +00:00
Satoshi Asami
c310219cca Upgrade, 1.4 -> 2.0. Also modified to conform to our new Motif
standards to allow shared and static linkage.

Submitted by:	Daniel M. Eischen <deischen@iworks.InterWorks.org>
1996-04-11 08:47:10 +00:00
Thomas Gellekum
01d4c9e565 Add unroff. 1996-04-10 06:46:38 +00:00
Thomas Gellekum
3629f1878c Import unroff, a programmable, extensible troff converter with
HTML backend.
1996-04-10 06:38:59 +00:00
Wolfram Schneider
a59e4cf2bf use .for loop for common targets 1996-04-09 22:54:13 +00:00
Satoshi Asami
5e945c5595 A fancy-looking editor that's smaller than emacs (surprise!).
Note this port requires Motif, and is patched to build with libXm
static (to change this, just go hack in patches/patch-aa, it's only
two lines).  Some time later, I will make some changes to the ports
framework to make this configurable, but for now, it's "the way thud
wants it". :>

Submitted by:	"Daniel M. Eischen" <deischen@iworks.InterWorks.org>
1996-04-09 11:03:13 +00:00
Satoshi Asami
46c42a8785 Add nedit as RESTRICTED (requires motif). 1996-04-09 11:00:13 +00:00
Satoshi Asami
d6155caa83 Added xsysinfo. 1996-04-09 09:05:48 +00:00
Satoshi Asami
3cb572cea2 Display system states on an X window.
Submitted by:	Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw>
1996-04-09 09:02:07 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
Satoshi Asami
7e99431af9 Use ${LOCALBASE} instead of /usr/local. (Yes, this was supposed to go
with the bsd.port.mk commit the other night, I was too sleepy.)
1996-04-09 07:16:52 +00:00
Satoshi Asami
6e88552cba Add a note that the non-sgid-ness is intentional, and recommend adding
the user to the "dialer" group instead of making kermit sgid.

Taken from a conversation on the ports list.

Asked by:	Andrew MacIntyre <andymac@bullseye.apana.org.au>
Answered by:	ache
1996-04-09 07:04:05 +00:00
Satoshi Asami
3d397417a9 Added ecc. 1996-04-09 06:50:27 +00:00
Satoshi Asami
6f40b225ff Added sattrack. 1996-04-09 06:04:23 +00:00
Satoshi Asami
a159a5cb3c A program that helps you to track satellites. Very useful if you are
planning to bomb USA. :)

Submitted by:	"Brent J. Nordquist" <nordquist@platinum.com>
1996-04-09 06:03:52 +00:00
Peter Wemm
d42166c367 Whoops! forgot the package files! :-( 1996-04-09 05:11:25 +00:00
Peter Wemm
5f60761efb Update tcp_wrappers port from v7.2 to v7.4, as the original tar file
is gone from the master site.

There are no new features, just a couple of bug fixes (that shouldn't
affect us) and portability improvements.
1996-04-09 05:07:30 +00:00
Satoshi Asami
932227ea2d Add Apr/96 patch from author.
Submitted by:	Bernd Rosauer <br@netland.sub.de>
1996-04-09 04:18:04 +00:00
Satoshi Asami
678e835f59 Added btoa. 1996-04-09 04:01:08 +00:00
Satoshi Asami
069106fc55 btoa/atob binary <-> ascii conversion tool.
Submitted by:	"Brent J. Nordquist" <nordquist@platinum.com>
1996-04-09 03:58:13 +00:00
Satoshi Asami
7a8fa5c6b5 Change version number to match elm port. 1996-04-09 01:49:51 +00:00
Sujal Patel
8ca460c323 Added the JDK class libraries port. 1996-04-08 20:57:19 +00:00
Sujal Patel
c312dc6546 Java Developers Kit. All ports that need the JDK's class libraries should
rely on this port.

Suggested by:	asami
1996-04-08 20:49:13 +00:00
Andrey A. Chernov
aebdf26065 Add netscape3.language 1996-04-08 01:12:49 +00:00
Andrey A. Chernov
070db1152f Netscape 3 russification 1996-04-08 01:09:43 +00:00