Commit Graph

6363 Commits

Author SHA1 Message Date
Satoshi Asami
4fdc6a2528 Remove two non-existent sound files. 1997-04-30 05:14:36 +00:00
Satoshi Asami
0a6869e5e0 Use new variable PATCH_SITE_SUBDIR to avoid messing up the master site
list.
1997-04-30 04:43:34 +00:00
Satoshi Asami
7e28b94960 Add $Id$. 1997-04-30 03:48:10 +00:00
Satoshi Asami
bada70ab1f Use new MASTER_SITE_LOCAL variable from bsd.port.mk. 1997-04-30 03:18:09 +00:00
Satoshi Asami
a3bcf12a10 (1) Change logic for dependency: instead of defining "is_depended"
(default: IS_DEPENDED?=install) target on the depended port, call
    DEPENDS_TARGET (default: install) from the depending port.

    Other than being more flexible (some ports don't require the
    dependency to be fully installed: see ghostscript4), this seems
    like a more natural thing to do.  (I never understood the
    convoluted logic that was used before.)

    By building packages with "DEPENDS_TARGET=package", I can avoid
    file-sharing problems (like gs3 binary going into the gs4
    package).

(2) Add new variable PATCH_SITE_SUBDIR and separate it from
    MASTER_SITE_SUBDIR.  Fixes linuxls port and is a correct thing to
    do anyway.
Initially suggested and reviewed by: fenner

(3) Add new variable MASTER_SITE_LOCAL for local ports.  Defaults to
    LOCAL_PORTS subdir on ftp.freebsd.org's distfiles dir.
Submitted by: jkh
1997-04-30 03:12:05 +00:00
Andrey A. Chernov
b969fe3474 Include junk files into binary distribution as required 1997-04-30 02:00:27 +00:00
Paul Richards
0a9305cd64 Revert my previous addition of an mkdir -p. mtree is the way to do this. 1997-04-30 00:16:34 +00:00
Andrey A. Chernov
4b30196e34 Turn on unshrink method 1997-04-29 13:07:20 +00:00
James FitzGibbon
893bcf5b49 Upgrade to v1.94.3 1997-04-29 10:55:56 +00:00
Satoshi Asami
827cc7b234 Make pixmaps/ dir before attempting to install files into it. 1997-04-29 10:54:43 +00:00
Satoshi Asami
af4a0902d0 Add BUILD_DEPENDS to emacs, we need to compile an .elc file. 1997-04-29 10:53:47 +00:00
Thomas Gellekum
c519fb2d3b Fix PLIST. I had an old object file in my tree. 1997-04-29 07:25:01 +00:00
Satoshi Asami
76d58a8727 Add PKGNAME to change "-beta-" to "b" in version string. 1997-04-29 02:48:10 +00:00
James FitzGibbon
895fb30eef Activate p5-Date-Manip 1997-04-28 19:19:10 +00:00
James FitzGibbon
e09fa3556c Import of p5-Date-Manip, a module for doing date manipulation in perl. 1997-04-28 18:49:15 +00:00
David E. O'Brien
80ad3c94af Didn't have a maintainer... since I've made the last several commits, I
might as well as take it.
(JKH, since you make the initial commit, would you rather I put you down?)
1997-04-28 14:54:34 +00:00
David E. O'Brien
6ec3801ef6 Add libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavate
namespace clashes with /usr/include/malloc.h
1997-04-28 14:49:39 +00:00
David E. O'Brien
1776a54654 Proctect contents of malloc.h as C code if included in a C++ program. 1997-04-28 14:48:40 +00:00
James FitzGibbon
6c1d8e5884 Activate p5-CGI.pm 1997-04-28 13:46:17 +00:00
Joerg Wunsch
3ee0faa496 After being able to reproduce and fix the coredumps i've got with this
version, now finally upgrade to mkisofs 1.10.

PR:		ports/3143
Submitted by:	partially by Brian Handy <handy@lambic.space.lockheed.com>
1997-04-28 11:30:52 +00:00
Thomas Gellekum
aef1b8e529 Add numpy. 1997-04-28 09:24:08 +00:00
Thomas Gellekum
4036a78b4f Import of the NumPy port. The Numeric extensions to Python contain
multi-dimensional arrays and interfaces to the lapack-, fftpack-
and ranlib-libraries from netlib.
1997-04-28 09:22:59 +00:00
Masafumi Max NAKANE
0b789ed1bf Install the README file to ${PREFIX}/share/doc/nhpf. 1997-04-28 08:46:19 +00:00
Masafumi Max NAKANE
326452c4b0 Enable nhpf. 1997-04-28 05:50:26 +00:00
Masafumi Max NAKANE
4e7825c25c New port:
Hangul Printing Filter for Netscape with embedded font
PR:	3345
Submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-28 05:40:39 +00:00
David E. O'Brien
c74ed37afa Upgrade to 4.05. (sorry Philippe Charnier, Vic Abell updated the dist
before I could commit an upgrade)

