summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create directory before installation.Satoshi Asami1997-01-241-1/+4
|
* Import of the Red Hat package manager.Thomas Gellekum1997-01-245-0/+36
|
* mastersite/distfile changesAndrey A. Chernov1997-01-062-4/+4
|
* mastersite changedAndrey A. Chernov1997-01-061-2/+2
|
* 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
* Install the Japanese man page into ${PREFIX}/man/ja_JP.EUC.Masafumi Max NAKANE1996-12-153-14/+14
|
* 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
* 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.
* rm -> ${RM}Masafumi Max NAKANE1996-12-061-3/+3
| | | | ln -s -> ln -fs
* 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.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-8/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-5/+2
|
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-8/+4
|
* Converted to MASTER_SITE_PERL_CPANDavid E. O'Brien1996-11-171-7/+3
|
* Updated my e-mail address.Masafumi Max NAKANE1996-11-151-2/+2
| | | | Fixed minor typo.
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-156-6/+0
|
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-1215-36/+38
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-241-1/+2
| | | | Submitted by: asami@freebsd.org
* Fix blank line in PLISTJames FitzGibbon1996-10-241-1/+0
| | | | Submitted by: asami@freebsd.org
* Update for new perl5 portsJames FitzGibbon1996-10-241-1/+2
|
* Import of perl5 module for access to libz functions.James FitzGibbon1996-10-235-0/+56
|
* Shortened Maintainer e-mail address.Andreas Klemm1996-10-191-2/+2
|
* 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
* 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!
* - 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 !
* 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>
* cosmetic changes, make copyright more informative, add authorsAndreas Klemm1996-09-272-28/+33
| | | | contact address (from README)
* 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 ?!
* 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.
* added bzip to archiversAndreas Klemm1996-09-271-1/+2
|
* Remove NO_CDROM restriction, FreeBSD have author permissionsAndrey A. Chernov1996-09-082-3/+4
|
* Change RESTRICTED to NO_CDROMAndrey A. Chernov1996-08-291-2/+2
|
* New DESCR & restrictionsAndrey A. Chernov1996-08-292-23/+12
| | | | Submitted by: Masafumi NAKANE <max@sfc.wide.ac.jp>
* Upgrade to 1.14CAndrey A. Chernov1996-08-285-124/+51
|
* Add uudeviewThomas Gellekum1996-08-231-1/+2
|
* 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. ;-)
* Added freeze.Satoshi Asami1996-08-091-1/+2
|
* The freeze/melt archiver.Satoshi Asami1996-08-095-0/+65
| | | | Submitted by: lukin@okbmei.msk.su
* Addex uudx.Satoshi Asami1996-06-101-1/+2
|
* Move PATCH* stuff down to its own section. The upgrade was to 1.01a,Satoshi Asami1996-05-161-2/+3
| | | | by the way.
* Add rarAndrey A. Chernov1996-05-151-1/+2
|
* RAR archiver binary portAndrey A. Chernov1996-05-155-0/+32
|
* UpgradeAndrey A. Chernov1996-05-154-5/+7
|
* Upgrade to 5.2 (official release)Andrey A. Chernov1996-05-044-15/+12
|
* Upgrade to 2.1 (official release)Andrey A. Chernov1996-05-045-19/+16
|
* Typo ("non-usa_only" -> "non-usa.only")Satoshi Asami1996-04-121-2/+2
|
* Set RESTRICTED to the reason why it is so.Satoshi Asami1996-04-121-2/+2
|
* Add hpack.non-usa_only, unzip.with_encryption, zip.with_encryption toSatoshi Asami1996-04-121-4/+4
| | | | SUBDIR list.
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
|
* 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