1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

466 Commits

Author SHA1 Message Date
Steve Price
b8b1e11f7b Update to version 2.71.
PR:		19578
Submitted by:	maintainer
2000-07-07 19:16:26 +00:00
David E. O'Brien
6bfeab0db1 Upgrade to version 1.0.1. 2000-06-30 16:44:43 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Andrey A. Chernov
6347cce42c Update. Version number unchanged. 2000-06-28 18:14:46 +00:00
Wes Peters
464109b753 Activate 9e port. Doh! 2000-06-28 05:01:45 +00:00
Andrey A. Chernov
8370252f6c Add WWW to proper place 2000-06-27 15:10:40 +00:00
Wes Peters
e44dc6976a 9e - a simple Plan9 distribution unpacker
PR:		ports/19459
Submitted by:	Jerry Hicks <jhix@mindspring.com>
2000-06-27 03:55:27 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Maxim Sobolev
b57ba36c6a Activate libarc. 2000-06-20 15:04:28 +00:00
Maxim Sobolev
54b3472ae6 Initial import of libarc - a tiny decompression library supporting bunch of
popular formats.
2000-06-20 15:03:58 +00:00
Will Andrews
3fdf9e4584 Use PKGNAMEPREFIX. Obey CC/CFLAGS.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-20 07:07:07 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Maxim Sobolev
934a7920db Several cleanups:
- Use MASTER_SITE_SUNSITE to MASTER_SITES;
- Support CFLAGS/MAKE properly;
- Sort pkg/PLIST;
- Use archivers as a primary category (forgotten by will after repo-copy).

PR:		19164
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-12 07:43:07 +00:00
Will Andrews
a55fdb5b47 Finish the move of macutils to archivers (no commits are necessary on
the actual macutils directory).
2000-06-10 02:15:50 +00:00
Maxim Sobolev
86f49e62a4 Build shared library as well. 2000-06-08 14:47:20 +00:00
Will Andrews
431e676dc5 Remove liblzo and macutil. 2000-06-04 22:53:04 +00:00
Will Andrews
efba9c049a Update liblzo.so.1 port target. 2000-06-04 22:50:05 +00:00
Will Andrews
04e0e62a3b Add undms, a utility that decompresses .dms Amiga disk images to
uncompressed .adf images.

Obtained from:	NetBSD
2000-06-03 04:58:15 +00:00
Will Andrews
adb85fb929 Add ppunpack, a utility to decompress Amiga PowerPacker files.
Obtained from:	NetBSD
2000-06-03 04:52:13 +00:00
Will Andrews
66a77726ff Add unlzx, an utility which can extract LZX archives from Amiga systems.
Obtained from:	NetBSD
2000-06-03 04:42:52 +00:00
Will Andrews
2db2d50167 Add the macutil port, which allows us to create and extract archives from
the Mac world in formats such as binhex.

Obtained from:	NetBSD
2000-06-03 04:21:03 +00:00
Will Andrews
ac5bfb9a2b Add lzop, a fast file compressor similar to gzip that uses the LZO lib.
Obtained from:	NetBSD
2000-06-02 22:58:15 +00:00
Will Andrews
3ca66f39ee Add liblzo, a portable lossless data compression library written in ANSI C.
Obtained from:	NetBSD
2000-06-02 22:45:57 +00:00
Maxim Sobolev
37e4a0377f From Kato's PR:
- Support CFLAGS/ARCH properly
- Support NOPORTDOCS

Plus my own:
- Remove ftp://... line from the comments section of Makefile
- Adjust WWW line to be http:// instead of ftp://

PR:		18904
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-31 10:14:34 +00:00
Steve Price
3ff332e6ed Update to version 2.70.
PR:		18785
Submitted by:	maintainer
2000-05-29 03:57:11 +00:00
Steve Price
11f12d4c1b Don't forceably add -O2 to CFLAGS as this is known to cause problems
because of optimization bugs in the compiler on the Alpha.
2000-05-28 03:19:46 +00:00
Vanilla I. Shu
c6f6217221 Remove unneeded LIB_DEPENDS, and make it dynamic link.
PR:		ports/18472
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-28 01:40:48 +00:00
Andrey A. Chernov
0da4a21845 Add -f when compressing manual to allow instaling over already existen port 2000-05-22 17:13:29 +00:00
David E. O'Brien
b4029eb03a Upgrade to version 1.0.0. 2000-05-19 00:32:43 +00:00
Will Andrews
f32ab970dd Update to KDEUTILS 1.90 (aka KDE2 beta). 2000-05-16 23:57:03 +00:00
Bill Fumerola
ccf4c430e0 ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. 2000-05-14 05:40:52 +00:00
Chris D. Faulhaber
9f1db556c7 Update MASTER_SITES
PR:		18499
Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-05-11 13:27:46 +00:00
Chris D. Faulhaber
07017fc583 New port: mscompress, a Microsoft "compress.exe/expand.exe"
compatible (de)compressor

