1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

4078 Commits

Author SHA1 Message Date
James FitzGibbon
67f9fc7147 Import of Postgres95, a next-generation DMBS research prototype.
Reviewed by:    jfitz@FreeBSD.ORG
Submitted by:   Matthew Stein <matt@bdd.net>
1996-09-23 22:41:31 +00:00
James FitzGibbon
05209f589d Import of Postgres95, a next-generation DMBS research prototype.
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	Matthew Stein <matt@bdd.net>
1996-09-23 22:40:15 +00:00
James FitzGibbon
d5e3fb8d0e Import of REXX/imc. 1996-09-23 15:55:44 +00:00
James FitzGibbon
a7a7948bfa Import of REXX/imc, a REXX interpreter for unix.
Reviewed by:	matt@bdd.net
1996-09-23 15:50:11 +00:00
Satoshi Asami
36986cebad Look on the CDROM for patch files too.
Submitted by:	max

While I'm here, add "${DIST_SUBDIR}/" at end of CDROM pathnames.  Also
add an empty declaration of PATCH_SITES next to MASTER_SITES to avoid
"variable recursive" error.
1996-09-23 09:27:59 +00:00
Andreas Klemm
18f05df5d8 - Better support for Epson Stylus Pro.
- New GS_FEATURES variable allows you to enable special driver features:
  GS_FEATURES="-dBitsPerPixel=32 -dMicroweave -sDithering=fscmyk"
- With the GS_RESOL variable you can easily change the print resolution.
- With the PS_INIT variable you can include needed gs driver initialization
  files (needed by stcolor driver): PS_INIT=stcolor.ps
- added pre-clean target to remove all other packages that are needed
  for apsfilter.
1996-09-23 07:42:50 +00:00
Chuck Robey
d2e41c2467 Activate celvis, a Chinese language elvis (vi clone).
Submitted by:	David O'Brien (obrien@cs.ucdavis.edu)
1996-09-23 01:52:06 +00:00
Chuck Robey
ce12e97b71 New port, celvis, a chinese language elvis (vi clone).
Submitted by:	David O'Brien (obrien@cs.ucdavis.edu)
1996-09-23 01:50:33 +00:00
Masafumi Max NAKANE
7e6d7b6d37 Use ${INSTALL_MAN} instead of install -c to install the man page. 1996-09-23 01:33:33 +00:00
Masafumi Max NAKANE
cf72c67791 Use ${INSTALL_MAN} instead of install -c to install the man page. 1996-09-22 18:31:58 +00:00
Chuck Robey
4c69a6bbe4 Bringing Kaffe up to 0.5p4. Thanks to Mark Huizer!
Submitted by:	xaa@stack.urc.tue.nl
1996-09-22 14:50:08 +00:00
Andreas Klemm
cafa684b25 Added pre-clean target.
When doing 'make clean' then clean tiff and jpeg as well.
Reviewed by:
Submitted by:
Obtained from:
1996-09-22 08:56:34 +00:00
Masafumi Max NAKANE
563a6d3afa Fix to update score file correctly.
Submitted by:	Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
1996-09-22 08:56:11 +00:00
Andrey A. Chernov
b35089b3a5 Add 5 oficial patches 1996-09-22 01:11:45 +00:00
Masafumi Max NAKANE
bd739e320d Added yamsweeper to the SUBDIR. 1996-09-21 17:25:01 +00:00
Andreas Klemm
4c26678326 use ghostscript4 instead of 2.6.2
Reviewed by:
Submitted by:
Obtained from:
1996-09-21 17:02:40 +00:00
Masafumi Max NAKANE
25b55e7f93 Yet another mine sweeper Ver. 1.9
Submitted by:	Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
1996-09-21 16:56:47 +00:00
Andrey A. Chernov
d65ee4f357 Upgrade to +26 1996-09-21 12:20:22 +00:00
Satoshi Asami
c66fce00a7 The latest flex is in the source tree now, so no need to depend on it. 1996-09-21 09:53:07 +00:00
Satoshi Asami
126e2ae4ae flex-2.5.3 is in the main source tree. This probably shouldn't have been
here in the first place.
1996-09-21 09:51:13 +00:00
Masafumi Max NAKANE
cd5f274781 Removed extra semi-colons. (again?)
Don't use mv to install files or you will have hard time doing
make reinstall. :-)
1996-09-21 07:50:17 +00:00
Peter Wemm
e88f3d28e7 Ack, last commit was bogus. Serves me right for making "just one tiny
change" after I tested it. Sigh.

While here, make a tweakable hook to change the name from rdist6 to rdist.
1996-09-21 05:29:55 +00:00
Peter Wemm
e7ca1c5ef2 Update to rdist-6.1.3. The only major thing changed seems to be two
buffer overflow problems, which shouldn't be an issue since it's
not setuid.

While here, do not hardcode /usr/local, use $(PREFIX).  Do not patch
the install target so that 'make install' does the man pages, add
install.man to the ${INSTALL_TARGET} variable so that both "install"
and "install.man" are done. This reduces the diff to the base source a
little, but has the same overall effect.
1996-09-21 05:12:06 +00:00
Satoshi Asami
d6763d278d Don't forget to compress dlb.6. 1996-09-21 00:52:29 +00:00
Satoshi Asami
c89daf5f08 Use ${INSTALL_MAN}, not ${INSTALL_DATA}, for man page installation.
(I know I know, it's the same thing, but it's the principle of things!)

