aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.0.knu2002-01-173-37/+60
|
* Fix build.demon2002-01-173-24/+86
| | | | | PR: 33189 Submitted by: Bjarne Wichmann Petersen <freebsd.nospam@mekanix.dk>
* Update to 20020117.knu2002-01-174-4/+4
| | | | | | | | | Fix a silly bug in the last version where portupgrade doesn't upgrade packages which requisite packages don't need upgrading. Probably you need to reinstall this port manually. PR: ports/33946 Submitted by: Vivek Khera <khera@kciLink.com>
* Update to 20020116.1.knu2002-01-164-4/+4
| | | | | | | | | | | | | | | | | | - Distinguish "ignored" from "skipped", and only report ignored packages when -v/--verbose is specified. (This reduces loads of "No need to upgrade ..." messages that you see when you run portupgrade -a, etc.) Point taken from: Quincey Koziol <koziol@ncsa.uiuc.edu> - Embrace the bsd.*.mk changes in CURRENT and stop files from getting installed into /. Problem noted by: Brooks Davis <brooks@FreeBSD.org>, Anders Andersson <anders@hack.org> For recent CURRENT users, please manually remove /_* and /*.rb files that should have been accidentally installed by bsd.prog.mk.
* Update to version 20020116. Only minor fixes have been made since theknu2002-01-164-4/+4
| | | | | | | | | | | | | | | | | | last release. portsclean(1): - -C/--workclean: Support the case where the ports directory is a symlink. portupgrade(1): - Alter the "skip" message for originless packages. pkgdb(3): - When a dependency sanity check fails, suggest specifying -O as the alternative to running pkgdb -F. overall: - Make more grammar/wording fixes.
* Fix with newest gnomelibs.sobomax2002-01-163-4/+39
| | | | Reported by: Joe Marcus Clarke <marcus@marcuscom.com>
* Remove empty files.sobomax2002-01-151-0/+0
|
* Remove netman@dynaplex.net as MAINTAINER; email has been bouncing forfenner2002-01-151-1/+1
| | | | 3 months.
* Add mirrors to MASTER_SITES.jim2002-01-141-1/+3
| | | | | PR: 33868 Submitted by: maintainer
* Add ruby-log4r, a flexible logging library written in Ruby.knu2002-01-136-0/+179
|
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-116-96/+12
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* add gfslicer 1.5.4ijliao2002-01-116-0/+62
| | | | gfslicer helps to slice and then deslice files which are of larger size
* Update to 0.9.0.sobomax2002-01-103-9/+9
|
* * Add pkg-message to infor the user to install a softlink inlkoeller2002-01-101-0/+10
| | | | /dev from the serial line to usv
* Fix WWW and MASTER_SITEpat2002-01-092-2/+2
| | | | | PR: 33705 Submitted by: maintainer
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-086-0/+18
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Fully qualify MAINTAINER address.fenner2002-01-081-1/+1
|
* Remove rantapaa@uswest.net as MAINTAINER; mail has been bouncing forfenner2002-01-081-1/+1
| | | | 2.5 months.
* RUN_DEPEND on latex to build documentation correctly.demon2002-01-074-12/+4
| | | | | Remove strip commands from post-install target: binaries are stripped without this hack.
* distfiles rerolled, nothing changedijliao2002-01-074-4/+4
| | | | drop maintainership
* First round of auto* cleanups:will2002-01-065-5/+5
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Update to 1.2.8.ume2002-01-064-4/+4
|
* Conditionalize use of objprelink based on whether we're running onwill2002-01-056-18/+48
| | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several
* Change maintainer's emailpat2002-01-051-3/+2
| | | | | PR: 33556 Submitted by: maintainer
* Update to 0.76.roam2002-01-046-31/+45
| | | | | | | Assume maintainership. Reviewed by: nbm Approved by: nbm
* -Fix typopat2002-01-041-7/+7
| | | | -Remove unwanted dependencies
* portupgrade(1):knu2002-01-044-4/+4
| | | | | | | | | | | | | | - Fix a couple of undefined method errors introduced in the last version. Reported by: roberto, jan grant <jan.grant@bristol.ac.uk> PR: ports/33478 portsclean(1), portupgrade(1), portversion(1): - Apply English grammar fixes. Submitted by: David Bogen <db@bogen.org> (Thanks a lot!)
* bump PORTREVISION because of last set of patches (open apm device readonly)alfred2002-01-041-1/+1
|
* Update to 1.2.7.ume2002-01-034-4/+4
|
* Updated to 1.1.markp2002-01-012-2/+2
|
* Open the apm device readonly, this means a user doesn't need toalfred2001-12-311-0/+13
| | | | be in any special groups to run xbattbar.
* Update to 20011231.knu2001-12-314-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgtools.conf(5): - Introduce new configuration variables: BEFOREBUILD and AFTERINSTALL. Requested by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> - New utility functions localbase() and x11base() are now available. pkgdb(1): - Add some progress messages. pkg_deinstall(1): - Do not try to backup a nonexistent file. portupgrade(1): - Always run afterinstall commands as root. - Show beforebuild/afterinstall commands to run. - Do not try to restore a +REQUIRED_BY file that's empty. overall: - Do not call stty(1) if stdin is not a terminal. - Fix a bug where portupgrade(1) and pkgdb(1) fail to do a substitution over a large file. Reported by: asmodai
* Update to 0.8.0pat2001-12-312-9/+6
|
* Update to 1.21pat2001-12-302-2/+2
|
* - update to 1.2.2petef2001-12-294-15/+18
| | | | | | | - reword pkg-descr PR: 33163 Submitted by: maintainer
* Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install filespetef2001-12-281-0/+1
| | | | | | there. Noticed by: bento
* Fix build on -current.jmz2001-12-271-0/+11
| | | | Problem reported by: rwatson
* Update to penv-1.1, a special Christmas version ;)roam2001-12-262-2/+2
| | | | | | | | | | | | | | | | Seriously, this removes a warning when the 'list' command was invoked (either by -L or -c list) and penv could not change to its envdir. This is especially useful if penv is used as a make(1) environment processor, as described in my message to -arch today. The previous versions would complain loudly about nonexistent envdirs for e.g. all the build, lib and run dependencies. Happy holidays! Initialy reported by: Valentin Zahariev <curly@e-card.bg> Long disregarded by: myself, as merely an annoyance, before the actual development of the make(1) envproc code, when it became a *big* noisy annoyance :)
* Retire ruby-syslog, which has been extended and integrated into theknu2001-12-266-48/+0
| | | | standard distribution of ruby.
* Add tree 1.3, display a tree-view of directories with optionalpetef2001-12-258-0/+93
| | | | | | | color or HTML output. PR: 33145 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Update to 4.7.petef2001-12-252-10/+19
|
* - PORTDOCS policepat2001-12-244-12/+12
| | | | | - DOCSDIR support to some - Brush out some lint
* Upgrade to 1.0rc2demon2001-12-242-3/+3
| | | | | PR: 32870 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* Upgrade to 0.45.3, which has several new UPS modules, and many new man pagesdougb2001-12-228-30/+22
|
* Fix segfaultpat2001-12-221-0/+104
| | | | | PR: 33069 Submitted by: ppl <ppl@users.sourceforge.net>
* Update module "man" (important: security fix!).olgeni2001-12-222-3/+3
|
* Update to version 3.8.4-2.lkoeller2001-12-222-3/+2
|
* Add sbniconfig -- Granch SBNI12-xx network adapters configuratorfjoe2001-12-217-0/+42
|
* Further fix a local exploitpat2001-12-202-0/+66
| | | | Submitted by: corecode <corecode@corecode.ath.cx>
* Update to 0.98p2 which fixes a local buffer overflow exploitpat2001-12-203-12/+2
| | | | | | | resulting in priviledge escalation PR: 33003, 33020 Submitted by: corecode <corecode@corecode.ath.cx>
* Add blimitd 0.1, a daemon to enforce login.conf limits.will2001-12-197-0/+71
| | | | | PR: 29456 Submitted by: Andrew Stevenson <andrew@ugh.net.au>
* Update to 1.7pat2001-12-195-11/+61
| | | | | PR: 32985 Submitted by: maintainer
* Update to 20011218.knu2001-12-194-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | portupgrade: - Do not invoke sudo if a command is already run as root. Suggested by: Will Andrews <will@csociety.org> - Fix a bug where the port that's built first is built with wrong make arguments. Reported by: Ollivier Robert <roberto@eurocontrol.fr> - Add a note that ^Z doesn't work to the BUGS section of the man page. pkgdb & portupgrade: - Ignore any empty lines in +REQUIRED_BY. - Speed up dealing with a big file. - Chase a recent Ruby 1.7.x change so they don't produce superfluous empty lines. pkg_fetch & portupgrade: - Make these commands more verbose even if -v/--verbose is not given, so that one can see what is going on. Requested by: Alfred Perlstein <bright@mu.org> pkg_sort: - Make this command actually work. pkgtools.conf: - Fix a typo in comment. Submitted by: Gregory Neil Shapiro <gshapiro@gshapiro.net>
* Update to 1.2.6.ume2001-12-184-4/+4
|
* Update to 1.20pat2001-12-184-10/+12
| | | | | PR: 32890 Submitted by: coral <freebsd@crystalflame.net>
* Fix for new world order of automake and friends but using ${ACLOCAL} andsteve2001-12-164-4/+4
| | | | ${AUTOHEADER}.
* Update modules: sendmail, file manager.olgeni2001-12-162-4/+5
|
* Update module bind8.olgeni2001-12-142-2/+2
|
* Chase distfile checksum change for module sendmail. Allolgeni2001-12-141-1/+1
| | | | | "#!/usr/local/bin/perl" lines have been changed to "#!/usr/bin/perl", but the setup procedure will insert the correct path anyway.
* add file for 4.3-pre usersijliao2001-12-136-0/+37
| | | | | PR: 32709 Submitted by: Jason Harris <jharris@widomaker.com>
* upgrade to 358ijliao2001-12-133-4/+4
| | | | change master site and WWW
* upgrade to 1.1ijliao2001-12-133-2/+22
| | | | | PR: 32748 Submitted by: maintainer
* Update to 20011210 which brings several usability improvements.knu2001-12-106-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgtools.conf(5): - Turn HOLD_PORTS into HOLD_PKGS. - List `bsdpan-*' in HOLD_PKGS by default. Requested by: Anton Berezin <tobez@tobez.org> pkgdb(1): - Support HOLD_PKGS and make -f/--force overrite the setting. pkg_fetch(1): - Dig the temporary directory and the packages directory before fetching. Requested by: Chris Dillon <cdillon@wolves.k12.mo.us> - Properly quote the fetch command line arguments. portupgrade(1): - Fix a bug that -Pf did not properly work. Reported by: The Anarcat <anarcat@anarcat.dyndns.org> - Make -p/--package build packages for the ports that are installed as dependency as well. Suggested by: Vivek Khera <khera@kcilink.com> - Make -p/--package build packages for those which requisite packages are upgraded as well, when they are given from the command line or -r is specified. Suggested by: Vivek Khera <khera@kcilink.com>, Lev Serebryakov <lev@serebryakov.spb.ru> - Do not regard a packaging error as an installation error. - Make -Nf override HOLD_PKGS. - Suggest specifying -f when skipping a package. - Detect a checksum mismatch error properly from a build log. portinstall(1): (portupgrade -N) - Only upgrade required packages of a newly installed port when -R is specified. portversion(1): - Support HOLD_PKGS. overall/miscellaneous: - Introduce lazy initialization for config variables and make the initialization process a little bit quicker. - Fix some typos in the manpages. Submitted by: Dan Langille <dan@langille.org>, kuriyama@FreeBSD.org - Add shell completion definitions for pkg_tarup(1). - Provide a replacement of the weekly status-pkg report script (/etc/periodic/weekly/400.status-pkg), which is installed as $PREFIX/etc/pkgtools.status-pkg.sh. port: - Add a missing entry of pkg_which to pkg_plist. - Do not remove the zsh site-functions directory on deinstallation when zsh is installed.
* Update modules: man, quota.olgeni2001-12-102-2/+5
|
* Update to 1.14.knu2001-12-082-2/+2
|
* Initial import of x11-wm/bbapm, an APM meter for Blackboxpat2001-12-0811-0/+160
| | | | | | PR: 29461 Submitted by: Adam Weinberger <monkey@crackula.com>, \ Scott Renfro <scott@renfro.org> (additional patches)
* Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-076-6/+6
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
* Style: convert spaces to tabs, remove extra tabs from should-be-empty line.olgeni2001-12-061-2/+2
|
* Update the bind8 module.olgeni2001-12-062-2/+3
|
* * Add missing patch file to compile correctly with libwraplkoeller2001-12-063-19/+66
| | | | | * Use --disable-install-distdir instead of patching Makefile * Bump port revision
* Update to 1.2.5.ume2001-12-0610-22/+80
|
* Upgrade KDE to 2.2.2:will2001-12-0421-30/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
* * Add HTML documentationlkoeller2001-12-043-6/+127
| | | | * Fix problems with libwrap support
* Update to version 1.2.steve2001-12-033-71/+28
| | | | | PR: 31928 Submitted by: maintainer
* Update to 1.19 Use DOCSDIRpat2001-12-032-5/+4
|
* Fix WWWpat2001-12-031-1/+1
|
* Update to version 1.4.14.steve2001-12-038-20/+48
| | | | | PR: 32369 Submitted by: maintainer
* Forgotten to bump PORTREVISION ;-(lkoeller2001-12-021-0/+1
|
* Patchfile for fixing wrong path to mail binary.lkoeller2001-12-021-0/+95
|
* Fixing missing brace in startup script and wrong path to mail binary.lkoeller2001-12-021-1/+3
|
* Add apcupsd 3.8.3, a daemon for controlling APC UPS.lkoeller2001-12-0210-0/+342
| | | | | PR: 31478 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
* Do not alter the module configuration for postgresql: it has already beenolgeni2001-12-021-12/+1
| | | | integrated in the webmin distribution.
* Chase main distfile checksum change.olgeni2001-12-021-1/+1
| | | | | | | The new distfile fixes an HTML form bug in the stock sendmail module (the "User Email" page). Noticed by: Forrest Aldrich <forrie@forrie.com>
* Update port to version 0.91 (with sendmail module patch).olgeni2001-12-012-13/+7
|
* o Use MASTER_SITE_LOCAL since the author's site vanishedjedgar2001-11-272-3/+4
| | | | | months ago. o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org)
* Add httplog. Apache log rollover program with strftime(3) filenameanders2001-11-266-0/+59
| | | | support.
* Add WWW.dirk2001-11-254-0/+8
|
* Update to 20011125. (This should be the last beta)knu2001-11-252-2/+2
|
* Update webmin module: acl.olgeni2001-11-252-2/+3
|
* Update to 20011124b.knu2001-11-242-2/+2
|
* Update to 20011124.knu2001-11-242-2/+2
|
* Update to 1.6pat2001-11-235-67/+15
| | | | | PR: 32187 Submitted by: maintainer
* Mark as BROKEN: this port needs to be updated to use the new ports layout.petef2001-11-221-0/+2
| | | | | | If anybody wants to help msmith@, please drop him a line. Approved by: maintainer
* Update to 20011121b.knu2001-11-212-2/+2
|
* Update module dnsadmin (Bind 4 administration).olgeni2001-11-212-2/+3
|
* add ttyloadijliao2001-11-216-0/+33
| | | | Give a color-coded graph of load averages over time
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-214-4/+4
| | | | the later case
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-211-1/+1
| | | | the later case
* Style police: remove trailing space in WWW taglioux2001-11-211-1/+1
|
* Update to 20011121.knu2001-11-213-9/+15
|
* Update to 1.1pre4, which lets the 'mkdir' command create parent directoriesroam2001-11-192-2/+2
| | | | | | | as needed (equivalent to mkdir -p) and corrects a couple of option names in the manual page synopsis. Submitted by: olgeni (the manual page fixes)
* Fix cdda2wav for ATAPI drives.dirk2001-11-186-0/+26
| | | | Submitted by: Naoya Nishimura <nishinao@m3.kcn.ne.jp>
* One thing I missed.. spell 'chown root.wheel' as 'chown root:wheel'.peter2001-11-181-0/+11
|
* Update rtty to 4.0. This is posixified vs. the old bsd tty interface.peter2001-11-183-16/+16
|
* Update to 20011118, with steady improvements.knu2001-11-184-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overall: - Perform better checks on pkgname and origin. - Deprecate the use of PKGREPOSITORY and PKGREPOSITORYSUBDIR. Use PACKAGES for PKGREPOSITORY and hardcode 'All'. pkg_deinstall: - -P/--preserve: Only preserve shared libraries with version numbers. Keeping *.so files may be harmful because it allows ld to pick them up and produce new binaries linked with the libraries of removed packages. It is enough to only preserve *.so.* files to retain compatibility. portsclean: - -P/--pkgclean: Clean dead symlinks as well. - Fix the manpage: supply missing words. portupgrade: - Detect NO_LATEST_LINK and LATEST_LINK and use them to determine the name of the latest package to fetch. pkgdb: - Improve the score computer. Try not to suggest a stupid guess. ;) pkg_fetch, pkg_glob, pkg_sort, pkgdb, portsdb, portversion: - Do not show help twice when -h/--help is given. Reported by: Masami Kobayashi <masami@tncc.jp> pkgtools.conf: - Explain how to use EXTRA_CATEGORIES.
* Add nwclient602mjacob2001-11-161-0/+1
|
* Add NetWorker client based on 6.0.2 NetWorker release. Corrects some problemsmjacob2001-11-166-0/+278
| | | | | | and bugs seen in other port. Because we don't really test as much as we would like, this gets entered as a new port so the old software is still easily available.
* Update module: proftpd.olgeni2001-11-162-2/+4
|
* Maintainer is now committer so change to new email address.pat2001-11-1513-13/+13
| | | | Approved by: lioux
* add slmonijliao2001-11-139-0/+79
| | | | S-Lang System Monitor
* Update to version 4.60obrien2001-11-102-2/+2
| | | | | + Added special handling to and corrected bugs in the matching of IPv4 in IPv6 addresses to -i6:<...> selectors.
* Update to 1.1pre3:roam2001-11-082-2/+2
| | | | | | | | - fix a segfault when no arguments were given to the 'exec' action; - rework the 'setvar' code, allow setting of empty variables, which envdir(1) interprets as requests to unset the corresponding env vars; - replace the printenv(1) invocation with local envdir parsing code for the 'list' action.
* Update module: squid.olgeni2001-11-082-2/+3
|
* Update to 20011107.knu2001-11-074-4/+4
| | | | | | | | | | - Get to properly work on Ruby 1.7. Reported by: Ollivier Robert <roberto@eurocontrol.fr> - pkgdb: Fix a regexp problem when it meets a pkgname that ends with a `+'. Reported by: Albert Kinderman <albert.kinderman@csun.edu>
* Set LATEST_LINK to "xperfmon3".knu2001-11-071-0/+2
|
* Add another MASTER_SITE.petef2001-11-071-1/+2
| | | | | PR: 29719 Submitted by: maintainer
* assign new MAINTAINER.sf2001-11-071-1/+1
| | | | | PR: 31110 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Update to 20011106.knu2001-11-066-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgdb: - Make the dependency guesser rather more intelligent and show a score when suggesting a candidate to the user. - Check for the pkgdb directory ownership before starting to fix it. pkg_deinstall: - Emit a warning if none matches given patterns. pkg_glob: - Do not sort package names in dependency order but in alphabetical order. (see pkg_sort(1) below) pkg_sort: - This is a new command to sort given lines of package names in dependency order. portversion: - Fix the portversion -c output again. misc.: - Fix typos in the zsh compdef's: PKGDBDIR -> PKG_DBDIR.
* Repacked; I released this version before committing everything. ;)knu2001-11-052-2/+2
|
* Update to 20011105.knu2001-11-054-22/+12
| | | | | | | - portupgrade: Do not go fetch "Latest" packages unless -P is given twice. - Fix and improve wording in the manual pages.
* Update module: quota.olgeni2001-11-052-2/+3
|
* update AUTHOR emaillioux2001-11-041-1/+1
| | | | Submitted by: MAINTAINER
* Upgrade to 1.47. Change the maintainer's address.mi2001-11-042-3/+3
| | | | | | Submitted by: myself Reviewed by: maintainer Approved by: maintainer
* Update my MAINTAINER address.naddy2001-11-041-1/+1
| | | | Approved by: trevor
* Update to 20011104, which fixes another couple of bugs that areknu2001-11-044-4/+4
| | | | | | | | | | | | | | | recently mingled. - Fix a bug where portupgrade fails in error if -f is given and it tries to reinstall the same version of a package. Reported by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> FreeBSD PR: 31730 - Fix a bug where portversion reports results all reversed. ;( Reported by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> FreeBSD PR: 31731
* Update to 20011103.knu2001-11-034-4/+6
| | | | | | | | | | | | | - Fix a problem where it fails to parse uname(1)'s output when it has a release suffix; e.g. `4.4-STABLE-20011103-JPSNAP i386'. Reported by: Mark Russell <mark@mark.net.au> - Add a minimal manual page for pkgtools.conf(5). - portversion: Fix a typo: errir -> error. Found by: TOGAWA Satoshi <toga@puyo.org>
* Update the servers index module.olgeni2001-11-032-1/+3
|
* Update to 20011102.2.knu2001-11-024-4/+4
| | | | | | | Fix a recently caused problem where portupgrade might raise an error during detecting obsoleted dependencies. Reported by: Fritz Heinrichmeyer <jfh@jfh00.fernuni-hagen.de>
* Update to 20011102.1. Rewrite PREFIX in the startup script properly.knu2001-11-024-4/+4
| | | | Reported by: Jimmy Olgeni <olgeni@uli.it>
* Fix a typo and unbreak portversion -c/-v.knu2001-11-024-4/+4
| | | | Reported by: Masahide -mac- NODA <mac@clave.gr.jp>
* Update port to 0.90. Version 0.89 had some session authentication problemsolgeni2001-11-022-4/+3
| | | | | | with FreeBSD. Submitted by: clive
* Update to 20011101, keeping things stable, safe and clean.knu2001-11-014-34/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | portupgrade: Properly remove obsoleted dependencies in an upgrade. This reduces pkgdb(1)'s turn. portversion: Inspect the origin port to get the latest version if a package's origin is not found in the ports database. Distinguish between `origin is not recorded' and `origin port is not found'. Now the flag `#' represents the former and the flag `?' represents the latter. - Resurrect the flag `!', which means `port Makefile broken'. - Yes, the meanings of `#' and `!' have been reversed. Because we would hardly see ports missing origins any longer, I decided to assign `!' to the one we see more often. portsdb: Call make_describe_pass[12] with the full paths. This fixes a problem where `portsdb -U' cannot run them if ${PREFIX}/sbin is not in the PATH. miscellaneous: Improve the build process. - Move shebang line adjustment and ${PREFIX} substitution from the port Makefile to the source Makefiles. - Add Makefile.compat in order to support old systems which doesn't have the SCRIPTS framework. (4.3 or prior)
* Update to 1.2.4.ume2001-11-014-4/+4
|
* Update port to version 0.89, with new useradmin module.olgeni2001-10-312-14/+4
|
* Update to 1.1pre2, which adds the '-c command' switch to makeroam2001-10-312-2/+2
| | | | | | | | | | | | | | | penv take lots of different, exciting actions: [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c mkdir [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c set JADETEX=no [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -S A4=yes [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L JADETEX=no A4=yes [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c reset A4 [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -R JADETEX [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L [roam@straylight:v0 /usr/ports/textproc/docproj]$
* Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have beensobomax2001-10-304-4/+8
| | | | | moved aroud, so all ports that don't pay attention to an output of `gdk-pixbuf-config --cflags' need to be fixed.
* Update to 1.1pre1, which introduces the -p option to only displayroam2001-10-302-3/+2
| | | | | | | | | | | | | | | | the path to the environment directory to be used. This allows you to do neat things like: [roam@straylight:v0 /usr/ports/textproc/docproj]$ mkdir -p `penv -p` [roam@straylight:v0 /usr/ports/textproc/docproj]$ echo no > `penv -p`/JADETEX [roam@straylight:v0 /usr/ports/textproc/docproj]$ echo yes > `penv -p`/A4 [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L JADETEX=no A4=yes [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv make clean all install ..and watch the port build fly!
* Update to 20011030. Some minor bugs/typos were fixed.knu2001-10-306-62/+48
| | | | | | | | | | | | | | | | | | | portupgrade: - Fix quotes. [Submitted by: Jimmy Olgeni <olgeni@uli.it>] - Do not ask whether to install a port twice. (portinstall/-N) - Complete missing words in the manpage. pkgdb: - Comment out deleted pkgdeps properly. misc.: - Convert the install script to Makefiles. - Change the examples/docs subdirectory name from `portupgrade' to `pkgtools'.
* - update to 0.1.46petef2001-10-293-3/+3
| | | | | | | PR: 29999 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> - we don't own share/pixmaps, don't try to @dirrm it
* Update to 20011029.1.knu2001-10-294-4/+4
| | | | | - Add portsclean -P/--pkgclean to clean obsolete package tarballs. - Fix manpages a bit.
* Update to 20011029. With this update, the binary package support hasknu2001-10-294-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reached the one step higher level. It's *really* powerful. Enjoy! :) portupgrade: - Greatly improve the procedure of binary upgrading (-P/-PP): When a fetched package is not of the latest version: 1) If -PP is given and the package is at least newer than the current installation, put up with it and do an upgrade. 2) If -PP is given and the package is now newer than the current installation, give up. 3) Else, fall back to the port. This way you can now do binary upgrades just as you'd expect. - Improve the new installation procedure as well. - Allow using ports glob patterns in the configutation variables MAKE_ARGS and HOLD_PORTS. - If a port/package matches multiple entries of MAKE_ARGS, join all the arguments using the space as separator. pkg_fetch: - Introduce a new {environment,configuration} variable PKG_SITES. You can now specify multiple URI's to fetch packages from. - When a URI is given, check for the last path component and if it is not "Latest" or "All", fetch the dependent ports from the same directory. (-R) - Do not repeat same error messages. - Properly reflect the environment variables defined in pkgtools.conf. pkg_deinstall: - Add a timestamp hack as well as portupgrade to let the pkgdb engine properly detect an update of PKG_DBDIR. pkgdb: - When the user chooses to delete a dependency, comment the line out instead of deleting it. pkgtools.conf: - Provide some useful predefined constants and functions.
* There's no such host as gw.feral.com any more.mjacob2001-10-281-2/+1
|
* Upgrade to 2.2.1.demon2001-10-2715-12/+39
| | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications)
* Roll a new tarball instead of a tarball + a tiny patch.knu2001-10-274-10/+8
|
* Oops, fix a stupid fat-fingered bug.knu2001-10-274-8/+10
|
* Update to 20011027, the latest and greatest release ever, with lots ofknu2001-10-274-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people's help. Thanks so much! portupgrade: - D'oh! Fix a stupid bug where portupgrade didn't modify dependencies when upgrading a package while portupgrade _is_ meant to do that. ;) But you don't need to worry: `pkgdb -F' can always handle that situation. This bug had been there since 2 October, and was finally exposed by the newly introduced dependency sanity checks. I guess you has been annoyed by the warnings, but they are gone now. ;) Reported by: Ollivier Robert <roberto@eurocontrol.fr> - Make portupgrade download packages from a remote site if -P is specified. Now one can do binary upgrading in a handy way: portupgrade -P foo bar Instead of: portupgrade -FP foo bar && portupgrade -P foo bar Although the latter is friendlier to dialup users. - Add a delay between deinstallation and installation to let pkgdb properly detect the update of PKG_DBDIR entries. - Since pkg_add(1) is mute, always show a progress message when invoking it no matter whether -v is given or not. - Make -f override "hold" marks set in pkgtools.conf. pkgdb: - Since the dbm routines in libc seem to dead lock in some cases, slightly change the DB format and bump the DB version accordingly. Reported by: Ollivier Robert <roberto@eurocontrol.fr> and others - Make sure to check DB version when checking for a DB. (-u) pkg_fetch, pkgdb, portsclean, portsdb: - Make them read the configuration file and add the -q/--no-config option just as other tools. pkgtools.conf: - Add examples for PKG_FETCH, PACKAGEROOT and PACKAGESITE. - Introduce new configuration variables: IGNORE_CATEGORIES and EXTRA_CATEGORIES. - Now one can set common environment variables in this file. - Now all the tools read this file by default. overall: - Reword and enhance the manual pages and the usage instructions. - Clarify the explanation about port/package dependency. Submitted by: Jos Backus <josb@cncdsl.com> (Thanks a lot!)
* Update modules: proc, custom.olgeni2001-10-252-2/+5
|
* Update port to 0.90jedgar2001-10-245-24/+15
|
* Update to 20011024.knu2001-10-246-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | portupgrade, portversion, pkg_deinstall, pkg_glob: Introduce the configuration file `pkgtools.conf' for the pkgtools suite. Currently portupgrade(1), portversion(1), pkg_deinstall(1) and pkg_glob(1) use it. Add a new option -q/--no-config to avoid reading the configuration file. Introduce dependency sanity checks. If an inconsistency is detected, immediately abort a process suggesting the user should run `pkgdb -F'. Add a new option -O/--omit-check to omit the sanity checks. pkgdb: Fix the origin guesser's minor bug when the origin port directory does not exist. portupgrade: Add a new option -y/--yes, which lets portupgrade assume user answers yes to all the questions. Make sure to ask user where it should. (Get -N and -i right) Fix a bug where portinstall -i didn't work interactively. [Submitted by: Gregory Neil Shapiro <gshapiro@gshapiro.net>] portsdb: Attempt to offer fast INDEX generation. Now it generates an INDEX file more than a few minutes faster. overall: Emit a warning when pkgdb cannot be updated though it is not up-to-date. Finally remove -E/--regex. Use the ':RE' glob pattern instead.
* Give alternate distfile locationcracauer2001-10-241-1/+1
|
* Update to 1.2.3.ume2001-10-248-20/+22
|
* fix minor nitobrien2001-10-211-2/+4
|
* Update to version 4.59obrien2001-10-212-4/+4
| | | | | | | | | | * IPv4 and IPv6 network files can be selected with -i4 and -i6. (IPv6 network file selection is only possible when lsof supports IPv6 for the dialect.) * Added new output field for raw device number in hex. The field is identified with 'r'. This field is NOT selected when -F or -F0 is specified so that its appearance won't disturb existing scripts that process field output.
* Update to 0.2.0lioux2001-10-202-2/+2
| | | | | PR: 31381 Submitted by: maintainer
* Update to version 2.4.7kevlo2001-10-203-23/+21
| | | | | PR: 31248 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
* Update to 3.7.6lioux2001-10-184-45/+8
| | | | | | PR: 30786 Submitted by: Gerald Pfeifer <admin@dbai.tuwien.ac.at> Approved by: MAINTAINER (3 weeks timeout and port has been broken far longer)
* New port ticker.app version 0.1.0: Ticker dockapp for Window Makerlioux2001-10-166-0/+42
| | | | | PR: 31267 Submitted by: Patrick Li <pat@databits.net>
* Update for NFS changes in 5-CURRENT.obrien2001-10-162-3/+3
|
* I goofed on the packaging.obrien2001-10-162-0/+2
|
* ltrace is a dynamic library tracer. ltrace is a debugging tool, similar toobrien2001-10-166-0/+39
| | | | strace, but it traces library calls instead of system calls.
* Update to 20011015, a stable maintenance release.knu2001-10-154-4/+4
| | | | | | | | | | | | | | | | | | | | | | portupgrade: Fix a couple of bugs where `portupgrade -h | more' doesn't show the usage nicely. Reported by: Gregory Neil Shapiro <gshapiro@gshapiro.net> portsclean: Make good use of portsdb and pkgdb, use lazy (but virtually sufficient) checks and get distclean much faster. (both -D and -DD) portsdb: Do not fail even if some categories are missing in the ports tree. Reported and tested by: Jos Backus <josb@cncdsl.com> And some other internal bugfixes that do not affect the user tools.
* add x86infoijliao2001-10-159-0/+101
| | | | | | | Utility to display information about the systems x86 processor(s) PR: 30116 Submitted by: Erik Greenwald <erik@smluc.org>
* Remove one of the master sites.tobez2001-10-151-2/+1
| | | | | PR: 31245 Submitted by: maintainer
* Dont split info file.vanilla2001-10-143-4/+14
|
* Update to 20011012. Fix several minor bugs and make it a stableknu2001-10-124-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | release again. (Hopefully) portupgrade: Delete an unneeded exception snatcher. This fixes a bug where ports marked as IGNORE are not properly skipped. pkgdb: Rebuild pkgdb if it looks like broken, instead of resulting in failure. Unbreak regexp match. ;) Fix a typo of a variable name in an error message. [Reported by: Stijn Hoop <stijn@win.tue.nl>] portsdb: Allow a port dir to be a symlink to a directory. Add support for the case where some catetories are missing in a ports tree. [Submitted by: Jos Backus <josb@cncdsl.com>]
* add pkg_treeijliao2001-10-116-0/+32
| | | | | | | Get a 'graphical' tree-overview of installed packages PR: 30776 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Add flog 1.3, a small STDIN-to-file logger with support for logmarkp2001-10-106-0/+42
| | | | | | | rotation. PR: 31099 Submitted by: Anders Nordby <anders@fix.no>
* New port wmzazof version 0.3: A simple dockapp that displays thelioux2001-10-107-0/+64
| | | | | | | uptime, free and used memory PR: 31091 Submitted by: Patrick Li <pat@databits.net>
* Update to 20011010.1, with a couple of fixes.knu2001-10-104-4/+4
| | | | | | | | | | pkgdb: Fix a type error and unbreak date-based pkg glob. [Reported by: Ollivier Robert <roberto@keltia.freenix.fr>] portupgrade: Silence pkg_info when it does not find a package. [Submitted by: Jimmy Olgeni <olgeni@uli.it>]
* Update to 20011010.knu2001-10-104-12/+10
| | | | | | | | | | | | | | | | | | | | pkgdb: Make pkgdb fixer's dependency guesser aware of language specific categories. Now it suggests ja-qt-2.3.1 instead of qt-1.45_1 for a missing qt-2.3.1. Do not fail over a package entry that has no +COMMENT file, like an XFree86 package entry faked by the FreeBSD installer. [Reported by: Ollivier Robert <roberto@eurocontrol.fr>] portsdb: Do not allow specifying a ports glob using a relative path to the current directory. This prevents the tools from confusing when the current directory is under PORTS_DIR. Give a better progress display.
* upgrade to 2.0.0ijliao2001-10-092-3/+2
| | | | | PR: 31153 Submitted by: Jerry A! <jerry@thehutt.org>
* * Update to 0.45.1, which as numerous new features, new UPS', anddougb2001-10-086-56/+84
| | | | | | | | | | | | | | | many bugfixes. Check out http://www.exploits.org/nut/release/new-0.45.1.txt for more details. Highlights include experimental USB support, and the various programs dropping more privileges after startup. * Clean up the Makefile a little by grouping more of the CGI-dependent stuff together. Improve the pkg-plist in this regard as well. Make a directory and install a conf file sample that the software Makefile's are missing for some reason. * Make the cgi directory depend on one of the previously discussed plans to use PREFIX/www/cgi-bin if it exists already, and PREFIX/share/apache if not.
* Take over maintainership, update comingdougb2001-10-072-2/+2
|
* Set maintainer to ports@FreeBSD.orgpetef2001-10-073-3/+3
| | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
* Update to 20011006.1, a hotfix release. This fixes a bug where pkgdb fails toknu2001-10-076-12/+18
| | | | | | | | | | create a new database for the very first time. (Run "pkgdb -fu" if you have 20011006 installed) Fix MAN1 entries. Remove old database pkgdb.byfile.db on installation. (new database is named pkgdb.db)
* Update to 20011006 with many improvements.knu2001-10-068-28/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beware, there can probably be some bugs left in the new pkgdb code. In such a case please run "pkgdb -fu" to fix the situation. overall: Utilize pkgdb better and optimize. portupgrade: Do not scan packages all at once when -P is given, but find one per request. [Requested by: Hideaki OKADA <hokada@isl.melco.co.jp>] Create a backup package record in tmpdir instead of pkgdbdir, in order not to update pkgdbdir's mtime. Rephrase/add messages. portinstall: Commit major changes and improvements over portinstall. Now it warns and asks the user for confirmation if a port is being installed when a package of the same origin is already installed. Upgrade all the required packages before installing a new port. [Requested by: Hajimu UMEMOTO <ume@mahoroba.org>] Do not install ports immediately but queue them up, then install them after upgrading all the specified and required packages. pkgdb: Record pkgname <=> origin mapping in the pkgdb and make full use of it instead of repeatedly calling pkg_info -o which has undesirable overheads. Make portupgrade, pkg_deinstall update the pkgdb after they install/deinstall packages or modify package records. Integrate pkgdepfix(1) within. (pkgdb -F/--fix) Add -o/--origin, which looks up an origin of a package in pkgdb. Detect added/deleted/reinstalled packages more strictly so pkgdb can keep being sane and consistent. Do not fail over a small conflict found during updating pkgdb; portupgrade should not be aborted by such a minor problem. pkgdepfix: Obsolete -o and turn -o on by default. Now we can look up an origin of a package so quickly thanks to the pkgdb. Integrate into pkgdb(1). (pkgdb -F/--fix) portsdb: A date spec is not a valid ports glob; emit a warning if specified. [Found by: Hajimu UMEMOTO <ume@mahoroba.org>]
* Unbroke on recent -stable.sobomax2001-10-051-0/+13
|
* Update to 1.13.knu2001-10-052-2/+2
|
* Update to 1.1.6petef2001-10-053-7/+7
| | | | | PR: 31030 Submitted by: maintainer
* Update to 1.0rc1.demon2001-10-053-3/+7
|
* Updated to 0.7b.markp2001-10-024-3/+5
| | | | | PR: 30973 Submitted by: maintainer
* De-typo: s/compt/compat/.knu2001-10-022-4/+4
| | | | Submitted by: olgeni
* Update module: samba.olgeni2001-09-282-2/+4
|
* Fix DATADIR and DOCSDIR installation since this port has PKGNAMESUFFIXlioux2001-09-271-4/+4
| | | | | | | defined PR: 30853 Submitted by: MAINTAINER
* Add another patch against 20010922, which fixes the default value ofknu2001-09-274-6/+8
| | | | | | | `$backup_packages' from true to false, which should only be turned on when -b is specified. I wonder why I couldn't notice this for long. ;)
* update to 0.98p1lioux2001-09-262-4/+4
| | | | | PR: 30835 Submitted by: MAINTAINER
* update to 0.5.2.sf2001-09-253-17/+2
| | | | | PR: 30803 Submitted by: maintainer
* Owing to some mistake, pkgtools-20010922.1.patch.gz on ftp.FreeBSD.orgknu2001-09-242-0/+2
| | | | | | | | | | | | and that on www.idaemons.org didn't match. They are identical in the uncompressed form but I think I compressed one with -9 and another with -6 somehow. Thereby list the MD5 checksums of both in pkg-plist as a workaround. The one on ftp.FreeBSD.org will be overwritten by the one on www.idaemons.org soon. Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Update to 20010922.1. Add a patch to fix a coredump problem in pkgdb.knu2001-09-244-8/+10
|
* Add a WITHOUT_X11 knob and set PREFIX to LOCALBASE.knu2001-09-246-28/+122
| | | | Submitted by: MAINTAINER
* Remove .orig file in files/dwcjr2001-09-242-1/+1
| | | | | | Change author's email in pkg-descr Submitted by: maintainer
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵dwcjr2001-09-242-4/+2
| | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will
* Update to 0.5.0dwcjr2001-09-244-4/+17
| | | | | PR: 30765 Submitted by: maintainer
* constify dvdtape.cbrian2001-09-232-0/+85
| | | | | | | | | | | Correct format arguments for unsigned long longs; In printf, use %llu In sscanf, use %qu These were both previously using %Ld... This fixes generation of DVDs >4Gb in size.
* Update to version 4.58.1obrien2001-09-232-5/+5
| | | | | This version now takes into account our new split nfsserver / nfsclient headers in -CURRENT.
* Update the useradmin and status modules.olgeni2001-09-232-1/+5
|
* Update to 20010922, with some brand new functionalities.knu2001-09-228-24/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overall: - Implement new package glob patterns: {<|<=|>=|>}{date|pkgname_glob}. For example, you can rebuild and reinstall all the dependent packages of png that had been installed prior to png this way: portupgrade -fr png -x '>=png' - Introduce the packages database, which is currently a simple hash that maps file paths to package names. Inspired by: NetBSD pkgdb(1): (new) - A command to create/update the packages database. pkg_which(1): (new) - A command to check which package a file came from quickly. portsclean(1): - Suppress "can't cd" error messages. Submitted by: Jos Backus <josb@cncdsl.com> ports_glob(1): (new) - Give portsdb(1)'s ports glob expanding feature a suitable name.
* o add missed bin/fcronsighup.sf2001-09-213-4/+25
| | | | | o utilize DOCSDIR. o install fcron.{allow,deny,conf}.dist and remove them if unchanged.
* Update to 20010921, the latest maintenance release.knu2001-09-214-4/+4
| | | | | | | | | | | | | | | | | | | | | overall: - Work around pkg_info(1)'s "feature" where it gets info from package files under the packages directory prior to installed packages. [Reported by: kuwa@flab.fujitsu.co.jp] portupgrade: - Skip ports that are marked as IGNORE. [Requested by: Jimmy Olgeni <olgeni@uli.it>] portsdb: - Stop specifying -j# when making a ports index to avoid outputting a buggy INDEX. portsclean: - Do not assume a distinfo file is in each port's own directory, and use `make -V MD5_FILE', in order to support master-slave ports properly.
* Sort entries.knu2001-09-211-5/+5
|
* Resurrect those parts of the original patch-ai that Joerg Schillingjoerg2001-09-202-0/+40
| | | | | | | did not integrate into the main source code. Otherwise, the old Plasmon 4100 CD-R still wouldn't work. OK by: dirk
* Bump cpdup rev to 1.03. 1.03 fixes a double-free() in hardlink failuredillon2001-09-202-2/+2
| | | | handling, removes dangerous sprintf()s, and revamps the verboseness options.
* Update description list a URL to use for FreeBSD client bugs.mjacob2001-09-181-2/+7
|
* Don't install with setuid root by default. Some people claimsume2001-09-184-20/+28
| | | | | | it casuses problem. If you wish to enable LM78/79 feature support, please specify WITH_SENSOR=yes at building.
* Remove ruby_static from RUN_DEPENDS.knu2001-09-182-4/+2
| | | | | | | | | Now that RUBY_ARCH has been changed not to include a minor version of the system, you no longer need to have ruby_s in order to cope with the migration problem with a minor system upgrade like 4.3 -> 4.4. You will need ruby_static only if you are going to do a major upgrade of your system like 4.3 -> 5.0.
* Bump the PORTREVISION's of the ports which install architectureknu2001-09-182-0/+2
| | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed.
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-181-1/+1
| | | | | | have been inactive for too long Approved by: will
* Update port to version 0.88, including proftpd and majordomo fixes.olgeni2001-09-172-11/+6
|
* Update to 0.7.1dwcjr2001-09-172-2/+2
| | | | | PR: 30614 Submitted by: maintainer
* Update to version 0.7.0kevlo2001-09-172-3/+2
| | | | | PR: 30609 Submitted by: MAINTAINER
* Initial import of logmon-0.3.3.kevlo2001-09-176-0/+39
| | | | | | | | | Logmon will monitor one or more log files, updating when more data is available ala 'tail -f' , within a common terminal window via a "split window". User can scroll up/down/left/right through all the windows. PR: 30516 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
* add missing USE_XPMlioux2001-09-151-0/+1
| | | | Submitted by: MAINTAINER
* Update to 1.46dwcjr2001-09-143-4/+6
| | | | | | | Update url PR: 29138 Submitted by: maintainer
* Update to 2.0.3dwcjr2001-09-147-758/+547
| | | | | | PR: 29775 Submitted by: pat@databits.net Approved by: maintainer
* Update to version 4.58obrien2001-09-142-4/+4
|
* Update to 4.1.knu2001-09-135-42/+55
| | | | | PR: ports/30394 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> (MAINTAINER)
* Update to 20010912.2. Man page update only.knu2001-09-124-4/+4
| | | | | | | | portupgrade.1: - Add two new sections: EXAMPLES and TIPS. Suggested by: obrien
* Create the database directory during install and remove it, if empty,roam2001-09-122-0/+12
| | | | | | | | on uninstall. penv.conf.default/penv.conf handling a'la Apache. Bump PORTREVISION. Submitted by: olgeni
* Update to 20010912.1. Enhance packages support further more.knu2001-09-124-4/+4
| | | | | | | | | | portupgrade: - Support the environment variable PKG_PATH which is supported by pkg_add(1). - Try to fetch the latest version of a package if the exactly same version as the port is not found in the package site.
* Update to 20010912.knu2001-09-124-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | portupgrade: - Add a new option -b/--backup-packages, which keeps backup packages of the old versions'. Requested by: mistral@imasy.or.jp (Yoshihiko SARUMARU) pkg_fetch: - Accept a full URI as well. - Do not try both All and Latest; now one must put an @ at the end of a package name if one wants to omit the version part. ("cyrus-sasl@", etc.) - Obsolete the PACKAGEBASE environment variable. - If -f is specified, remove existing packages if they are corrupt. - Do not depend on the ports database. portsclean: - Fix the command line help regarding -D and -DD. Submitted by: Jimmy Olgeni <olgeni@uli.it> compdefs: - Fix stupid bugs in the zsh compdefs.
* unbreak at bento: ${LN} -f mostly does not work if WRKDIRPREFIX is set.sf2001-09-121-3/+1
| | | | remove MANCOMPRESSED=no, this is default.
* - Hand the maintainership over to the submitter.knu2001-09-112-3/+7
| | | | | | | - Force it to honor PREFIX. PR: ports/30385 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Remove ports/sysutils/heat - it is no longer being maintained by authors.sobomax2001-09-117-66/+0
| | | | Submitted by: maintainer
* Set DIST_SUBDIR=KDEdemon2001-09-1112-6/+12
|
* - remove dead mirrorpetef2001-09-091-5/+3
| | | | | | | | - add USE_X_PREFIX (and bump PORTREVISION accordingly) - remove bogus NO_INSTALL_MANPAGES (no imake here...) PR: 30439 Submitted by: maintainer
* Nuke obsoleted backup site.ume2001-09-082-2/+0
| | | | Reported by: fenner
* We don't dereference symbol (sic) links.dd2001-09-071-1/+1
|
* Update to 20010906a.knu2001-09-074-4/+12
| | | | | | portupgrade: - Fix a misbehavior when -s is specified, where it built each port twice somehow. ;)
* Update to 20010906.knu2001-09-064-6/+4
| | | | | | | | | | | | | | | | | | overall: - Allow using regexp in a glob pattern on the spot, by just putting a regexp preceded by a colon (:). - Thereby deprecate -E/--regex, which is evil because it changes the global status. (but the option is still kept for compatibility) portupgrade: - Return correct exit status. [Reported by: Trevin Chow <trevin@mail.com>] portinstall: - Read the env variable PORTUPGRADE. (it read PORTINSTALL previously) pkg_fetch: - Be even more smart in deciding which to try first, All or Latest.
* Update to screen 3.9.10 with vendor fix for the alleged security hole.kris2001-09-053-16/+2
|
* o Update to 0.6.0lioux2001-09-052-5/+3
| | | | | | | | o maintainer switched over maintainership to originator due to school duties (thanks and we hope you will bring more ports :) Submitted by: Patrick Li <pat@databits.net> Approved by: MAINTAINER (previous)
* Patch against a bug which is a local root vulnerability on other platforms,kris2001-09-052-0/+14
| | | | | | | | but which I could not repeat on FreeBSD. It may still be a problem, but it looks like screen was already dropping privilege before the operation in question. Submitted by: Roman Drahtmueller <draht@suse.de>
* Update to 1.1.5lioux2001-09-052-2/+2
| | | | | PR: 30313 Submitted by: MAINTAINER
* Add a WWW.sobomax2001-09-042-0/+4
|
* Add xmbmon, X/tty motherboard monitor for LM78/79, W8378x, AS99127Fknu2001-09-0413-0/+189
| | | | | | | and VT82C686. PR: ports/30233 Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
* Update to 1.0, which adds the ability to only list the environmentroam2001-09-032-11/+2
| | | | | | changes without executing anything. Also, the config file path, the paths to envdir and printenv and the database dir path are now dynamically adjusted in both the manual page and the sample config file.
* Update to 4.57.2.obrien2001-09-022-3/+6
| | | | This fixes some nits on 5-CURRENT.
* MAINTAINER -> kde@FreeBSD.orgdemon2001-09-013-3/+3
|
* D'oh. Fix a silly typo in portupgrade.knu2001-09-012-0/+4
|
* Update to 20010831. Fix some more minor problems.knu2001-08-314-4/+4
| | | | | | | | | | | | | | | | | | overall: - Fix a bug where a glob expansion did not work as expected when in a port direcotry. portupgrade: - Fix a bug where a port not listed in the INDEX failed to install because of a dependency error. portversion: - Work around a feature of the option parser library where -l= is treated as -l "". Now portversion -l= and portversion -L= will work just as pkg_version(8) does.
* Add target for creating the cdwrite group and describe it in pkg-message.alex2001-08-312-6/+28
| | | | | PR: 29939 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
* Make CATEGORIES and MAINTAINER overridable for japanese/kde*.knu2001-08-313-6/+6
| | | | Approved by: kde (will), demon (MAINTAINERs)
* Update the "acl" module.olgeni2001-08-302-2/+4
|
* New port wmcube version 0.98: wmcube-gdk is a modified version oflioux2001-08-309-0/+148
| | | | | | | the dockapp wmCube PR: 29781 Submitted by: Patrick Li <pat@databits.net>
* Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netlioux2001-08-301-1/+1
| | | | Approved by: MAINTAINER
* Updated to 1.4. Using version 1.40 in port to avoid PORTEPOCH.markp2001-08-294-9/+22
| | | | Added documentation and examples.
* Update to 20010829.1. Not a really mandatory update.knu2001-08-294-4/+4
| | | | | | | | | | | portupgrade: - Make portupgrade download packages using pkg_fetch(1) when -FP is given. (also aware of -R, -f and -v) pkg_fetch: - Be more intelligent and try All and Latest in the proper order. - Return a non-zero status value when some are failed. - Change -r to -R, since it recurses upwards through dependencies.
* - update to version 1.07petef2001-08-294-44/+43
| | | | | | | | | | | - add a backup MASTER_SITE - sort MAN8 - handle doc install better, use DOCSDIR - move message from Makefile post-install target to pkg-message - sort pkg-plist PR: 30109 Submitted by: maintainer
* Fix path for config file to include the config file's namedwcjr2001-08-291-2/+2
| | | | Bump PORTREVISION
* Update manpage to refer to diskcheckd.conf in new locationdwcjr2001-08-292-4/+5
| | | | Make Makefile patch manpage to comply with prefix