PR:		18027
Submitted by:	Patrick Seal <patseal@hyperhost.net>
2000-05-07 13:20:58 +00:00
Steve Price
a941bc66eb - Fix MASTER_SITES
- Add WWW: line to pkg/DESCR

PR:		18278
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 23:57:19 +00:00
Andrey A. Chernov
26acd08aef checksum update - minor crypt code style change 2000-04-25 22:47:08 +00:00
Akinori MUSHA
5265cd36e2 Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.org
so as to make it clear that a FreeBSD committer maintains them.
2000-04-24 15:51:20 +00:00
Michael Haro
960543ecef Corrrect whitespace introduced during PORTNAME conversion and portlint 2000-04-22 10:14:11 +00:00
Andrey A. Chernov
848c9ceaf1 remove zip.with_encryption 2000-04-21 15:01:36 +00:00
Andrey A. Chernov
5fa4fe6171 Use exportable from USA encryption
Update URLs/MASTER_SITE
2000-04-21 14:59:10 +00:00
Andrey A. Chernov
7ca4727901 remove unzip.with_encryption 2000-04-21 14:32:19 +00:00
Andrey A. Chernov
cc2779c415 Upgrade to 5.41 2000-04-21 14:28:08 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Andreas Klemm
739ed0d54b update port to version 1.13
PR:		17894
2000-04-16 16:41:58 +00:00
Satoshi Asami
bb07b9b074 Seems somewhere along the line, the lowercase version of the name
was lost....
2000-04-14 23:11:06 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
Satoshi Asami
6028b9f952 Fix up PORTNAME/PORTVERSION.
PR:		17986
Submitted by:	dirk.meyer@dinoex.sub.org
2000-04-13 19:39:44 +00:00
Akinori MUSHA
cda8f4c4a0 Remove unnecessary LANGPREFIX and DISTNAME thanks to PKGNAMEPREFIX. 2000-04-13 08:54:11 +00:00
Michael Haro
b7f08d10c0 PORTNAME/VERSION stuff 2000-04-12 04:56:17 +00:00
Chris Piazza
f9bfad56c5 Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
Akinori MUSHA
a42adeafdd Style fix:
- Remove post-install information from DESCR's.
  - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
  - Remove unnecessary whitespace.

Pointed out by:	portlint
2000-04-04 19:03:36 +00:00
Akinori MUSHA
929d920ab6 Activate fastjar. 2000-03-25 00:18:26 +00:00
Akinori MUSHA
5fdb8cb0f9 Initial import of fastjar.
FastJar is a version of JDK's `jar' utility written entirely in C,
and therefore quite a bit faster.  Currently some features such as
updating archive are unimplemented, but enough seems implemented.

WWW:	http://fastjar.sourceforge.net

Obtained from:	NetBSD pkgsrc
2000-03-25 00:12:37 +00:00
Vanilla I. Shu
860e5c354a Upgrade to 1.08. 2000-03-24 14:53:06 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Kris Kennaway
cf3d05cb92 From OpenBSD: generate tempfiles securely with mkstemps()
Approved by:	Maintainer
2000-03-05 09:27:28 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Peter Wemm
3d10a67346 The reason for RESTRICTED regarding RSA code is a patent, not copyright
issue.
2000-02-25 10:11:30 +00:00
Satoshi Asami
8cdbcbd8da Bump shlib versions of kdelibs11 and kdesupport11. 2000-02-24 07:01:14 +00:00
David E. O'Brien
4923e5cdab Change maintainer. 2000-02-21 16:41:35 +00:00
Andreas Klemm
ab10519a48 Reducing Maintainership to an amount of ports
I can handle.

Sorry, the rest has to go to ports@FreeBSD.ORG.
2000-02-20 17:01:26 +00:00
Andrey A. Chernov
9b8738b492 upgrade to 2.3
PR:		16730
Submitted by:	"KATO Tsuguru" <tkato@prontomail.ne.jp>
2000-02-19 03:27:44 +00:00
R. Imura
46789bfcb4 Remove giflib dependence.
Only changed giflib -> libungif in kdegraphics.

