summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply minor patch from the OpenBSD folks to allow this to compile andWarner Losh1996-12-221-2/+2
| | | | | | | | | | | | | | | work on both FreeBSD and OpenBSD. Specifically, both FreeBSD and OpenBSD have the timelocal() function. In fact most unixes have this function, so I'm not sure what the best fix generically would be. This fix is no worse than the one that was there before, however. Submitted by: Niklas Hallqvist <niklas@filippa.appli.se> Obtained from: OpenBSD by way of Niklas Notes: svn path=/head/; revision=5060
* Install the Japanese man page into ${PREFIX}/man/ja_JP.EUC.Masafumi Max NAKANE1996-12-153-14/+14
| | | | Notes: svn path=/head/; revision=4977
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1996-12-071-2/+2
| | | | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED. Notes: svn path=/head/; revision=4860
* rm -> ${RM}Masafumi Max NAKANE1996-12-061-3/+3
| | | | | | | ln -s -> ln -fs Notes: svn path=/head/; revision=4827
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-1814-28/+28
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-8/+2
| | | | Notes: svn path=/head/; revision=4575
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-5/+2
| | | | Notes: svn path=/head/; revision=4573
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-8/+4
| | | | Notes: svn path=/head/; revision=4568
* Converted to MASTER_SITE_PERL_CPANDavid E. O'Brien1996-11-171-7/+3
| | | | Notes: svn path=/head/; revision=4531
* Updated my e-mail address.Masafumi Max NAKANE1996-11-151-2/+2
| | | | | | | Fixed minor typo. Notes: svn path=/head/; revision=4487
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-156-6/+0
| | | | Notes: svn path=/head/; revision=4486
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-1215-36/+38
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-241-1/+2
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* Fix blank line in PLISTJames FitzGibbon1996-10-241-1/+0
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4091
* Update for new perl5 portsJames FitzGibbon1996-10-241-1/+2
| | | | Notes: svn path=/head/; revision=4084
* Import of perl5 module for access to libz functions.James FitzGibbon1996-10-235-0/+56
| | | | Notes: svn path=/head/; revision=4079
* Shortened Maintainer e-mail address.Andreas Klemm1996-10-191-2/+2
| | | | Notes: svn path=/head/; revision=4048
* Satoshi, the loard of the ports collection spoke:Andreas Klemm1996-10-151-3/+3
| | | | | | | | | | "The last argument to the "rm -f" line should be bunzip, right? :) Also, you may want to change the "ln" to "ln -s". I remember the pkg tools mangling hard links into separate files." So I did it ;-) Submitted by: Satoshi Notes: svn path=/head/; revision=3987
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-1012-12/+12
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* - use INSTALL_PROGRAM and INSTALL_MAN in MakefileAndreas Klemm1996-09-283-8/+32
| | | | | | | | | | | - 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 ! Notes: svn path=/head/; revision=3892
* Added NO_CDROM to Makefile, because of restrictive copyright.Andreas Klemm1996-09-271-1/+3
| | | | | | | | Forgotten by: me ;) Submitted by: Chuck Robey <chuckr@glue.umd.edu> Notes: svn path=/head/; revision=3891
* cosmetic changes, make copyright more informative, add authorsAndreas Klemm1996-09-272-28/+33
| | | | | | | contact address (from README) Notes: svn path=/head/; revision=3889
* The readme file says, that it's important for i386 architecture,Andreas Klemm1996-09-271-3/+4
| | | | | | | | | to include -fomit-frame-pointer into the CFLAGS. BTW: someone here who knows, if -funroll-loops might add some (stable) performance as well ?! Notes: svn path=/head/; revision=3888
* imported new port of bpatch 0.21, a compression program, that seems to haveAndreas Klemm1996-09-278-0/+128
| | | | | | | some advantages over gzip concerning compression and memory consumption. Notes: svn path=/head/; revision=3887
* added bzip to archiversAndreas Klemm1996-09-271-1/+2
| | | | Notes: svn path=/head/; revision=3886
* Remove NO_CDROM restriction, FreeBSD have author permissionsAndrey A. Chernov1996-09-082-3/+4
| | | | Notes: svn path=/head/; revision=3747
* Change RESTRICTED to NO_CDROMAndrey A. Chernov1996-08-291-2/+2
| | | | Notes: svn path=/head/; revision=3721
* New DESCR & restrictionsAndrey A. Chernov1996-08-292-23/+12
| | | | | | | Submitted by: Masafumi NAKANE <max@sfc.wide.ac.jp> Notes: svn path=/head/; revision=3720
* Upgrade to 1.14CAndrey A. Chernov1996-08-285-124/+51
| | | | Notes: svn path=/head/; revision=3715
* Add uudeviewThomas Gellekum1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=3683
* Fix shar so that it doesn't generate:Peter Wemm1996-08-164-2/+34
| | | | | | | | | | | | | | | | | | | # 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. ;-) Notes: svn path=/head/; revision=3622
* Added freeze.Satoshi Asami1996-08-091-1/+2
| | | | Notes: svn path=/head/; revision=3560
* The freeze/melt archiver.Satoshi Asami1996-08-095-0/+65
| | | | | | | Submitted by: lukin@okbmei.msk.su Notes: svn path=/head/; revision=3559
* Addex uudx.Satoshi Asami1996-06-101-1/+2
| | | | Notes: svn path=/head/; revision=3189
* Move PATCH* stuff down to its own section. The upgrade was to 1.01a,Satoshi Asami1996-05-161-2/+3
| | | | | | | by the way. Notes: svn path=/head/; revision=3096
* Add rarAndrey A. Chernov1996-05-151-1/+2
| | | | Notes: svn path=/head/; revision=3087
* RAR archiver binary portAndrey A. Chernov1996-05-155-0/+32
| | | | Notes: svn path=/head/; revision=3086
* UpgradeAndrey A. Chernov1996-05-154-5/+7
| | | | Notes: svn path=/head/; revision=3084
* Upgrade to 5.2 (official release)Andrey A. Chernov1996-05-044-15/+12
| | | | Notes: svn path=/head/; revision=3069
* Upgrade to 2.1 (official release)Andrey A. Chernov1996-05-045-19/+16
| | | | Notes: svn path=/head/; revision=3068
* Typo ("non-usa_only" -> "non-usa.only")Satoshi Asami1996-04-121-2/+2
| | | | Notes: svn path=/head/; revision=2992
* Set RESTRICTED to the reason why it is so.Satoshi Asami1996-04-121-2/+2
| | | | Notes: svn path=/head/; revision=2977
* Add hpack.non-usa_only, unzip.with_encryption, zip.with_encryption toSatoshi Asami1996-04-121-4/+4
| | | | | | | SUBDIR list. Notes: svn path=/head/; revision=2976
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* Add newline to end of file. Take out version number while I'm here.Satoshi Asami1996-03-311-1/+1
| | | | | | | Found by: my new README.html-generating script Notes: svn path=/head/; revision=2917
* Use ${PREFIX} instead of /usr/localTorsten Blum1995-10-061-6/+6
| | | | Notes: svn path=/head/; revision=2285
* Convert all makefiles to new formats.Satoshi Asami1995-10-031-6/+13
| | | | Notes: svn path=/head/; revision=2233
* Upgrade, old version not exist anymore on master siteAndrey A. Chernov1995-05-153-7/+7
| | | | Notes: svn path=/head/; revision=1760
* Add pkgAndrey A. Chernov1995-05-143-0/+16
| | | | Notes: svn path=/head/; revision=1753