summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-05-28Add USE_LANGUAGES= objcrh2-2/+4
2006-05-27Mention how to enable rpcbind(8); may avoid confusion.jmmv1-2/+3
2006-05-27get default OSS sound device from oss.buildlink3.mk, so that "cdda2wav -e"drochner3-3/+17
just works bump PKGREVISION
2006-05-26Remove explicit GNU tar dependency. It is an unnecessary alternativejoerg5-10/+9
and the tools framework already does the right thing. Bump revisions.
2006-05-25Update krusader to 1.70.0markd4-141/+157
Changes 1.70: New zip/tar slave supports writing to archive. A Safari-like Jump-Back feature. Quick Navigation. Checksum creation/verification supports md5, sha1, sha256, tiger, and whirlpool. Editor/viewer is now tabbed. Column types can be changed and saved individually. Synchronizer is now in color. Calculates space in archives and remote FS. Improved performance when reading directories with many files. Preserves date for local targets on copy / move. Changes 1.60: Many changes and bug fixes.
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+1
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-22USE_LANGUAGES=c++wiz1-1/+2
2006-05-21Regen symmetrically for GNU patch (found in irix bulk build).wiz2-12/+14
2006-05-21Sorted.rillig1-2/+2
2006-05-20Add and enable vxargs.jmmv1-1/+2
2006-05-20Initial import of vxargs, version 0.3.3:jmmv4-0/+48
vxargs is an utility inspired in xargs and pssh. It provides a parallel versions of any arbitrary command, including ssh, rsync, scp, wget or curl, just to mention a few. It is specially useful to control a large set of machines in a wide-area network. For example, it can be used on PlanetLab to control hundreds of machines spread around the world. Its main features are: * Parallelism: Runs many jobs at the same time. * Flexibility: Runs arbitrary commands with arbitrary options. * Visualization: Monitors the total/per job progress in a curses-based UI. * Redirection: The standard and error outputs of each individual job are redirected to local files for further analysis.
2006-05-19Synchronized the Makefiles with the filesystem.rillig1-2/+1
2006-05-19Fix patch checksums broken by previous commit.jlam1-2/+2
2006-05-19* Pull in some changes discussed on the Webmin mailing list to allowjlam14-12/+89
running an individual module's uninstall action * Add an DEINSTALL_TEMPLATE file that is pulled in by all wbm-* modules that will run the module's uninstall action at DEINSTALL time. * Fix the "time" module to ignore "sched_mode" -- verified by Jamie Cameron on the Webmin mailing list as a bug. * Fix the "postfix" module to remove its temp files at DEINSTALL time so that we cleanly pkg_delete. Bump the PKGREVISION of sysutils/webmin as well as all sysutils/wbm-* packages that have uninstall.pl scripts.
2006-05-19Fix errno usage.joerg3-1/+36
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz5-5/+15
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18Remove BROKEN_IN, this builds in current 3.0 bulk builds.wiz3-9/+3
2006-05-18Add rc.d scriptgavan3-2/+29
2006-05-16Rename spoof option to syslogng-spoofadrianp1-3/+5
Use PKG_OPTIONS_LEGACY_OPTS to transition.
2006-05-16dd and enable the wbm-* Webmin modules.jlam1-1/+16
2006-05-16Initial import of wbm-qmailadmin-1.270 as sysutils/wbm-qmailadmin.jlam4-0/+117
This is the standard "qmailadmin" Webmin module to configure the QMail mail server, a simpler alternative to Sendmail.
2006-05-16Initial import of wbm-passwd-1.270 as sysutils/wbm-passwd.jlam4-0/+83
This is the standard "passwd" Webmin module to change the password of any user on the system.
2006-05-16Initial import of wbm-openslp-1.270 as sysutils/wbm-openslp.jlam4-0/+75
This is the standard "openslp" Webmin module to configure the service location protocol server.
2006-05-16Initial import of wbm-htaccess-htpasswd-1.270 as sysutils/wbm-htaccess-htpasswd.jlam4-0/+66
This is the standard "htaccess-htpasswd" Webmin module to create .htaccess and htpasswd files to protect web-acessible directories.
2006-05-16Initial import of wbm-fetchmail-1.270 as sysutils/wbm-fetchmail.jlam4-0/+92
This is the standard "fetchmail" Webmin module to configure the popular fetchmail program for automatically retrieving mail from other servers.
2006-05-16Initial import of wbm-dovecot-1.270 as sysutils/wbm-dovecot.jlam4-0/+68
This is the standard "dovecot" Webmin module to configure the Dovecot IMAP and POP3 mail retrieval server.
2006-05-16Initial import of wbm-custom-1.270 as sysutils/wbm-custom.jlam4-0/+246
This is the standard "custom" Webmin module to create buttons to execute commonly used commands or edit files on your system.
2006-05-16Initial import of wbm-cluster-webmin-1.270 as sysutils/wbm-cluster-webmin.jlam4-0/+75
This is the standard "cluster-webmin" Webmin module to install and manage modules, themes, users, groups and access control settings across multiple Webmin servers.
2006-05-16Initial import of wbm-cluster-useradmin-1.270 as sysutils/wbm-cluster-useradmin.jlam4-0/+71
This is the standard "cluster-useradmin" Webmin module to create, update and delete users and groups across multiple servers. Unlike NIS, each server has its own passwd and group files which are remotely updated by this module.
2006-05-16Initial import of wbm-cluster-shell-1.270 as sysutils/wbm-cluster-shell.jlam4-0/+43
This is the standard "cluster-shell" Webmin module to run commands on multiple servers at once.
2006-05-16Initial import of wbm-cluster-passwd-1.270 as sysutils/wbm-cluster-passwd.jlam4-0/+56
This is the standard "cluster-passwd" Webmin module to change passwords on multiple systems in a Webmin cluster at once.
2006-05-16Initial import of wbm-cluster-cron-1.270 as sysutils/wbm-cluster-cron.jlam4-0/+48
This is the standard "cluster-cron" Webmin module to create scheduled Cron jobs that run on multiple servers simultaneously.
2006-05-16Initial import of wbm-cluster-copy-1.270 as sysutils/wbm-cluster-copy.jlam4-0/+51
This is the standard "cluster-copy" Webmin module to schedule the transfer of files from this server to multiple servers in a Webmin cluster.
2006-05-16Initial import of wbm-at-1.270 as sysutils/wbm-at.jlam4-0/+107
This is the standard "at" Webmin module to schedule the execution of one-off commands or scripts.
2006-05-16Initial import of wbm-apache-1.270 as sysutils/wbm-apache.jlam4-0/+281
This is the standard "apache" Webmin module to configure almost all Apache directives and features.
2006-05-16Add a MESSAGE noting the default port, username and password for a pkgsrcjlam2-1/+23
Webmin installtion. Bump the PKGREVISION to 1.
2006-05-16Add and enable wbm-change-user.jlam1-1/+2
2006-05-16Initial import of wbm-change-user-1.270 as sysutils/wbm-change-user.jlam4-0/+53
This is the standard "change-user" Webmin module to allow the current Webmin user to change his language, theme and possibly password.
2006-05-16Set the WBMNAME as it differs from DISTNAME.jlam1-1/+2
2006-05-16Set the default WRKSRC to match the Webmin defaults.jlam1-1/+3
2006-05-16Add and enable wbm-cyrus-imapd.jlam1-1/+2
2006-05-16Initial import of wbm-cyrus-imapd-1.4.3 as sysutils/wbm-cyrus-imapd.jlam4-0/+104
This is the Webmin module to administer a Cyrus IMAP server and supports the following features: * Start/stop the Cyrus server; * Activates/deactivates services (imap, imaps, pop3, sieve etc.); * Configures the main IMAP parameters; * Manage IMAP partitions; * Creates and deletes mailboxes and folders; * Copies a mailbox to another, renames and moves mailboxes and subfolders; * Sets default quota for new mailboxes; * Edit and remove quotas on mailboxes; * Displays the size, the quota and the number of messages for each mailbox or folder; * Assigns and removes permissions (ACLs) for any user; * Reconstruct the mailboxes DB; * Optionally synchronizes the creation and deletion of mailboxes with the system account management in the appropriate standard module of Webmin; * Accepts international characters (UTF-8) in mailbox names; * Automatically checks for updates
2006-05-16Add and enable new wbm-* modules.jlam1-1/+19
2006-05-16Initial import of wbm-useradmin-1.270 as sysutils/wbm-useradmin.jlam4-0/+517
This is the standard "useradmin" Webmin module to create and edit Unix users and groups from the /etc/passwd and /etc/group files.
2006-05-16Initial import of wbm-tunnel-1.270 as sysutils/wbm-tunnel.jlam4-0/+45
This is the standard "tunnel" Webmin module to connect to another HTTP server via a tunnel through the Webmin server.
2006-05-16Initial import of wbm-time-1.270 as sysutils/wbm-time.jlam5-0/+158
This is the standard "time" Webmin module to set the system and hardware time either manually or from a time server.
2006-05-16Initial import of wbm-telnet-1.270 as sysutils/wbm-telnet.jlam4-0/+84
This is the standard "telnet" Webmin module to login to your system with telnet or SSH.
2006-05-16Initial import of wbm-syslog-1.270 as sysutils/wbm-syslog.jlam4-0/+107
This is the standard "syslog" Webmin module to configure the syslog server on your system and view its log files.
2006-05-16Initial import of wbm-status-1.270 as sysutils/wbm-status.jlam4-0/+156
This is the standard "status" Webmin module to view the status of services on your system and on remote systems.
2006-05-16Initial import of wbm-sshd-1.270 as sysutils/wbm-sshd.jlam4-0/+150
This is the standard "sshd" Webmin module to setup the SSH server for remote secure logins.