Reviewed by:	max
1996-09-20 23:15:33 +00:00
Satoshi Asami
cac7f46a33 Oops, don't use ${INSTALL_PROGRAM} for shared libraries...it won't
complain, but the resulting mess is quite useless because the library
won't have any symbols!
1996-09-20 23:04:17 +00:00
Masafumi Max NAKANE
e40167040e Deleted extra semi-colon in do-install: target.
And some cleanup on do-install:.
Submitted by:	asami@FreeBSD.ORG
1996-09-20 22:44:41 +00:00
Masafumi Max NAKANE
fde61f1cea Cleaned up do-install: target.
Submitted by:	asami@FreeBSD.ORG
1996-09-20 20:29:03 +00:00
Masafumi Max NAKANE
8b1ae96fb5 Updated CONFIGURE_ARGS to let --canna-include point to the new location of
Canna's header files.
1996-09-20 06:18:37 +00:00
Masafumi Max NAKANE
ce9997829d Upgrade, 3.91 -> 3.95lj1.1b3 1996-09-20 05:47:59 +00:00
Masafumi Max NAKANE
f5e23c4093 Check on /etc/services will be performed upon pkg_add, too. 1996-09-19 14:35:53 +00:00
Masafumi Max NAKANE
9cd9d5ef35 Added donkey to SUBDIR. 1996-09-19 13:34:06 +00:00
Masafumi Max NAKANE
0ca0da173c The substitution mode should be correct now. (Finally. :-) 1996-09-19 12:08:28 +00:00
Masafumi Max NAKANE
bbaf199dcb An alternative for S/KEY's key command. 1996-09-19 11:33:49 +00:00
Masafumi Max NAKANE
2de7100601 So, here it comes back again. (I certainly hope the keyword substitution
mode is set correctly.)
1996-09-19 11:19:12 +00:00
Masafumi Max NAKANE
a9b1782c91 The keyword substitution mode of patch-ad needs to be changed to -ko,
so I remove this file first.
(And it will be back soon.)
1996-09-19 11:13:51 +00:00
Gary Palmer
6c2e1c651d From the README:
TIS has recently instituted a registration policy for access to the freely
available toolkit. We have added this additional step to ensure that you
are aware that, while this software is freely available, it is licensed and
copyrighted software.

so add a dummy fetch: target to tell people to read their licence and
obtain the source manually, and what to do with it when you have it.
1996-09-19 09:58:47 +00:00
Masafumi Max NAKANE
98f501df18 Fixed broken patch file. (Well, I hope it works...) 1996-09-19 09:49:38 +00:00
Satoshi Asami
ffab353310 Add "jp-" in front of PKGNAME. 1996-09-19 04:38:46 +00:00
Andreas Klemm
dea38560eb updated my ports with my new e-mail address. 1996-09-19 03:01:17 +00:00
Masafumi Max NAKANE
38f4e4de38 ${PREFIX} is set to ${LOCALBASE} only when no value is specified for the
variable.
1996-09-18 19:20:24 +00:00
Masafumi Max NAKANE
91b60a8c76 Prefixed the PKGNAME with ``jp-'' 1996-09-18 12:36:58 +00:00
Masafumi Max NAKANE
3958298655 PKGNAME is now prefixed with ``jp-.''
${LOCALBASE} is used instead of /usr/local.

Submitted by:	asami@FreeBSD.ORG
1996-09-18 12:20:22 +00:00
Satoshi Asami
95c640c865 Minor rewording ("Japanese/Russian utilities" -> "... support"). 1996-09-18 10:16:35 +00:00
Satoshi Asami
713caf381c Oops, forgot to add this one. 1996-09-18 10:13:36 +00:00
Masafumi Max NAKANE
e1d8feedad Changed the maintainer from Satoshi to Max.
This port now installs man pages.

(Patch-ac is responsible for following three items.)
This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna}
instead of /usr/local/Canna/{bin,include,lib}.

Changed the location and the name of the lock file to /var/run/Canna.pid.

Changed the location of the log file to /var/log.

Now the readme file is not installed into the directory where the lock file
resides. (patch-ab)

In post-install:, /etc/services is checked and the user will be notified
if there is no entry for Canna.

Added new patch to modify source of several man pages to avoid it displaying
an empty page before showing its content. (patch-ad)
1996-09-18 08:02:06 +00:00
Joshua Peck Macdonald
13274c73de Add BROKEN=yes since it won't compile without g++ 2.7.x. 1996-09-18 00:54:30 +00:00
Joshua Peck Macdonald
b8ec5f320a Unless I'm hollucinating, my last commit, which I specified
-n to, really happened.  That's kind of weird.  Anyways, I
forgot to add the patches directory and a new patch.

Oh, I specified -n now too, hope this doesn't work.
1996-09-17 23:59:53 +00:00
Joshua Peck Macdonald
d2564b5530 c 1996-09-17 23:55:40 +00:00
Joshua Peck Macdonald
0c6f5227a8 PRCS is a version control system I wrote. Its like CVS except
its simpler to use, is not designed as a front-end to RCS, fixes
a lot of the things CVS got wrong, has no client/server support,
and a few other things.
1996-09-17 23:43:20 +00:00