Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portlint. | asami | 1999-03-01 | 1 | -3/+2 |
| | |||||
* | MASTER_SITE_SUBDIR was broken. My choices in fixing were either go with | obrien | 1999-02-28 | 1 | -1/+1 |
| | | | | GZIP or BZIP2 distfiles. I went with BZIP2. | ||||
* | MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I went | obrien | 1999-02-28 | 1 | -2/+4 |
| | | | | with BZIP2. | ||||
* | upgrade to 2.43 | ache | 1999-02-18 | 5 | -19/+44 |
| | |||||
* | Remove extra argument to "configure" that had been committed by accident. | se | 1999-02-09 | 1 | -3/+1 |
| | |||||
* | Upgrade to KDE 1.1 RELEASE. | se | 1999-02-09 | 3 | -6/+43 |
| | |||||
* | Upgrade to KDE-1.1pre2 ... | se | 1999-02-07 | 3 | -8/+60 |
| | |||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 2 | -9/+6 |
| | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. | ||||
* | ${MASTER_SITE_GNU} got rearranged in December; let's catch up. | fenner | 1999-01-27 | 3 | -3/+6 |
| | |||||
* | Rewrite p5- module's PLIST for alpha. | simokawa | 1999-01-11 | 1 | -8/+8 |
| | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami | ||||
* | Make dependency lines point to right directories -- they were still | asami | 1999-01-08 | 1 | -2/+2 |
| | | | | using the old names (without "11"). | ||||
* | Upgrade to the first pre-release of KDE 1.1. | se | 1999-01-07 | 3 | -94/+154 |
| | | | | | | | | | | | This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ... | ||||
* | Mark these broken while Stefan works on an upgrade. | asami | 1999-01-06 | 1 | -1/+3 |
| | |||||
* | - fix time_t conflicts on alpha | simokawa | 1999-01-03 | 2 | -84/+77 |
| | | | | | - split up patches into one source file per patch file. Obtained from: NetBSD (with a litte modification by me) | ||||
* | upgrade to 5.40 | ache | 1998-12-28 | 2 | -6/+6 |
| | |||||
* | Create info/dir before trying to use it. Also, add install-info lines | asami | 1998-12-25 | 2 | -1/+9 |
| | | | | to PLIST. | ||||
* | - Upgrade to 1.2 | dirk | 1998-12-24 | 4 | -12/+16 |
| | | | | | | - add ${MASTER_SITE_SUNSITE} to ${MASTER_SITES} Requested by: Andreas Klemm <andreas@FreeBSD.ORG> | ||||
* | Add some master sites. | tg | 1998-12-15 | 1 | -2/+4 |
| | |||||
* | add @ to a line | obrien | 1998-12-13 | 1 | -2/+2 |
| | |||||
* | Add more MASTER_SITES. | vanilla | 1998-12-11 | 2 | -6/+12 |
| | | | | | PR: ports/9037 Submitted by: josh@quick.net | ||||
* | Install `bzcat' and manpages for `bzcat' and `bzip2recover' | obrien | 1998-12-11 | 2 | -2/+4 |
| | | | | Requested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> | ||||
* | PR: ports/5776 | billf | 1998-12-02 | 2 | -2/+2 |
| | | | | Submitted by: Pedro F. Giffuni | ||||
* | Activate lzo | billf | 1998-12-02 | 1 | -1/+2 |
| | | | | PR: ports/5776 | ||||
* | from pkg/DESCR | billf | 1998-12-02 | 10 | -0/+138 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | -------------- LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio. LZO implements a number of algorithms with the following features: + Decompression is simple and *very* fast. + Requires no memory for decompression. + Compression is pretty fast. + Requires 64 kB of memory for compression. + Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced. + Includes compression levels for generating pre-compressed data which achieve a quite competitive compression ratio. + There is also a compression level which needs only 8 kB for compression. + Algorithm is thread safe. + Algorithm is lossless. Author: Markus Franz Xaver Johannes Oberhumer markus.oberhumer@jk.uni-linz.ac.at http://www.infosys.tuwien.ac.at/Staff/lux/marco ---------- | ||||
* | Update to v1.14d. | kuriyama | 1998-11-17 | 3 | -65/+51 |
| | | | | | | PR: ports/8256 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Approved by: ache (maintainer) | ||||
* | Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change | asami | 1998-11-14 | 1 | -6/+8 |
| | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. | ||||
* | had no offical maintainer and I'm starting to use bzip2 more and more. | obrien | 1998-11-03 | 1 | -2/+3 |
| | |||||
* | Un-break. Fetches now, looks like the ISP is a bit flakey. | tg | 1998-10-30 | 1 | -3/+1 |
| | |||||
* | This port is unfetchable (operation timed out). | asami | 1998-10-29 | 1 | -1/+3 |
| | |||||
* | Un-break. Don't build with i18n support. | tg | 1998-10-28 | 1 | -4/+2 |
| | |||||
* | Upgrade to 0.9.0c. | tg | 1998-10-28 | 4 | -17/+35 |
| | |||||
* | Mark BORKEN for ELF: | jseger | 1998-10-13 | 1 | -1/+4 |
| | | | | | | | | | | xgettext --default-domain=rpm \ --add-comments --keyword=_ --keyword=N_ /usr/ports/misc/rpm/work/rpm-2.5.1/rpm.c /usr/ports/misc/rpm/work/rpm-2.5.1/query.c /usr/ports/misc/rpm/work/rpm-2.5.1/install.c /usr/ports/misc/rpm/work/rpm-2.5.1/verify.c /usr/ports/misc/rpm/work/rpm-2.5.1/checksig.c /usr/ports/misc/rpm/work/rpm-2.5.1/url.c /usr/ports/misc/rpm/work/rpm-2.5.1/ftp.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/uninstall.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmdb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/signature.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/dbindex.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/depends.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/formats.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/fs.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/header.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/lookup.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rebuilddb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/messages.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/package.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmlead.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmrc.c Unrecognized option: - usage: xgettext [-adnuv] [-c<flag>] [-m<tag>] [-o<default>] ... [-p<path>] [-x<xlist>] - | file xgettext -h (HELP) | ||||
* | Urk, do this so it actually works. Sorry guys. | jkh | 1998-10-05 | 1 | -6/+7 |
| | |||||
* | s/MACHINE_ARCH/ARCH/ | jkh | 1998-10-05 | 1 | -2/+2 |
| | | | | Suggested by: Bill Fenner | ||||
* | Make this work on the ALPHA | jkh | 1998-10-04 | 1 | -1/+5 |
| | |||||
* | Elfify | brian | 1998-10-02 | 1 | -9/+7 |
| | |||||
* | Mark all KDE ports BROKEN for ELF. | jseger | 1998-09-30 | 1 | -1/+3 |
| | |||||
* | cleanup. | kuriyama | 1998-09-28 | 1 | -0/+1 |
| | |||||
* | Remove previous elf patch. | brian | 1998-09-23 | 1 | -31/+11 |
| | | | | | | Instead, change grep to egrep in configure so that it does what was intended. Ok'd by: smace & ache | ||||
* | Remove the empty directory too. | steve | 1998-09-23 | 2 | -0/+2 |
| | |||||
* | Portlint cleaning. | steve | 1998-09-23 | 2 | -6/+8 |
| | |||||
* | Remove the directories too. | steve | 1998-09-23 | 1 | -0/+2 |
| | |||||
* | Make this port work in an ELF world. | steve | 1998-09-23 | 1 | -1/+5 |
| | | | | Inspired by: one of John Polstra's recent commits | ||||
* | Fix pkg/PLIST. | steve | 1998-09-23 | 1 | -1/+2 |
| | |||||
* | Add a more reliable master site. | steve | 1998-09-23 | 1 | -2/+3 |
| | |||||
* | Find the distfile. | steve | 1998-09-23 | 1 | -2/+2 |
| | |||||
* | Support ELF. | smace | 1998-09-23 | 1 | -0/+31 |
| | | | | | 1. Invoke prefixing of external symbols in assembly code functions via __ELF__. | ||||
* | giflib is now converted to ELF so remove regexp support. | steve | 1998-09-19 | 1 | -2/+2 |
| | |||||
* | Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball | asami | 1998-09-16 | 1 | -2/+2 |
| | | | | | | checks haven't missed anything. Submitted by: dima | ||||
* | jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. | asami | 1998-09-15 | 1 | -2/+2 |
| | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) | ||||
* | Use MLINKS for manpage link. | asami | 1998-09-10 | 1 | -3/+3 |
| | |||||
* | add a note to use bzip2 which is faster, more reliable and patent free | andreas | 1998-08-30 | 1 | -10/+6 |
| | | | | | this port only stays for compatibility reasons, because bzip2 is unable to unpack bzip archives. | ||||
* | ln -> ${LN} | max | 1998-08-29 | 1 | -3/+3 |
| | | | | Use symbolic link instead of hard link. | ||||
* | These manpages removed by Tim Vanderhoek. | hoek | 1998-08-20 | 2 | -2/+0 |
| | |||||
* | Hey, test before committing, Vanilla. This doesn't even fetch now. :) | asami | 1998-08-19 | 1 | -3/+3 |
| | |||||
* | Remove miscellaneous manpages. | hoek | 1998-08-19 | 1 | -2/+0 |
| | |||||
* | Portlint. | vanilla | 1998-08-18 | 1 | -1/+0 |
| | |||||
* | Portlint. | vanilla | 1998-08-18 | 3 | -26/+3 |
| | |||||
* | Don't try to package manpages twice. | steve | 1998-08-17 | 12 | -27/+2 |
| | |||||
* | Convert all (:) archivers/p5-* ports to new perl scheme. | asami | 1998-08-13 | 2 | -10/+10 |
| | |||||
* | Replace qt dependencies with USE_QT. | asami | 1998-08-12 | 1 | -4/+3 |
| | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) | ||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-08 | 1 | -3/+3 |
| | |||||
* | Spelling and grammar police. This commit brought to you by the | mph | 1998-08-04 | 7 | -8/+8 |
| | | | | letter "A". | ||||
* | Add homepage to pkg/DESCR | hoek | 1998-07-25 | 4 | -19/+12 |
| | |||||
* | Change dependencies to accept Qt-1.33 if present, | se | 1998-07-24 | 1 | -3/+3 |
| | | | | but to build Qt-1.40 if no compiled Qt library can be found. | ||||
* | Upgrade to KDE Release 1.0 | se | 1998-07-15 | 3 | -27/+135 |
| | |||||
* | Mark as broken, will be upgraded to 1.0 within a few days. | se | 1998-07-14 | 1 | -1/+3 |
| | |||||
* | 1) Break-up the mega-patch-aa. | hoek | 1998-06-15 | 6 | -62/+60 |
| | | | | | | 2) Fix install for non-root users. 3) "See work/Arc521.doc" is not considered a good pkg/DESCR. 4) install ad. doc., too. | ||||
* | Fix wrong patch. Configuration files should be installed into | tg | 1998-06-08 | 1 | -2/+2 |
| | | | | $PREFIX/share/misc. | ||||
* | No need to use += for variables defined only once. | asami | 1998-06-08 | 1 | -2/+2 |
| | |||||
* | import new port GNU tar 1.12, latest version | andreas | 1998-06-06 | 5 | -0/+42 |
| | |||||
* | Fix paths of two files. | asami | 1998-06-06 | 1 | -2/+2 |
| | |||||
* | Upgrade to 2.5.1. | tg | 1998-06-02 | 2 | -4/+5 |
| | |||||
* | Add reference to the rpm2cpio converter written in perl. You still | wosch | 1998-05-12 | 1 | -0/+6 |
| | | | | | need GNU cpio and gzip, but at least you don't have to install the whole RPM manager to get the files in an RPM. | ||||
* | Change JPEG shared library number to 9. This is to make sure that everyone | jseger | 1998-05-05 | 1 | -2/+2 |
| | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami | ||||
* | Port is no longer broken: correct PLIST has been commited | se | 1998-05-03 | 1 | -3/+1 |
| | |||||
* | Update PLIST to match Beta4.1 | se | 1998-05-03 | 1 | -22/+68 |
| | |||||
* | ===> Building package for kdeutils-4.1b | asami | 1998-04-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | Creating package /usr/ports/packages/All/kdeutils-4.1b.tgz Registering depends: giflib-3.0 jpeg-6b kdelibs-4.1b qt-1.31. Creating gzip'd tar ball in '/usr/ports/packages/All/kdeutils-4.1b.tgz' tar: can't add file share/applnk/Applications/kedit.kdelnk : No such file or directory tar: can't add file share/apps/kjots/toolbar/OpenBook.xpm : No such file or directory tar: can't add file share/apps/kjots/toolbar/filedel.xpm : No such file or directory tar: can't add file share/apps/kljettool/pics/kljetlogo.xpm : No such file or directory tar: can't add file share/doc/HTML/en/kjots/index.html : No such file or directory tar: can't add file share/icons/kjots.xpm : No such file or directory *** Error code 1 | ||||
* | Distfile changed without version increase; update md5 checksup. | mph | 1998-04-28 | 1 | -1/+1 |
| | | | | Submitted by: Doug <Studded@san.rr.com> | ||||
* | Add patch to respect CC and CFLAGS. | mph | 1998-04-28 | 1 | -0/+13 |
| | |||||
* | Update to KDE Beta4. | se | 1998-04-28 | 2 | -10/+15 |
| | |||||
* | Switch remaining ports to use jpeg lib version 8.0. | jseger | 1998-04-16 | 1 | -2/+2 |
| | |||||
* | The distfile appears to no longer exist on any FTP site except for FreeBSD | jseger | 1998-04-13 | 1 | -3/+3 |
| | | | | | distfile mirrors. I've placed a copy at http://www.freebsd.org/~jseger/. Make myself MAINTAINER since the old MAINTAINER hasn't responded to queries. | ||||
* | Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC. | max | 1998-04-05 | 3 | -4/+4 |
| | | | | Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist | ||||
* | Use $(MASTER_SITE_KDE) | se | 1998-03-07 | 1 | -4/+3 |
| | |||||
* | Upgrade to 1.01. | vanilla | 1998-02-19 | 3 | -5/+6 |
| | |||||
* | Clean up Makefile | se | 1998-02-16 | 1 | -6/+7 |
| | |||||
* | Upgrade to KDE Beta3 | se | 1998-02-08 | 3 | -118/+123 |
| | |||||
* | Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite | fenner | 1998-02-02 | 1 | -3/+4 |
| | | | | | | explicitly; the /pub/Linux/distributions directory isn't mirrored. Submitted by: distfile checker | ||||
* | Upgrade to 2.4.12. | tg | 1998-01-30 | 2 | -4/+4 |
| | |||||
* | Back out previous commit -- it doesn't work that way without | asami | 1998-01-26 | 1 | -3/+3 |
| | | | | defining WRKSRC too (which will increase the number of lines by one. | ||||
* | Unbugger WRKSRC value. | jkh | 1998-01-24 | 1 | -2/+2 |
| | |||||
* | portlint | jseger | 1998-01-23 | 9 | -19/+23 |
| | |||||
* | Eliminate double slashes in URL's by: | fenner | 1998-01-09 | 1 | -2/+2 |
| | | | | | | - Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738) | ||||
* | Upgrade to 2.4.11. | tg | 1998-01-08 | 2 | -4/+4 |
| | |||||
* | Don't delete ${PREFIX}/share/doc. | asami | 1997-11-29 | 1 | -1/+0 |
| | |||||
* | Update to Beta2 | se | 1997-11-28 | 3 | -22/+42 |
| | |||||
* | Switch to a good MASTER_SITE. | jseger | 1997-11-27 | 1 | -2/+2 |
| | |||||
* | Remove old MASTER_SITE and clean up a few portlint problems. | jseger | 1997-11-26 | 1 | -5/+4 |
| | |||||
* | Upgrade to 2.2 | ache | 1997-11-26 | 2 | -11/+6 |
| | |||||
* | Upgrade to 5.3.2 | ache | 1997-11-24 | 4 | -10/+9 |
| | | | | Submitted by: markm | ||||
* | Upgrade to 2.4.10. | tg | 1997-11-20 | 2 | -4/+4 |
| | |||||
* | Activate bzip2. This time I copied another entry to avoid typos. | tg | 1997-11-20 | 1 | -1/+2 |
| | |||||
* | Import bzip2 port. bzip2 is a block-sorting compressor with better | tg | 1997-11-20 | 5 | -0/+43 |
| | | | | | | | | compression than gzip. The author believes that this program uses only patent-free algorithms. The generated files are not compatible to bzip-compressed files. | ||||
* | (1) Move the following ports out of x11/: | asami | 1997-11-05 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | kdegames -> games/ kdenetwork -> net/ kdesupport -> converters/ kdeutils -> misc/ (Repository copy already done, dependency path and category name fixups is being done in this commit.) (2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib}) ports. (3) Make package names follow the convention. (4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...". There is no need to specify the full pathname if the target is an executable in the standard path. (Actually, as the same port is specified in LIB_DEPENDS, I think we can completely do away with this line but since Stefan added this explicitly, I assume there is a reason for it and left it alone.) Approved by: se (all but 4) | ||||
* | Add BUILD_DEPENDS on moc pre-processor. | se | 1997-11-03 | 1 | -2/+3 |
| | | | | | Make LIB_DEPENDS accept both libjpeg.so.6.0 and 7.0, as requested by TOYONAGA Tatsuto <toyonaga@msd.ts.fujitsu.co.jp> | ||||
* | Utilities for the KDE desktop environment (Calculator, Editor, | se | 1997-11-02 | 5 | -0/+184 |
| | | | | Calendar,...). | ||||
* | Upgrade to 2.4.8. | tg | 1997-10-24 | 2 | -4/+4 |
| | |||||
* | cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORG | andreas | 1997-10-10 | 3 | -6/+6 |
| | |||||
* | cosmetic changes using portlint, a really nice tool ;-) | andreas | 1997-10-04 | 2 | -8/+2 |
| | |||||
* | Don't try to remove directory "share/misc" -- it's created by mtree. | asami | 1997-09-24 | 1 | -1/+0 |
| | |||||
* | Upgrade to 2.4.7. | tg | 1997-09-23 | 2 | -4/+4 |
| | |||||
* | Use freebsd: bulding target, faster i386 crc | ache | 1997-09-19 | 1 | -2/+2 |
| | |||||
* | Upgrade to 2.4.6. | tg | 1997-09-01 | 3 | -4/+6 |
| | |||||
* | Change ftp.relcom.ru and ftp.kiae.su to ftp.kiarchive.ru | fenner | 1997-08-11 | 5 | -10/+10 |
| | | | | Submitted by: ache (Andrey A. Chernov) | ||||
* | Upgrade to 2.4.3. Add a mirror site. | tg | 1997-08-08 | 2 | -5/+6 |
| | |||||
* | File moved on MASTER_SITE. | fenner | 1997-07-21 | 5 | -10/+10 |
| | | | | Found by: distfile checker | ||||
* | Remove duplicate remsync menu entries so install-info won't barf up on | asami | 1997-07-10 | 2 | -10/+10 |
| | | | | | | | | | "make reinstall" (or when you install it over an existing insallation). It still has the problem of not being able to find some of the entries (e.g., mail-files) but these are not fatal, at least not during installation). While I'm here, line up all info dir entries to the same tabstop. | ||||
* | Upgrade to 2.4.2. | tg | 1997-07-02 | 2 | -4/+4 |
| | |||||
* | Make all p5- ports use USE_PERL instead of explicitly stating the version ↵ | jfitz | 1997-06-25 | 1 | -3/+2 |
| | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) | ||||
* | Upgrade to 5.3.1 | ache | 1997-06-19 | 2 | -5/+5 |
| | |||||
* | Update star port from version 1.0 to 1.1 | andreas | 1997-06-19 | 6 | -14/+14 |
| | |||||
* | Upgrade to 4.2, from the GNU master site, since the gnu directory | fenner | 1997-06-09 | 10 | -224/+270 |
| | | | | | | | (and sharutils-4.1.4 with it) disappeared from the master site. Also use install-info on the info files. Found by: distfile checker | ||||
* | A set of utilities to play with Macintosh format files. | asami | 1997-06-04 | 6 | -0/+137 |
| | | | | | PR: 3626 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au> | ||||
* | Remove myself from MAINTAINER, I don't have a time for this port anymore | ache | 1997-05-29 | 2 | -6/+2 |
| | |||||
* | Upgrade all ports requiring perl5.003 to perl5.004 | jfitz | 1997-05-24 | 1 | -3/+3 |
| | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. | ||||
* | NO_PACKAGE takes a string, Andrey. :) | asami | 1997-05-20 | 1 | -2/+2 |
| | |||||
* | Change RESTRICTED to NO_PACKAGE | ache | 1997-05-20 | 1 | -2/+2 |
| | |||||
* | Upgrade to 2.01 | ache | 1997-05-20 | 3 | -11/+18 |
| | |||||
* | Upgrade to 2.01 | ache | 1997-05-20 | 4 | -12/+45 |
| | |||||
* | important fix for sparse file handling from the author of star | andreas | 1997-05-20 | 4 | -2/+12 |
| | | | | | | | PR: approved by: Satoshi Submitted by: Obtained from: | ||||
* | Let's not forget to add nulib here too. | asami | 1997-05-16 | 1 | -1/+2 |
| | |||||
* | Nulib is a shell-based NuFX archive utility, based loosely on ARC for | swallace | 1997-05-16 | 5 | -0/+33 |
| | | | | | | | | the IBM PC and ar(1) under UNIX. It allows you to perform certain operations on the same archives used by ShrinkIt, including view archive contents, add to archive, extract from archive, and delete from archive. In addi- tion, it will list and unpack files from Binary II archives. | ||||
* | No need to use "+=" to define MAKE_ENV. | asami | 1997-05-07 | 2 | -12/+6 |
| | | | | | Also, replace the four lines starting with .if !defined(NOMANCOMPRESS)... with a single line MAN1=star.1. I think that's much easier. :) | ||||
* | New port "star" | andreas | 1997-05-03 | 10 | -0/+100 |
| | | | | | | | | | | | | | | | | Main advantages over other tar implementations: fifo - keeps the tape streaming. pattern matcher - for a convenient user interface sophisticated diff - user tailorable interface for comparing tar archives against file trees no namelen limitation - Pathnames up to 1024 Bytes may be archived. deals with all 3 times - stores/restores all 3 times of a file does not clobber files - more recent copies on disk will not be clobbered from tape automatic byte swap - star automatically detects swapped archives automatic format detect - automatically detects archive formats: Old tar, gnu tar, ansi tar, star. fully ansi compatible - Star is fully ANSI/Posix 1003.1 compatible. | ||||
* | Include junk files into binary distribution as required | ache | 1997-04-30 | 2 | -1/+7 |
| | |||||
* | Turn on unshrink method | ache | 1997-04-29 | 1 | -2/+2 |
| | |||||
* | Fix ln command | ache | 1997-04-28 | 1 | -1/+1 |
| | |||||
* | Remove zipgrep, misc. cleanup | ache | 1997-04-28 | 2 | -4/+11 |
| | |||||
* | Add zipgrep, misc cleanup | ache | 1997-04-27 | 2 | -18/+12 |
| | |||||
* | Add zipgrep, misc cleanup | ache | 1997-04-27 | 1 | -12/+27 |
| | |||||
* | uudeview, uudx and xdeview are moved to converters. | asami | 1997-04-27 | 1 | -4/+1 |
| | |||||
* | Upgrade to 5.3 | ache | 1997-04-26 | 2 | -5/+6 |
| | |||||
* | #include <sys/types.h> for "uint" and stuff. | asami | 1997-04-24 | 1 | -1/+3 |
| | |||||
* | Define "uint" if __FreeBSD__ >= 3. | asami | 1997-04-24 | 1 | -1/+1 |
| | |||||
* | #include <sys/types.h> in front of <utime.h>. | asami | 1997-04-23 | 1 | -2/+10 |
| | |||||
* | Mass update of perl5 ports (most bring the port up-to-date with the latest ↵ | jfitz | 1997-04-21 | 2 | -5/+5 |
| | | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE | ||||
* | Add virtual category 'perl5'. | wosch | 1997-04-20 | 1 | -2/+2 |
| | |||||
* | Upgrade to 2.3.10. I hate them. | tg | 1997-04-16 | 2 | -4/+4 |
| | |||||
* | Upgrade to 2.3.9. | tg | 1997-04-16 | 2 | -4/+4 |
| | |||||
* | Upgrade to 2.3.8. Should quiet Bill Fenner's distfile checker. | tg | 1997-04-03 | 3 | -4/+5 |
| | |||||
* | Distname changed | ache | 1997-04-02 | 2 | -3/+2 |
| | |||||
* | turn on xdeview | obrien | 1997-03-30 | 1 | -1/+2 |
| | |||||
* | A quick purousal thru our port's patches directory shows a *WAY* over use of | obrien | 1997-02-17 | 4 | -7/+7 |
| | | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate. | ||||
* | Create directory before installation. | asami | 1997-01-24 | 1 | -1/+4 |
| | |||||
* | Import of the Red Hat package manager. | tg | 1997-01-24 | 5 | -0/+36 |
| | |||||
* | mastersite/distfile changes | ache | 1997-01-07 | 2 | -4/+4 |
| | |||||
* | mastersite changed | ache | 1997-01-07 | 1 | -2/+2 |
| | |||||
* | Apply minor patch from the OpenBSD folks to allow this to compile and | imp | 1996-12-23 | 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. | max | 1996-12-15 | 3 | -14/+14 |
| | |||||
* | No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, | max | 1996-12-08 | 1 | -2/+2 |
| | | | | | RESTRICTED or BROKEN. Pointed-out by: asami | ||||
* | Now, string describing reason for defining these variables must be set | max | 1996-12-07 | 1 | -2/+2 |
| | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED. | ||||
* | rm -> ${RM} | max | 1996-12-06 | 1 | -3/+3 |
| | | | | ln -s -> ln -fs | ||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | 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. | asami | 1996-11-18 | 1 | -8/+2 |
| | |||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -5/+2 |
| | |||||
* | Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -8/+4 |
| | |||||
* | Converted to MASTER_SITE_PERL_CPAN | obrien | 1996-11-17 | 1 | -7/+3 |
| | |||||
* | Updated my e-mail address. | max | 1996-11-15 | 1 | -2/+2 |
| | | | | Fixed minor typo. | ||||
* | Removed unnecessary @cwd directive. | max | 1996-11-15 | 6 | -6/+0 |
| | |||||
* | CATAGORIES+= -> CATAGORIES= | obrien | 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. | jfitz | 1996-10-24 | 1 | -1/+2 |
| | | | | Submitted by: asami@freebsd.org | ||||
* | Fix blank line in PLIST | jfitz | 1996-10-24 | 1 | -1/+0 |
| | | | | Submitted by: asami@freebsd.org | ||||
* | Update for new perl5 ports | jfitz | 1996-10-24 | 1 | -1/+2 |
| | |||||
* | Import of perl5 module for access to libz functions. | jfitz | 1996-10-24 | 5 | -0/+56 |
| | |||||
* | Shortened Maintainer e-mail address. | andreas | 1996-10-19 | 1 | -2/+2 |
| | |||||
* | Satoshi, the loard of the ports collection spoke: | andreas | 1996-10-16 | 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" | 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 | 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 | 1996-09-28 | 1 | -1/+3 |
| | | | | | Forgotten by: me ;) Submitted by: Chuck Robey <chuckr@glue.umd.edu> | ||||
* | cosmetic changes, make copyright more informative, add authors | andreas | 1996-09-27 | 2 | -28/+33 |
| | | | | contact address (from README) | ||||
* | The readme file says, that it's important for i386 architecture, | andreas | 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 | 1996-09-27 | 8 | -0/+128 |
| | | | | some advantages over gzip concerning compression and memory consumption. | ||||
* | added bzip to archivers | andreas | 1996-09-27 | 1 | -1/+2 |
| | |||||
* | Remove NO_CDROM restriction, FreeBSD have author permissions | ache | 1996-09-09 | 2 | -3/+4 |
| | |||||
* | Change RESTRICTED to NO_CDROM | ache | 1996-08-30 | 1 | -2/+2 |
| | |||||
* | New DESCR & restrictions | ache | 1996-08-29 | 2 | -23/+12 |
| | | | | Submitted by: Masafumi NAKANE <max@sfc.wide.ac.jp> | ||||
* | Upgrade to 1.14C | ache | 1996-08-29 | 5 | -124/+51 |
| | |||||
* | Add uudeview | tg | 1996-08-23 | 1 | -1/+2 |
| | |||||
* | Fix shar so that it doesn't generate: | peter | 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. | asami | 1996-08-09 | 1 | -1/+2 |
| | |||||
* | The freeze/melt archiver. | asami | 1996-08-09 | 5 | -0/+65 |
| | | | | Submitted by: lukin@okbmei.msk.su | ||||
* | Addex uudx. | asami | 1996-06-10 | 1 | -1/+2 |
| | |||||
* | Move PATCH* stuff down to its own section. The upgrade was to 1.01a, | asami | 1996-05-16 | 1 | -2/+3 |
| | | | | by the way. | ||||
* | Add rar | ache | 1996-05-16 | 1 | -1/+2 |
| | |||||
* | RAR archiver binary port | ache | 1996-05-16 | 5 | -0/+32 |
| | |||||
* | Upgrade | ache | 1996-05-15 | 4 | -5/+7 |
| | |||||
* | Upgrade to 5.2 (official release) | ache | 1996-05-04 | 4 | -15/+12 |
| | |||||
* | Upgrade to 2.1 (official release) | ache | 1996-05-04 | 5 | -19/+16 |
| | |||||
* | Typo ("non-usa_only" -> "non-usa.only") | asami | 1996-04-12 | 1 | -2/+2 |
| | |||||
* | Set RESTRICTED to the reason why it is so. | asami | 1996-04-12 | 1 | -2/+2 |
| | |||||
* | Add hpack.non-usa_only, unzip.with_encryption, zip.with_encryption to | asami | 1996-04-12 | 1 | -4/+4 |
| | | | | SUBDIR list. | ||||
* | pkg/COMMENT files for use by ports READMEs. | asami | 1996-04-09 | 1 | -0/+1 |
| | |||||
* | Add newline to end of file. Take out version number while I'm here. | asami | 1996-03-31 | 1 | -1/+1 |
| | | | | Found by: my new README.html-generating script | ||||
* | Use ${PREFIX} instead of /usr/local | torstenb | 1995-10-07 | 1 | -6/+6 |
| | |||||
* | Convert all makefiles to new formats. | asami | 1995-10-03 | 1 | -6/+13 |
| | |||||
* | Upgrade, old version not exist anymore on master site | ache | 1995-05-16 | 3 | -7/+7 |
| | |||||
* | Add pkg | ache | 1995-05-15 | 3 | -0/+16 |
| | |||||
* | Clean up subdir Makefiles. They now all look like this: | asami | 1995-05-14 | 1 | -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.... | asami | 1995-04-24 | 3 | -7/+6 |
| | |||||
* | fix pathname | ache | 1995-04-16 | 2 | -4/+4 |
| | |||||
* | install should depend on zip (sorry, I'm sounding like a broken | asami | 1995-04-16 | 1 | -2/+2 |
| | | | | record, next time I'll commit all at once ;) | ||||
* | install should depend on build. | asami | 1995-04-16 | 2 | -4/+4 |
| | |||||
* | The rest of the archiver Makefiles. (I've already fixed Andrey's | asami | 1995-04-15 | 2 | -3/+22 |
| | | | | Makefiles before.) | ||||
* | Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up | asami | 1995-04-12 | 8 | -27/+62 |
| | | | | some Makefiles along the way. | ||||
* | Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up | asami | 1995-04-12 | 1 | -3/+8 |
| | | | | some Makefiles along the way. | ||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 11 | -9/+20 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Upgrade | ache | 1995-03-26 | 12 | -24/+198 |
| | |||||
* | Oops - typo. | gpalmer | 1995-02-06 | 1 | -1/+1 |
| | |||||
* | Yet more package files | gpalmer | 1995-02-05 | 3 | -0/+13 |
| | |||||
* | Yet more package files... | gpalmer | 1995-02-05 | 3 | -0/+14 |
| | |||||
* | Yet more package files | gpalmer | 1995-02-05 | 3 | -0/+24 |
| | |||||
* | Some more package files | gpalmer | 1995-02-05 | 3 | -0/+29 |
| | |||||
* | Add package files... | gpalmer | 1995-02-05 | 3 | -0/+50 |
| | |||||
* | Add package files | gpalmer | 1995-02-05 | 6 | -0/+52 |
| | |||||
* | Add these much needed files, although COMMENT could do | gpalmer | 1995-02-05 | 3 | -0/+6 |
| | | | | with more work... | ||||
* | Initial revision | jkh | 1995-01-31 | 3 | -0/+3 |
| | |||||
* | Add a number of missing md5 files. | jkh | 1995-01-31 | 1 | -0/+1 |
| | |||||
* | Missing md5 | jkh | 1995-01-31 | 2 | -0/+2 |
| | |||||
* | Add missing checksum file. | jkh | 1995-01-31 | 1 | -0/+1 |
| | |||||
* | ha added | ache | 1995-01-25 | 1 | -2/+2 |
| | |||||
* | Add touch install cookie | ache | 1995-01-25 | 1 | -1/+2 |
| | |||||
* | HA archiver | ache | 1995-01-25 | 3 | -0/+40 |
| | |||||
* | lha added | ache | 1995-01-15 | 1 | -2/+2 |
| | |||||
* | Add checksum | ache | 1995-01-15 | 1 | -0/+1 |
| | |||||
* | Move encryption things to restricted area. | ache | 1995-01-15 | 1 | -3/+4 |
| | | | | Add hpack to restricted area. | ||||
* | Adjust the build list for archivers | jkh | 1995-01-13 | 1 | -2/+3 |
| | |||||
* | New archivers group | jkh | 1995-01-13 | 1 | -0/+5 |
| | |||||
* | Change comment about restriction reason | ache | 1995-01-11 | 1 | -2/+2 |
| | |||||
* | hpack archiver | ache | 1995-01-08 | 2 | -0/+18 |
| | |||||
* | Addition to upgrade | ache | 1995-01-05 | 1 | -0/+68 |
| | |||||
* | Upgrade | ache | 1995-01-05 | 4 | -10/+225 |
| | |||||
* | ARC archiver | ache | 1995-01-01 | 2 | -0/+107 |
| | |||||
* | RAR dearchiver | ache | 1994-12-28 | 1 | -0/+13 |
| | |||||
* | Add manpages installation | ache | 1994-12-28 | 2 | -2/+4 |
| | |||||
* | GNU shar & unshar | ache | 1994-12-28 | 2 | -0/+26 |
| | |||||
* | arj dearchiver | ache | 1994-12-28 | 2 | -0/+97 |
| | |||||
* | lha archiver | ache | 1994-12-26 | 2 | -0/+144 |
| | |||||
* | Cleanup. | ache | 1994-12-23 | 1 | -2/+5 |
| | |||||
* | Reduced zip, but legal | ache | 1994-12-22 | 1 | -0/+21 |
| |