Commit graph

5075 commits

Author SHA1 Message Date
Andrey A. Chernov
a634d18f8a Upgrade to 1.2b4 1997-01-02 16:40:05 +00:00
Satoshi Asami
d335cfe076 Add PKGNAME ("beta" not allowed in package name). 1997-01-02 12:53:02 +00:00
Thomas Gellekum
6d4994ee2b Upgrade from 1.2b to 1.3. 1997-01-02 10:20:44 +00:00
Thomas Gellekum
1af0ec6bf0 Compile in the PyTix extensions, now that we have Tix.
Change MAINTAINER from jkh to tg. OK'd by: Jordan.
1997-01-02 10:03:00 +00:00
Thomas Gellekum
a6aaa0d6ec Activate wget. 1997-01-02 07:26:52 +00:00
Thomas Gellekum
415b7db60b Activate gnugo. 1997-01-02 07:25:07 +00:00
Thomas Gellekum
e8315c7b45 Import of gnugo, the game of go with a text screen interface.
Closes PR 2314.

Submitted by:	jseger@scds.com
1997-01-02 07:23:51 +00:00
Thomas Gellekum
58457b1bfd Import of wget, a tool similar to our fetch(1), but it is able
to fetch complete trees.
1997-01-02 07:19:08 +00:00
Thomas Gellekum
9f625e4af8 Upgrade to Tix-4.1b2. 1997-01-02 07:12:38 +00:00
Satoshi Asami
c60d526cd9 Add bash2, which has been repository-copied from bash before rolling
it back from 2.0 to 1.14.7.
1997-01-02 07:01:10 +00:00
Satoshi Asami
1b266ec86a Roll this back to 1.14.7. 1997-01-02 07:00:25 +00:00
Satoshi Asami
de40ddbf21 Make this work with -current sources. Also fetch tarball from LOCAL_PORTS,
having people fetch from the FreeBSD-current archive (and having it
break at unpredictable times) wasn't a good idea.
1997-01-02 06:29:50 +00:00
Adam David
6d6eb442fc duh braino, WRKSRC != WRKDIR 1997-01-02 06:23:22 +00:00
Stefan Eßer
c7efcaa50e Update to 970101 version of Wine. 1997-01-02 01:14:18 +00:00
Stefan Eßer
991b07ef1e Update to 970101 version of Wine. 1997-01-02 01:06:06 +00:00
David E. O'Brien
d5a8a82ce4 Upgrade 0.55 to PL15
Remade all checksums.

Added Andreas's patch that remembers the last directory when doing a
change folder operation.
1997-01-01 21:42:48 +00:00
Torsten Blum
960bb642a3 Fix MASTER_SITES by moving "\" to the 3rd line
Forgotten-by: max ;-)
1997-01-01 15:40:14 +00:00
Adam David
6611807890 checksum changed, as did patch destination 1997-01-01 05:19:16 +00:00
Adam David
d1278e7ddf checksum changed 1997-01-01 05:17:33 +00:00
Peter Wemm
e5b0991728 Add exmh2 1996-12-31 21:31:14 +00:00
Peter Wemm
0ec964f9ad Behind-the-scenes repository copy, and update to exmh-2.0beta!
There is some major new stuff here over v1.6.9, including:
HTTP, HTML support (a functional www browser!), including proxy support.
News posting.
Message threading. (like news threading)
Display MIME images inline as well as text/html and enriched text etc.
DSN support.
Unseen-only display window.
multipart/signature support, "Intelligent signatures"
PGP key management can talk directly to the key servers over the web,
  eliminating the email based query delays
Address book stuff, aliases etc.
1996-12-31 21:27:03 +00:00
David E. O'Brien
69bf95c184 Don't use a generic PLIST which is then fixedup. Note, that others using
our ports collection will have to come up with a solution for this.

Requested by:	Satoshi
1996-12-31 15:08:23 +00:00
David E. O'Brien
4a57f301ee Upgrade 0.55 to PL10.
And fix patches to version.h to say this version, rather than the last one.
Noticed by:	Andreas Klemm

Excelent patches applied so that we can produce the HTML docs using our
own SGML tools.
Submitted by:	J"org
1996-12-31 15:00:18 +00:00
Satoshi Asami
265df9f2ed Checksum hath changed. 1996-12-31 14:31:09 +00:00
Satoshi Asami
1059c2e8ff (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should have
been ".../pub/pib/" (I first thought the second "pib" was bogus,
    until I realized that the problem was in fact a typo of "pub" and
    a missing "/"!)

(2) Fix RUN_DEPENDS, you can't just put a generic name like "tk-4.1"
    here. ;)

(3) Change install: target to do-install: and also move it above the
    .include <bsd.port.mk>.  (You shouldn't define your own "install"
    or "patch" or any of the big targets unless absolutely necessary,
    the "do-*" targets are where most of the real work is done.)
