Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create directory before installation. | Satoshi Asami | 1997-01-24 | 1 | -1/+4 |
| | |||||
* | Import of the Red Hat package manager. | Thomas Gellekum | 1997-01-24 | 5 | -0/+36 |
| | |||||
* | mastersite/distfile changes | Andrey A. Chernov | 1997-01-06 | 2 | -4/+4 |
| | |||||
* | mastersite changed | Andrey A. Chernov | 1997-01-06 | 1 | -2/+2 |
| | |||||
* | Apply minor patch from the OpenBSD folks to allow this to compile and | Warner Losh | 1996-12-22 | 1 | -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 NAKANE | 1996-12-15 | 3 | -14/+14 |
| | |||||
* | No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, | Masafumi Max NAKANE | 1996-12-08 | 1 | -2/+2 |
| | | | | | RESTRICTED or BROKEN. Pointed-out by: asami | ||||
* | Now, string describing reason for defining these variables must be set | Masafumi Max NAKANE | 1996-12-07 | 1 | -2/+2 |
| | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED. | ||||
* | rm -> ${RM} | Masafumi Max NAKANE | 1996-12-06 | 1 | -3/+3 |
| | | | | ln -s -> ln -fs | ||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | Satoshi Asami | 1996-11-18 | 14 | -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 Asami | 1996-11-18 | 1 | -8/+2 |
| | |||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | 1996-11-18 | 1 | -5/+2 |
| | |||||
* | Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | 1996-11-18 | 1 | -8/+4 |
| | |||||
* | Converted to MASTER_SITE_PERL_CPAN | David E. O'Brien | 1996-11-17 | 1 | -7/+3 |
| | |||||
* | Updated my e-mail address. | Masafumi Max NAKANE | 1996-11-15 | 1 | -2/+2 |
| | | | | Fixed minor typo. | ||||
* | Removed unnecessary @cwd directive. | Masafumi Max NAKANE | 1996-11-15 | 6 | -6/+0 |
| | |||||
* | CATAGORIES+= -> CATAGORIES= | David E. O'Brien | 1996-11-12 | 15 | -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 FitzGibbon | 1996-10-24 | 1 | -1/+2 |
| | | | | Submitted by: asami@freebsd.org | ||||
* | Fix blank line in PLIST | James FitzGibbon | 1996-10-24 | 1 | -1/+0 |
| | | | | Submitted by: asami@freebsd.org | ||||
* | Update for new perl5 ports | James FitzGibbon | 1996-10-24 | 1 | -1/+2 |
| | |||||
* | Import of perl5 module for access to libz functions. | James FitzGibbon | 1996-10-23 | 5 | -0/+56 |
| | |||||
* | Shortened Maintainer e-mail address. | Andreas Klemm | 1996-10-19 | 1 | -2/+2 |
| | |||||
* | Satoshi, the loard of the ports collection spoke: | Andreas Klemm | 1996-10-15 | 1 | -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 Asami | 1996-10-10 | 12 | -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 Makefile | Andreas Klemm | 1996-09-28 | 3 | -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 Klemm | 1996-09-27 | 1 | -1/+3 |
| | | | | | Forgotten by: me ;) Submitted by: Chuck Robey <chuckr@glue.umd.edu> | ||||
* | cosmetic changes, make copyright more informative, add authors | Andreas Klemm | 1996-09-27 | 2 | -28/+33 |
| | | | | contact address (from README) | ||||
* | The readme file says, that it's important for i386 architecture, | Andreas Klemm | 1996-09-27 | 1 | -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 have | Andreas Klemm | 1996-09-27 | 8 | -0/+128 |
| | | | | some advantages over gzip concerning compression and memory consumption. | ||||
* | added bzip to archivers | Andreas Klemm | 1996-09-27 | 1 | -1/+2 |
| | |||||
* | Remove NO_CDROM restriction, FreeBSD have author permissions | Andrey A. Chernov | 1996-09-08 | 2 | -3/+4 |
| | |||||
* | Change RESTRICTED to NO_CDROM | Andrey A. Chernov | 1996-08-29 | 1 | -2/+2 |
| | |||||
* | New DESCR & restrictions | Andrey A. Chernov | 1996-08-29 | 2 | -23/+12 |
| | | | | Submitted by: Masafumi NAKANE <max@sfc.wide.ac.jp> | ||||
* | Upgrade to 1.14C | Andrey A. Chernov | 1996-08-28 | 5 | -124/+51 |
| | |||||
* | Add uudeview | Thomas Gellekum | 1996-08-23 | 1 | -1/+2 |
| | |||||
* | Fix shar so that it doesn't generate: | Peter Wemm | 1996-08-16 | 4 | -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 Asami | 1996-08-09 | 1 | -1/+2 |
| | |||||
* | The freeze/melt archiver. | Satoshi Asami | 1996-08-09 | 5 | -0/+65 |
| | | | | Submitted by: lukin@okbmei.msk.su | ||||
* | Addex uudx. | Satoshi Asami | 1996-06-10 | 1 | -1/+2 |
| | |||||
* | Move PATCH* stuff down to its own section. The upgrade was to 1.01a, | Satoshi Asami | 1996-05-16 | 1 | -2/+3 |
| | | | | by the way. | ||||
* | Add rar | Andrey A. Chernov | 1996-05-15 | 1 | -1/+2 |
| | |||||
* | RAR archiver binary port | Andrey A. Chernov | 1996-05-15 | 5 | -0/+32 |
| | |||||
* | Upgrade | Andrey A. Chernov | 1996-05-15 | 4 | -5/+7 |
| | |||||
* | Upgrade to 5.2 (official release) | Andrey A. Chernov | 1996-05-04 | 4 | -15/+12 |
| | |||||
* | Upgrade to 2.1 (official release) | Andrey A. Chernov | 1996-05-04 | 5 | -19/+16 |
| | |||||
* | Typo ("non-usa_only" -> "non-usa.only") | Satoshi Asami | 1996-04-12 | 1 | -2/+2 |
| | |||||
* | Set RESTRICTED to the reason why it is so. | Satoshi Asami | 1996-04-12 | 1 | -2/+2 |
| | |||||
* | Add hpack.non-usa_only, unzip.with_encryption, zip.with_encryption to | Satoshi Asami | 1996-04-12 | 1 | -4/+4 |
| | | | | SUBDIR list. | ||||
* | pkg/COMMENT files for use by ports READMEs. | Satoshi Asami | 1996-04-09 | 1 | -0/+1 |
| | |||||
* | Add newline to end of file. Take out version number while I'm here. | Satoshi Asami | 1996-03-31 | 1 | -1/+1 |
| | | | | Found by: my new README.html-generating script |