summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From Kato's PR:Maxim Sobolev2000-05-313-33/+40
| | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=29017
* Update to version 2.70.Steve Price2000-05-292-13/+14
| | | | | | | | PR: 18785 Submitted by: maintainer Notes: svn path=/head/; revision=28895
* Don't forceably add -O2 to CFLAGS as this is known to cause problemsSteve Price2000-05-281-4/+7
| | | | | | | because of optimization bugs in the compiler on the Alpha. Notes: svn path=/head/; revision=28790
* Remove unneeded LIB_DEPENDS, and make it dynamic link.Vanilla I. Shu2000-05-281-2/+0
| | | | | | | | PR: ports/18472 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28789
* Add -f when compressing manual to allow instaling over already existen portAndrey A. Chernov2000-05-221-1/+1
| | | | Notes: svn path=/head/; revision=28682
* Upgrade to version 1.0.0.David E. O'Brien2000-05-193-11/+10
| | | | Notes: svn path=/head/; revision=28570
* Update to KDEUTILS 1.90 (aka KDE2 beta).Will Andrews2000-05-163-545/+553
| | | | Notes: svn path=/head/; revision=28501
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* Update MASTER_SITESChris D. Faulhaber2000-05-111-1/+2
| | | | | | | | PR: 18499 Submitted by: Mikhail Teterin <mi@privatelabs.com> Notes: svn path=/head/; revision=28402
* New port: mscompress, a Microsoft "compress.exe/expand.exe"Chris D. Faulhaber2000-05-076-0/+40
| | | | | | | | | | compatible (de)compressor PR: 18027 Submitted by: Patrick Seal <patseal@hyperhost.net> Notes: svn path=/head/; revision=28333
* - Fix MASTER_SITESSteve Price2000-04-292-1/+3
| | | | | | | | | | - Add WWW: line to pkg/DESCR PR: 18278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28114
* checksum update - minor crypt code style changeAndrey A. Chernov2000-04-251-1/+1
| | | | Notes: svn path=/head/; revision=28013
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgAkinori MUSHA2000-04-241-1/+1
| | | | | | | so as to make it clear that a FreeBSD committer maintains them. Notes: svn path=/head/; revision=27967
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-223-3/+3
| | | | Notes: svn path=/head/; revision=27887
* remove zip.with_encryptionAndrey A. Chernov2000-04-211-1/+0
| | | | Notes: svn path=/head/; revision=27852
* Use exportable from USA encryptionAndrey A. Chernov2000-04-213-6/+16
| | | | | | | Update URLs/MASTER_SITE Notes: svn path=/head/; revision=27851
* remove unzip.with_encryptionAndrey A. Chernov2000-04-211-1/+0
| | | | Notes: svn path=/head/; revision=27850
* Upgrade to 5.41Andrey A. Chernov2000-04-213-9/+10
| | | | Notes: svn path=/head/; revision=27849
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-1/+1
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* update port to version 1.13Andreas Klemm2000-04-162-2/+2
| | | | | | | PR: 17894 Notes: svn path=/head/; revision=27659
* Seems somewhere along the line, the lowercase version of the nameSatoshi Asami2000-04-141-1/+2
| | | | | | | was lost.... Notes: svn path=/head/; revision=27551
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-143-8/+8
| | | | Notes: svn path=/head/; revision=27512
* Fix up PORTNAME/PORTVERSION.Satoshi Asami2000-04-131-2/+2
| | | | | | | | PR: 17986 Submitted by: dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=27499
* Remove unnecessary LANGPREFIX and DISTNAME thanks to PKGNAMEPREFIX.Akinori MUSHA2000-04-131-3/+1
| | | | Notes: svn path=/head/; revision=27482
* PORTNAME/VERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27455
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-093-6/+6
| | | | Notes: svn path=/head/; revision=27427
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-0825-97/+97
| | | | Notes: svn path=/head/; revision=27419
* Style fix:Akinori MUSHA2000-04-042-2/+2
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=27329
* Activate fastjar.Akinori MUSHA2000-03-251-0/+1
| | | | Notes: svn path=/head/; revision=27027
* Initial import of fastjar.Akinori MUSHA2000-03-256-0/+40
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=27026
* Upgrade to 1.08.Vanilla I. Shu2000-03-242-3/+3
| | | | Notes: svn path=/head/; revision=27014
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Restore useless version required comments.David E. O'Brien2000-03-223-0/+3
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-203-3/+0
| | | | Notes: svn path=/head/; revision=26835
* From OpenBSD: generate tempfiles securely with mkstemps()Kris Kennaway2000-03-0512-23/+336
| | | | | | | Approved by: Maintainer Notes: svn path=/head/; revision=26556
* Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami2000-02-282-2/+2
| | | | Notes: svn path=/head/; revision=26406
* The reason for RESTRICTED regarding RSA code is a patent, not copyrightPeter Wemm2000-02-251-1/+1
| | | | | | | issue. Notes: svn path=/head/; revision=26271
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26244
* Change maintainer.David E. O'Brien2000-02-212-2/+2
| | | | Notes: svn path=/head/; revision=26096
* Reducing Maintainership to an amount of portsAndreas Klemm2000-02-202-2/+2
| | | | | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG. Notes: svn path=/head/; revision=26039
* upgrade to 2.3Andrey A. Chernov2000-02-195-23/+31
| | | | | | | | PR: 16730 Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=25994
* Remove giflib dependence.R. Imura2000-02-151-2/+1
| | | | | | | | | | | 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!! Notes: svn path=/head/; revision=25853
* PLIST fixes.Jeremy Lea2000-02-132-2/+2
| | | | Notes: svn path=/head/; revision=25742
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25734
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Respect CCKris Kennaway2000-01-231-0/+20
| | | | Notes: svn path=/head/; revision=24965
* Respect CCKris Kennaway2000-01-231-0/+11
| | | | Notes: svn path=/head/; revision=24960
* Honor PREFIX and split up patches one patch for each file.Steve Price1999-12-2912-0/+365
| | | | | | | | PR: 12056 Submitted by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=24249
* Update port to 1.5.3Chris D. Faulhaber1999-12-292-4/+10
| | | | | | | | PR: 15755 Submitted by: Maintainer Notes: svn path=/head/; revision=24214
* General comment cleanups.Tim Vanderhoek1999-12-282-2/+2
| | | | Notes: svn path=/head/; revision=24206