1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

74 Commits

Author SHA1 Message Date
Andreas Klemm
173535b87e - use INSTALL_PROGRAM and INSTALL_MAN in Makefile
- add patch-ac to silence bzip when doing compression, bzip version
  info now only with -v or -V
- changed comment in COMMENT. bzip compresses better than gzip, but
  speed is much slower, so it's not generally better as gzip where
  speed matters !
1996-09-28 12:34:45 +00:00
Andreas Klemm
d23cbedba2 Added NO_CDROM to Makefile, because of restrictive copyright.
Forgotten by: me ;)
Submitted by: Chuck Robey <chuckr@glue.umd.edu>
1996-09-27 20:55:50 +00:00
Andreas Klemm
c6ac8e3d7c cosmetic changes, make copyright more informative, add authors
contact address (from README)
1996-09-27 12:11:12 +00:00
Andreas Klemm
09be879147 The readme file says, that it's important for i386 architecture,
to include -fomit-frame-pointer into the CFLAGS.
BTW: someone here who knows, if -funroll-loops might add some (stable)
performance as well ?!
1996-09-27 11:59:36 +00:00
Andreas Klemm
43681e685c imported new port of bpatch 0.21, a compression program, that seems to have
some advantages over gzip concerning compression and memory consumption.
1996-09-27 11:47:06 +00:00
Andreas Klemm
50050d2820 added bzip to archivers 1996-09-27 11:24:00 +00:00
Andrey A. Chernov
5090ff26a0 Remove NO_CDROM restriction, FreeBSD have author permissions 1996-09-08 21:48:38 +00:00
Andrey A. Chernov
e5ba5ab7c1 Change RESTRICTED to NO_CDROM 1996-08-29 16:05:54 +00:00
Andrey A. Chernov
870f833719 New DESCR & restrictions
Submitted by: Masafumi NAKANE <max@sfc.wide.ac.jp>
1996-08-29 15:50:35 +00:00
Andrey A. Chernov
9f5c4d2f3c Upgrade to 1.14C 1996-08-28 17:32:53 +00:00
Thomas Gellekum
73ca0f6652 Add uudeview 1996-08-23 06:48:49 +00:00
Peter Wemm
7aa4521121 Fix shar so that it doesn't generate:
# This shar contains:
  # length mode       name
  # ------ ---------- ------------------------------------------
  #   9525 (null) -rw-r--r--
  #   3768 (null) -rw-r--r--
	  ^^^^^^^^^^^
This is a long/off_t printf problem.

The only problem with doing this, is that touching the sources with patch
causes it to want to go and regenerate it's locale databases using some
gnu tools I've never heard of before. :-(  Since patch-ac doesn't actually
change any messages, I've cheated and touched the dependency files in
post-patch.  Please, no pukeing, I know it's a gross hack. ;-)
1996-08-16 14:38:17 +00:00
Satoshi Asami
66cb7ffbad Added freeze. 1996-08-09 08:16:50 +00:00
Satoshi Asami
9d76846433 The freeze/melt archiver.
Submitted by:	lukin@okbmei.msk.su
1996-08-09 08:16:17 +00:00
Satoshi Asami
df29f54e00 Addex uudx. 1996-06-10 01:50:49 +00:00
Satoshi Asami
43cb555578 Move PATCH* stuff down to its own section. The upgrade was to 1.01a,
by the way.
1996-05-16 08:59:57 +00:00
Andrey A. Chernov
8dabf8db72 Add rar 1996-05-15 19:23:38 +00:00
Andrey A. Chernov
6254b958ea RAR archiver binary port 1996-05-15 19:19:40 +00:00
Andrey A. Chernov
ea3d66da0b Upgrade 1996-05-15 04:59:39 +00:00
Andrey A. Chernov
ad350a399e Upgrade to 5.2 (official release) 1996-05-04 12:30:48 +00:00
Andrey A. Chernov
14b74b36e3 Upgrade to 2.1 (official release) 1996-05-04 11:34:31 +00:00
Satoshi Asami
d8a5dc1ca9 Typo ("non-usa_only" -> "non-usa.only") 1996-04-12 08:47:53 +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
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
Satoshi Asami
8c563d2750 Add newline to end of file. Take out version number while I'm here.
Found by:	my new README.html-generating script
1996-03-31 11:29:15 +00:00
Torsten Blum
a5a545ac63 Use ${PREFIX} instead of /usr/local 1995-10-06 20:01:34 +00:00
Satoshi Asami
1f43de46ba Convert all makefiles to new formats. 1995-10-03 11:45:15 +00:00
Andrey A. Chernov
a56adfc86e Upgrade, old version not exist anymore on master site 1995-05-15 20:55:41 +00:00
Andrey A. Chernov
74ef9648a0 Add pkg 1995-05-14 18:48:43 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
93c78d0f3d Updated archivers Makefiles.... 1995-04-24 10:58:57 +00:00
Andrey A. Chernov
320e65fb08 fix pathname 1995-04-16 01:44:03 +00:00
Satoshi Asami
526f6743fd install should depend on zip (sorry, I'm sounding like a broken
record, next time I'll commit all at once ;)
1995-04-16 00:25:14 +00:00
Satoshi Asami
867ed52e89 install should depend on build. 1995-04-16 00:23:30 +00:00
Satoshi Asami
4d2354a8dc The rest of the archiver Makefiles. (I've already fixed Andrey's
Makefiles before.)
1995-04-15 04:45:25 +00:00
Satoshi Asami
19e38c2e9f Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
1995-04-12 04:56:21 +00:00
Satoshi Asami
7303a65141 Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
1995-04-12 04:48:15 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andrey A. Chernov
3143c86914 Upgrade 1995-03-26 02:21:28 +00:00
Gary Palmer
3f213ef157 Oops - typo. 1995-02-05 16:28:43 +00:00
Gary Palmer
74378010a3 Yet more package files 1995-02-05 15:18:50 +00:00
Gary Palmer
93632aef4f Yet more package files... 1995-02-05 15:03:20 +00:00
Gary Palmer
5d7549ceb1 Yet more package files 1995-02-05 14:54:07 +00:00
Gary Palmer
289c1239ca Some more package files 1995-02-05 14:05:35 +00:00
Gary Palmer
aa84831d8c Add package files... 1995-02-05 13:41:01 +00:00
Gary Palmer
7fa03f7724 Add package files 1995-02-05 13:21:40 +00:00
Gary Palmer
25a6d9c0fa Add these much needed files, although COMMENT could do
with more work...
1995-02-05 12:48:12 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Jordan K. Hubbard
48e58e6a33 Add a number of missing md5 files. 1995-01-31 06:06:21 +00:00