They realy do NOT want libgif, and do NOT use libgif anywhere.
Some ports are checking its existence in configure, but they
are nonsense at all!!
2000-02-15 13:45:23 +00:00
Jeremy Lea
2af63f9335 PLIST fixes. 2000-02-13 10:49:13 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Kris Kennaway
3aaa2f02d0 Respect CC 2000-01-23 02:40:23 +00:00
Kris Kennaway
aa2d37a6b9 Respect CC 2000-01-23 01:06:35 +00:00
Steve Price
b8eafda329 Honor PREFIX and split up patches one patch for each file.
PR:		12056
Submitted by:	Nick Hibma <nick.hibma@jrc.it>
1999-12-29 08:52:12 +00:00
Chris D. Faulhaber
0181097937 Update port to 1.5.3
PR:		15755
Submitted by:	Maintainer
1999-12-29 02:50:42 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Steve Price
97467c0764 Update to version 4.2.1 and add WWW: line to DESCR.
PR:		15672
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-25 19:01:17 +00:00
Michael Haro
332b0f4a83 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00
Chris D. Faulhaber
675931e745 Correct MASTER_SITES
PR:		15282
Submitted by:	Maintainer
1999-12-23 02:37:07 +00:00
Chris D. Faulhaber
37d68b7d1b Update port to 1.06
Remove unneeded lines from patches

PR:		15498
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-22 13:49:02 +00:00
Steve Price
ba8e8113c4 Distfile changed on MASTER_SITE. 1999-12-10 15:26:07 +00:00
Steve Price
35f9bb30c1 Moving makeself from misc to archivers. makeself is a shell script that
makes self-extracting shell scripts, and allows you to specify a "setup"
command to execute upon finishing.
1999-12-10 15:21:48 +00:00
Chris Piazza
6cb33ca6e0 Update to version 1.06
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
PR:		15214
1999-12-04 23:40:27 +00:00
Steve Price
46de741587 Update maintainer's Email address.
PR:		15113
Submitted by:	maintainer
1999-11-27 15:08:48 +00:00
Steve Price
82c3577f23 Add unrar branding and message that unrar is free while rar istelf
is shareware.  Also add NO_CDROM.

PR:		14887
Submitted by:	Oleg V. Volkov <rover@lglobus.ru>, maintainer
1999-11-26 18:06:32 +00:00
Chris Piazza
56e65ea469 - Fix MASTER_SITES
- Remove CONFIGURE_ARGS that are already the default
- Support CFLAGS properly
- Add a file missing from PLISt
- Remove two unneeded patches (for libtool stuff)

PR:		14901
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-21 00:53:55 +00:00
Steve Price
2274b8983e * Removed (unnecessary) dependancy on GNU gettext
* Modified install path of configuration files from lib/ to etc/
* Fixed some files to set file permission properly

PR:		14803
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-14 03:02:01 +00:00
Steve Price
d38cf6324c Update to version 2.60.
PR:		14707
Submitted by:	maintainer
1999-11-14 02:15:35 +00:00
Andreas Klemm
f20717243f As requested by Christian Weisgerber 1999-11-08 20:40:11 +00:00
Steve Price
cc0f6e232e Update to version 2.5.6.
PR:		14579
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-01 00:12:24 +00:00
Michael Haro
5ea50e4cc1 update mastersites
PR:		14483
Submitted by:	"Chris D. Faulhaber" <jedgar@fxp.org>
1999-10-30 18:03:37 +00:00
David E. O'Brien
487a2a33e8 Update master sites. Add bz2cat' as an alias for bzcat'.
PR:		14482
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
		& Shigeyuki Fukushima <shige@FreeBSD.org>
1999-10-27 08:22:18 +00:00
David E. O'Brien
53517aaa71 Upgrade to version 0.9.5d.
Reported-by:	Bernhard Rosenkraenzer <bero@linux-mandrake.com>
1999-09-24 22:43:03 +00:00
Stefan Eßer
833e387518 Update to KDE-1.1.2 1999-09-18 09:02:12 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Chris Piazza
f12bea9bca Fix MASTER_SITES, some formatting issues, and update WWW:
PR:		13564
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-04 19:46:24 +00:00
Munechika SUMIKAWA
2328305e42 update to 1.14f
PR:		13412
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Reviewed by:	sumikawa
1999-09-01 18:41:23 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
8100143543 $Id$ -> $FreeBSD$ 1999-08-31 02:00:46 +00:00