Submitted by:	Philippe Charnier <charnier@xp11.frmug.org>  (4.04 notice)
1997-04-28 05:29:39 +00:00
Masafumi Max NAKANE
e07859cddc Activate helvis. 1997-04-28 04:16:39 +00:00
Masafumi Max NAKANE
1e9aee2967 New port:
helvis-1.8h2-
-------------

helvis is a clone of vi/ex, the standard UNIX editor.  helvis supports
nearly all of the vi/ex commands, in both visual mode and colon mode.
helvis also supports EUC codeset, including Hangul. Other EUC codeset
is not tested.

--
PR:	3337
submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-28 04:10:16 +00:00
James FitzGibbon
9b76670c7e Upgrade to 1.94.2 1997-04-28 00:53:12 +00:00
James FitzGibbon
70de273d7f - Upgrade to v1.94.2
- Change the way that the /usr/lib/sendmail -> /usr/sbin/sendmail patches are stored to make future upgrades of the port easier.
- Change the way that the links in the install dirs were being set up.
1997-04-28 00:37:28 +00:00
Andrey A. Chernov
858f8ea606 Fix ln command 1997-04-27 22:30:10 +00:00
Andrey A. Chernov
a4ef9c1d42 Upgrade to beta-13 1997-04-27 21:48:55 +00:00
Torsten Blum
6db03a20a2 Upgrade to 3.5 beta 1 1997-04-27 18:28:07 +00:00
James FitzGibbon
b40f69c9aa Change definition of undelete() into rx_undelete() to avoid name conflict with April 5th changes to unistd.h
Submitted by:	asami@freebsd.org
1997-04-27 17:47:06 +00:00
James FitzGibbon
5e1636a1ac Upgrade to 0.07
Fixed incorrect PKGNAME in Makefile
Obtained from:
1997-04-27 17:20:23 +00:00
James FitzGibbon
71619b7b2e Fix removal of wrong directory in PLIST 1997-04-27 17:15:41 +00:00
Andrey A. Chernov
80d329b62c Remove zipgrep, misc. cleanup 1997-04-27 16:06:19 +00:00
Andrey A. Chernov
a98901c99b Add zipgrep, misc cleanup 1997-04-27 15:59:18 +00:00
Andrey A. Chernov
006db1df9a Add zipgrep, misc cleanup 1997-04-27 15:58:17 +00:00
Masafumi Max NAKANE
510968b990 Enable netris 1997-04-27 14:28:49 +00:00
Masafumi Max NAKANE
69e57afc66 New port:
A network head to head version of T*tris.
PR:	2900
Submitted by:	Ken Monville <desmo@bandwidth.org>
Reminded by:	Josh Gilliam <soil@quick.net>
1997-04-27 14:22:30 +00:00
Satoshi Asami
b39298937a /sbin/ldconfig -> ${LDCONFIG} 1997-04-27 01:06:45 +00:00
Satoshi Asami
3346fd4fb6 Style police. 1997-04-27 00:56:11 +00:00
Masafumi Max NAKANE
bf6f280fd1 Upgrade, 1.84 -> 1.92.
PR:		2970
Submitted by:	 pgiffuni@fps.biblos.unal.edu.co
1997-04-27 00:50:44 +00:00
Satoshi Asami
31fbc892ac Turn on new categories converters' and textproc' now that all the
work is done.  Let me know if I missed something.
1997-04-27 00:48:09 +00:00
Satoshi Asami
c6e8e8b04c One-liner for new categroy `converters'. 1997-04-27 00:28:02 +00:00
Satoshi Asami
4faa1318d6 ispell is now in textproc. 1997-04-27 00:25:51 +00:00
Satoshi Asami
72f2c371cd rman and glimpse are now in textproc. 1997-04-27 00:25:19 +00:00
Satoshi Asami
30296cb4a3 Adjust mpack path to point to converters. 1997-04-27 00:24:32 +00:00
Satoshi Asami
35fca22443 Adjust uulib's new path (ports/converters). 1997-04-27 00:23:54 +00:00