summaryrefslogtreecommitdiffstats
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-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.asami1996-11-181-8/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-5/+2
|
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-8/+4
|
* Converted to MASTER_SITE_PERL_CPANobrien1996-11-171-7/+3
|
* Updated my e-mail address.max1996-11-151-2/+2
| | | | Fixed minor typo.
* Removed unnecessary @cwd directive.max1996-11-156-6/+0
|
* CATAGORIES+= -> CATAGORIES=obrien1996-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.jfitz1996-10-241-1/+2
| | | | Submitted by: asami@freebsd.org
* Fix blank line in PLISTjfitz1996-10-241-1/+0
| | | | Submitted by: asami@freebsd.org
* Update for new perl5 portsjfitz1996-10-241-1/+2
|
* Import of perl5 module for access to libz functions.jfitz1996-10-235-0/+56
|
* Shortened Maintainer e-mail address.andreas1996-10-191-2/+2
|
* Satoshi, the loard of the ports collection spoke:andreas1996-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"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 Makefileandreas1996-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.andreas1996-09-271-1/+3
| | | | | Forgotten by: me ;) Submitted by: Chuck Robey <chuckr@glue.umd.edu>
* cosmetic changes, make copyright more informative, add authorsandreas1996-09-272-28/+33
| | | | contact address (from README)
* The readme file says, that it's important for i386 architecture,andreas1996-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 haveandreas1996-09-278-0/+128
| | | | some advantages over gzip concerning compression and memory consumption.
* added bzip to archiversandreas1996-09-271-1/+2
|
* Remove NO_CDROM restriction, FreeBSD have author permissionsache1996-09-082-3/+4
|
* Change RESTRICTED to NO_CDROMache1996-08-291-2/+2
|
* New DESCR & restrictionsache1996-08-292-23/+12
| | | | Submitted by: Masafumi NAKANE <max@sfc.wide.ac.jp>
* Upgrade to 1.14Cache1996-08-285-124/+51
|
* Add uudeviewtg1996-08-231-1/+2
|
* Fix shar so that it doesn't generate:peter1996-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.asami1996-08-091-1/+2
|
* The freeze/melt archiver.asami1996-08-095-0/+65
| | | | Submitted by: lukin@okbmei.msk.su
* Addex uudx.asami1996-06-101-1/+2
|
* Move PATCH* stuff down to its own section. The upgrade was to 1.01a,asami1996-05-161-2/+3
| | | | by the way.
* Add rarache1996-05-151-1/+2
|
* RAR archiver binary portache1996-05-155-0/+32
|
* Upgradeache1996-05-154-5/+7
|
* Upgrade to 5.2 (official release)ache1996-05-044-15/+12
|
* Upgrade to 2.1 (official release)ache1996-05-045-19/+16
|
* Typo ("non-usa_only" -> "non-usa.only")asami1996-04-121-2/+2
|
* Set RESTRICTED to the reason why it is so.asami1996-04-121-2/+2
|
* Add hpack.non-usa_only, unzip.with_encryption, zip.with_encryption toasami1996-04-121-4/+4
| | | | SUBDIR list.
* pkg/COMMENT files for use by ports READMEs.asami1996-04-091-0/+1
|
* Add newline to end of file. Take out version number while I'm here.asami1996-03-311-1/+1
| | | | Found by: my new README.html-generating script
* Use ${PREFIX} instead of /usr/localtorstenb1995-10-061-6/+6
|
* Convert all makefiles to new formats.asami1995-10-031-6/+13
|
* Upgrade, old version not exist anymore on master siteache1995-05-153-7/+7
|
* Add pkgache1995-05-143-0/+16
|
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-2/+5
| | | | | | | | | | | | | | | | | | | ===== # 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".
* Updated archivers Makefiles....asami1995-04-243-7/+6
|
* fix pathnameache1995-04-162-4/+4
|
* install should depend on zip (sorry, I'm sounding like a brokenasami1995-04-161-2/+2
| | | | record, next time I'll commit all at once ;)
* install should depend on build.asami1995-04-162-4/+4
|
OpenPOWER on IntegriCloud