aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Add ruby-quota, a Ruby library to manipulate filesystem quotas.knu2001-06-219-0/+154
|
* - This patch is unnecessary for port version 0.84 added in rev 1.5lioux2001-06-211-55/+0
| | | | | | | | of Makefile - Overlook on port update PR: 28266 Submitted by: Patrick Li <pat@databits.net>
* Update modules: file, useradmin.olgeni2001-06-202-6/+6
|
* Use proper syntax in chownjeh2001-06-191-1/+1
| | | | | PR: 28263 Submitted by: Patrick Li <pat@databits.net>
* better etc file managementijliao2001-06-184-12/+42
| | | | Submitted by: olgeni
* Add etc/ files management, and preserve etc/monitord.conf at "make install"olgeni2001-06-183-4/+9
| | | | time (it was overwritten by the program's Makefile).
* Whoops, 20010617 had an installation problem.knu2001-06-174-4/+4
|
* Revise pkg-descr.knu2001-06-172-26/+38
|
* Update to 20010617.knu2001-06-176-4/+8
| | | | | | | | | | | portupgrade: Add a new option: -N/--new. If it is specified, portupgrade installs a new one when a specified package is not installed. portinstall: New command equivalent to `portupgrade -N'. You can specify a port origin to name the one you want to install, too: e.g. `portinstall shells/zsh'
* add management for etc filesijliao2001-06-172-2/+10
| | | | Submitted by: olgeni
* Change maintainer's email address:roam2001-06-161-1/+1
| | | | | | | clefevre@citeweb.net -> clefevre@redirect.to PR: 27867 (followup) Submitted by: maintainer
* Update modules: lpadmin, useradmin, file.olgeni2001-06-162-3/+6
|
* Update to 4.56.4.obrien2001-06-162-11/+15
| | | | This fixes the fdescfs support in the latest 5-CURRENT (post FS /sys reorg).
* Update to version 1.45dwcjr2001-06-164-13/+5
| | | | | | | | Remove unneeded patch (patch-ae) Add new locales in pkg-plist PR: 27920 Submitted by: maintainer
* Fix a typo that breaks the Makefile.obrien2001-06-161-1/+1
|
* LSOF's configure uses `FREEBSD_SYS' as a way to override /usr/src/sys asobrien2001-06-161-5/+7
| | | | | | the path to the kernel sources. Make the port Makefile follow suit. Submitted by: dd
* spell checkobrien2001-06-161-2/+2
|
* Update to 4.56.3.obrien2001-06-162-4/+4
| | | | | | LSOF now *requires* a populated /usr/src if building on a machine using devfs (ie, 5-CURRENT). There is no other currently existing way for it to get the information it needs.
* Update to 20010615.knu2001-06-154-4/+16
| | | | | | | | | | This is a maintenance release. - Manpages provided. - Ports DB got faster. - Wording fixed. - New feature added to portsdb(1): you can use it to expand port/pkgname globs. (archivers/p5-*, zsh, gnome*, etc.)
* Use ${PYTHON_SITELIBDIR} where appropriate.sobomax2001-06-131-2/+2
|
* Add colorize 0.3.0, a robust log colorizer.markp2001-06-137-0/+57
| | | | | PR: 28113 Submitted by: petef@databits.net
* Update modules "useradmin" and "cron".olgeni2001-06-132-3/+5
| | | | Remove unused WEBMIN_SERVER variable.
* Updated MAINTAINER to my new committer email address.tobez2001-06-138-8/+8
| | | | | | Do the same for pkg-descr files. Approved by: markm
* upgrade to 1.0.6ijliao2001-06-1210-34/+38
| | | | change master site & WWW
* Remove -O and -Wall from CFLAGS and use whatever's already therebrian2001-06-111-1/+1
| | | | Suggested by: will
* Fix some option-parsing bugs (missing breaks)brian2001-06-113-2/+80
| | | | | Change sprintf -> snprintf Change -O2 -> -O
* Oops, wrong checksum.knu2001-06-112-2/+2
|
* Update to 20010611, with many changes and enhancements.knu2001-06-118-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | Beware of bugs, just in case. ;) portupgrade: - Sort packages by default and remove -s/--sort. - Rename -y/--yield/-Y/--yield-command to -s/--sudo/-S/--sudo-command. - Implement -a/--all. - Implement -x/--exclude=GLOB. - Exit on OptionParser::ParseError immediately. - Do not call "make fetch-recursive" but just "make fetch", now that portupgrade does recursion itself. - In fetch mode, specify -DPACKAGE_BUILDING for ports that define IS_INTERACTIVE. [Submitted by: Jimmy Olgeni <olgeni@uli.it>]] portversion: - Exit on OptionParser::ParseError immediately. portsdb: - New tool: which updates INDEX and INDEX.db in the ports directory. pkgdepfix: - Implement origin fixer with intelligent guessing, finally! (-o/--fix-origin) - Make pkgdep guessing more intelligent.
* Do not record @srcdir.knu2001-06-112-5/+6
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add new port, Slay, a utility that kills a persons shell, as well as any ↵dwcjr2001-06-116-0/+31
| | | | | | | | process belonging to that user. PR: 27704 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Reviewed by: keichii
* - Update port to version 0.84lioux2001-06-104-4/+18
| | | | | | | | | - Add windowmaker as secondary category - Add NOPORTDOCS support to Makefile and PLIST - Update WWW tag inside DESCR Submitted by: Patrick Li <pat@databits.net> Approved by: maintainer (timeout after 2 weeks)
* Chase distfile checksum. A diff with the previous release shows that onlyolgeni2001-06-092-1/+2
| | | | | | some German related message files have been changed. Noticed by: Mars G Miro <mars@cannoncreek.com>
* Clarify that portupgrade can do upgrade by means of both the port andknu2001-06-094-8/+8
| | | | the package.
* Change pkg_tarup to ${LOCALBASE}/sbin/pkg_tarup in RUN_DEPENDS.knu2001-06-092-2/+2
| | | | Found by: bento
* timelimit executes a command and terminates the spawned processroam2001-06-096-0/+33
| | | | | | | | | after a given time with a given signal. A 'warning' signal is sent first, then, after a timeout, a 'kill' signal, similar to the way init(8) operates on shutdown. WWW: http://ringwraith.online.bg/devel/sys/timelimit/ Author: Peter Pentchev <roam@orbitel.bg>
* Updated MAINTAINER to my new committer email addressmarkp2001-06-086-6/+6
| | | | Reviewed by: will
* Updates the msyslog port to the latest version: 1.04djeh2001-06-073-7/+10
| | | | | PR: 27856 Submitted by: Anders Nordby <anders@fix.no>
* Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netroam2001-06-073-6/+6
| | | | | | PR: 27923 Submitted by: maintainer Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
* URL was changed.sumikawa2001-06-072-2/+3
|
* Update to 20010607b.knu2001-06-074-4/+4
| | | | | | | | | | | | portupgrade: - Change the meaning of -P/--use-packages. If specified once, it uses packages whenever available or uses ports. If specified twice, it never try to use ports but only uses packages. - The package directory is now specified via the environment variable, by PKGREPOSITORY and PKGREPOSITORYSUBDIR. Print the usages to stdout instead of stderr.
* Update to 20010607.knu2001-06-076-4/+8
| | | | | | | | | | | portupgrade: - Implement -P/--use-packages, which everyone bugged me with. :> pkgdepfix: - Add "delete" to the choices as to how to deal with a stale dependency. - Alter the prompt message. - Add zsh compdef.
* Update port to version 0.86, add better handling of BATCH in "make install"olgeni2001-06-064-30/+35
| | | | | | | | and pkg_add, don't let setup.sh start the service. The setup script is now automatically called when not installing in batch mode. Also, "borrow" better pkg-plist implementation from the vim5 port: it allows to have @execs at the end of pkg-plist (thanks to O'Brien :-))
* Update to 20010606b.knu2001-06-064-4/+4
| | | | | | | | | | | | | | pkgdepfix: - Implement automatic guessing. - Add yes-to-all to the choices of yes/no prompt. - Do "stty sane" on interrupt. portupgrade: - Backing up +REQUIRED_BY must have been done before pkg_delete. [Submitted by: SASAKI Katuhiro <sahiro@vanilla.freemail.ne.jp>] Because of the portupgrade bug, portupgrade -u would have broken some of your +REQUIRED_BY files. Please fix them up with pkgdepfix.
* From now on I use release dates for this port's version numbers, andknu2001-06-0610-24/+34
| | | | | | | | this is version 20010606. A new tool pkgdepfix is added. It allows you to interactively fix /var/db/pkg's @pkgdep / +REQUIRED_BY discrepancies. Run this periodically to let portupgrade properly trace dependencies.
* Cosmetic only: make some layout fixes, make some commands silent.olgeni2001-06-051-18/+18
|
* Update to version 1.17kevlo2001-06-052-3/+3
| | | | | PR: 27871 Submitted by: MAINTAINER
* mdoc(7) police: minor markup cleanup.ru2001-06-041-6/+3
|
* Beautify a little with an @, and correct the sed for PREFIXdougb2001-06-041-1/+1
| | | | to not include the trailing slash.
* Add diskcheck-daemon.phk2001-06-044-0/+1031
| | | | | | | | | | | | | With a small disk being 20GB these days, chances are pretty good that an ailing sector will not be read while still being recoverable by the drive. Diskcheck daemon will read disks in the background at a low rate and that way give the diskdrive a chance to detect and correct soft read errors before they become hard errors. Idea by: phk Written by: ben
* Update portupgrade to 1.42.knu2001-06-024-6/+6
| | | | | | | | | | I think I have finally fixed the problem some people have seen that it deletes a package registry in some cases! At the same time, -m and -p now works properly again. Those problems were all due to Shellwords::shellwords' destroying its given string. Thanks to Tadayuki OKADA <tadayuki@mediaone.net> for sending me a report that made me realize what the problem was.
* - Install additional 3d objectslioux2001-06-023-0/+56
| | | | | | | - Be verbose during installation - Add PKGMESSAGE with run instructions Submitted by: maintainer
* De-typo (s/priviledge/privilege/g) with no PORTREVISION bump.knu2001-06-012-0/+6
|
* Update portupgrade to 1.40. A bug with pkgdep has been fixed.knu2001-06-014-6/+6
| | | | | I'd like to call this a stable release, and take a rest for a while until the next stable release. ;)
* Update portupgrade to 1.39.knu2001-06-014-6/+6
| | | | | * Fix file permissions and owners of replaced files. * Stop raising a false alarm. (which was harmless, though..)
* Update portupgrade to 1.36.knu2001-06-016-32/+6
| | | | | | | | * No need to recurse @pkgdep search, really. * Support the latest pkg_tarup. * Backup +REQUIRED_BY a bit earlier, just in case. * If it fails to copy the new +REQUIRED_BY to the package's dbdir, emit a message and save the file in TMPDIR.
* A package file can often be bigger than /tmp's capacity, so createknu2001-06-012-6/+14
| | | | | | | tarballs in TMPDIR if defined or /var/tmp when PKGREPOSITORY is not defined. Suggested by: Jimmy Olgeni <olgeni@uli.it>
* Apply a hotfix against a critical bug that +CONTENTS are lost when youknu2001-05-314-0/+26
| | | | | do upgrade as root and TMPDIR and /var/db/pkg are on different filesystems.
* Update miniserv.pl: it could leave password information in the environmentolgeni2001-05-312-2/+5
| | | | of servers started by webmin.
* Update to 1.34. Now it never tries to yield root priviledgesknu2001-05-314-6/+6
| | | | unless -y is specified.
* Update to 1.33. More operations need root priviledges.knu2001-05-314-6/+6
|
* Update portupgrade to 1.31 and portversion to 1.7.knu2001-05-316-30/+12
| | | | | | | | | | * Fix the Makefile/PKGNAME error detection. [Reported by: Tadayuki OKADA <tadayuki@mediaone.net>] * Implement -y/--yield which yields root priledges where needed. * Implement -Y/--yield-command which specifies the command to yield root priledges. (default: sudo)
* - Add windowmaker as a secondary category;sobomax2001-05-313-1/+14
| | | | | | | - install documentation. PR: 27771 Submitted by: maintainer
* Update to portupgrade 1.29.knu2001-05-304-8/+10
| | | | | | | | | | | | | | portupgrade: - Fix a bug that -s/--sort didn't work. D'oh! - Make -u/--uninstall fail-safe. It backs up old installations with the help of pkg_tarup and restores on installation failure. - Show option errors more gracefully. - Die on signals more gracefully. portversion: - Show option errors more gracefully. - Die on signals more gracefully.
* New port: Window Maker dockapp that displays cpu load and a realtimelioux2001-05-307-0/+72
| | | | | | 3d object Submitted by: Patrick Li <pat@databits.net>
* - give maintainership to submitterlioux2001-05-305-44/+38
| | | | | | | | | - update port to version 1.18 - add NOPORTDOCS support to PLIST - be more minimalistic about patching, move some of the responsability to CONFIGURE_ARGS Submitted by: Patrick Li <pat@databits.net>
* Update to 1.28 which fixes a bug when a package does not have @pkgdepknu2001-05-304-6/+6
| | | | | | | | or +REQUIRED_BY. Reported by: Jimmy Olgeni <olgeni@uli.it> I'll debug harder next time. Sorry for this. :(
* Update to portupgrade 1.27.knu2001-05-306-98/+6
| | | | | Everything should now be fine while bug reports and thoughtful suggestions are always welcome.
* Apply a hotfix to fix a couple of bugs/misfeatures.knu2001-05-304-0/+92
|
* Update portupgrade to 1.26 and portversion to 1.4.knu2001-05-306-6/+8
| | | | | | | | | | | | | | | | | This is a milestone release for me. Enjoy. :> portupgrade changes: - Implement -s/--sort which sorts packages in the dependency order. - Implement -R/--upward-recursive, and get -r/--recursive working for upgrading as well. (Finally!) - Add -DBATCH to the make fetch' commandline to prevent ports from dumbly waiting for user input. Greatly inspired by: Jimmy Olgeni <olgeni@uli.it> (Thanks!!) portversion changes: - Make command output optimal by using portupgrade's -s option. - Report possible ports' Makefile breakage.
* Add xin 1.0.0, splits standard input and pipes into a command.dannyboy2001-05-286-0/+31
| | | | | PR: 27566 Submitted by: Mark Pulford <mark@kyne.com.au>
* upgrade to 1.1.5ijliao2001-05-275-117/+135
| | | | | PR: 27228 Submitted by: maintainer
* add userlistijliao2001-05-266-0/+33
| | | | | | | Prints a list of all usernames in /etc/passwd PR: 27207 Submitted by: Jamie Heckford <jamie@jamiesdomain.org.uk>
* Fix port to build with XFree86 4ijliao2001-05-261-1/+2
| | | | | | | | change maintainer PR: 26730 Submitted by: Anders Nordby <anders@fix.no> (new maintainer) No response from: old maintainer
* add maintijliao2001-05-266-0/+100
| | | | | | | System maintenance package written in Python and CSH PR: 27022 Submitted by: Dale Weber <netman@dynaplex.net>
* 1) Install leapsecs.dat (leapseconds support)lioux2001-05-256-7/+105
| | | | | | | | | | 2) Add PKGMESSAGE with additional FreeBSD specific installation information 3) Install sample startup script 4) Bump PORTREVISION due to (1) PR: 27617 Submitted by: Vivek Khera <khera@kciLink.com>
* I'm looking after these ports for Andreas for a while so I'vejoe2001-05-252-2/+2
| | | | | changed the MAINTAINER line to an email alias that directs mail to us both.
* Set the correct pathnames for the postgresql module in the defaultolgeni2001-05-231-2/+5
| | | | | | configuration file. Noticed by: mi
* Update to 1.8.roam2001-05-233-2/+14
| | | | Submitted by: fenner's distfile checking scripts
* upgrade to 0.2.0ijliao2001-05-232-2/+2
| | | | | PR: 27513 Submitted by: maintainer
* Updated modules: man, shell, mysqlolgeni2001-05-222-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * man A search that returns only one match will display a Location: line instead of going directly to the result. * shell On Solaris, the path is not set correctly for commands entered, causing those outside /usr/sbin:/usr/sbin not to be found. * mysql Clicking on a user, host, database, table or column privilege to edit it brings up the wrong record. For the full change log, see http://www.webmin.com/webmin/updates.html. I also removed the WITH_UPDATES option: updates are now installed by default. The updates filenames have a proper version and revision number, and when a new update comes out the port should no longer break because of sudden md5 changes. The WEBMIN_MODULES section now fits 80 columns.
* Move gnomecanvas dependency from x11/gnomecore toade2001-05-214-4/+4
| | | | | sysutils/gnomecontrolcenter. Wierd stuff[tm] was happening with the nightly build after the change that I missed.
* Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.will2001-05-2016-0/+281
| | | | | PR: 27308 Submitted by: Anders Nordby <anders@fix.no>
* Fix a rmdir line so it never fails.knu2001-05-182-2/+4
| | | | Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
* Update to 1.25.knu2001-05-184-6/+6
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-128-8/+8
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Upgrade to 1.4.vanilla2001-05-122-2/+2
| | | | | PR: ports/26826 Submitted by: maintainer
* Update to 0.5.1ade2001-05-112-3/+3
|
* Upgrade to latest version:vanilla2001-05-103-4/+4
| | | | | | | | | | | | | | | | | | | | | p5-Apache-MP3 => 2.16 p5-Convert-UUlib => 0.111 p5-Email-Find => 0.03 p5-GD => 1.33 p5-HTML-Parser => 3.24 p5-I18N-Charset => 1.08 p5-I18N-LangTags => 0.20 p5-MIME-Lite => 2.111 p5-Set-Scalar => 1.09 p5-Sort-ArbBiLex => 3.4 p5-URI => 1.12 p5-Unix-Syslog => 0.95 and change MAINTAINER to ports@FreeBSD.org: p5-Convert-UUlib p5-Unix-Syslog Approved by: maintainer
* Almost revert a change made in daemontools-0.70's supervise, whereroam2001-05-102-0/+25
| | | | | | | | | | | | | the one-second sleep between invocations was moved to after the actual invocation. This sleep could be interrupted by a SIGCHLD in the case of a failing service, and the service could be restarted way more than the documented once-per-second. Move the sleep back before the fork(), just don't sleep before the very first fork, so the service starts faster. Silence by: Daniel J. Bernstein (no telling if he'll fix this in later daemontools releases, so I guess we'll have to do it as part of our port..) Approved by: nbm (maintainer)
* Add port WMMemMon version 0.1.0: Mem/Swap monitoring dockapp forlioux2001-05-106-0/+44
| | | | | | WindowMaker Submitted by: Patrick Li <pat@databits.net>
* Upgradevanilla2001-05-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | p5-Apache-AuthTicket => 0.31 p5-Apache-AuthenCache => 0.04 p5-Business-CreditCard => 0.23 p5-CGI-Cache => 1.03 p5-Crypt-CipherSaber => 0.60 p5-Crypt-SSLeay => 0.25 p5-File-Cache => 0.16 p5-Filter => 1.23 p5-FreezeThaw => 0.41 p5-HTML-Stream => 1.49 p5-Mail-Audit => 1.10 p5-Mail-Box => 1.111 p5-Mail-IMAPClient => 2.1.2 p5-Mail-Sender => 0.7.08 p5-Math-FixedPrecision => 0.14 p5-Math-GMP => 1.07 p5-NNTPClient => 0.37 p5-Net-SSLeay => 1.07 p5-Proc-Background => 1.03 p5-Quota => 1.3.3 p5-Text-Template => 1.31 p5-WWW-Search => 2.19 p5-XML-RSS => 0.97 p5-chart => fix pkg-plist
* unquote executes a specified program after unquoting a specified listroam2001-05-086-0/+35
| | | | of arguments, allowing safe passing of shell metacharacters.
* Update port to 0.0.10jedgar2001-05-073-17/+2
| | | | Submitted by: Elliot L. Tobin <tobin@mail.eecis.udel.edu>
* Add tcl82 to BUILD_DEPENDS.clive2001-05-071-0/+1
| | | | Approved by: MAINTAINER
* New port, dirdiff, a graphical tool for displaying the differencesgrog2001-05-077-0/+145
| | | | | | | between directory trees and for merging changes from one tree into another. Obtained from: Paul Mackerras <paulus@samba.org>
* Backout the previous fix which wasn't actually needed..knu2001-05-071-3/+0
|
* Make it compile with Ruby 1.7 (make RUBY_VER=1.7).knu2001-05-071-0/+3
|
* Update to 0.8.1.sobomax2001-05-062-2/+2
|
* Update MASTER_SITESnakai2001-05-061-1/+1
| | | | | PR: i386/26780 Submitted by: A.G. Russell <arussell@djv.net>
* Update module: postgresql.olgeni2001-05-052-2/+4
| | | | | | | | | | | | | | | | | | From the change log: * The module reports the error "The PostgreSQL database on your system is version , but Webmin only supports versions 6.5 and above". This is often caused by the shared libraries needed by Postgres not being in Webmin's shared library path. See also http://www.webmin.com/webmin/updates.html for previous module changes. Also, a cosmetic change: be a bit more verbose when unpacking updated modules. PORTREVISION bump, but this will only affect people using the WITH_UPDATES option.
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeade2001-05-056-14/+59
| | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword.
* Various patches (mainly shared library revision changes) for thoseade2001-05-051-2/+1
| | | | ports that depend on GNOME and need to change for 1.4
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-0525-142/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54
* Update to version 1.3.obrien2001-05-054-50/+54
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Update to 4.56.obrien2001-05-042-4/+4
|
* Update to 4.55.2.obrien2001-05-032-3/+3
| | | | This version fixes a minor issue on 5-FreeBSD.
* Update to 1.0.p15mharo2001-05-012-2/+2
| | | | | PR: 26764 Submitted by: maintainer
* Point WWW: at the English page instead of the Japanese one.knu2001-05-011-1/+1
|
* Update to 4.55.1.obrien2001-05-012-4/+4
| | | | This version recognizes 4.3FreeBSD so the benign warning isn't given.
* Add pdumpfs, a daily backup system similar to Plan9's dumpfs.knu2001-04-306-0/+62
|
* Add a port for paicc (paint changed characters). This is an incrediblypeter2001-04-298-0/+87
| | | | | useful tool as it allows you to have arbitary command lines refreshed in a top-like fashion. eg: paicc -c 'date; uptime; vmstat -i'
* Stat::lsMode generates mode and permission strings that look likejoe2001-04-286-0/+39
| | | | | | | | | | the ones generated by the Unix ls -l command. For example, a regular file that is readable by everyone and writable only by its owner has the mode string -rw-r--r--. Stat::lsMode will either examine the file and produce the right mode string for you, or you can pass it the mode that you get back from Perl's stat call. PR: ports/26847
* Fix a bug that prevented updates to be installed.olgeni2001-04-281-2/+2
| | | | | | | | | | | | | | | | | | The line: for webmin_module in "${WEBMIN_MODULES}" must be rewritten as: for webmin_module in ${WEBMIN_MODULES} else the port will not unpack the update tarball. This is a very stupid bug by me. Pass the pointy hat :-( PORTREVISION bump: people using the WITH_UPDATES option should upgrade to this version of the port. People who do not use WITH_UPDATES and run the stock webmin release, or update it by hand, are unaffected by this patch.
* Update to 0.1.1.sobomax2001-04-282-4/+5
| | | | | PR: 26906 Submitted by: Soren Boll Overgaard <root@treebeard.tolkien.dk>
* Fix stupid mistake. It really did work here...dannyboy2001-04-281-1/+1
|
* Fix stupid mistake. I swear it worked here.dannyboy2001-04-281-2/+2
|
* Correct fennerage by chasing new MASTER_SITE. Since the new pathmph2001-04-271-1/+1
| | | | | includes "obsolete" we probably shouldn't expect many upgrades to this program...
* Fix typo in pkg-descr: instaled -> installedolgeni2001-04-271-1/+1
|
* Update modules: apache, squid, useradmin.olgeni2001-04-263-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | From the webmin updates page: * Apache Webserver: if Webmin is used in non-english language mode, "<Directory>" sections created using this module may be wrongly written out as something like "<Directorio>". * Squid Proxy Server: the cache_dir directive is not properly supported in squid 2.4. * Users and Groups: passwords for users created or modified from a batch file are not set correctly. (see also http://www.webmin.com/webmin/updates.html) While I'm here, check if a webmin configuration directory already exists at install time (post-install target): in this case, automatically run the webmin setup script (it will insert the proper Perl paths in the webmin scripts). Users who have multiple or different configuration directories will have to run the script manually, as before. PORTREVISION bump to advertise the new changes.
* Notate more detailed functionarity of this script.sada2001-04-251-1/+17
| | | | Approved by: maintainer
* Upgrade to version 1.1.2kevlo2001-04-242-2/+2
| | | | | PR: 26745 Submitted by: MAINTAINER
* - minor update of the script.sada2001-04-243-11/+45
| | | | | | | | - import script file into port skeleton. - change maintainer's mail address. PR: ports/26762 Submitted by: maintainer
* Stick distfiles in my local_distfiles, since maintainer is having troublefenner2001-04-232-4/+4
| | | | with his servers.
* Update port to version 1.4.11 (needs devel/libol 0.2.21)olgeni2001-04-206-4/+28
| | | | | PR: 26706 Submitted by: Vince Valenti <vince@blue-box.net>
* Make buildable on FreeBSD-current.sumikawa2001-04-202-4/+17
|
* Fix fatal error when printing error message(using device message).shige2001-04-201-3/+4
| | | | Submitted by: Kenneth Ingham <ingham@i-pi.com>
* Add wmcpuload 0.0.3a, an "lcd" dockapp for windowmaker, whichsobomax2001-04-196-0/+38
| | | | | | | displays the current cpuload. PR: 26687 Submitted by: Soeren Boll Overgaard <boll@tolkien.dk>
* Fix this port on -current.dannyboy2001-04-192-3/+11
|
* Fix this port for -current.dannyboy2001-04-192-2/+9
|
* Update to 1.23.knu2001-04-194-6/+6
| | | | | | - Add BSD-style license notice. - Show the revision on help (-h). - Do distclean before each fetch if -c is specified with -F.
* Update to 0.8.0.sobomax2001-04-194-10/+13
|
* Update to 1.20.knu2001-04-186-20/+10
| | | | | | | | | | | | | | | | | | | | | | 2001-04-18 03:36 knu * misc/zsh/_portupgrade: Add -F. 2001-04-18 03:35 knu * portupgrade: Add -F/--fetch option to make dial-up users happy. Submitted by: Jimmy Olgeni <olgeni@uli.it> (He suggested -e, but I prefered -F) Show what version a package is upgraded to to help a user decide whether to upgrade or not. Submitted by: Timothy Smith <tim@mysql.com> Resurrect portversion for what it's worth as a reference code. The problems that kept it from working has been addressed and will hopefully be fixed soon. :)
* Add bubblemon-dockapp 1.32, X eye candy for displaying CPU andwill2001-04-186-0/+40
| | | | | | | memory load in a dock. PR: 26615 Submitted by: Mark Pulford <mark@kyne.com.au>
* Add dim 1.0, a directory lister which sorts the file list in 2D.will2001-04-186-0/+35
| | | | | PR: 26533 Submitted by: Mark Pulford <mark@kyne.com.au>
* Add proper PERL_VER support.roam2001-04-171-3/+8
| | | | Submitted by: Anton Berezin <tobez@tobez.org>
* Update to 1.0.8.ume2001-04-174-4/+4
|
* Update to 1.3.roam2001-04-172-2/+2
| | | | | PR: 26419 Submitted by: maintainer
* Turn this over to ports@FreeBSD.org. I'm no longer using the GNOME bitsjim2001-04-171-1/+1
| | | | needed to test this.
* Adds couple of missing files for the manck port.wosch2001-04-161-0/+2
| | | | Submitted by: steve
* upgrade to 1.0.3ijliao2001-04-162-2/+2
|
* Upgrade to version 1.8kevlo2001-04-154-240/+3
| | | | | PR: 26575 Submitted by: MAINTAINER
* Mark this port as being only i386.steve2001-04-151-0/+2
| | | | | PR: 26588 Submitted by: maintainer
* Remove empty directories on uninstall.steve2001-04-152-2/+7
|
* Updated modules: bind8 and quota. Chase main tarball md5.olgeni2001-04-152-3/+5
| | | | | | | | | | | | | | From the updates page: * BIND DNS Server Reverse address records are not updated properly if the reverse zone has a "." at the end of its name in named.conf. Also, logging of some record additions is not done properly. * Disk Quotas On systems using the latest Linux quotas package (typically those with the 2.4 kernel), quotas cannot be edited or enabled for the first time. Submitted by: fenner's email
* * Build with compilers other than cc: egcs, ccc, ....obrien2001-04-141-3/+3
| | | | | | * Cosmetic: Remove useless subshell. Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Update to use bsd.kde.mkdemon2001-04-131-9/+1
|
* Update module: net (0.85-1).olgeni2001-04-112-4/+4
| | | | | | | See also http://www.webmin.com/webmin/updates.html. Updated modules now have a proper version number in the filename, and on the software's updates page.
* Fix typos.sobomax2001-04-112-3/+3
| | | | Submitted by: olgeni
* Update to Version 3.1 this includes several bugfixes:lkoeller2001-04-1112-147/+320
| | | | | | | | | o Fix compiler -Wall warnings o Calc etime correct for multi CPU machines o Show disk stats for "ad" disk devices, too o Count number of network in/out packets correctly o Get free swapspace only every 10 time intervals to limit CPU usage.
* Add filedupe 1.1, a utility for quickly finding duplicate files.will2001-04-118-0/+53
| | | | | PR: 26483 Submitted by: Mark Pulford <mark@kyne.com.au>
* Get rid of the mention of portversion in pkg-descr.knu2001-04-112-6/+0
|
* Say good-bye to portversion. Now we have new pkg_version(1) whichknu2001-04-114-4/+14
| | | | | | | does handle versions correctly. By the way, I'll have to find a workaround for the ruby's thread vs. libc_r (stdio/malloc) problem exposed by portversion... Hmm.
* Update to 0.7.1.sobomax2001-04-102-2/+2
|
* Fix.demon2001-04-103-84/+0
| | | | Obtained from: bento via will@
* Update to a newer version.eric2001-04-095-9/+21
| | | | Approved by: murray
* Add cpuburn 1.3, CPU/memory stress testing utilities.will2001-04-076-0/+55
| | | | | PR: 26270 Submitted by: Mark Pulford <mark@kyne.com.au>
* Add crashme 2.4, a tool to test an operating system's robustness.will2001-04-076-0/+42
| | | | | PR: 26268 Submitted by: Mark Pulford <mark@kyne.com.au>
* Add pyfind 0.7.0, a file-find utilty for Gnome loosely modeled after similarsobomax2001-04-057-0/+126
| | | | Windoze utilty.
* Use ${LOCALBASE} in pkg-message, not "/usr/local".olgeni2001-04-051-1/+1
|
* Update modules: net and apache.olgeni2001-04-052-1/+4
| | | | | | | | | | | From the webmin updates page: apache: Two virtual servers can be created with the same name and port. On systems that restrict which Webmin users can edit which virtual servers, this could be used to get around the restriction. net: Virtual network interfaces could not be setup properly on Solaris 8. (this should not affect FreeBSD users).
* Add dvdtapebrian2001-04-041-0/+1
|
* dvdtape - a utility for creating a DVD master on a DLT drivebrian2001-04-047-0/+68
|
* Overhaul QT/KDE support:will2001-04-0313-76/+19
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* New port: koncd.demon2001-04-038-0/+115
| | | | | | KOnCD is a program that allows you to master CDs with mkisofs and cdrecord programs. It can create multisession CD, bootable CD, supports blanking on CD-RW. It also copy CDs on-the-fly.
* Per the instructions of the software, cfengine is now dependent on BerkleyDB 3.mharo2001-04-0216-36/+116
| | | | | | | | | | | | | | | | In fact, the only thing (that I can tell anyway) that uses the DB functions is cfd. I'm guessing most people don't use it, especially since I haven't heard any complaints about it. Also, it was putting some of the docs in / (for some really strange reason). That should be fixed too. They are now put in {PREFIX}/share/doc/cfengine, depending on NOPORTSDOC (somewhat reverse logic than normal, but it made the amount of changes less). Finally, strip the binaries. PR: 26189 Submitted by: maintainer
* remove deprecated fetch options from FETCH_BEFORE_ARGSmharo2001-04-021-1/+0
|
* Add perf 1.5, a xview-based system monitoring tool.will2001-03-316-0/+34
| | | | | PR: 25631 Submitted by: Tobias Begalke <tobega@spyz.org>
* Add p5-LJ-TextMessage 1.2, a perl5 interface to send text messages towill2001-03-316-0/+29
| | | | | | | phones/pagers. PR: 26085 Submitted by: Michael Johnson <ahze@ahze.net>
* Add p5-LJ-Cache 1.0, a perl5 implementation of an LRU dictionary cache.will2001-03-316-0/+36
| | | | | PR: 26086 Submitted by: Michael Johnson <ahze@ahze.net>
* Remove old Makefile, the new improved tarball distribution has one.wes2001-03-301-4/+0
|
* Fix the no-login port, since I've moved the distribution ftp site.wes2001-03-303-21/+5
| | | | | | | | Also, take over maintainership, since I wrote it in the first place. I also took the time to write a Makefile for the program and to package the whole mess into a tarball to make it easier to fetch. Obtained from: Softweyr LLC
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-3012-12/+12
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Fix typo.demon2001-03-283-6/+6
|
* Fix build on machines with rpm installed.demon2001-03-283-0/+30
| | | | PR: 26167
* Update to version 1.1.1kevlo2001-03-284-5/+5
| | | | | PR: 26165 Submitted by: MAINTAINER
* Update port to version 0.85.olgeni2001-03-282-13/+9
| | | | | * Support symlinks in automatic plist generation * Support for empty WEBMIN_MODULES variable (no patches yet)
* change to my standard of using freebsd.org address.andreas2001-03-271-1/+1
|
* style: fix manpage section, 1 -> 8andreas2001-03-271-1/+1
|
* new port of Michael Smith's personality scriptandreas2001-03-268-0/+672
| | | | personality manages different system configurations
* Reword pkg-comment and pkg-descr to make it clearer. (README will beknu2001-03-244-10/+10
| | | | | | fixed in the next release) Submitted by: obrien
* Remove the "#" at the beginning of the BROKEN= line. *blush*alex2001-03-241-1/+1
| | | | Submitted by: jedgar
* o Fix $MASTER_SITES.kuriyama2001-03-231-0/+77
| | | | | | | | o Add WWW: line. o Add patch from OpenBSD. Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> PR: ports/25871
* Make this actually fetchable (and BROKEN for systems < 4.2-RELEASE).alex2001-03-232-5/+6
| | | | Submitted by: fenner's distfile survey
* Update to version 0.44.3jeh2001-03-2316-192/+190
| | | | | | | - Updaet gd dependancy - Added missing MAN8 - Merged pkg-plist.(doc|cgi) into pkg-plist - General cleanup
* I will MAINTAIN this port.jeh2001-03-232-2/+2
|
* Sigh. Reclaim these, primarily for GNOME 1.4ade2001-03-234-4/+4
|
* Someone don't like my style, so I drop maintainer now.vanilla2001-03-234-4/+4
|
* o Fix $MASTER_SITES.kuriyama2001-03-232-1/+4
| | | | | | | | o Add WWW: line. o Add patch from OpenBSD. Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> PR: ports/25871
* Upgrade to 0.2.kuriyama2001-03-235-40/+19
| | | | | Submitted by: Martin Kammerhofer <mkamm@gmx.net> (maintainer) PR: ports/25874
* Update MASTER_SITEjeh2001-03-231-4/+4
| | | | | | | portlint cleanups PR: 26014 Submitted by: Daniel Hemmerich <dan@BSDpro.com> MAINTAINER
* Update to 1.19.knu2001-03-234-6/+6
| | | | | | | | | | | | | | | | | | | | | | | 2001-03-23 04:08 knu * portupgrade: Change the timing of the invocation of the beforebuild command so that "portupgrade -B'cvs update' foo" works. Reported by: Ollivier Robert <roberto@eurocontrol.fr> 2001-03-23 04:06 knu * portversion: Fix the implication of a '*'. (portversion -v did nothing ;) Reported by: Tadayuki OKADA <tadayuki.okada@windriver.com> 2001-03-23 04:04 knu * pkgdb.rb: Skip packages with illegal names showing an informative message rather than dying of an error. Reported by: Ollivier Robert <roberto@eurocontrol.fr>
* Add Extipl, a partition-selectable boot loader/installer whichokazaki2001-03-226-0/+48
| | | | | | | makes coexistence of several operating systems on your machine. PR: 23904, 24251 Submitted by: KIMURA Takamichi <takamiti@tsden.org>
* Update portupgrade to 1.18. Now it comes with portversion, which isknu2001-03-228-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the Porter's Handbook compliant version of pkg_version with a little bit better performance and better usability. 2001-03-22 06:13 knu * README, portupgrade, misc/zsh/_portupgrade: Add a couple of new options: -A [command to run after each installation] -B [command to run before each build] 2001-03-22 05:49 knu * README, install.rb, portversion, misc/zsh/_portversion: Add portversion. 2001-03-22 05:43 knu * portupgrade: Use make(1) arguments specified with -m for "make -V PKGNAME" too. Ignore the difference of the name parts when it compares the package versions. 2001-03-22 05:36 knu * misc/zsh/_portupgrade: Add a missing closing bracket.
* Update to 1.16.knu2001-03-214-6/+6
| | | | | | | | - Use Dir.entries(dir).each instead of Dir.glob(dir) so it does not hit the just installed packages. - Add -p option. [make package as well when each port is installed] (Requested by: Ollivier Robert <roberto@eurocontrol.fr>) - Sort options in alphabetical order.
* The samefile program finds files with identical contents (independent ofdinoex2001-03-216-0/+43
| | | | | | | | | | | | | | | file name). Typical usage would be find / -print | samefile turning up megabytes of wasted disk space due to duplicates. Try it, you'll be baffled. Jens Schweikhardt samefile@schweikhardt.net PR: 25857 Submitted by: schweikh@schweikhardt.net
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-211-1/+1
|
* Remove me as maintainer of this port.bp2001-03-212-2/+2
|
* Fix a bug when the origin of a package is unknown.knu2001-03-184-8/+10
| | | | Submitted by: Leif Neland <leifn@neland.dk>
* Wrong port name was in the header lines in Makefile; corrected.dburr2001-03-181-1/+1
|
* D'oh, the checksum was not the correct one's. Sorry.knu2001-03-182-2/+2
|
* Add port sysutils/mgeupsd, a daemon to monitor MGE Pulsar brand UPS's.dburr2001-03-1811-0/+164
|
* Add portupgrade, a tool to upgrade installed packages with ports.knu2001-03-1811-0/+139
| | | | | | | | | | | | | | It upgrades ports without reinstalling dependent packages by directly modifying the package info recorded in the files under /var/db/pkg. e.g. portupgrade gtk portupgrade -cC gnome\* It currently has many design flaws (to me at least) but I am releasing this because it's functionally stable enough to use. (I believe.. ;) Use with care, at your own risk.
* add stowESijliao2001-03-178-0/+73
| | | | stow Enhancement Script
* Include the previous patch-aajeh2001-03-173-14/+2
| | | | | Upgrade to 0.6.5. - Allow -B to use Vbat on W83782D chips for Vcore1 (Abit BP-6) M/B
* Stop supporting xperfmon v2.0 for 5.X systems.lkoeller2001-03-171-1/+7
| | | | | | | The successor is xperfmon3 in the ports collection, which is further maintaned and improved by myself. Submitted by: Automated ports building system.
* Add cvsweb-converters 0.1,kuriyama2001-03-158-0/+106
| | | | | | | | create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs. PR: 25533 Submitted by: Martin Kammerhofer <mkamm@gmx.net>
* Use "USE_GTK" & "USE_GNOME" forever.vanilla2001-03-151-3/+1
|
* - Update to 1.0.7.ume2001-03-158-6/+182
| | | | | - Enable language catalog. - Master site is being down. So, temporary master site is added.
* Add WWW line.demon2001-03-131-0/+2
|
* New port: gupsc.demon2001-03-136-0/+48
| | | | A free Gnome client for the Network UPS Tools
* o USE_IMLIB.sf2001-03-131-4/+3
| | | | | | | o change maintainer's e-mail address. PR: 25683 Submitted by: maintainer
* o add extra dependency to imlib.sf2001-03-132-1/+12
| | | | | | | o add extra symlinks. PR: 25705 Submitted by: maintainer
* Fix mtree problemkevlo2001-03-122-4/+3
| | | | | PR: 25706 Submitted by: MAINTAINER
* Add mksunbootcd 1.0, a program to make ISO images suitible to boot onwill2001-03-116-0/+37
| | | | | | | sparc systems. PR: 24086 Submitted by: Roman Shterenzon <roman@xpert.com>
* Remove obsoleted URL from MASTER_SITES.okazaki2001-03-101-4/+8
| | | | Mark BROKEN for ${OSVERSION} >= 300000, since mei does not support CAM.
* Fix bogus use of WRKDIRPREFIX.will2001-03-101-1/+1
| | | | | Noted by: dinoex Reviewed by: MAINTAINER
* Fix plistkris2001-03-101-0/+2
|
* Update MASTER_SITE and WWWkris2001-03-102-2/+2
| | | | Submitted by: bento
* update to 1.1.sf2001-03-095-8/+13
| | | | | PR: 25628 Submitted by: maintainer
* Upgrade to version 0.1.42grog2001-03-092-2/+2
| | | | | PR: ports/25624 Submitted by: Maintainer
* Do not use IGNOREFILES.olgeni2001-03-052-6/+5
| | | | | | | | | | | | | | I'm removing IGNOREFILES because I cannot get a clue about which files are updated on the webmin site. For example, if any module is updated twice, it will be listed only once on the site's updates page. The port will always work because the file's md5 is ignored, but I don't know when I should bump PORTREVISION. Since the default behavior of the port is to install the official version without updates, I prefer to have a md5 mismatch every now and then, so that PORTREVISION can be bumped and webmin users know when they _actually_ have to upgrade the port. No user visible changes, so no PORTREVISION bump.
* Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-053-3/+3
| | | | for libgnugetopt's getopt.h). Not tested, but should work.
* New port: kdeadmin.demon2001-03-0522-0/+802
| | | | | A collection of applications related to system administration, such as crontab editor, master.passwd editor, package manager, etc.
* release a new version of ffsrecov upon the world...jmg2001-03-052-4/+3
| | | | | | | | | | | | significant improvements include telling you where it thinks the file system starts when scanning for superblocks... support to compile (untested) under Solaris, support for reading from raw devices, support for non-mmap'able files (which also means you can use it on >2gig file systems under x86)... arbitrary file system start possitions (you can use da0c to access filesystems that don't begin a block 0), print out and validity checking of arbitrary superblocks (no longer just the primary superblock)... and possibly more...
* Add installwatch 0.5.6, a file creation/modification logger.dannyboy2001-03-057-0/+73
| | | | | PR: 25504 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* The "dfsadmin-file" (Solaris specific) has been updated, together with theolgeni2001-03-042-2/+4
| | | | "file" module.
* Don't broke the index if kernel sources are not installed.sobomax2001-03-031-1/+1
| | | | Submitted by: John Reynolds <jjreynold@home.com>
* Heuristically determine if the kernel sources contain knob requiredsobomax2001-03-031-5/+6
| | | | | | to load this module. This allows using it on very recent 4.2-STABLE. Prompted by: bmah
* add fcron, a periodical command schedulerijliao2001-03-026-0/+63
|
* New port: rmonitor (monitor a couple of FreeBSD systems)clive2001-03-016-0/+31
| | | | | PR: ports/25475 Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de>
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-017-15/+2
|
* Support FreeBSD's apmtaoka2001-03-011-0/+19
| | | | | | | (I dropted the support in version updating) Submitted by: "Ralf S. Engelschall" <rse@engelschall.com> Obtained from: a direct mail
* More info in pkg-message.olgeni2001-02-281-2/+5
| | | | | | Tell the users that they must run setup.sh after every webmin upgrade: part of the setup procedure will insert the correct perl paths in the webmin script, and webmin will not start without these settings.
* Add p5-Filesys-DiskSpace 0.05, the perl equivalent of statfs(2).will2001-02-286-0/+40
| | | | | PR: 25365 Submitted by: Anton Berezin <tobez@tobez.org>
* The default isc-dhcpd configuration lives in /usr/local/etc/, not /etc/.olgeni2001-02-281-0/+5
|
* Bump PORTREVISION to reflect addition of patch-aj.dirk2001-02-282-0/+2
| | | | Reminded by: Mike Meyer <mwm@mired.org>
* Don't use IS_INTERACTIVE, be "make package" friendly.olgeni2001-02-282-2/+9
| | | | | | | This change allows webmin to be installed/upgraded using binary packages only. A new pkg-message file will tell the user what to do to configure webmin for the first time. The procedure is the same after both "make install" and "pkg_add".
* Fix for repeated "make install/deinstall" (development only).olgeni2001-02-282-2/+3
| | | | | | | | | Don't ${MV} /tmp/webmin.sh to ${PREFIX}/etc/rc.d: create it in ${WRKDIR} instead, and use ${CP}. If you move webmin.sh, you can't make install/deinstall/install: the last install will fail because of the missing file. No user visible changes, but speeds up testing.
* Add WITH_UPDATES install option.olgeni2001-02-281-1/+5
| | | | | | | | | | | | | | | When the webmin version changes on the master site, patches for previous versions may be removed (they are not stored in a version dependent subdirectory). This means that the port of version A will break as soon as version B is released, because the required updates disappear. If the updates are optional, webmin users still get a chance to install the port without updating their ports collection. It is also easier to support users because, by default, they will run the same "official" version of webmin. PORTREVISION bump: if you reinstall without WITH_UPDATES you will get an unpatched version of webmin.
* Provide sensible defaults for the postgresql module (correct username forolgeni2001-02-281-0/+9
| | | | | | | | | | | login, correct paths). No PORTREVISION bump: if webmin has already been installed then the postgresql module must be reconfigured by hand. These changes are provided as perl regexes in the Makefile, because we only want to change specific settings that could be shuffled in the next versions of webmin (the same holds true for the postfix module).
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-02-279-132/+225
| | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
* Upgrade to version 1.3.1kevlo2001-02-262-2/+2
|
* Minor tweaks to the post-install target and wording changes in pkg-descr.steve2001-02-263-4/+26
| | | | | PR: 24565 Submitted by: maintainer
* Update to version 0.6b.steve2001-02-262-2/+2
| | | | | PR: 24337 Submitted by: Adam McDougall <bsdx@looksharp.net>
* Forgot to bump PORTREVISION with previous commit.steve2001-02-261-0/+1
| | | | Reminded by: kris
* Don't use the Config script since the correct values are already patchedsteve2001-02-261-6/+0
| | | | | | | | into the Makefile. PR: 21558 Submitted by: Barry Irwin <bvi@rucus.ru.ac.za> Reviewed by: maintainer
* Update to version 0.83.steve2001-02-263-3/+59
| | | | | PR: 21401 Submitted by: Park JongHwan <jhp@freebsd.hanirc.org>
* Add a patch for the old and new __dtoa().dirk2001-02-265-0/+210
| | | | | Submitted by: tegge PR: ports/25286
* - Update to version 1.6.3kevlo2001-02-258-12/+12
| | | | | | | - Take over maintainership PR: 25316 Submitted by: Gordon Tetlow <gordont@bluemtn.net>
* Update MASTER_SITES: drop ~roam/ from the URL.roam2001-02-232-1/+2
|