Index: head/security/ccrypt/pkg-descr =================================================================== --- head/security/ccrypt/pkg-descr (revision 397462) +++ head/security/ccrypt/pkg-descr (revision 397463) @@ -1,22 +1,22 @@ ccrypt is a utility for encrypting and decrypting files and streams. It was -designed to replace the standard unix crypt utility, which is notorious for +designed to replace the standard Unix crypt utility, which is notorious for using a very weak encryption algorithm. ccrypt is based on the Rijndael cipher, which is the U.S. government's chosen candidate for the Advanced Encryption Standard (AES, see http://www.nist.gov/aes/). This cipher is believed to provide very strong security. -Unlike unix crypt, the algorithm provided by ccrypt is not symmetric, i.e., +Unlike Unix crypt, the algorithm provided by ccrypt is not symmetric, i.e., one must specify whether to encrypt or decrypt. The most common way to invoke ccrypt is via the commands ccencrypt and ccdecrypt. There is also a ccat command for decrypting a file directly to the terminal, thus reducing the likelihood of leaving temporary plaintext files around. In addition, there -is a compatibility mode for decrypting legacy unix crypt files. +is a compatibility mode for decrypting legacy Unix crypt files. Encryption and decryption depends on a keyword (or key phrase) supplied by the user. By default, the user is prompted to enter a keyword from the terminal. Keywords can consist of any number of characters, and all characters are significant (although ccrypt internally hashes the key to 256 bits). Longer keywords provide better security than short ones, since they are less likely to be discovered by exhaustive search. WWW: http://ccrypt.sourceforge.net/ Index: head/security/ccsrch/pkg-descr =================================================================== --- head/security/ccsrch/pkg-descr (revision 397462) +++ head/security/ccsrch/pkg-descr (revision 397463) @@ -1,6 +1,6 @@ ccsrch is a tool that searches for and identifies unencrypted and -contiguous credit card numbers (PAN) and track data on windows and +contiguous credit card numbers (PAN) and track data on Windows and UNIX operating systems. It will also identify the location of the PAN data in the files and record MAC times. WWW: http://ccsrch.sourceforge.net/ Index: head/security/cfv/pkg-descr =================================================================== --- head/security/cfv/pkg-descr (revision 397462) +++ head/security/cfv/pkg-descr (revision 397463) @@ -1,15 +1,15 @@ cfv is a utility to both test and create .sfv, .csv and md5sum files. These files are commonly used to ensure the correct retrieval or storage of data. Features: - - supports .sfv, .csv(2, 3, and 4 field variants), md5sum, bsd md5 + - supports .sfv, .csv(2, 3, and 4 field variants), md5sum, BSD md5 sha1sum, .torrent and (test-only) .par, .par2 file formats - automatic checksum file naming ability in create mode - recursive operation - show unverified files option - ignore case and fix path separator options for cross platform use - transparent gzip support for checksum files - configurable renaming of bad files (with testing against previous bad files, to save only unique differing copies) WWW: http://cfv.sourceforge.net/ Index: head/security/fakebo/pkg-descr =================================================================== --- head/security/fakebo/pkg-descr (revision 397462) +++ head/security/fakebo/pkg-descr (revision 397463) @@ -1,7 +1,7 @@ FakeBO emulates a BackOrifice client (a trojan which can be used to covertly monitor and alter Windows machines remotely), and can log attempted commands and packets, as well as providing configurable responses. Useful for catching script kiddies trying to find a hackable -windows box, for providing evidence to their sysadmin, etc. +Windows box, for providing evidence to their sysadmin, etc. WWW: http://sourceforge.net/projects/fakebo/ Index: head/security/fwknop/pkg-descr =================================================================== --- head/security/fwknop/pkg-descr (revision 397462) +++ head/security/fwknop/pkg-descr (revision 397463) @@ -1,3 +1,3 @@ -fwknop,"FireWall KNock OPerator", implements Single Packet Authorization (SPA). +fwknop, "FireWall KNock OPerator", implements Single Packet Authorization (SPA). WWW: http://www.cipherdyne.org/fwknop/ Index: head/security/openct/pkg-descr =================================================================== --- head/security/openct/pkg-descr (revision 397462) +++ head/security/openct/pkg-descr (revision 397463) @@ -1,10 +1,10 @@ OpenCT is a middleware framework for smart card terminals. OpenCT implements drivers for several smart card readers. It comes as driver in ifdhandler format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card -readers to remote machines via tcp/ip. +readers to remote machines via TCP/IP. WWW: https://github.com/OpenSC/openct Index: head/security/p5-Crypt-xDBM_File/pkg-descr =================================================================== --- head/security/p5-Crypt-xDBM_File/pkg-descr (revision 397462) +++ head/security/p5-Crypt-xDBM_File/pkg-descr (revision 397463) @@ -1,16 +1,16 @@ -Crypt::xDBM_File encrypts/decrypts the data in a gdbm,ndbm,sdbm (and +Crypt::xDBM_File encrypts/decrypts the data in a gdbm, ndbm, sdbm (and maybe even berkeleyDB, but I didn't test that) file. It gets tied to a hash and you just access the hash like normal. The crypt function can be any of the CPAN modules that use encrypt, decrypt, keysize, blocksize (so Crypt::IDEA, Crypt::DES, Crypt::Blowfish, ... should all work) ***IMPORTANT*** Encryption keys (the key you pass in on the tie line) will be padded or truncated to fit the keysize(). Data (the key/values of the hash) is padded to fill complete blocks of blocksize(). The padding is stripped before being returned to the user so you shouldn't need to worry about it (except truncated keys). Read the doc that comes with crypt function to get an idea of what these sizes are. If keysize or blocksize returns a zero the default is set to 8 bytes (64 bits). WWW: http://search.cpan.org/dist/Crypt-xDBM_File/ Index: head/security/pecl-crack/pkg-descr =================================================================== --- head/security/pecl-crack/pkg-descr (revision 397462) +++ head/security/pecl-crack/pkg-descr (revision 397463) @@ -1,20 +1,20 @@ This package provides an interface to the cracklib (libcrack) libraries that -come standard on most unix-like distributions. This allows you to check +come standard on most Unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security. From the cracklib README CrackLib makes literally hundreds of tests to determine whether you've chosen a bad password. * It tries to generate words from your username and gecos entry to tries to match them against what you've chosen. * It checks for simplistic patterns. * It then tries to reverse-engineer your password into a dictionary word, and searches for it in your dictionary. - after all that, it's PROBABLY a safe(-ish) password. 8-) WWW: http://pecl.php.net/package/crack Index: head/security/please/pkg-descr =================================================================== --- head/security/please/pkg-descr (revision 397462) +++ head/security/please/pkg-descr (revision 397463) @@ -1,8 +1,8 @@ Please aims to be little sudo without bells and whistles. Only pam authentication and executing command. -Name please fits into unix naming conventions. Where we have daemon instead of +Name please fits into Unix naming conventions. Where we have daemon instead of background process. We are killing processes, not closing processes. Now we can please to run privileged process. WWW: https://github.com/MagikBSD/please Index: head/security/ppars/pkg-descr =================================================================== --- head/security/ppars/pkg-descr (revision 397462) +++ head/security/ppars/pkg-descr (revision 397463) @@ -1,24 +1,24 @@ Welcome to the Proactive Abuse Reporting System. In an effort to be proactive in doing my part to stop the massive quantities of internet traffic probing for open ports or more -specifically the probing for known ports that ms/windows spy ware, -Trojans, and what ever other ms/windows ports are commonly probed +specifically the probing for known ports that Windows spy ware, +Trojans, and what ever other Windows ports are commonly probed which result in increasing my bandwidth usage changes, I wrote this perl application for reporting that abuse to the senders ISP, with the hopes they will monitor the abuser and terminate the abuser's internet account and or take legal action. Script is installed into /usr/local/sbin where you can edit the defaults to meet your requirements. Issue rehash command to enable. Run abuse.Reporting.system.pl script for complete overview description of system. 6/1/2004 Author: Joe Barbish, I bequeath these perl scripts to public domain. It can be copied and distributed for free by anyone to anyone by any manner. WWW: http://www.dshield.org/linux_clients.php#freebsd Joe Barbish fbsd_user@a1poweruser.com Index: head/security/qtkeychain-qt5/pkg-descr =================================================================== --- head/security/qtkeychain-qt5/pkg-descr (revision 397462) +++ head/security/qtkeychain-qt5/pkg-descr (revision 397463) @@ -1,7 +1,7 @@ -QtKeychain is a Qt API to store passwords and other secret data securely.How +QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform. For Linux/Unix, KWallet (via D-Bus) is used. Support for the GNOME Keyring via freedesktop.org's Secret Storage D-Bus specification is planned but not yet implemented. WWW: https://github.com/frankosterfeld/qtkeychain Index: head/security/slush/pkg-descr =================================================================== --- head/security/slush/pkg-descr (revision 397462) +++ head/security/slush/pkg-descr (revision 397463) @@ -1,7 +1,7 @@ -slush SSL remote shell +slush - SSL remote shell slush is a simple telnet-like application which communicates over a secure SSL channel. It uses X509 certificates for authentication and -can be compiled with tcp wrappers support (service name "slushd"). +can be compiled with TCP wrappers support (service name "slushd"). slush is *alpha* software. Use it at your own risk. Index: head/security/smurflog/pkg-descr =================================================================== --- head/security/smurflog/pkg-descr (revision 397462) +++ head/security/smurflog/pkg-descr (revision 397463) @@ -1,5 +1,6 @@ This program is designed to log smurf attacks and the broadcasts used. - Essentially it is just an icmp echo reply logger with the following twists: + Essentially it is just an ICMP echo reply logger with the following twists: + - Logging only begins after passing a certain threshold rate of packets/sec and kilobytes/sec. This prevents the logging of innocent ping replies. - Only the /24 is logged, and it is only logged once per attack. Index: head/security/sniff/pkg-descr =================================================================== --- head/security/sniff/pkg-descr (revision 397462) +++ head/security/sniff/pkg-descr (revision 397463) @@ -1,3 +1,3 @@ This program filters the tcpump raw packet data looking for logins and -passwords on the most commonly used tcp ports (ftp telnet pop3 ...). -It dumps sniffed data to a file named sniff.log +passwords on the most commonly used TCP ports (FTP, telnet, POP3 ...). +It dumps sniffed data to a file named sniff.log. Index: head/security/ssss/pkg-descr =================================================================== --- head/security/ssss/pkg-descr (revision 397462) +++ head/security/ssss/pkg-descr (revision 397463) @@ -1,9 +1,9 @@ ssss is an implementation of Shamir's secret sharing scheme for -UNIX/linux machines. It is free software, the code is licensed under +UNIX/Linux machines. It is free software, the code is licensed under the GNU GPL. ssss does both: the generation of shares for a known secret and the reconstruction of a secret using user provided shares. The software was written in 2006 by B. Poettering, it links against the GNU libgmp multiprecision library (version 4.1.4 works well) and requires the /dev/random entropy source. WWW: http://point-at-infinity.org/ssss/ Index: head/security/stegdetect/pkg-descr =================================================================== --- head/security/stegdetect/pkg-descr (revision 397462) +++ head/security/stegdetect/pkg-descr (revision 397463) @@ -1,13 +1,13 @@ Stegdetect is an automated tool for detecting steganographic content in images. It is capable of detecting several different steganographic methods to embed hidden information in JPEG images. Currently, the detectable schemes are: * jsteg - * jphide (unix and windows) + * jphide (Unix and Windows) * invisible secrets * outguess 01.3b * F5 * appendX and camouflage WWW: http://www.outguess.org/detection.php Index: head/security/strobe/pkg-descr =================================================================== --- head/security/strobe/pkg-descr (revision 397462) +++ head/security/strobe/pkg-descr (revision 397463) @@ -1,10 +1,10 @@ strobe is a network/security tool that locates and -describes all listening tcp ports on a (remote) host or on +describes all listening TCP ports on a (remote) host or on many hosts in a bandwidth utilisation maximising, and pro- cess resource minimizing manner. strobe approximates a parallel finite state machine inter- nally. In non-linear multi-host mode it attempts to appor- tion bandwidth and sockets amoung the hosts very effi- ciently. This can reap appreciable gains in speed for multiple distinct hosts/routes. Index: head/shells/sash/pkg-descr =================================================================== --- head/shells/sash/pkg-descr (revision 397462) +++ head/shells/sash/pkg-descr (revision 397463) @@ -1,14 +1,14 @@ SASH (Stand-Alone SHell) It is a nice combination of bare-bones shell and a dozen -or so most useful unix commands. +or so most useful Unix commands. Shell includes: echo pwd cd mkdir mknod rmdir sync rm chmod chown chgrp touch mv ln cp cmp more exit setenv printenv umask kill where Commands include: dd ed grep gzip ls tar file find mount chattr SASH is a port from Linux version (David Bell) by Andrzej Bialecki WWW: http://members.tip.net.au/~dbell/ Index: head/sysutils/adtool/pkg-descr =================================================================== --- head/sysutils/adtool/pkg-descr (revision 397462) +++ head/sysutils/adtool/pkg-descr (revision 397463) @@ -1,5 +1,5 @@ -adtool is a unix command line utility for Active Directory administration. +adtool is a Unix command line utility for Active Directory administration. Features include user and group creation, deletion, modification, password setting and directory query and search capabilities. WWW: http://gp2x.org/adtool/ Index: head/sysutils/cdargs/pkg-descr =================================================================== --- head/sysutils/cdargs/pkg-descr (revision 397462) +++ head/sysutils/cdargs/pkg-descr (revision 397463) @@ -1,7 +1,7 @@ -CDargs heavily enhances the navigation of the common unix file-system +CDargs heavily enhances the navigation of the common Unix file-system inside the shell. It plugs into the shell built-in cd-command (via a shell function or an alias) and thus adds bookmarks and a browser to it. It enables you to move to a very distant place in the file-system with just a few keystrokes. WWW: http://www.skamphausen.de/cgi-bin/ska/CDargs Index: head/sysutils/clonehdd/pkg-descr =================================================================== --- head/sysutils/clonehdd/pkg-descr (revision 397462) +++ head/sysutils/clonehdd/pkg-descr (revision 397463) @@ -1,8 +1,8 @@ -Tool for copy partitions to another HDD. FreeBSD stores its data on -partitions, which encapsulated in slices. Soft, such as Partition -Magic, Acronis, etc. detect only slice, not real partitions on that -slice. CloneHDD correctly understand size difference between two HDD -and change size of each partition proportionally for filling entire +Tool for copy partitions to another HDD. FreeBSD stores its data on +partitions, which are encapsulated in slices. Soft, such as Partition +Magic, Acronis, etc. detect only slice, not real partitions on that +slice. CloneHDD correctly understand size difference between two HDD +and change size of each partition proportionally for filling entire HDD. WWW: http://sourceforge.net/projects/clonehdd/ Property changes on: head/sysutils/clonehdd/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property Index: head/sysutils/cw/pkg-descr =================================================================== --- head/sysutils/cw/pkg-descr (revision 397462) +++ head/sysutils/cw/pkg-descr (revision 397463) @@ -1,12 +1,12 @@ -cw is a non-intrusive real-time ANSI color wrapper for common unix-based +cw is a non-intrusive real-time ANSI color wrapper for common Unix-based command. cw is designed to simulate the environment of the commands being executed, so that if a person types 'du', 'df', 'ping', etc. in their shell it will automatically color the output in real-time according to a definition file containing the color format desired. cw has support for wildcard match coloring, tokenized coloring, headers/footers, case scenario coloring, command line dependent definition coloring, and includes over 50 pre-made definition files. WWW: http://cwrapper.sourceforge.net/ Index: head/sysutils/disktool/pkg-descr =================================================================== --- head/sysutils/disktool/pkg-descr (revision 397462) +++ head/sysutils/disktool/pkg-descr (revision 397463) @@ -1,15 +1,15 @@ `disktool' is an XView program to monitor up to 64 filesystems simultaneously and alert you when a particular filesystem is low on space. disktool is set-up to "un-iconify" when a filesystem it is monitoring has reached its' user-definable "critical threshold". A -unix command can also be initiated when this threshold is reached. +Unix command can also be initiated when this threshold is reached. The command and un-iconifying can be repeated every so many polls, configurable from the cmdline or from the Properties pop-up. The properties pop-up is obtained by selecting any gauge with the right mouse button. The middle mouse button has also been mapped to force a filesystem poll to update the displayed data. `disktool' is a good sysadmin tool for monitoring diskfull situations to avoid datafile corruption. WWW: http://step.polymtl.ca/~coyote/xview_main.html Index: head/sysutils/fonteditfs/pkg-descr =================================================================== --- head/sysutils/fonteditfs/pkg-descr (revision 397462) +++ head/sysutils/fonteditfs/pkg-descr (revision 397463) @@ -1,5 +1,5 @@ fnteditfs is a small, simple font editor, designed for editing FreeBSD's -syscons and linux fonts (but may also work for other OSes). It's written +syscons and Linux fonts (but may also work for other OSes). It's written in C, using the ncurses library for its display library. WWW: http://fonteditfs.sourceforge.net/ Index: head/sysutils/fusefs-smbnetfs/pkg-descr =================================================================== --- head/sysutils/fusefs-smbnetfs/pkg-descr (revision 397462) +++ head/sysutils/fusefs-smbnetfs/pkg-descr (revision 397463) @@ -1,20 +1,20 @@ SMBNetFS is a filesystem that allow you to use samba/microsoft network in the same manner as the network neighborhood in Microsoft Windows. Featuries: - * you can use Samba/Microsoft network as a regular unix filesystem + * you can use Samba/Microsoft network as a regular Unix filesystem * workgroup/computer/share entries are dynamically created - * windows domain supported + * Windows domain supported * kerberos support (New) * user defined workgroup/link/hosts are supported * national character supported * in config files you can specify different user/password to access different network shares * you can access any computer in the world by "cd mountpoint/ip-addr" command, where "ip-addr" is the IP address of the desired computer. Do not warry that there is no file with such name :-) * command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull) WWW: http://sourceforge.net/projects/smbnetfs Index: head/sysutils/hatop/pkg-descr =================================================================== --- head/sysutils/hatop/pkg-descr (revision 397462) +++ head/sysutils/hatop/pkg-descr (revision 397463) @@ -1,12 +1,12 @@ HATop is an interactive ncurses client and real-time monitoring -statistics displaying tool for the HAProxy unix socket. +statistics displaying tool for the HAProxy Unix socket. HATop's appearance is similar to top. It supports various modes for detailed statistics of all configured proxies and services in near realtime. In addition, it features an interactive CLI for the haproxy -unix socket. This allows administrators to control the given haproxy +Unix socket. This allows administrators to control the given haproxy instance (change server weight, put servers into maintenance mode, etc.) directly out of hatop (using keybinds or the CLI) and monitor the results immediately. WWW: http://feurix.org/projects/hatop/ Index: head/sysutils/healthd/pkg-descr =================================================================== --- head/sysutils/healthd/pkg-descr (revision 397462) +++ head/sysutils/healthd/pkg-descr (revision 397463) @@ -1,11 +1,11 @@ -This is a deamon the uses the LM78/79, WINBond 83781/83782/83783/83626 +This is a daemon the uses the LM78/79, WINBond 83781/83782/83783/83626 or the ASUS 99127 hardware monitor chips to warn the operator when something is out of range. The software is capable of monitoring up -to 3 tempuratures, 3 fan speeds and 7 voltages. The configuration file +to 3 temperatures, 3 fan speeds and 7 voltages. The configuration file specifies which functions are active and their acceptable ranges. With the healthdc companion program the status can be read from any -networked computer. The healthd deamon's network connection is protected +networked computer. The healthd daemon's network connection is protected by libwrap and /etc/hosts.allow. WWW: http://healthd.thehousleys.net/ Index: head/sysutils/k3b-kde4/pkg-descr =================================================================== --- head/sysutils/k3b-kde4/pkg-descr (revision 397462) +++ head/sysutils/k3b-kde4/pkg-descr (revision 397463) @@ -1,24 +1,24 @@ K3b is a GUI frontend to the CD recording programs cdrdao and cdrecord. It's aim is to provide a very user friendly interface to all the tasks that come with CD and DVD recording. Features so far: * Creating data CDs (on-the-fly, rockridge, joliet, El-Torito) * Creating audio CDs (WAV, MP3, OGG, CD-TEXT; normalization and on-the fly) * Creating Video CDs (VCD 1.1, 2.0, SVCD, CD-i support (Version 4)) * Creating mixed-mode CDs (CD-Extra (CD-Plus, Enhanced Audio CD)) * Creating eMovix CDs - * CD Copy (single + multi session, audio, enghanced audio, cloning) + * CD Copy (single + multi session, audio, enhanced audio, cloning) * DVD burning (DVD-R(W), DVD+R(W), eMovix, Formatting DVD-RWs and DVD+RWs) * CD Ripping (CDDB support, CD-TEXT reading, several formats) * DVD Ripping and DivX/XviD encoding * Blanking of CDRWs. * Retrieving Table of contents and cdr information. * Writing existing iso images to CD and DVD. * Writing cue/bin files created for CDRWIN * DVD copy (no video transcoding yet) - * Enhanced cd decive handling (burnfree and justlink support) + * Enhanced cd device handling (burnfree and justlink support) * KParts plugin WWW: http://www.k3b.org/ WWW: http://k3b.sourceforge.net/ Index: head/sysutils/loganalyzer/pkg-descr =================================================================== --- head/sysutils/loganalyzer/pkg-descr (revision 397462) +++ head/sysutils/loganalyzer/pkg-descr (revision 397463) @@ -1,13 +1,13 @@ The LogAnalyzer project provides an easy to use but powerful frontend for searching, reviewing and analyzing network event data, including syslog, -windows event log and many other event sources. It focuses on the +Windows event log and many other event sources. It focuses on the user-interface side of this project, so the data itself needs to be gathered by another program, for example the stock syslogd, rsyslog (often the distro's default syslogd), WinSyslog or MonitorWare Agent. LogAnalyzer works equally well on Linux and Windows. LogAnalyzer is a free, GPLed open source application written mostly in php. Data can be obtained from databases but also from plain text files, for example those that are written by the syslogd. WWW: http://loganalyzer.adiscon.com/ Index: head/sysutils/mcelog/pkg-descr =================================================================== --- head/sysutils/mcelog/pkg-descr (revision 397462) +++ head/sysutils/mcelog/pkg-descr (revision 397463) @@ -1,18 +1,18 @@ mcelog processes machine checks (in particular memory and CPU -hardware errors) on modern x86-based unix systems and +hardware errors) on modern x86-based Unix systems and produces human-readable output. This software is heavily patched to work on FreeBSD systems, and thus provides an extremely limited subset of features as of this writing (for example, daemon mode is not currently supported). The primary purpose is to provide a way to decode MCE output from the FreeBSD kernel into something more human-readable using the command 'mcelog --no-dmi --ascii'. FreeBSD conversion patches were originally written by John Baldwin and later incorporated into this port. WWW: http://mcelog.org/ Index: head/sysutils/monit/pkg-descr =================================================================== --- head/sysutils/monit/pkg-descr (revision 397462) +++ head/sysutils/monit/pkg-descr (revision 397463) @@ -1,24 +1,24 @@ Monit is a utility for managing and monitoring processes, files, directories, devices and network services on a Unix system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. monit supports: * Daemon mode - poll services at a specified interval * Group and manage groups of services, service dependencies * Logging - syslog or own logfile * Alert, start, stop and restart of services based on it's characteristics * MD5 and SHA1 checksums - * Runtime Unix socket and TCP/IP port checking (tcp and udp) + * Runtime Unix socket and TCP/IP port checking (TCP and UDP) * Process status, timeout, memory and cpu usage, etc. * Device usage monitoring (inodes and space) * File monitoring (timestamp, checksum, permission, owner, etc.) * Directory monitoring (timestamp, permission, owner, etc.) * Remote network services monitoring (ping, response time, protocol, etc.) * System load average monitoring * Flexible and customizable email alert messages and notifications * Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP, NTP, etc. * A HTTP interface with XML output option and many more features :) WWW: http://mmonit.com/monit/ Index: head/sysutils/moreutils/pkg-descr =================================================================== --- head/sysutils/moreutils/pkg-descr (revision 397462) +++ head/sysutils/moreutils/pkg-descr (revision 397463) @@ -1,23 +1,23 @@ -This is a collection of the unix tools that nobody thought to write long ago, -when unix was young. +This is a collection of the Unix tools that nobody thought to write long ago, +when Unix was young. Currently it consists of these tools: - chronic: runs a command quietly unless it fails - combine: combine the lines in two files using boolean operations - errno: look up errno names and descriptions - ifdata: get network interface info without parsing ifconfig output - ifne: run a command if the standard input is not empty - isutf8: check if a file or standard input is utf-8 - lckdo: execute a program with a lock held (deprecated) - mispipe: pipe two commands, returning the exit status of the first - parallel: run multiple jobs at once - pee: tee standard input to pipes - sponge: soak up standard input and write to a file - ts: timestamp standard input - vidir: edit a directory in your text editor - vipe: insert a text editor into a pipe - zrun: automatically uncompress arguments to command Note that parallel and ts utilities are installed with "moreutils-" prefix. WWW: http://joeyh.name/code/moreutils/ Index: head/sysutils/ntfsprogs/pkg-descr =================================================================== --- head/sysutils/ntfsprogs/pkg-descr (revision 397462) +++ head/sysutils/ntfsprogs/pkg-descr (revision 397463) @@ -1,12 +1,11 @@ The goals of the Linux-NTFS project are to develop reliable and full feature access to NTFS by the Linux kernel driver and by a user space driver (ntfsmount), and to provide a wide collection of NTFS utilities and a developer's library for other GPLed programs. We have already achieved a lot, with high quality results. Includes the following: ntfsmount: fast, reliable, read/write, userspace. ntfsprogs: various tools for managing ntfs, namely mkntfs, ntfsresize, ntfsclone, ntfsfix, ntfsundelete, ntfswipe and ntfsdecrypt. - WWW: https://sourceforge.net/projects/linux-ntfs/ Index: head/sysutils/p5-Filesys-DiskFree/pkg-descr =================================================================== --- head/sysutils/p5-Filesys-DiskFree/pkg-descr (revision 397462) +++ head/sysutils/p5-Filesys-DiskFree/pkg-descr (revision 397463) @@ -1,2 +1,2 @@ -Filesys::DiskFree does about what the unix command df(1) does, listing +Filesys::DiskFree does about what the Unix command df(1) does, listing the mounted disks, and the amount of free space used & available. Index: head/sysutils/p5-Sys-Hostname-Long/pkg-descr =================================================================== --- head/sysutils/p5-Sys-Hostname-Long/pkg-descr (revision 397462) +++ head/sysutils/p5-Sys-Hostname-Long/pkg-descr (revision 397463) @@ -1,8 +1,8 @@ How to get the host full name in perl on multiple operating systems -(mac, windows, unix* etc) +(OS X, Windows, Unix* etc) Attempt via many methods to get the systems full name. The Sys::Hostname class is the best and standard way to get the system hostname. However it is missing the long hostname. WWW: http://search.cpan.org/dist/Sys-Hostname-Long/ Index: head/sysutils/password-store/pkg-descr =================================================================== --- head/sysutils/password-store/pkg-descr (revision 397462) +++ head/sysutils/password-store/pkg-descr (revision 397463) @@ -1,18 +1,18 @@ Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities. pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git. -You can edit the password store using ordinary unix shell commands alongside the +You can edit the password store using ordinary Unix shell commands alongside the pass command. There are no funky file formats or new paradigms to learn. There is bash completion so that you can simply hit tab to fill in names. WWW: http://zx2c4.com/projects/password-store/ Index: head/sysutils/pwsafe/pkg-descr =================================================================== --- head/sysutils/pwsafe/pkg-descr (revision 397462) +++ head/sysutils/pwsafe/pkg-descr (revision 397463) @@ -1,9 +1,9 @@ -Pwsafe is a unix commandline program that manages encrypted password databases. +Pwsafe is a Unix commandline program that manages encrypted password databases. * Pure command-line operation if desired (good for remote access over ssh) * Can interact with X11 selection & clipboard. * Portable, endianess-clean, misaligned-access-free C++. Compiles cleanly - on linux, *bsd, macos x, solaris. + on Linux, *BSD, OS X, Solaris. * Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x. WWW: http://nsd.dyndns.org/pwsafe/ Index: head/sysutils/qpxtool/pkg-descr =================================================================== --- head/sysutils/qpxtool/pkg-descr (revision 397462) +++ head/sysutils/qpxtool/pkg-descr (revision 397463) @@ -1,20 +1,20 @@ -QPxTool is the linux way to get full control over your CD/DVD drives. +QPxTool is the Linux way to get full control over your CD/DVD drives. It is the Open Source Solution which intends to give you access to all available Quality Checks (Q-Checks) on written and blank media, that are available for your drive. This will help you to find the right media and the optimized writing speed for your hardware, which will increase the change for a long data lifetime. These tests are actually supported: * PIE / PIF Scan * TA Scan * Jitter / Beta Scan * Transfer Rate Scan * C1-, C2- and CU-Scan * Blank Media Quality Check * FE/TE Scan on blank media * FE/TE Scan on written media See webpage to get a list of the currently supported hardware. WWW: http://qpxtool.sourceforge.net/ Index: head/sysutils/sg3_utils/pkg-descr =================================================================== --- head/sysutils/sg3_utils/pkg-descr (revision 397462) +++ head/sysutils/sg3_utils/pkg-descr (revision 397463) @@ -1,9 +1,9 @@ The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel -Interface(SPI)) many other devices use SCSI command sets. It's -functions similar to camcontrol(8), but more powerful. For example, +Interface(SPI)) many other devices use SCSI command sets. Its +functions are similar to camcontrol(8), but more powerful. For example, it can use SCSI Environmental Services not using FreeBSD ses(4), read SCSI device logs, and much more. WWW: http://sg.danny.cz/sg/sg3_utils.html Index: head/sysutils/socklog/pkg-descr =================================================================== --- head/sysutils/socklog/pkg-descr (revision 397462) +++ head/sysutils/socklog/pkg-descr (revision 397463) @@ -1,17 +1,17 @@ socklog in cooperation with the runit package is a small and secure replacement for syslogd. There are three main features, syslogd provides: -- receiving syslog messages from an unix domain socket (/dev/log) or UDP socket +- receiving syslog messages from an Unix domain socket (/dev/log) or UDP socket (0.0.0.0:514) and writing them to various files on disk depending on facility and priority. -- writing received syslog messages to an udp socket (a.b.c.d:514) +- writing received syslog messages to an UDP socket (a.b.c.d:514) socklog provides these features with the help of runit's runsvdir, runsv, and svlogd, provides a different network logging concept, and additionally does log event notification. svlogd has a built in log file rotation based on file size, so there is no need for any cron jobs or similar to rotate the logs. Log partitions can be calculated properly. WWW: http://smarden.org/socklog/ Index: head/sysutils/spinner/pkg-descr =================================================================== --- head/sysutils/spinner/pkg-descr (revision 397462) +++ head/sysutils/spinner/pkg-descr (revision 397463) @@ -1,18 +1,18 @@ Spinner is a small program that displays a little "spinning" ASCII character in the top left corner of your terminal. To make this effect it cycles through punctuation marks like this " - \ | / - \ | / ... " (try it to see). By default the character is drawn in inverse video (or your terminal's equivalent). But you can turn this off with the -i switch. It supports any terminal capable of handling VT100 style escape codes. Spinner is useful for keeping telnet and ssh links from dropping due to inactivity. Many firewalls, and some ISPs drop connections when they are perceived as idle. By having spinner running the server is constantly sending a tiny amount of data over the link, preserving the connection. Thus (for search engines) Spinner is an anti-dle, timeout preventing, -background daemon process for unix variants including linux. +background daemon process for Unix variants including Linux. WWW: http://www.laffeycomputer.com/spinner.html - Michael L. Hostbaek mich@FreeBSD.org Index: head/sysutils/syslinux/pkg-descr =================================================================== --- head/sysutils/syslinux/pkg-descr (revision 397462) +++ head/sysutils/syslinux/pkg-descr (revision 397463) @@ -1,8 +1,8 @@ -The syslinux program installs a linux bootloader on a FAT-formatted +The syslinux program installs a Linux bootloader on a FAT-formatted filesystem or disk image. This FreeBSD port can additionally operate on plain files containing a FAT image, thus requiring no special privilege. The program relies on mtools to perform the manipulation of the FAT filesystem. WWW: http://www.syslinux.org/ Index: head/sysutils/tcplist/pkg-descr =================================================================== --- head/sysutils/tcplist/pkg-descr (revision 397462) +++ head/sysutils/tcplist/pkg-descr (revision 397463) @@ -1,5 +1,5 @@ -Tcplist makes a list of tcp connections to and from the local machine, +Tcplist makes a list of TCP connections to and from the local machine, displaying the user name associated with the local end, and making use of Ident services if available to determine the "user" at the other end. Tcplist uses LSOF to do its low level work on 4.4BSD machines. Index: head/sysutils/vmtouch/pkg-descr =================================================================== --- head/sysutils/vmtouch/pkg-descr (revision 397462) +++ head/sysutils/vmtouch/pkg-descr (revision 397463) @@ -1,6 +1,6 @@ Virtual Memory Toucher vmtouch is a tool for learning about and controlling the file system -cache of unix and unix-like systems. +cache of Unix and Unix-like systems. WWW: http://hoytech.com/vmtouch/ Index: head/textproc/p5-SVG-Parser/pkg-descr =================================================================== --- head/textproc/p5-SVG-Parser/pkg-descr (revision 397462) +++ head/textproc/p5-SVG-Parser/pkg-descr (revision 397463) @@ -1,14 +1,14 @@ SVG::Parser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output. SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX preferred by default. Only one of these needs to be installed for SVG::Parser to function. A list of preferred parsers may be specified in the import list - SVG::Parser will use the first parser that successfully loads. Some basic measures are taken -to provide cross-compatability. Applications requiring more advanced parser +to provide cross-compatibility. Applications requiring more advanced parser features should use the relevant parser module directly; see SVG::Parser::Expat and SVG::Parser::SAX. WWW: http://search.cpan.org/dist/SVG-Parser/ Index: head/textproc/tdhkit/pkg-descr =================================================================== --- head/textproc/tdhkit/pkg-descr (revision 397462) +++ head/textproc/tdhkit/pkg-descr (revision 397463) @@ -1,8 +1,8 @@ The TDH utilities are a set of programs and filters useful in working with ordinary tabular ascii data from the command line or in shell -scripts. They were developed to supplement standard unix utilities +scripts. They were developed to supplement standard Unix utilities such as sort and uniq. Two of the utilities are designed to work specifically with tab-delimited exports from Excel/spreadsheets. A full-featured date and time package (libchron) is also included. WWW: http://quisp.sourceforge.net/tdhkit Index: head/textproc/tkdiff/pkg-descr =================================================================== --- head/textproc/tkdiff/pkg-descr (revision 397462) +++ head/textproc/tkdiff/pkg-descr (revision 397463) @@ -1,3 +1,3 @@ -tkdiff is a fronted for unix's diff based on Tcl/Tk. +tkdiff is a fronted for Unix's diff based on Tcl/Tk. WWW: http://sourceforge.net/projects/tkdiff/ Index: head/www/mod_authz_unixgroup22/pkg-descr =================================================================== --- head/www/mod_authz_unixgroup22/pkg-descr (revision 397462) +++ head/www/mod_authz_unixgroup22/pkg-descr (revision 397463) @@ -1,10 +1,10 @@ -Mod_Authz_Unixgroup 1.0.x is a unix group access control modules for Apache +Mod_Authz_Unixgroup 1.0.x is a Unix group access control modules for Apache version 2.2. If you have Apache 2.3 or Apache 2.4, you should be using version 1.1.x of this module instead. If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you -want to do access control based on unix group membership, then +want to do access control based on Unix group membership, then mod_authz_unixgroup is exactly what you need. WWW: http://www.unixpapa.com/mod_authz_unixgroup/ Index: head/www/mod_authz_unixgroup24/pkg-descr =================================================================== --- head/www/mod_authz_unixgroup24/pkg-descr (revision 397462) +++ head/www/mod_authz_unixgroup24/pkg-descr (revision 397463) @@ -1,10 +1,10 @@ -Mod_Authz_Unixgroup 1.1.x is a unix group access control modules for Apache +Mod_Authz_Unixgroup 1.1.x is a Unix group access control modules for Apache version 2.4. If you have Apache 2.2 you should be using version 1.0.x of this module instead. If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you -want to do access control based on unix group membership, then +want to do access control based on Unix group membership, then mod_authz_unixgroup is exactly what you need. WWW: http://www.unixpapa.com/mod_authz_unixgroup/ Index: head/www/p5-URL-Encode/pkg-descr =================================================================== --- head/www/p5-URL-Encode/pkg-descr (revision 397462) +++ head/www/p5-URL-Encode/pkg-descr (revision 397463) @@ -1,13 +1,13 @@ encode and decode strings into and from application/x-www-form-urlencoded The application/x-www-form-urlencoded format encodes a ordered data sets of -pairs consisting of a name and a value, with pairs seperated by ampersand or -semicolon and names and values seperated by the equal sign. Space characters +pairs consisting of a name and a value, with pairs separated by ampersand or +semicolon and names and values separated by the equal sign. Space characters are replaced with plus sign and any characters not in the unreserved character set is encoded using the percent-encoding scheme also used for resource identifiers. A percent-encoded octet is encoded as a character triplet, consisting of the percent character "%" followed by the two hexadecimal digits representing that octet's numeric value. WWW: https://metacpan.org/pod/URL::Encode Property changes on: head/www/p5-URL-Encode/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/www/rubygem-httpclient/pkg-descr =================================================================== --- head/www/rubygem-httpclient/pkg-descr (revision 397462) +++ head/www/rubygem-httpclient/pkg-descr (revision 397463) @@ -1,23 +1,23 @@ httpclient gives something like the functionality of libwww-perl (LWP) in Ruby. httpclient formerly known as http-access2. Features: * methods like GET/HEAD/POST/* via HTTP/1.1. * HTTPS(SSL), Cookies, proxy, authentication(Digest, NTLM, Basic), etc. * asynchronous HTTP request, streaming HTTP request. * by contrast with net/http in standard distribution; o Cookies support o MT-safe o streaming POST (POST with File/IO) o Digest auth o Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module) - o NTLM auth for Proxy-Authenticate (requires win32/sspi module) + o NTLM auth for Proxy-Authenticate (requires Win32/sspi module) o extensible with filter interface o you dont have to care HTTP/1.1 persistent connection (httpclient cares instead of you) * Not supported now o Cache o Rather advanced HTTP/1.1 usage such as Range, deflate, etc. (of course you can set it in header by yourself) For more detail, see API document at dev.ctor.org/doc/httpclient/ WWW: https://github.com/nahi/httpclient Index: head/www/surfraw/pkg-descr =================================================================== --- head/www/surfraw/pkg-descr (revision 397462) +++ head/www/surfraw/pkg-descr (revision 397463) @@ -1,6 +1,6 @@ -Surfraw provides a fast unix command line interface to a variety of +Surfraw provides a fast Unix command line interface to a variety of popular WWW search engines. It supports google, altavista, dejanews, amazon.com, research index, slashdot and many others. Output is directed to a browser. WWW: http://surfraw.alioth.debian.org/ Index: head/www/tomcat-native/pkg-descr =================================================================== --- head/www/tomcat-native/pkg-descr (revision 397462) +++ head/www/tomcat-native/pkg-descr (revision 397463) @@ -1,11 +1,11 @@ Tomcat can use the Apache Portable Runtime to provide superior scalability, performance, and better integration with native server technologies. APR has many uses, including access to advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level functionality (random number generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets). -These features allows making Tomcat a general purposewebserver, will +These features allows making Tomcat a general purpose webserver, will enable much better integration with other native web technologies, and overall make Java much more viable as a full fledged webserver platform rather than simply a backend focused technology. Index: head/www/webcopy/pkg-descr =================================================================== --- head/www/webcopy/pkg-descr (revision 397462) +++ head/www/webcopy/pkg-descr (revision 397463) @@ -1,8 +1,8 @@ -WebCopy is a perl program that retrieves the URL specified in a unix-like +WebCopy is a perl program that retrieves the URL specified in a Unix-like command line. It can also retrieve recursively any file that a HTML file references, i.e. inlined images and/or anchors, if specified with an option. It can be used as a "mirror" program to retrieve a tree of documents from a remote site, and put them on-line immediately through the local server. WWW: http://www.alumnos.inf.utfsm.cl/~vparada/webcopy.html Index: head/x11/stjerm/pkg-descr =================================================================== --- head/x11/stjerm/pkg-descr (revision 397462) +++ head/x11/stjerm/pkg-descr (revision 397463) @@ -1,4 +1,4 @@ -Stjerm is a roll-down, quake-like terminal emulator that shows up on keyboard +Stjerm is a roll-down, Quake-like terminal emulator that shows up on keyboard shortcut, and hides away when not needed. WWW: https://github.com/stjerm/stjerm Index: head/x11/xrsi/pkg-descr =================================================================== --- head/x11/xrsi/pkg-descr (revision 397462) +++ head/x11/xrsi/pkg-descr (revision 397463) @@ -1,5 +1,5 @@ -xrsi is a minimalist (8kb) break enforcer for linux/unix for the +xrsi is a minimalist (8kb) break enforcer for Linux/Unix for the prevention of Repetitive Strain Injury (RSI) otherwise known as Occupational Overuse Syndrome (OOS). WWW: http://sourceforge.net/projects/xrsi/ Index: head/x11-drivers/xf86-input-wacom/pkg-descr =================================================================== --- head/x11-drivers/xf86-input-wacom/pkg-descr (revision 397462) +++ head/x11-drivers/xf86-input-wacom/pkg-descr (revision 397463) @@ -1,4 +1,4 @@ An X.Org driver for Wacom tablets. It communicates with a character -device provided by linux kernel driver in webcamd. +device provided by Linux kernel driver in webcamd. WWW: http://linuxwacom.sourceforge.net/ Index: head/x11-fonts/croscorefonts-fonts-ttf/pkg-descr =================================================================== --- head/x11-fonts/croscorefonts-fonts-ttf/pkg-descr (revision 397462) +++ head/x11-fonts/croscorefonts-fonts-ttf/pkg-descr (revision 397463) @@ -1,8 +1,8 @@ Google has created a set of fonts for its ChromeOS Operating system. The three standard ones closely mimic the most popular ones for the Windows -platform and the linux so-called Liberation fonts but are available under an +platform and Linux's so-called Liberation fonts but are available under an OpenFont license. Tinos, Arimo and Cousine, appear to be variations of the old standard Times, Arial and Courier. Property changes on: head/x11-fonts/croscorefonts-fonts-ttf/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property Index: head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr =================================================================== --- head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr (revision 397462) +++ head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr (revision 397463) @@ -1,6 +1,6 @@ The freedesktop.org project provides a shared high-color desktop icon theme shell for use under both KDE and GNOME desktops. This -is a glue port providing a symlink so that linux apps find their +is a glue port providing a symlink so that Linux apps find their way around. WWW: http://www.freedesktop.org/Standards/icon-theme-spec Index: head/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr =================================================================== --- head/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr (revision 397462) +++ head/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr (revision 397463) @@ -1,6 +1,6 @@ The freedesktop.org project provides a shared high-color desktop icon theme shell for use under both KDE and GNOME desktops. This -is a glue port providing a symlink so that linux apps find their +is a glue port providing a symlink so that Linux apps find their way around. WWW: http://www.freedesktop.org/Standards/icon-theme-spec Index: head/x11-themes/linux-hicolor-icon-theme/pkg-descr =================================================================== --- head/x11-themes/linux-hicolor-icon-theme/pkg-descr (revision 397462) +++ head/x11-themes/linux-hicolor-icon-theme/pkg-descr (revision 397463) @@ -1,6 +1,6 @@ The freedesktop.org project provides a shared high-color desktop icon theme shell for use under both KDE and GNOME desktops. This -is a glue port providing a symlink so that linux apps find their +is a glue port providing a symlink so that Linux apps find their way around. WWW: http://www.freedesktop.org/Standards/icon-theme-spec Index: head/x11-toolkits/py-wxPython28/pkg-descr =================================================================== --- head/x11-toolkits/py-wxPython28/pkg-descr (revision 397462) +++ head/x11-toolkits/py-wxPython28/pkg-descr (revision 397463) @@ -1,14 +1,14 @@ Latest stable branch of wxPython. From the home page: wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross- platform GUI library, which is written in C++. wxPython is a cross-platform toolkit. This means that the same program will run on multiple platforms without modification. Currently supported - platforms are Microsoft Windows, and most Unix or unix-like systems. + platforms are Microsoft Windows, and most Unix or Unix-like systems. WWW: http://www.wxpython.org/ Index: head/x11-toolkits/tkdnd/pkg-descr =================================================================== --- head/x11-toolkits/tkdnd/pkg-descr (revision 397462) +++ head/x11-toolkits/tkdnd/pkg-descr (revision 397463) @@ -1,8 +1,8 @@ tkdnd is an extension that adds native drag & drop capabilities to the tk toolkit. It can be used with any tk version equal or greater to 8.4 and currently only the UNIX (X-Windows) and Microsoft Windows operating -systems are supported. Under unix the drag & drop protocol in use is the +systems are supported. Under Unix the drag & drop protocol in use is the XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME Desktops). WWW: http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html