1996-12-31 13:41:05 +00:00
Satoshi Asami
475a5f18d3 Thanks Peter for taking this, but MAINTAINER should be a full address
(not only freefall's account name).
1996-12-31 13:11:21 +00:00
Mike Smith
8177b423f4 Move the master site pointer to esr's retrocomputing archive; the old
one appears to have gone.

Submitted by:	pgiffuni@fps.biblos.unal.edu.co ( Pedro Giffuni S.)
1996-12-31 08:25:17 +00:00
John Polstra
84a9e53842 Use a "work" subdirectory after all, simply to keep the ".*_done"
files from cluttering up the port's source directory.
Complained about by:	peter

Use NO_CHECKSUM instead of a do-nothing "checksum" target.
1996-12-30 23:28:13 +00:00
Masafumi Max NAKANE
0ef14f3cc8 CATEGORIES+= -> CATEGORIES= 1996-12-30 21:33:40 +00:00
Masafumi Max NAKANE
b6b0521b76 {MKDIR} -> ${MKDIR} 1996-12-30 21:26:52 +00:00
Masafumi Max NAKANE
e82ac17d58 Put files that cannot be found on any ftp site to LOCAL_PORTS and add
LOCAL_PORTS to MASTER_SITES.
Requested by:	mita@jp.freebsd.org
(Closing PR #2310.)

Modify MASTER_SITES to list correct sites.

Instead of fetching ghostscript-fonts-*-4.01.tar.gz, which are symlinks
to ghostscript-fonts-std-4.0.tar.gz & *-other-3.0, fetch the real files.
(This elminates need for updating fontfile names when gs is upgraded.)

Standardize variables order.
1996-12-30 21:12:52 +00:00
Masafumi Max NAKANE
d4cbf52544 Activate etlfont. 1996-12-30 18:27:30 +00:00
Masafumi Max NAKANE
f404498d45 The distfile has been changed.
Pointed-out by:	John-Mark Gurney <jmg@nike.efn.org>
1996-12-30 09:37:04 +00:00
Mike Smith
95714a5726 Use '-f' when creating the symlink to avoid falling over if the link
already exists.
1996-12-30 09:26:23 +00:00
Mike Smith
c0ab299e90 Add pib. 1996-12-30 09:19:02 +00:00
Mike Smith
40105b68bf This is PIB, the Ports Index Browser, a GUI tool for manipulating the
FreeBSD ports collection.  It provides facilities for tracking distfiles,
searching for ports, building etc.

Requires bsd.port.mk revision 1.232 or later and a matching ports collection.
1996-12-30 09:16:56 +00:00
Masafumi Max NAKANE
0d0d9c932c Typo. (sort of.) 1996-12-30 08:39:34 +00:00
Masafumi Max NAKANE
cba17fed78 Upgrade, 1.0.5.4 -> 1.0.5.4.1. 1996-12-30 08:32:21 +00:00
Masafumi Max NAKANE
9153006a7d Upgrade, 2.0Beta4 -> 2.0Gamma.
Submitted by:	mita@jp.freebsd.org
(Closing PR #2295.)
1996-12-30 08:23:11 +00:00
Thomas Gellekum
48e734e32f Activate tix. 1996-12-30 07:15:08 +00:00
Thomas Gellekum
344fe79c64 Import of Tix, an extension of Tk with lots of useful widgets. 1996-12-30 07:13:51 +00:00
Masafumi Max NAKANE
96df1464f9 Make aarpd.c include sys/time.h.
(This is due to if.h changes.)
1996-12-29 16:45:12 +00:00
Peter Wemm
ee03cbc743 Make this puppy compile on -current after the net/if.h change to no longer
be self sufficient w/ sys/time.h
Note that this causes some harmless warnings, this is a trivial patch.
1996-12-29 05:44:46 +00:00
David E. O'Brien
7510fd7d4d Moving estic from ports/comms -> ports/misc
Reviewed by:	cvs-commiters
1996-12-29 04:45:47 +00:00
David E. O'Brien
614de2daa6 ESTIC is an Enhanced Supervisor Tool for ISTEC Configuration.
The German manufacturer Emmerich makes Istec 1003 & 1008 TK-Anlagen.
The TK-Anlage is an ISDN PBX ( Private Branch Exchange ).

Submitted by:	Julian Stacey
1996-12-29 04:44:14 +00:00
David E. O'Brien
a265e79653 Switched to using ${MASTER_SITE_XCONTRIB} in the MASTER_SITE listing. 1996-12-29 00:51:27 +00:00
Satoshi Asami
d2e8909386 Ignore checksum of tzfile.h. Closes PR ports/2306.
Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-12-28 23:39:32 +00:00
Masafumi Max NAKANE
5814f8c5bd For now, stop adding the release number (sort of like patchlevel) to the
PKGNAME.
1996-12-28 22:30:29 +00:00
David E. O'Brien
ada7894daf Turn on xless. (gee, won't Satoshi feel bored tonight?) 1996-12-28 03:08:55 +00:00
David E. O'Brien
3960a95f76 This is a port of xless (version 1.7), a handy text file viewer for X.
Useful as a viewer tool for other apps (e.g., xfm, the X file manager),
or as a standalone viewer.  Presents a scrollable text window (both
vertical and horizontal scrolling), with a number of clickable buttons.

Submitted by:	Conrad Sabatier <conrads@neosoft.com>
1996-12-28 03:07:51 +00:00