Index: head/archivers/pear-File_Archive/pkg-descr =================================================================== --- head/archivers/pear-File_Archive/pkg-descr (revision 428493) +++ head/archivers/pear-File_Archive/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ PEAR::File_Archive is strongly object oriented. It makes it very easy to use, writing simple code, yet the library is very powerful. It lets you easily read or generate tar, gz, tgz, bz2, tbz, zip, ar (or deb) archives to files, memory, mail or standard output. See http://poocl.la-grotte.org for a tutorial. -WWW: http://pear.php.net/package/File_Archive/ +WWW: https://pear.php.net/package/File_Archive Index: head/archivers/pear-PHP_Archive/pkg-descr =================================================================== --- head/archivers/pear-PHP_Archive/pkg-descr (revision 428493) +++ head/archivers/pear-PHP_Archive/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ The PHP_Archive package allows creation of self-contained cross-platform PHP libraries or applications, similar to Java jar files. -WWW: http://pear.php.net/package/PHP_Archive/ +WWW: https://pear.php.net/package/PHP_Archive Index: head/audio/pear-Text_Spell_Audio/pkg-descr =================================================================== --- head/audio/pear-Text_Spell_Audio/pkg-descr (revision 428493) +++ head/audio/pear-Text_Spell_Audio/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ Joins up multiple wav file sound clips of letters/numbers being spoken, optionally adding distortion and echo. This could be use to complement an image-based CAPTCHA to enable people who are unable to read the security image hear it read out instead. -WWW: http://pear.php.net/package/Text_Spell_Audio/ +WWW: https://pear.php.net/package/Text_Spell_Audio Index: head/benchmarks/pear-Benchmark/pkg-descr =================================================================== --- head/benchmarks/pear-Benchmark/pkg-descr (revision 428493) +++ head/benchmarks/pear-Benchmark/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Framework to benchmark PHP scripts or function calls. -WWW: http://pear.php.net/package/Benchmark/ +WWW: https://pear.php.net/package/Benchmark Index: head/converters/pear-Services_JSON/pkg-descr =================================================================== --- head/converters/pear-Services_JSON/pkg-descr (revision 428493) +++ head/converters/pear-Services_JSON/pkg-descr (revision 428494) @@ -1,17 +1,17 @@ JSON (JavaScript Object Notation, http://json.org) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, TCL, and many others. These properties make JSON an ideal data-interchange language. This package provides a simple encoder and decoder for JSON notation. It is intended for use with client-side Javascript applications that make use of HTTPRequest to perform server communication functions - data can be encoded into JSON notation for use in a client-side javascript, or decoded from incoming Javascript requests. JSON format is native to Javascript,and can be directly eval()'ed with no further parsing overhead. -WWW: http://pear.php.net/package/Services_JSON/ +WWW: https://pear.php.net/package/Services_JSON Index: head/databases/pear-DB/pkg-descr =================================================================== --- head/databases/pear-DB/pkg-descr (revision 428493) +++ head/databases/pear-DB/pkg-descr (revision 428494) @@ -1,24 +1,24 @@ PEAR::DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with other DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation * sequential and non-sequential row fetching as well as bulk fetching * formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation Drivers for the following extensions pass the complete test suite and provide interchangeability when all of DB's portability options are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase. -WWW: http://pear.php.net/package/DB/ +WWW: https://pear.php.net/package/DB Index: head/databases/pear-DBA/pkg-descr =================================================================== --- head/databases/pear-DBA/pkg-descr (revision 428493) +++ head/databases/pear-DBA/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ PEAR::DBA is a wrapper for the php DBA functions. It includes a file-based emulator and provides a uniform, object-based interface for the Berkeley-style database systems. -WWW: http://pear.php.net/package/DBA/ +WWW: https://pear.php.net/package/DBA Index: head/databases/pear-DBA_Relational/pkg-descr =================================================================== --- head/databases/pear-DBA_Relational/pkg-descr (revision 428493) +++ head/databases/pear-DBA_Relational/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Table management extension to DBA -WWW: http://pear.php.net/package/DBA_Relational/ +WWW: https://pear.php.net/package/DBA_Relational Index: head/databases/pear-DB_DataObject/pkg-descr =================================================================== --- head/databases/pear-DB_DataObject/pkg-descr (revision 428493) +++ head/databases/pear-DB_DataObject/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ PEAR::DB_DataObject performs 2 tasks: 1. Builds SQL statements based on the objects vars and the builder methods. 2. acts as a datastore for a table row. The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. included is a Generator to make your configuration files and your base classes. -WWW: http://pear.php.net/package/DB_DataObject +WWW: https://pear.php.net/package/DB_DataObject Index: head/databases/pear-DB_DataObject_FormBuilder/pkg-descr =================================================================== --- head/databases/pear-DB_DataObject_FormBuilder/pkg-descr (revision 428493) +++ head/databases/pear-DB_DataObject_FormBuilder/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ PEAR::DB_DataObject_FormBuilder will aid you in rapid application development using the packages DB_DataObject and HTML_QuickForm. -WWW: http://pear.php.net/package/DB_DataObject_FormBuilder/ +WWW: https://pear.php.net/package/DB_DataObject_FormBuilder Index: head/databases/pear-DB_Pager/pkg-descr =================================================================== --- head/databases/pear-DB_Pager/pkg-descr (revision 428493) +++ head/databases/pear-DB_Pager/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ DB_Pager retrieve and return information of database result sets. This class handles all the stuff needed for displaying paginated results from a database query of Pear DB. including fetching only the needed rows and giving extensive information for helping build an HTML or GTK query result display. -WWW: http://pear.php.net/package/DB_Pager +WWW: https://pear.php.net/package/DB_Pager Index: head/databases/pear-DB_QueryTool/pkg-descr =================================================================== --- head/databases/pear-DB_QueryTool/pkg-descr (revision 428493) +++ head/databases/pear-DB_QueryTool/pkg-descr (revision 428494) @@ -1,10 +1,10 @@ PEAR::DB_QueryTool is an OO-abstraction to the SQL-Query language, it provides methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries. It also provides an easy to learn interface that interacts nicely with HTML-forms using arrays that contain the column data, that shall be updated/added in a DB. This package bases on an SQL-Builder which lets you easily build SQL-Statements and execute them. -WWW: http://pear.php.net/package/DB_QueryTool/ +WWW: https://pear.php.net/package/DB_QueryTool Index: head/databases/pear-DB_Sqlite_Tools/pkg-descr =================================================================== --- head/databases/pear-DB_Sqlite_Tools/pkg-descr (revision 428493) +++ head/databases/pear-DB_Sqlite_Tools/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ PEAR::DB_Sqlite_Tools is an object oriented interface to effectively manage and backup Sqlite databases.It extends the existing functionality by providing a comprehensive solution for database backup, live replication, export in XML format, performance optmization and other functionalities like the insertion and retrieval of encrypted data from an Sqlite database without any external extension. -WWW: http://pear.php.net/package/DB_Sqlite_Tools/ +WWW: https://pear.php.net/package/DB_Sqlite_Tools Index: head/databases/pear-DB_Table/pkg-descr =================================================================== --- head/databases/pear-DB_Table/pkg-descr (revision 428493) +++ head/databases/pear-DB_Table/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR::HTML_QuickForm to automatically generate input forms that match the table column definitions. -WWW: http://pear.php.net/package/DB_Table/ +WWW: https://pear.php.net/package/DB_Table Index: head/databases/pear-DB_ldap/pkg-descr =================================================================== --- head/databases/pear-DB_ldap/pkg-descr (revision 428493) +++ head/databases/pear-DB_ldap/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PEAR::DB_ldap class provides a DB compliant interface to LDAP servers. -WWW: http://pear.php.net/package/DB_ldap/ +WWW: https://pear.php.net/package/DB_ldap Index: head/databases/pear-DB_ldap2/pkg-descr =================================================================== --- head/databases/pear-DB_ldap2/pkg-descr (revision 428493) +++ head/databases/pear-DB_ldap2/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ PEAR::DB_ldap class provides a DB compliant interface to LDAP v2 and v3 database. -WWW: http://pear.php.net/package/DB_ldap2/ +WWW: https://pear.php.net/package/DB_ldap2 Index: head/databases/pear-MDB/pkg-descr =================================================================== --- head/databases/pear-MDB/pkg-descr (revision 428493) +++ head/databases/pear-MDB/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all support RDBMS. The main difference to most other DB abstraction packages is that MDB goes much further to ensure portability. Currently supported RDBMS are MySQL, PostGreSQL, Oracle, Frontbase, Querysim, Interbase/Firebird, and MSSQL -WWW: http://pear.php.net/package/MDB +WWW: https://pear.php.net/package/MDB Index: head/databases/pear-MDB2/pkg-descr =================================================================== --- head/databases/pear-MDB2/pkg-descr (revision 428493) +++ head/databases/pear-MDB2/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all supported RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to construct portable SQL statements. -WWW: http://pear.php.net/package/MDB2 +WWW: https://pear.php.net/package/MDB2 Index: head/databases/pear-MDB2_Driver_mysql/pkg-descr =================================================================== --- head/databases/pear-MDB2_Driver_mysql/pkg-descr (revision 428493) +++ head/databases/pear-MDB2_Driver_mysql/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is the MySQL MDB2 driver. -WWW: http://pear.php.net/package/MDB2_Driver_mysql +WWW: https://pear.php.net/package/MDB2_Driver_mysql Index: head/databases/pear-MDB2_Driver_mysqli/pkg-descr =================================================================== --- head/databases/pear-MDB2_Driver_mysqli/pkg-descr (revision 428493) +++ head/databases/pear-MDB2_Driver_mysqli/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is the MySQLi MDB2 driver. -WWW: http://pear.php.net/package/MDB2_Driver_mysqli +WWW: https://pear.php.net/package/MDB2_Driver_mysqli Index: head/databases/pear-MDB2_Driver_pgsql/pkg-descr =================================================================== --- head/databases/pear-MDB2_Driver_pgsql/pkg-descr (revision 428493) +++ head/databases/pear-MDB2_Driver_pgsql/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is the PostgreSQL MDB2 driver. -WWW: http://pear.php.net/package/MDB2_Driver_pgsql +WWW: https://pear.php.net/package/MDB2_Driver_pgsql Index: head/databases/pear-MDB2_Schema/pkg-descr =================================================================== --- head/databases/pear-MDB2_Schema/pkg-descr (revision 428493) +++ head/databases/pear-MDB2_Schema/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ PEAR::MDB2_Schema enables users to maintain RDBMS independant schema files in XML that can be used to create, alter and drop database entities and insert data into a database. Reverse engineering database schemas from existing databases is also supported. The format is compatible with both PEAR::MDB and Metabase. -WWW: http://pear.php.net/package/MDB2_Schema/ +WWW: https://pear.php.net/package/MDB2_Schema Index: head/databases/pear-MDB_QueryTool/pkg-descr =================================================================== --- head/databases/pear-MDB_QueryTool/pkg-descr (revision 428493) +++ head/databases/pear-MDB_QueryTool/pkg-descr (revision 428494) @@ -1,13 +1,13 @@ PEAR::MDB_QueryTool is an OO-abstraction to the SQL-Query language, it provides methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries. It also provides an easy to learn interface that interacts nicely with HTML-forms using arrays that contain the column data, that shall be updated/added in a DB. This package bases on an SQL-Builder which lets you easily build SQL-Statements and execute them. NB: this is a PEAR::MDB porting from the original DB_QueryTool written by Wolfram Kriesing and Paolo Panto (vision:produktion, wk@visionp.de). -WWW: http://pear.php.net/package/MDB_QueryTool/ +WWW: https://pear.php.net/package/MDB_QueryTool Index: head/databases/pear-Structures_DataGrid_DataSource_Array/pkg-descr =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_Array/pkg-descr (revision 428493) +++ head/databases/pear-Structures_DataGrid_DataSource_Array/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This is a DataSource driver for Structures_DataGrid using arrays. It is a base package for some other DataSource drivers like CSV or XML. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_Array/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_Array Index: head/databases/pear-Structures_DataGrid_DataSource_CSV/pkg-descr =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_CSV/pkg-descr (revision 428493) +++ head/databases/pear-Structures_DataGrid_DataSource_CSV/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a DataSource driver for Structures_DataGrid using CSV files. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_CSV Index: head/databases/pear-Structures_DataGrid_DataSource_DB/pkg-descr =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DB/pkg-descr (revision 428493) +++ head/databases/pear-Structures_DataGrid_DataSource_DB/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ This is DataSource driver for Structures_DataGrid which uses PEAR::DB. Please note that this driver is deprecated. Consider using DBQuery or MDB2 DataSource drivers instead. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DB/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_DB Index: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/pkg-descr =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/pkg-descr (revision 428493) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This is a DataSource driver for Structures_DataGrid using PEAR::DB and an SQL query. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery Index: head/databases/pear-Structures_DataGrid_DataSource_DBTable/pkg-descr =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/pkg-descr (revision 428493) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a DataSource driver for Structures_DataGrid using PEAR::DB_Table. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBTable/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_DBTable Index: head/databases/pear-Structures_DataGrid_DataSource_DataObject/pkg-descr =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DataObject/pkg-descr (revision 428493) +++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a DataSource driver for Structures_DataGrid using PEAR::DB_DataObject. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_DataObject Index: head/databases/pear-Structures_DataGrid_DataSource_MDB2/pkg-descr =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_MDB2/pkg-descr (revision 428493) +++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This is a DataSource driver for Structures_DataGrid using PEAR::MDB2 and an SQL query. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_MDB2/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_MDB2 Index: head/databases/pear-Structures_DataGrid_DataSource_PDO/pkg-descr =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_PDO/pkg-descr (revision 428493) +++ head/databases/pear-Structures_DataGrid_DataSource_PDO/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This is a DataSource driver for Structures_DataGrid using PHP Data Objects (PDO) and an SQL query. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_PDO/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_PDO Index: head/databases/pear-XML_Query2XML/pkg-descr =================================================================== --- head/databases/pear-XML_Query2XML/pkg-descr (revision 428493) +++ head/databases/pear-XML_Query2XML/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ XML_Query2XML allows you to transform the records retrieved with one or more SQL SELECT queries into XML data. Very simple to highly complex transformations are supported. Is was written with performance in mind and can handel large amounts of data. -WWW: http://pear.php.net/package/XML_Query2XML +WWW: https://pear.php.net/package/XML_Query2XML Index: head/devel/pear-Config/pkg-descr =================================================================== --- head/devel/pear-Config/pkg-descr (revision 428493) +++ head/devel/pear-Config/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ The Config package provides methods for configuration manipulation. * Creates configurations from scratch * Parses and outputs different formats (XML, PHP, INI, Apache...) * Edits existing configurations * Converts configurations to other formats * Allows manipulation of sections, comments, directives... * Parses configurations into a tree structure * Provides XPath like access to directives -WWW: http://pear.php.net/package/Config/ +WWW: https://pear.php.net/package/Config Index: head/devel/pear-Console_Color/pkg-descr =================================================================== --- head/devel/pear-Console_Color/pkg-descr (revision 428493) +++ head/devel/pear-Console_Color/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ You can use Console_Color::convert to transform colorcodes like %r into ANSI control codes. print Console_Color::convert("%rHello World!%n"); would print "Hello World" in red, for example. -WWW: http://pear.php.net/package/Console_Color/ +WWW: https://pear.php.net/package/Console_Color Index: head/devel/pear-Console_CommandLine/pkg-descr =================================================================== --- head/devel/pear-Console_CommandLine/pkg-descr (revision 428493) +++ head/devel/pear-Console_CommandLine/pkg-descr (revision 428494) @@ -1,13 +1,13 @@ Console_CommandLine is a full featured package for managing command-line options and arguments highly inspired from python optparse module, it allows the developer to easily build complex command line interfaces. Main features: * handles sub commands (ie. $ myscript.php -q subcommand -f file), * can be completely built from an xml definition file, * generate --help and --version options automatically, * can be completely customized, * builtin support for i18n, * and much more... -WWW: http://pear.php.net/package/Console_CommandLine +WWW: https://pear.php.net/package/Console_CommandLine Index: head/devel/pear-Console_Getargs/pkg-descr =================================================================== --- head/devel/pear-Console_Getargs/pkg-descr (revision 428493) +++ head/devel/pear-Console_Getargs/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ PEAR::Console_Getargs implements a Command Line arguments and parameters parser for your CLI applications. It performs some basic arguments validation and automatically creates a formatted help text, based on the given configuration. -WWW: http://pear.php.net/package/Console_Getargs/ +WWW: https://pear.php.net/package/Console_Getargs Index: head/devel/pear-Console_Table/pkg-descr =================================================================== --- head/devel/pear-Console_Table/pkg-descr (revision 428493) +++ head/devel/pear-Console_Table/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ PHP classes providing methods such as addRow(), insertRow(), addCol(), etc. to build Console tables. Can be with or without headers, and has various configurable options. -WWW: http://pear.php.net/package/Console_Table +WWW: https://pear.php.net/package/Console_Table Index: head/devel/pear-Date/pkg-descr =================================================================== --- head/devel/pear-Date/pkg-descr (revision 428493) +++ head/devel/pear-Date/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ PEAR generic classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs. Includes time zone data, time zone conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats. -WWW: http://pear.php.net/package/Date +WWW: https://pear.php.net/package/Date Index: head/devel/pear-Date_Holidays/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ Date_Holidays helps you calculating the dates and titles of holidays and other special celebrations. The calculation is driver-based so it is easy to add new drivers that calculate a country's holidays. The methods of the class can be used to get a holiday's date and title in various languages. -WWW: http://pear.php.net/package/Date_Holidays +WWW: https://pear.php.net/package/Date_Holidays Index: head/devel/pear-Date_Holidays_Austria/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Austria/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Austria/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Austria. -WWW: http://pear.php.net/package/Date_Holidays_Austria/ +WWW: https://pear.php.net/package/Date_Holidays_Austria Index: head/devel/pear-Date_Holidays_Brazil/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Brazil/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Brazil/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Brazil. -WWW: http://pear.php.net/package/Date_Holidays_Brazil/ +WWW: https://pear.php.net/package/Date_Holidays_Brazil Index: head/devel/pear-Date_Holidays_Denmark/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Denmark/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Denmark/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Denmark. -WWW: http://pear.php.net/package/Date_Holidays_Denmark/ +WWW: https://pear.php.net/package/Date_Holidays_Denmark Index: head/devel/pear-Date_Holidays_Discordian/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Discordian/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Discordian/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate Discordian holidays. -WWW: http://pear.php.net/package/Date_Holidays_Discordian/ +WWW: https://pear.php.net/package/Date_Holidays_Discordian Index: head/devel/pear-Date_Holidays_EnglandWales/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_EnglandWales/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_EnglandWales/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in England and Wales. -WWW: http://pear.php.net/package/Date_Holidays_EnglandWales/ +WWW: https://pear.php.net/package/Date_Holidays_EnglandWales Index: head/devel/pear-Date_Holidays_Germany/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Germany/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Germany/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Germany. -WWW: http://pear.php.net/package/Date_Holidays_Germany/ +WWW: https://pear.php.net/package/Date_Holidays_Germany Index: head/devel/pear-Date_Holidays_Iceland/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Iceland/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Iceland/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Iceland. -WWW: http://pear.php.net/package/Date_Holidays_Iceland/ +WWW: https://pear.php.net/package/Date_Holidays_Iceland Index: head/devel/pear-Date_Holidays_Ireland/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Ireland/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Ireland/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Ireland. -WWW: http://pear.php.net/package/Date_Holidays_Ireland/ +WWW: https://pear.php.net/package/Date_Holidays_Ireland Index: head/devel/pear-Date_Holidays_Italy/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Italy/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Italy/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Italy. -WWW: http://pear.php.net/package/Date_Holidays_Italy/ +WWW: https://pear.php.net/package/Date_Holidays_Italy Index: head/devel/pear-Date_Holidays_Japan/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Japan/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Japan/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Japan. -WWW: http://pear.php.net/package/Date_Holidays_Japan/ +WWW: https://pear.php.net/package/Date_Holidays_Japan Index: head/devel/pear-Date_Holidays_Netherlands/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Netherlands/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Netherlands/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in the Netherlands. -WWW: http://pear.php.net/package/Date_Holidays_Netherlands/ +WWW: https://pear.php.net/package/Date_Holidays_Netherlands Index: head/devel/pear-Date_Holidays_Norway/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Norway/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Norway/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Norway. -WWW: http://pear.php.net/package/Date_Holidays_Norway/ +WWW: https://pear.php.net/package/Date_Holidays_Norway Index: head/devel/pear-Date_Holidays_PHPdotNet/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_PHPdotNet/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_PHPdotNet/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Driver based class to calculate birthdays of some members of the PHP.net community. -WWW: http://pear.php.net/package/Date_Holidays_PHPdotNet/ +WWW: https://pear.php.net/package/Date_Holidays_PHPdotNet Index: head/devel/pear-Date_Holidays_Romania/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Romania/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Romania/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Romania. -WWW: http://pear.php.net/package/Date_Holidays_Romania/ +WWW: https://pear.php.net/package/Date_Holidays_Romania Index: head/devel/pear-Date_Holidays_Slovenia/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Slovenia/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Slovenia/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Slovenia. -WWW: http://pear.php.net/package/Date_Holidays_Slovenia/ +WWW: https://pear.php.net/package/Date_Holidays_Slovenia Index: head/devel/pear-Date_Holidays_Sweden/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Sweden/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Sweden/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Sweden. -WWW: http://pear.php.net/package/Date_Holidays_Sweden/ +WWW: https://pear.php.net/package/Date_Holidays_Sweden Index: head/devel/pear-Date_Holidays_UNO/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_UNO/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_UNO/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in UNO. -WWW: http://pear.php.net/package/Date_Holidays_UNO/ +WWW: https://pear.php.net/package/Date_Holidays_UNO Index: head/devel/pear-Date_Holidays_USA/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_USA/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_USA/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in USA. -WWW: http://pear.php.net/package/Date_Holidays_USA/ +WWW: https://pear.php.net/package/Date_Holidays_USA Index: head/devel/pear-Date_Holidays_Ukraine/pkg-descr =================================================================== --- head/devel/pear-Date_Holidays_Ukraine/pkg-descr (revision 428493) +++ head/devel/pear-Date_Holidays_Ukraine/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in the Ukraine. -WWW: http://pear.php.net/package/Date_Holidays_Ukraine/ +WWW: https://pear.php.net/package/Date_Holidays_Ukraine Index: head/devel/pear-Event_Dispatcher/pkg-descr =================================================================== --- head/devel/pear-Event_Dispatcher/pkg-descr (revision 428493) +++ head/devel/pear-Event_Dispatcher/pkg-descr (revision 428494) @@ -1,10 +1,10 @@ The Event_Dispatcher acts as a notification dispatch table. It is used to notify other objects of interesting things. This information is encapsulated in Event_Notification objects. Client objects register themselves with the Event_Dispatcher as observers of specific notifications posted by other objects. When an event occurs, an object posts an appropriate notification to the Event_Dispatcher. The Event_Dispatcher dispatches a message to each registered observer, passing the notification as the sole argument. -WWW: http://pear.php.net/package/Event_Dispatcher/ +WWW: https://pear.php.net/package/Event_Dispatcher Index: head/devel/pear-FSM/pkg-descr =================================================================== --- head/devel/pear-FSM/pkg-descr (revision 428493) +++ head/devel/pear-FSM/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ The FSM package provides a simple class that implements a Finite State Machine. -WWW: http://pear.php.net/package/FSM/ +WWW: https://pear.php.net/package/FSM Index: head/devel/pear-HTML_BBCodeParser/pkg-descr =================================================================== --- head/devel/pear-HTML_BBCodeParser/pkg-descr (revision 428493) +++ head/devel/pear-HTML_BBCodeParser/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ This is a parser to replace UBB style tags with their html equivalents. It does not simply do some regex calls, but is complete stack based parse engine. This ensures that all tags are properly nested, if not, extra tags are added to maintain the nesting. This parser should only produce xhtml 1.0 compliant code. All tags are validated and so are all their attributes. It should be easy to extend this parser with your own tags. -WWW: http://pear.php.net/package/HTML_BBCodeParser/ +WWW: https://pear.php.net/package/HTML_BBCodeParser Index: head/devel/pear-HTML_CSS/pkg-descr =================================================================== --- head/devel/pear-HTML_CSS/pkg-descr (revision 428493) +++ head/devel/pear-HTML_CSS/pkg-descr (revision 428494) @@ -1,15 +1,15 @@ PEAR::HTML_CSS provides a simple interface for generating a stylesheet declaration. It is completely standards compliant, and has some great features: * Simple OO interface to CSS definitions * Output to - Inline stylesheet declarations - Document internal stylesheet declarations - Standalone stylesheet declarations - Array of definitions In addition, it shares the following with HTML_Common based classes: * Indent style support * Line ending style -WWW: http://pear.php.net/package/HTML_CSS/ +WWW: https://pear.php.net/package/HTML_CSS Index: head/devel/pear-HTML_Common/pkg-descr =================================================================== --- head/devel/pear-HTML_Common/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Common/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ The PEAR::HTML_Common package provides methods for HTML code display and attributes handling. * Methods to set, remove, update HTML attributes. * Handles comments in HTML code. * Handles layout and tabs for nicer HTML code. -WWW: http://pear.php.net/package/HTML_Common/ +WWW: https://pear.php.net/package/HTML_Common Index: head/devel/pear-HTML_Common2/pkg-descr =================================================================== --- head/devel/pear-HTML_Common2/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Common2/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ TheHTML_Common2 package provides methods for HTML code display and attributes handling. * Provides methods to set, remove, merge HTML attributes. * Handles global document options (charset, linebreak and more). * Provides methods to handle indentation and HTML comments. -WWW: http://pear.php.net/package/HTML_Common2/ +WWW: https://pear.php.net/package/HTML_Common2 Index: head/devel/pear-HTML_Form/pkg-descr =================================================================== --- head/devel/pear-HTML_Form/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Form/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ This is a simple HTML form generator. It supports all the HTML form element types including file uploads, may return or print the form, just individual form elements or the full form in "table mode" with a fixed layout. This package has been superceded by HTML_QuickForm. -WWW: http://pear.php.net/package/HTML_Form/ +WWW: https://pear.php.net/package/HTML_Form Index: head/devel/pear-HTML_Javascript/pkg-descr =================================================================== --- head/devel/pear-HTML_Javascript/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Javascript/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ Provides two classes: HTML_Javascript for performing basic JS operations. HTML_Javascript_Convert for converting variables. Allow output data to a file, to the standard output(print), or return. -WWW: http://pear.php.net/package/HTML_Javascript/ +WWW: https://pear.php.net/package/HTML_Javascript Index: head/devel/pear-HTML_Page2/pkg-descr =================================================================== --- head/devel/pear-HTML_Page2/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Page2/pkg-descr (revision 428494) @@ -1,20 +1,20 @@ The PEAR::HTML_Page2 package provides a simple interface for generating an XHTML compliant page: * supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and XHTML Basic 1.0 plus preliminary support for XHTML 2.0 * namespace support * global language declaration for the document * line ending styles * full META tag support * support for stylesheet declaration in the head section * support for script declaration in the head section * support for linked stylesheets and scripts * full support for header link tags * body can be a string, object with toHtml or toString methods or an array (can be combined) Ideas for use: * Use to validate the output of a class for XHTML compliance * Quick prototyping using PEAR packages is now a breeze. -WWW: http://pear.php.net/package/HTML_Page2/ +WWW: https://pear.php.net/package/HTML_Page2 Index: head/devel/pear-HTML_QuickForm/pkg-descr =================================================================== --- head/devel/pear-HTML_QuickForm/pkg-descr (revision 428493) +++ head/devel/pear-HTML_QuickForm/pkg-descr (revision 428494) @@ -1,15 +1,15 @@ The HTML_QuickForm package provides methods for dynamically create, validate and render HTML forms. Features: * More than 20 ready-to-use form elements. * XHTML compliant generated code. * Numerous mixable and extendable validation rules. * Automatic server-side validation and filtering. * On request javascript code generation for client-side validation. * File uploads support. * Total customization of form rendering. * Support for external template engines (ITX, Sigma, Flexy, Smarty). * Pluggable elements, rules and renderers extensions. -WWW: http://pear.php.net/package/HTML_QuickForm +WWW: https://pear.php.net/package/HTML_QuickForm Index: head/devel/pear-HTML_QuickForm2/pkg-descr =================================================================== --- head/devel/pear-HTML_QuickForm2/pkg-descr (revision 428493) +++ head/devel/pear-HTML_QuickForm2/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This package is expected to offer at least the same functionality as HTML_QuickForm and work with PHP5 E_STRICT setting. -WWW: http://pear.php.net/package/HTML_QuickForm2 +WWW: https://pear.php.net/package/HTML_QuickForm2 Index: head/devel/pear-HTML_QuickForm_Controller/pkg-descr =================================================================== --- head/devel/pear-HTML_QuickForm_Controller/pkg-descr (revision 428493) +++ head/devel/pear-HTML_QuickForm_Controller/pkg-descr (revision 428494) @@ -1,14 +1,14 @@ The package is essentially an implementation of a PageController pattern. Architecture: * Controller class that examines HTTP requests and manages form values persistence across requests. * Page class (subclass of QuickForm) representing a single page of the form. * Business logic is contained in subclasses of Action class. Cool features: * Includes several default Actions that allow easy building of multipage forms. * Includes usage examples for common usage cases (single-page form, wizard, tabbed form). -WWW: http://pear.php.net/package/HTML_QuickForm_Controller +WWW: https://pear.php.net/package/HTML_QuickForm_Controller Index: head/devel/pear-HTML_QuickForm_Livesearch/pkg-descr =================================================================== --- head/devel/pear-HTML_QuickForm_Livesearch/pkg-descr (revision 428493) +++ head/devel/pear-HTML_QuickForm_Livesearch/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ This package adds an element to the PEAR::HTML_QuickForm package to dynamically create an HTML input text element that at every keypressed javascript event, returns a list of options in a dynamic dropdown select box (live dropdown select). This element use AJAX (Communication from JavaScript to your browser without reloading the page). This type of livesearch is useful when you have a form with a dropdown list with a large number of row. -WWW: http://pear.php.net/package/HTML_QuickForm_Livesearch/ +WWW: https://pear.php.net/package/HTML_QuickForm_Livesearch Index: head/devel/pear-HTML_QuickForm_Renderer_Tableless/pkg-descr =================================================================== --- head/devel/pear-HTML_QuickForm_Renderer_Tableless/pkg-descr (revision 428493) +++ head/devel/pear-HTML_QuickForm_Renderer_Tableless/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Replacement for the default renderer of HTML_QuickForm that uses only XHTML and CSS but no table tags, and generates fully valid XHTML output. -WWW: http://pear.php.net/package/HTML_QuickForm_Renderer_Tableless +WWW: https://pear.php.net/package/HTML_QuickForm_Renderer_Tableless Index: head/devel/pear-HTML_QuickForm_SelectFilter/pkg-descr =================================================================== --- head/devel/pear-HTML_QuickForm_SelectFilter/pkg-descr (revision 428493) +++ head/devel/pear-HTML_QuickForm_SelectFilter/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ The PEAR::HTML_QuickForm_SelectFilter package adds an element to the PEAR::HTML_QuickForm package that is used to define dynamic filters on the client side for select elements. -WWW: http://pear.php.net/package/HTML_QuickForm_SelectFilter/ +WWW: https://pear.php.net/package/HTML_QuickForm_SelectFilter Index: head/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr =================================================================== --- head/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr (revision 428493) +++ head/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ The HTML_QuickForm_advmultiselect package adds an element to the HTML_QuickForm package that is two select boxes next to each other emulating a multi-select. -WWW: http://pear.php.net/package/HTML_QuickForm_advmultiselect +WWW: https://pear.php.net/package/HTML_QuickForm_advmultiselect Index: head/devel/pear-HTML_Select/pkg-descr =================================================================== --- head/devel/pear-HTML_Select/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Select/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ The PEAR::HTML_Select package is a class for generating HTML form select elements. -WWW: http://pear.php.net/package/HTML_Select/ +WWW: https://pear.php.net/package/HTML_Select Index: head/devel/pear-HTML_Table/pkg-descr =================================================================== --- head/devel/pear-HTML_Table/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Table/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ The PEAR::HTML_Table package provides methods for easy and efficient design of HTML tables. * Lots of customization options. * Tables can be modified at any time. * The logic is the same as standard HTML editors. * Handles col and rowspans. * PHP code is shorter, easier to read and to maintain. * Tables options can be reused. -WWW: http://pear.php.net/package/HTML_Table +WWW: https://pear.php.net/package/HTML_Table Index: head/devel/pear-HTML_Template_Flexy/pkg-descr =================================================================== --- head/devel/pear-HTML_Template_Flexy/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Template_Flexy/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ HTML_Template_Flexy started it's life as a simplification of HTML_Template_Xipe, however in Version 0.2, It became one of the first template engine to use a real Lexer, rather than regex'es, making it possible to do things like ASP.net or Cold Fusion tags. -WWW: http://pear.php.net/package/HTML_Template_Flexy/ +WWW: https://pear.php.net/package/HTML_Template_Flexy Index: head/devel/pear-HTML_Template_IT/pkg-descr =================================================================== --- head/devel/pear-HTML_Template_IT/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Template_IT/pkg-descr (revision 428494) @@ -1,21 +1,21 @@ HTML_Template_IT: Simple template API. The Isotemplate API is somewhat tricky for a beginner although it is the best one you can build. template::parse() [phplib template = Isotemplate] requests you to name a source and a target where the current block gets parsed into. Source and target can be block names or even handler names. Features : * Nested blocks * Include external file * Custom tags format (default {mytag}) HTML_Template_ITX : With this class you get the full power of the phplib template class. You may have one file with blocks in it but you have as well one main file and multiple files one for each block. This is quite useful when you have user configurable websites. Using blocks not in the main template allows you to modify some parts of your layout easily. -WWW: http://pear.php.net/package/html_template_it/ +WWW: https://pear.php.net/package/html_template_it Index: head/devel/pear-HTML_Template_PHPLIB/pkg-descr =================================================================== --- head/devel/pear-HTML_Template_PHPLIB/pkg-descr (revision 428493) +++ head/devel/pear-HTML_Template_PHPLIB/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ The popular Template system from PHPLIB ported to PEAR. It has some features that can't be found currently in the original version like fallback paths. It has minor improvements and cleanup in the code as well as some speed improvements. -WWW: http://pear.php.net/package/HTML_Template_PHPLIB/ +WWW: https://pear.php.net/package/HTML_Template_PHPLIB Index: head/devel/pear-HTML_TreeMenu/pkg-descr =================================================================== --- head/devel/pear-HTML_TreeMenu/pkg-descr (revision 428493) +++ head/devel/pear-HTML_TreeMenu/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ PHP Based API creates a tree structure using a couple of small PHP classes. This can then be converted to javascript using the printMenu() method. The tree is dynamic in IE 4 or higher, NN6/Mozilla and Opera 7, and maintains state (the collapsed/expanded status of the branches) by using cookies. Other browsers display the tree fully expanded. Each node can have an optional link and icon. New API in 1.1 with many changes (see CVS for changelog) and new features, of which most came from Chip Chapin (http://www.chipchapin.com). -WWW: http://pear.php.net/package/HTML_TreeMenu/ +WWW: https://pear.php.net/package/HTML_TreeMenu Index: head/devel/pear-I18N/pkg-descr =================================================================== --- head/devel/pear-I18N/pkg-descr (revision 428493) +++ head/devel/pear-I18N/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ This package supports you to localize your applications. Multiple ways of supporting translation are implemented and methods to determine the current users (browser-)language. Localizing Numbers, DateTime and currency is also possible. -WWW: http://pear.php.net/package/I18N/ +WWW: https://pear.php.net/package/I18N Index: head/devel/pear-Math_Fraction/pkg-descr =================================================================== --- head/devel/pear-Math_Fraction/pkg-descr (revision 428493) +++ head/devel/pear-Math_Fraction/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ Classes that represent and manipulate fractions (x = a/b). The Math_FractionOp static class contains definitions for: - basic arithmetic operations - comparing fractions - greatest common divisor (gcd) and least common multiple (lcm) of two integers - simplifying (reducing) and getting the reciprocal of a fraction - converting a float to fraction. -WWW: http://pear.php.net/package/Math_Fraction/ +WWW: https://pear.php.net/package/Math_Fraction Index: head/devel/pear-Net_Gearman/pkg-descr =================================================================== --- head/devel/pear-Net_Gearman/pkg-descr (revision 428493) +++ head/devel/pear-Net_Gearman/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Gearman client library for PHP. -WWW: http://pear.php.net/package/Net_Gearman/ +WWW: https://pear.php.net/package/Net_Gearman Index: head/devel/pear-OLE/pkg-descr =================================================================== --- head/devel/pear-OLE/pkg-descr (revision 428493) +++ head/devel/pear-OLE/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This package allows reading and writing of OLE (Object Linking and Embedding) files, the format used as container for Excel, Word and other MS file formats. -WWW: http://pear.php.net/package/OLE/ +WWW: https://pear.php.net/package/OLE Index: head/devel/pear-PEAR_Info/pkg-descr =================================================================== --- head/devel/pear-PEAR_Info/pkg-descr (revision 428493) +++ head/devel/pear-PEAR_Info/pkg-descr (revision 428494) @@ -1,15 +1,15 @@ This package generates a comprehensive information page for your current PEAR install. * The format for the page is similar to that for phpinfo() except using PEAR colors. * Has complete PEAR Credits (based on the packages you have installed). * Will show if there is a newer version than the one presently installed (and what its state is) * Each package has an anchor in the form pkg_PackageName - where PackageName is a case-sensitive PEAR package name With a few parameters, the entire package.xml is automatically updated with a listing of all files in a package. -WWW: http://pear.php.net/package/PEAR_Info/ +WWW: https://pear.php.net/package/PEAR_Info Index: head/devel/pear-PEAR_PackageFileManager/pkg-descr =================================================================== --- head/devel/pear-PEAR_PackageFileManager/pkg-descr (revision 428493) +++ head/devel/pear-PEAR_PackageFileManager/pkg-descr (revision 428494) @@ -1,24 +1,24 @@ PEAR::PEAR_PackageFileManager revolutionizes the maintenance of PEAR packages. With a few parameters, the entire package.xml is automatically updated with a listing of all files in a package. Features include - can detect PHP and extension dependencies using PHP_CompatInfo - reads in an existing package.xml file, and only changes the release/changelog - a plugin system for retrieving files in a directory. Currently two plugins exist, one for standard recursive directory content listing, and one that reads the CVS/Entries files and generates a file listing based on the contents of a checked out CVS repository - incredibly flexible options for assigning install roles to files/directories - ability to ignore any file based on a * ? wildcard-enabled string(s) - ability to include only files that match a * ? wildcard-enabled string(s) - ability to manage dependencies - can output the package.xml in any directory, and read in the package.xml file from any directory. - can specify a different name for the package.xml file PEAR_PackageFileManager is fully unit tested. -WWW: http://pear.php.net/package/PEAR_PackageFileManager/ +WWW: https://pear.php.net/package/PEAR_PackageFileManager Index: head/devel/pear-PEAR_PackageFileManager2/pkg-descr =================================================================== --- head/devel/pear-PEAR_PackageFileManager2/pkg-descr (revision 428493) +++ head/devel/pear-PEAR_PackageFileManager2/pkg-descr (revision 428494) @@ -1,21 +1,21 @@ This package revolutionizes the maintenance of PEAR packages. With a few parameters, the entire package.xml is automatically updated with a listing of all files in a package. Features include - manages the new package.xml 2.0 format in PEAR 1.4.0 - can detect PHP and extension dependencies using PHP_CompatInfo - reads in an existing package.xml file, and only changes the release/changelog - a plugin system for retrieving files in a directory. Currently four plugins exist, one for standard recursive directory content listing, one that reads the CVS/Entries files and generates a file listing based on the contents of a checked out CVS repository, one that reads Subversion entries files, and one that queries a Perforce repository. - incredibly flexible options for assigning install roles to files/directories - ability to ignore any file based on a * ? wildcard-enabled string(s) - ability to include only files that match a * ? wildcard-enabled string(s) - ability to manage dependencies - can output the package.xml in any directory, and read in the package.xml file from any directory. - can specify a different name for the package.xml file -WWW: http://pear.php.net/package/PEAR_PackageFileManager2/ +WWW: https://pear.php.net/package/PEAR_PackageFileManager2 Index: head/devel/pear-PEAR_PackageFileManager_Plugins/pkg-descr =================================================================== --- head/devel/pear-PEAR_PackageFileManager_Plugins/pkg-descr (revision 428493) +++ head/devel/pear-PEAR_PackageFileManager_Plugins/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ The plugins for PEAR_PackageFileManager to pick up what files to use. Supported are * File * CVS * SVN * Perforce This package is to be used with PackageFileManager v1 and v2 and can't be used on it's own -WWW: http://pear.php.net/package/PEAR_PackageFileManager_Plugins +WWW: https://pear.php.net/package/PEAR_PackageFileManager_Plugins Index: head/devel/pear-PHPDoc/pkg-descr =================================================================== --- head/devel/pear-PHPDoc/pkg-descr (revision 428493) +++ head/devel/pear-PHPDoc/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PHPDoc is an attempt to adopt Javadoc to the PHP world. -WWW: http://pear.php.net/package/PHPDoc/ +WWW: https://pear.php.net/package/PHPDoc Index: head/devel/pear-PHP_ArrayOf/pkg-descr =================================================================== --- head/devel/pear-PHP_ArrayOf/pkg-descr (revision 428493) +++ head/devel/pear-PHP_ArrayOf/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Allows to create classes similar to ArrayObject with additional element type or index constraints. -WWW: http://pear.php.net/package/PHP_ArrayOf +WWW: https://pear.php.net/package/PHP_ArrayOf Index: head/devel/pear-PHP_Beautifier/pkg-descr =================================================================== --- head/devel/pear-PHP_Beautifier/pkg-descr (revision 428493) +++ head/devel/pear-PHP_Beautifier/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ This program reformat and beautify PHP source code files automatically. The program is Open Source and distributed under the terms of PHP Licence. It is written in PHP 5 and has a command line tool. -WWW: http://pear.php.net/package/PHP_Beautifier/ +WWW: https://pear.php.net/package/PHP_Beautifier Index: head/devel/pear-PHP_CodeSniffer/pkg-descr =================================================================== --- head/devel/pear-PHP_CodeSniffer/pkg-descr (revision 428493) +++ head/devel/pear-PHP_CodeSniffer/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP and JavaScript code to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers. -WWW: http://pear.php.net/package/PHP_CodeSniffer +WWW: https://pear.php.net/package/PHP_CodeSniffer Index: head/devel/pear-PHP_Compat/pkg-descr =================================================================== --- head/devel/pear-PHP_Compat/pkg-descr (revision 428493) +++ head/devel/pear-PHP_Compat/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PHP_Compat provides missing functionality for older versions of PHP. -WWW: http://pear.php.net/package/PHP_Compat/ +WWW: https://pear.php.net/package/PHP_Compat Index: head/devel/pear-PHP_CompatInfo/pkg-descr =================================================================== --- head/devel/pear-PHP_CompatInfo/pkg-descr (revision 428493) +++ head/devel/pear-PHP_CompatInfo/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ PEAR::PHP_CompatInfo will parse a file/folder/script/array to find out the minimum version and extensions required for it to run. Features advanced debug output which shows which functions require which version and CLI output script. -WWW: http://pear.php.net/package/PHP_CompatInfo/ +WWW: https://pear.php.net/package/PHP_CompatInfo Index: head/devel/pear-PHP_Parser/pkg-descr =================================================================== --- head/devel/pear-PHP_Parser/pkg-descr (revision 428493) +++ head/devel/pear-PHP_Parser/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ PHP_Parser is a source code analysis tool based around a real Parser generated by PHP_ParserGenerator. The parser uses the same EBNF source that PHP uses to parse itself, modified for Lemon parser format, and it therefore as robust as PHP itself. -WWW: http://pear.php.net/package/PHP_Parser/ +WWW: https://pear.php.net/package/PHP_Parser Index: head/devel/pear-PHP_ParserGenerator/pkg-descr =================================================================== --- head/devel/pear-PHP_ParserGenerator/pkg-descr (revision 428493) +++ head/devel/pear-PHP_ParserGenerator/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Translate a grammar file in the lemon parser generator format into a PHP 5-based parser -WWW: http://pear.php.net/package/PHP_ParserGenerator/ +WWW: https://pear.php.net/package/PHP_ParserGenerator Index: head/devel/pear-PHP_UML/pkg-descr =================================================================== --- head/devel/pear-PHP_UML/pkg-descr (revision 428493) +++ head/devel/pear-PHP_UML/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ PHP_UML is a reverse-engineering package that scans PHP files and directories, and delivers an UML/XMI representation of the classes and packages found. -WWW: http://pear.php.net/package/PHP_UML/ +WWW: https://pear.php.net/package/PHP_UML Index: head/devel/pear-Pager/pkg-descr =================================================================== --- head/devel/pear-Pager/pkg-descr (revision 428493) +++ head/devel/pear-Pager/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ PEAR::Pager takes an array of data as input and pages it according to various parameters. It also builds links within a specified range, and allows complete customization of the output (it even works with front controllers and mod_rewrite). Two operating modes available: "Jumping" and "Sliding" window style. -WWW: http://pear.php.net/package/Pager/ +WWW: https://pear.php.net/package/Pager Index: head/devel/pear-PhpDocumentor/pkg-descr =================================================================== --- head/devel/pear-PhpDocumentor/pkg-descr (revision 428493) +++ head/devel/pear-PhpDocumentor/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much wider range of php files, and comes with many customizations including 11 HTML templates, Windows help file CHM output, PDF output, and XML DocBook peardoc2 output for use with documenting PEAR. In addition, it can do PHPXref source code highlighting and linking. -WWW: http://pear.php.net/package/PhpDocumentor/ +WWW: https://pear.php.net/package/PhpDocumentor Index: head/devel/pear-Structure_LinkedList/pkg-descr =================================================================== --- head/devel/pear-Structure_LinkedList/pkg-descr (revision 428493) +++ head/devel/pear-Structure_LinkedList/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ A singly-linked list offers the ability to insert or delete nodes at any point within the list. A doubly-linked list also offers the ability to request previous nodes in the list. -WWW: http://pear.php.net/package/Structures_LinkedList/ +WWW: https://pear.php.net/package/Structures_LinkedList Index: head/devel/pear-Structures_DataGrid/pkg-descr =================================================================== --- head/devel/pear-Structures_DataGrid/pkg-descr (revision 428493) +++ head/devel/pear-Structures_DataGrid/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ This package offers a toolkit to render out a datagrid in HTML format as well as many other formats such as an XML Document, an Excel Spreadsheet, an XUL Document and more. It also offers paging and sorting functionality to limit the data that is presented and processed. This concept is based on the .NET Framework DataGrid control and works very well with database and XML result sets. -WWW: http://pear.php.net/package/Structures_DataGrid/ +WWW: https://pear.php.net/package/Structures_DataGrid Index: head/devel/pear-Structures_DataGrid_Renderer_Console/pkg-descr =================================================================== --- head/devel/pear-Structures_DataGrid_Renderer_Console/pkg-descr (revision 428493) +++ head/devel/pear-Structures_DataGrid_Renderer_Console/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a Renderer driver for Structures_DataGrid using PEAR::Console_Table. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Console/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_Console Index: head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/pkg-descr =================================================================== --- head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/pkg-descr (revision 428493) +++ head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This driver renders an HTML form to let the user easily sort the datagrid, using multiple fields and directions. It uses the HTML_Quickform package. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLSortForm/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_HTMLSortForm Index: head/devel/pear-Structures_DataGrid_Renderer_HTMLTable/pkg-descr =================================================================== --- head/devel/pear-Structures_DataGrid_Renderer_HTMLTable/pkg-descr (revision 428493) +++ head/devel/pear-Structures_DataGrid_Renderer_HTMLTable/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable Index: head/devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr =================================================================== --- head/devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr (revision 428493) +++ head/devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Renderer driver for pear-Structures_DataGrid that generates the XML string for a XUL listbox. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XUL/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_XUL Index: head/devel/pear-System_Command/pkg-descr =================================================================== --- head/devel/pear-System_Command/pkg-descr (revision 428493) +++ head/devel/pear-System_Command/pkg-descr (revision 428494) @@ -1,12 +1,12 @@ System_Command is a command line execution interface. Running functions from the command line can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a php function, with full pear error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command. So in every sense of the word, it gives php shell capabilities. -WWW: http://pear.php.net/package/System_Command/ +WWW: https://pear.php.net/package/System_Command Index: head/devel/pear-Testing_Selenium/pkg-descr =================================================================== --- head/devel/pear-Testing_Selenium/pkg-descr (revision 428493) +++ head/devel/pear-Testing_Selenium/pkg-descr (revision 428494) @@ -1,13 +1,13 @@ PHP Client for the Selenium Remote Control test tool Selenium Remote Control (SRC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. SRC provides a Selenium Server, which can automatically start/stop/control any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript; the Selenium Server communicates directly with the browser using AJAX (XmlHttpRequest). -WWW: http://pear.php.net/package/Testing_Selenium +WWW: https://pear.php.net/package/Testing_Selenium Index: head/devel/pear-Text_Diff/pkg-descr =================================================================== --- head/devel/pear-Text_Diff/pkg-descr (revision 428493) +++ head/devel/pear-Text_Diff/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Engine for performing and rendering text diffs. -WWW: http://pear.php.net/package/Text_Diff +WWW: https://pear.php.net/package/Text_Diff Index: head/devel/pear-VFS/pkg-descr =================================================================== --- head/devel/pear-VFS/pkg-descr (revision 428493) +++ head/devel/pear-VFS/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ This PEAR package provides a Virtual File System API, with backends for: * SQL * FTP * Local filesystems * Hybrid SQL and filesystem ... and more planned. Reading/writing/listing of files are all supported, and there are both object-based and array-based interfaces to directory listings. -WWW: http://pear.php.net/package/VFS +WWW: https://pear.php.net/package/VFS Index: head/devel/pear-Validate/pkg-descr =================================================================== --- head/devel/pear-Validate/pkg-descr (revision 428493) +++ head/devel/pear-Validate/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ Package to validate various data. It includes: * numbers (min/max, decimal or not) * email (syntax, domain check) * string (predefined type alpha upper and/or lowercase, numeric,...) * date (min, max) (With the Date module installed) * uri (RFC2396) * possibility valid multiple data with a single method call (::multiple) -WWW: http://pear.php.net/package/Validate +WWW: https://pear.php.net/package/Validate Index: head/devel/pear-Validate_AU/pkg-descr =================================================================== --- head/devel/pear-Validate_AU/pkg-descr (revision 428493) +++ head/devel/pear-Validate_AU/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ A PEAR data validation class for Australia. The package includes phone number, postal code, tax file number, Australian business number, Australian company number and Australian regional codes validation. -WWW: http://pear.php.net/package/Validate_AU/ +WWW: https://pear.php.net/package/Validate_AU Index: head/devel/pear-Validate_Finance/pkg-descr =================================================================== --- head/devel/pear-Validate_Finance/pkg-descr (revision 428493) +++ head/devel/pear-Validate_Finance/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Package to validate various data. It includes: * IBAN -WWW: http://pear.php.net/package/Validate_Finance +WWW: https://pear.php.net/package/Validate_Finance Index: head/devel/pear-Validate_Finance_CreditCard/pkg-descr =================================================================== --- head/devel/pear-Validate_Finance_CreditCard/pkg-descr (revision 428493) +++ head/devel/pear-Validate_Finance_CreditCard/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Package to validate Credit Card numbers and types. -WWW: http://pear.php.net/package/Validate_Finance_CreditCard +WWW: https://pear.php.net/package/Validate_Finance_CreditCard Index: head/devel/pear-Validate_US/pkg-descr =================================================================== --- head/devel/pear-Validate_US/pkg-descr (revision 428493) +++ head/devel/pear-Validate_US/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ A PEAR data validation class for US. The package includes SSN, Postal Code, Regions (States), Phone Numbers. -WWW: http://pear.php.net/package/Validate_US/ +WWW: https://pear.php.net/package/Validate_US Index: head/devel/pear-Var_Dump/pkg-descr =================================================================== --- head/devel/pear-Var_Dump/pkg-descr (revision 428493) +++ head/devel/pear-Var_Dump/pkg-descr (revision 428494) @@ -1,16 +1,16 @@ The Var_Dump class is a wrapper for the var_dump function. The var_dump function displays structured information about expressions that includes its type and value. Arrays are explored recursively with values indented to show structure. The Var_Dump class captures the output of the var_dump function, by using output control functions, and then uses external renderer classes for displaying the result in various graphical ways: * Simple text, * HTML/XHTML text, * HTML/XHTML table, * XML, * ... -WWW: http://pear.php.net/package/Var_Dump/ +WWW: https://pear.php.net/package/Var_Dump Index: head/devel/pear-VersionControl_Git/pkg-descr =================================================================== --- head/devel/pear-VersionControl_Git/pkg-descr (revision 428493) +++ head/devel/pear-VersionControl_Git/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ VersionControl_Git is a library that provides OO interface to handle Git repository. You can use Git command via the wrapper class. Some features are provided by high-featured interface. -WWW: http://pear.php.net/package/VersionControl_Git +WWW: https://pear.php.net/package/VersionControl_Git Index: head/devel/pear-VersionControl_SVN/pkg-descr =================================================================== --- head/devel/pear-VersionControl_SVN/pkg-descr (revision 428493) +++ head/devel/pear-VersionControl_SVN/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ VersionControl_SVN is a simple OO-style interface for Subversion, the free/open-source version control system. -WWW: http://pear.php.net/package/VersionControl_SVN +WWW: https://pear.php.net/package/VersionControl_SVN Index: head/devel/pear-XML_NITF/pkg-descr =================================================================== --- head/devel/pear-XML_NITF/pkg-descr (revision 428493) +++ head/devel/pear-XML_NITF/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ PEAR::XML_NITF provides a NITF XML parser. The parser was designed with NITF version 3.1, but should be forward-compatible when new versions of the NITF DTD are produced. Various methods for accessing the major elements of the document, such as the hedline(s), byline, and lede are provided. This class was originally tested against the Associated Press's (AP) XML data feed. -WWW: http://pear.php.net/package/XML_NITF/ +WWW: https://pear.php.net/package/XML_NITF Index: head/devel/pear-XML_Parser/pkg-descr =================================================================== --- head/devel/pear-XML_Parser/pkg-descr (revision 428493) +++ head/devel/pear-XML_Parser/pkg-descr (revision 428494) @@ -1,16 +1,16 @@ This is an XML parser based on PHPs built-in xml extension. It supports two basic modes of operation: "func" and "event". In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks. Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of most XML documents easier, by automatically providing a stack for the elements. Furthermore its now possible to split the parser from the handler object, so you do not have to extend XML_Parser anymore in order to parse a document with it. -WWW: http://pear.php.net/package/XML_Parser/ +WWW: https://pear.php.net/package/XML_Parser Index: head/devel/pear-XML_SVG/pkg-descr =================================================================== --- head/devel/pear-XML_SVG/pkg-descr (revision 428493) +++ head/devel/pear-XML_SVG/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ PEAR::XML_SVG package provides an object-oriented API for building SVG documents. -WWW: http://pear.php.net/package/XML_SVG/ +WWW: https://pear.php.net/package/XML_SVG Index: head/devel/pear-XML_Serializer/pkg-descr =================================================================== --- head/devel/pear-XML_Serializer/pkg-descr (revision 428493) +++ head/devel/pear-XML_Serializer/pkg-descr (revision 428494) @@ -1,23 +1,23 @@ PEAR::XML_Serializer serializes complex data structures like arrays or object as XML documents. This class helps you generating any XML document you require without the need for DOM. Furthermore this package can be used as a replacement to serialize() and unserialize() as it comes with a matching XML_Unserializer that is able to create PHP data structures (like arrays and objects) from XML documents, if type hints are available. If you use the XML_Unserializer on standard XML files, it will try to guess how it has to be unserialized. In most cases it does exactly what you expect it to do. Try reading a RSS file with XML_Unserializer and you have the whole RSS file in a structured array or even a collection of objects, similar to XML_RSS. Since version 0.8.0 the package is able to treat XML documents similar to the simplexml extension of PHP 5. -WWW: http://pear.php.net/package/XML_Serializer/ +WWW: https://pear.php.net/package/XML_Serializer Index: head/devel/pear-XML_Transformer/pkg-descr =================================================================== --- head/devel/pear-XML_Transformer/pkg-descr (revision 428493) +++ head/devel/pear-XML_Transformer/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ The XML Transformer allows the binding of PHP functionality to XML tags to transform an XML document without the need for and the limitations of XSLT. -WWW: http://pear.php.net/package/XML_Transformer/ +WWW: https://pear.php.net/package/XML_Transformer Index: head/devel/pear-XML_Util/pkg-descr =================================================================== --- head/devel/pear-XML_Util/pkg-descr (revision 428493) +++ head/devel/pear-XML_Util/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more. -WWW: http://pear.php.net/package/XML_Util/ +WWW: https://pear.php.net/package/XML_Util Index: head/devel/pear-codegen/pkg-descr =================================================================== --- head/devel/pear-codegen/pkg-descr (revision 428493) +++ head/devel/pear-codegen/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This is an 'abstract' package, it provides the base framework for applications like CodeGen_PECL. -WWW: http://pear.php.net/package/CodeGen/ +WWW: https://pear.php.net/package/CodeGen Index: head/dns/pear-File_DNS/pkg-descr =================================================================== --- head/dns/pear-File_DNS/pkg-descr (revision 428493) +++ head/dns/pear-File_DNS/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ The File_DNS class provides a way to read, edit and write RFC1033 style DNS Zones. -WWW: http://pear.php.net/package/File_DNS +WWW: https://pear.php.net/package/File_DNS Index: head/dns/pear-Net_DNS/pkg-descr =================================================================== --- head/dns/pear-Net_DNS/pkg-descr (revision 428493) +++ head/dns/pear-Net_DNS/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ A resolver library used to communicate with a name server to perform DNS queries, zone transfers, dynamic DNS updates, etc. Creates an object hierarchy from a DNS server response, which allows you to view all of the information given by the DNS server. It bypasses the system resolver library and communicates directly with the server. -WWW: http://pear.php.net/package/Net_DNS/ +WWW: https://pear.php.net/package/Net_DNS Index: head/dns/pear-Net_DNS2/pkg-descr =================================================================== --- head/dns/pear-Net_DNS2/pkg-descr (revision 428493) +++ head/dns/pear-Net_DNS2/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but using PHP5 objects, exceptions for error handling, better sockets support. This release is (in most cases) 2x - 10x faster than Net_DNS, as well as includes more RR's (including DNSSEC RR's), and improved sockets and streams support. -WWW: http://pear.php.net/package/Net_DNS2/ +WWW: https://pear.php.net/package/Net_DNS2 Index: head/finance/pear_Payment_DTA/pkg-descr =================================================================== --- head/finance/pear_Payment_DTA/pkg-descr (revision 428493) +++ head/finance/pear_Payment_DTA/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ With PEAR::Payment_DTA provides functions to create DTA files used in Germany to exchange informations about money transactions with banks or online banking programs. No dependencies registered. -WWW: http://pear.php.net/package/Payment_DTA/ +WWW: https://pear.php.net/package/Payment_DTA Index: head/ftp/pear-Net_FTP/pkg-descr =================================================================== --- head/ftp/pear-Net_FTP/pkg-descr (revision 428493) +++ head/ftp/pear-Net_FTP/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ Net_FTP allows you to communicate with FTP servers in a more comfortable way than the native FTP functions of PHP do. The class implements everything nativly supported by PHP and additionally features like recursive up- and downloading, dircreation and chmodding. It although implements an observer pattern to allow for example the view of a progress bar. -WWW: http://pear.php.net/package/Net_FTP/ +WWW: https://pear.php.net/package/Net_FTP Index: head/games/pear-Games_Chess/pkg-descr =================================================================== --- head/games/pear-Games_Chess/pkg-descr (revision 428493) +++ head/games/pear-Games_Chess/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ The logic of handling a chessboard and parsing standard FEN (Farnsworth-Edwards Notation) for describing a position as well as SAN (Standard Algebraic Notation) for describing individual moves is handled. This class can be used as a backend driver for playing chess, or for validating and/or creating PGN files using the File_ChessPGN package. -WWW: http://pear.php.net/package/Games_Chess/ +WWW: https://pear.php.net/package/Games_Chess Index: head/graphics/pear-Image_3D/pkg-descr =================================================================== --- head/graphics/pear-Image_3D/pkg-descr (revision 428493) +++ head/graphics/pear-Image_3D/pkg-descr (revision 428494) @@ -1,12 +1,12 @@ Image_3D is a highly object oriented PHP5 package that allows the creation of 3 dimensional images using PHP. Image_3D currently supports: * Creation of 3D objects like cubes, spheres, maps, text, pie, torus, ... * Own object definitions possible * Own material definitions * Import of 3DSMax files * Unlimited number of light sources * Rendering output via GD, SVG or ASCII -WWW: http://pear.php.net/package/Image_3D/ +WWW: https://pear.php.net/package/Image_3D Index: head/graphics/pear-Image_Barcode/pkg-descr =================================================================== --- head/graphics/pear-Image_Barcode/pkg-descr (revision 428493) +++ head/graphics/pear-Image_Barcode/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ With PEAR::Image_Barcode class you can create a barcode representation of a given string. This class uses GD function because this the generated graphic can be any of GD supported image types. -WWW: http://pear.php.net/package/Image_Barcode/ +WWW: https://pear.php.net/package/Image_Barcode Index: head/graphics/pear-Image_Barcode2/pkg-descr =================================================================== --- head/graphics/pear-Image_Barcode2/pkg-descr (revision 428493) +++ head/graphics/pear-Image_Barcode2/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ With PEAR::Image_Barcode2 class you can create a barcode representation of a given string. This class uses GD function because this the generated graphic can be any of GD supported image types. -WWW: http://pear.php.net/package/Image_Barcode2/ +WWW: https://pear.php.net/package/Image_Barcode2 Index: head/graphics/pear-Image_Canvas/pkg-descr =================================================================== --- head/graphics/pear-Image_Canvas/pkg-descr (revision 428493) +++ head/graphics/pear-Image_Canvas/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ A PHP PEAR package providing a common interface to image drawing, making image source code independent on the library used. -WWW: http://pear.php.net/package/Image_Canvas/ +WWW: https://pear.php.net/package/Image_Canvas Index: head/graphics/pear-Image_Color/pkg-descr =================================================================== --- head/graphics/pear-Image_Color/pkg-descr (revision 428493) +++ head/graphics/pear-Image_Color/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ The PEAR::Image_Color manages and handles color data and conversions. -WWW: http://pear.php.net/package/Image_Color +WWW: https://pear.php.net/package/Image_Color Index: head/graphics/pear-Image_Graph/pkg-descr =================================================================== --- head/graphics/pear-Image_Graph/pkg-descr (revision 428493) +++ head/graphics/pear-Image_Graph/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ Image_Graph is a PHP based object oriented graph rendering package. It provides a simple yet powerful API to allow a user/developer create versatile graphs, charts and plots. The current incarnation of Image_Graph is a merger of the former Sourceforge package, GraPHPite, and the 'old' Image_Graph package from PEAR. -WWW: http://pear.php.net/package/Image_Graph/ +WWW: https://pear.php.net/package/Image_Graph Index: head/graphics/pear-Image_GraphViz/pkg-descr =================================================================== --- head/graphics/pear-Image_GraphViz/pkg-descr (revision 428493) +++ head/graphics/pear-Image_GraphViz/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ The GraphViz class allows for the creation of and the work with directed and undirected graphs and their visualization with AT&T's GraphViz tools. -WWW: http://pear.php.net/package/Image_GraphViz +WWW: https://pear.php.net/package/Image_GraphViz Index: head/graphics/pear-Image_Transform/pkg-descr =================================================================== --- head/graphics/pear-Image_Transform/pkg-descr (revision 428493) +++ head/graphics/pear-Image_Transform/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ The PEAR::Image_Transform provides a standard interface to manipulate images using different libraries -WWW: http://pear.php.net/package/Image_Transform +WWW: https://pear.php.net/package/Image_Transform Index: head/irc/pear-Net_SmartIRC/pkg-descr =================================================================== --- head/irc/pear-Net_SmartIRC/pkg-descr (revision 428493) +++ head/irc/pear-Net_SmartIRC/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ PEAR::Net_SmartIRC is a PHP class for communication with IRC networks, which conforms to the RFC 2812 (IRC protocol). It's an API that handles all IRC protocol messages. This class is designed for creating IRC bots, chats and show irc related info on webpages. -WWW: http://pear.php.net/package/Net_SmartIRC/ +WWW: https://pear.php.net/package/Net_SmartIRC Index: head/mail/pear-Contact_Vcard_Build/pkg-descr =================================================================== --- head/mail/pear-Contact_Vcard_Build/pkg-descr (revision 428493) +++ head/mail/pear-Contact_Vcard_Build/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ PEAR::Contact_Vcard_Build allows you to programmatically create a vCard, version 2.1 or 3.0, and fetch the vCard text. -WWW: http://pear.php.net/package/Contact_Vcard_Build/ +WWW: https://pear.php.net/package/Contact_Vcard_Build Index: head/mail/pear-Contact_Vcard_Parse/pkg-descr =================================================================== --- head/mail/pear-Contact_Vcard_Parse/pkg-descr (revision 428493) +++ head/mail/pear-Contact_Vcard_Parse/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ PEAR::Contact_Vcard_Parse allows you to parse vCard files and text blocks, and get back an array of the elements of each vCard in the file or text. -WWW: http://pear.php.net/package/Contact_Vcard_Parse/ +WWW: https://pear.php.net/package/Contact_Vcard_Parse Index: head/mail/pear-MIME_Type/pkg-descr =================================================================== --- head/mail/pear-MIME_Type/pkg-descr (revision 428493) +++ head/mail/pear-MIME_Type/pkg-descr (revision 428494) @@ -1,10 +1,10 @@ PEAR::MIME_Type provides functionality for dealing with MIME types. * Parse MIME type. * Supports full RFC2045 specification. * Many utility functions for working with and determining info about types. * Most functions can be called statically. * Autodetect a file's mime-type, either with mime_content_type() or the 'file' command. -WWW: http://pear.php.net/package/MIME_Type/ +WWW: https://pear.php.net/package/MIME_Type Index: head/mail/pear-Mail/pkg-descr =================================================================== --- head/mail/pear-Mail/pkg-descr (revision 428493) +++ head/mail/pear-Mail/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ The PEAR's Mail:: interface, defines the interface for implementing mailers under the PEAR hierarchy, and provides supporting functions useful in multiple mailer backends. Currently supported are native PHP mail() function, sendmail and SMTP. This package also provides a RFC 822 Email address list validation utility class. -WWW: http://pear.php.net/package/Mail/ +WWW: https://pear.php.net/package/Mail Index: head/mail/pear-Mail_Mbox/pkg-descr =================================================================== --- head/mail/pear-Mail_Mbox/pkg-descr (revision 428493) +++ head/mail/pear-Mail_Mbox/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ It can split messages inside a Mbox, return the number of messages, return, update or remove an specific message or add a message on the Mbox. -WWW: http://pear.php.net/package/Mail_Mbox/ +WWW: https://pear.php.net/package/Mail_Mbox Index: head/mail/pear-Mail_Mime/pkg-descr =================================================================== --- head/mail/pear-Mail_Mime/pkg-descr (revision 428493) +++ head/mail/pear-Mail_Mime/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PEAR classes to deal with creation and manipulation of MIME messages. -WWW: http://pear.php.net/package/Mail_Mime/ +WWW: https://pear.php.net/package/Mail_Mime Index: head/mail/pear-Mail_Queue/pkg-descr =================================================================== --- head/mail/pear-Mail_Queue/pkg-descr (revision 428493) +++ head/mail/pear-Mail_Queue/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ Class to handle mail queue managment. Wrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2). It can load, save and send saved mails in background and also backup some mails. The Mail_Queue class puts mails in a temporary container, waiting to be fed to the MTA (Mail Transport Agent), and sends them later (e.g. a certain amount of mails every few minutes) by crontab or in other way. -WWW: http://pear.php.net/package/Mail_Queue/ +WWW: https://pear.php.net/package/Mail_Queue Index: head/mail/pear-Mail_mimeDecode/pkg-descr =================================================================== --- head/mail/pear-Mail_mimeDecode/pkg-descr (revision 428493) +++ head/mail/pear-Mail_mimeDecode/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off. This class will parse a raw mime email and return the structure. Returned structure is similar to that returned by imap_fetchstructure(). -WWW: http://pear.php.net/package/Mail_mimeDecode +WWW: https://pear.php.net/package/Mail_mimeDecode Index: head/mail/pear-Net_Cyrus/pkg-descr =================================================================== --- head/mail/pear-Net_Cyrus/pkg-descr (revision 428493) +++ head/mail/pear-Net_Cyrus/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ Net_Cyrus is a PEAR class which provides an API for the administration of Cyrus IMAP servers. It can be used to create,delete and modify users and it's properties (Quota and ACL) -WWW: http://pear.php.net/package/Net_Cyrus +WWW: https://pear.php.net/package/Net_Cyrus Index: head/mail/pear-Net_IMAP/pkg-descr =================================================================== --- head/mail/pear-Net_IMAP/pkg-descr (revision 428493) +++ head/mail/pear-Net_IMAP/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This PEAR class provides an implementation of the IMAP protocol using PEAR's Net_Socket:: class. -WWW: http://pear.php.net/package/Net_IMAP/ +WWW: https://pear.php.net/package/Net_IMAP Index: head/mail/pear-Net_LMTP/pkg-descr =================================================================== --- head/mail/pear-Net_LMTP/pkg-descr (revision 428493) +++ head/mail/pear-Net_LMTP/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ PEAR::Net_LMTP provides an implementation of the RFC2033 LMTP using PEAR::Net_Socket and PEAR::Auth_SASL. -WWW: http://pear.php.net/package/Net_LMTP/ +WWW: https://pear.php.net/package/Net_LMTP Index: head/math/pear-Math_BigInteger/pkg-descr =================================================================== --- head/math/pear-Math_BigInteger/pkg-descr (revision 428493) +++ head/math/pear-Math_BigInteger/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ Supports base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise. -WWW: http://pear.php.net/package/Math_BigInteger/ +WWW: https://pear.php.net/package/Math_BigInteger Index: head/math/pear-Math_Combinatorics/pkg-descr =================================================================== --- head/math/pear-Math_Combinatorics/pkg-descr (revision 428493) +++ head/math/pear-Math_Combinatorics/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ A package that returns all the combinations and permutations, without repitition, of a given set and subset size. Associative arrays are preserved. -WWW: http://pear.php.net/package/Math_Combinatorics/ +WWW: https://pear.php.net/package/Math_Combinatorics Index: head/misc/pear-Services_Weather/pkg-descr =================================================================== --- head/misc/pear-Services_Weather/pkg-descr (revision 428493) +++ head/misc/pear-Services_Weather/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ Services_Weather searches for given locations and retrieves current weather data and, dependent on the used service, also forecasts. Up to now, GlobalWeather from CapeScience, Weather XML from EJSE (US only), a XOAP service from Weather.com and METAR from noaa.gov are supported. Further services will get included, if they become available, have a usable API and are properly documented. -WWW: http://pear.php.net/package/Services_Weather +WWW: https://pear.php.net/package/Services_Weather Index: head/misc/pear-Text_Figlet/pkg-descr =================================================================== --- head/misc/pear-Text_Figlet/pkg-descr (revision 428493) +++ head/misc/pear-Text_Figlet/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Engine for use FIGlet fonts to rendering text. -WWW: http://pear.php.net/package/Text_Figlet/ +WWW: https://pear.php.net/package/Text_Figlet Index: head/net/pear-Auth_RADIUS/pkg-descr =================================================================== --- head/net/pear-Auth_RADIUS/pkg-descr (revision 428493) +++ head/net/pear-Auth_RADIUS/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ PEAR::Auth_RADIUS provides wrapper-classes for the RADIUS PECL. There are different Classes for the different authentication methods. If you are using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package. If you are using MS-CHAP you need also the mhash and mcrypt extension. -WWW: http://pear.php.net/package/Auth_RADIUS/ +WWW: https://pear.php.net/package/Auth_RADIUS Index: head/net/pear-File_Bittorrent2/pkg-descr =================================================================== --- head/net/pear-File_Bittorrent2/pkg-descr (revision 428493) +++ head/net/pear-File_Bittorrent2/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ This package consists of three classes which handles the encoding and decoding of data in Bittorrent format. You can also extract useful informations from .torrent files, create .torrent files and query the torrent's scrape page to get its statistics. PHP5 only. -WWW: http://pear.php.net/package/File_Bittorrent2/ +WWW: https://pear.php.net/package/File_Bittorrent2 Index: head/net/pear-Net_CDDB/pkg-descr =================================================================== --- head/net/pear-Net_CDDB/pkg-descr (revision 428493) +++ head/net/pear-Net_CDDB/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This PEAR class provides to access and query CDDB audio-CD servers. -WWW: http://pear.php.net/package/Net_CDDB +WWW: https://pear.php.net/package/Net_CDDB Index: head/net/pear-Net_CheckIP/pkg-descr =================================================================== --- head/net/pear-Net_CheckIP/pkg-descr (revision 428493) +++ head/net/pear-Net_CheckIP/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This package validates IPv4 addresses. -WWW: http://pear.php.net/package/Net_CheckIP/ +WWW: https://pear.php.net/package/Net_CheckIP Index: head/net/pear-Net_DIME/pkg-descr =================================================================== --- head/net/pear-Net_DIME/pkg-descr (revision 428493) +++ head/net/pear-Net_DIME/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ This is the initial independent release of the Net_DIME package. Provides an implementation of DIME as defined at http://www1.ietf.org/mail-archive/ietf-announce-old/Current/msg19298.html -WWW: http://pear.php.net/package/Net_DIME/ +WWW: https://pear.php.net/package/Net_DIME Index: head/net/pear-Net_DNSBL/pkg-descr =================================================================== --- head/net/pear-Net_DNSBL/pkg-descr (revision 428493) +++ head/net/pear-Net_DNSBL/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Checks if a given Host or URL is listed on an DNSBL or SURBL. -WWW: http://pear.php.net/package/Net_DNSBL/ +WWW: https://pear.php.net/package/Net_DNSBL Index: head/net/pear-Net_Dict/pkg-descr =================================================================== --- head/net/pear-Net_Dict/pkg-descr (revision 428493) +++ head/net/pear-Net_Dict/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ PEAR::Net_Dict provides a simple API to the DICT Protocol handling all the network related issues and providing DICT responses in PHP datatypes to make it easy for a developer to use DICT servers in their programs. -WWW: http://pear.php.net/package/Net_Dict/ +WWW: https://pear.php.net/package/Net_Dict Index: head/net/pear-Net_Finger/pkg-descr =================================================================== --- head/net/pear-Net_Finger/pkg-descr (revision 428493) +++ head/net/pear-Net_Finger/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PEAR::Net_Finger class provides a tool for querying finger servers. -WWW: http://pear.php.net/package/Net_Finger/ +WWW: https://pear.php.net/package/Net_Finger Index: head/net/pear-Net_Geo/pkg-descr =================================================================== --- head/net/pear-Net_Geo/pkg-descr (revision 428493) +++ head/net/pear-Net_Geo/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ Obtains geographical information based on IP number, domain name, or AS number. Makes use of CAIDA Net_Geo lookup, HostIP or localizer extension. -WWW: http://pear.php.net/package/Net_Geo/ +WWW: https://pear.php.net/package/Net_Geo Index: head/net/pear-Net_GeoIP/pkg-descr =================================================================== --- head/net/pear-Net_GeoIP/pkg-descr (revision 428493) +++ head/net/pear-Net_GeoIP/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ A library that uses Maxmind's GeoIP databases to accurately determine geographic location of an IP address. -WWW: http://pear.php.net/package/Net_GeoIP/ +WWW: https://pear.php.net/package/Net_GeoIP Index: head/net/pear-Net_IDNA/pkg-descr =================================================================== --- head/net/pear-Net_IDNA/pkg-descr (revision 428493) +++ head/net/pear-Net_IDNA/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This package helps you to encode and decode punycode strings easily. -WWW: http://pear.php.net/package/Net_IDNA/ +WWW: https://pear.php.net/package/Net_IDNA Index: head/net/pear-Net_IPv4/pkg-descr =================================================================== --- head/net/pear-Net_IPv4/pkg-descr (revision 428493) +++ head/net/pear-Net_IPv4/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ Net_IPv4 is a Class used for calculating IPv4(AF_INET family) address information such as network as network address, broadcast address, and IP address validity. -WWW: http://pear.php.net/package/Net_IPv4/ +WWW: https://pear.php.net/package/Net_IPv4 Index: head/net/pear-Net_IPv6/pkg-descr =================================================================== --- head/net/pear-Net_IPv6/pkg-descr (revision 428493) +++ head/net/pear-Net_IPv6/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ The class allows you to: * check if an addresse is an IPv6 addresse * compress/uncompress IPv6 addresses * check for an IPv4 compatible ending in an IPv6 adresse -WWW: http://pear.php.net/package/Net_IPv6/ +WWW: https://pear.php.net/package/Net_IPv6 Index: head/net/pear-Net_Ident/pkg-descr =================================================================== --- head/net/pear-Net_Ident/pkg-descr (revision 428493) +++ head/net/pear-Net_Ident/pkg-descr (revision 428494) @@ -1,10 +1,10 @@ The PEAR::Net_Ident implements Identification Protocol according to RFC 1413. The Identification Protocol (a.k.a., "ident", a.k.a., "the Ident Protocol") provides a means to determine the identity of a user of a particular TCP connection. Given a TCP port number pair, it returns a character string which identifies the owner of that connection on the server's system. -WWW: http://pear.php.net/package/Net_Ident/ +WWW: https://pear.php.net/package/Net_Ident Index: head/net/pear-Net_LDAP/pkg-descr =================================================================== --- head/net/pear-Net_LDAP/pkg-descr (revision 428493) +++ head/net/pear-Net_LDAP/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ Net Ldap is a clone of Perls Net::LDAP object interface to ldapservers. It does not contain all of Net::LDAPs features, but has: * A simple OO-interface to connections, searches and entries. * Support for tls and ldap v3. * Simple modification, deletion and creation of ldapentries. * Support for schema handling. -WWW: http://pear.php.net/package/Net_LDAP/ +WWW: https://pear.php.net/package/Net_LDAP Index: head/net/pear-Net_LDAP2/pkg-descr =================================================================== --- head/net/pear-Net_LDAP2/pkg-descr (revision 428493) +++ head/net/pear-Net_LDAP2/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ Net_Ldap2 is a clone of Perls Net::LDAP object interface to ldapservers. It does not contain all of Net::LDAPs features, but has: * A simple OO-interface to connections, searches and entries. * Support for tls and ldap v3. * Simple modification, deletion and creation of ldapentries. * Support for schema handling. Net_LDAP2 is the successor of Net_LDAP. -WWW: http://pear.php.net/package/Net_LDAP2/ +WWW: https://pear.php.net/package/Net_LDAP2 Index: head/net/pear-Net_MAC/pkg-descr =================================================================== --- head/net/pear-Net_MAC/pkg-descr (revision 428493) +++ head/net/pear-Net_MAC/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ This package validates and cleanly formats Media Access Control (MAC) addresses. The Net_MAC class can also import a list of MAC address vendors and store them in a database which the class can then use to identify vendors of any MAC address. -WWW: http://pear.php.net/package/Net_MAC/ +WWW: https://pear.php.net/package/Net_MAC Index: head/net/pear-Net_NNTP/pkg-descr =================================================================== --- head/net/pear-Net_NNTP/pkg-descr (revision 428493) +++ head/net/pear-Net_NNTP/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Package for communicating with NNTP/Usenet servers. -WWW: http://pear.php.net/package/Net_NNTP/ +WWW: https://pear.php.net/package/Net_NNTP Index: head/net/pear-Net_Nmap/pkg-descr =================================================================== --- head/net/pear-Net_Nmap/pkg-descr (revision 428493) +++ head/net/pear-Net_Nmap/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ Net_Nmap is a simple interface for Nmap, the free and open source utility for network exploration or security auditing. Net_Nmap can be used to auto discovery hosts and services in your network or simply to parse Nmap XML output. -WWW: http://pear.php.net/package/Net_Nmap/ +WWW: https://pear.php.net/package/Net_Nmap Index: head/net/pear-Net_POP3/pkg-descr =================================================================== --- head/net/pear-Net_POP3/pkg-descr (revision 428493) +++ head/net/pear-Net_POP3/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ Provides a POP3 class to access POP3 server. Support all POP3 commands including UIDL listings, APOP authentication, DIGEST-MD5 and CRAM-MD5 using optional Auth_SASL package. -WWW: http://pear.php.net/package/Net_POP3/ +WWW: https://pear.php.net/package/Net_POP3 Index: head/net/pear-Net_Ping/pkg-descr =================================================================== --- head/net/pear-Net_Ping/pkg-descr (revision 428493) +++ head/net/pear-Net_Ping/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ OS independent wrapper class for executing ping calls. -WWW: http://pear.php.net/package/Net_Ping/ +WWW: https://pear.php.net/package/Net_Ping Index: head/net/pear-Net_SMS/pkg-descr =================================================================== --- head/net/pear-Net_SMS/pkg-descr (revision 428493) +++ head/net/pear-Net_SMS/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This package provides SMS functionality and access to SMS gateways. -WWW: http://pear.php.net/package/Net_SMS/ +WWW: https://pear.php.net/package/Net_SMS Index: head/net/pear-Net_SMTP/pkg-descr =================================================================== --- head/net/pear-Net_SMTP/pkg-descr (revision 428493) +++ head/net/pear-Net_SMTP/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This PEAR class provides an implementation of the SMTP protocol using PEAR's Net_Socket:: class. -WWW: http://pear.php.net/package/Net_SMTP +WWW: https://pear.php.net/package/Net_SMTP Index: head/net/pear-Net_Server/pkg-descr =================================================================== --- head/net/pear-Net_Server/pkg-descr (revision 428493) +++ head/net/pear-Net_Server/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Generic server class based on ext/sockets, used to develop any kind of server. -WWW: http://pear.php.net/package/Net_Server/ +WWW: https://pear.php.net/package/Net_Server Index: head/net/pear-Net_Socket/pkg-descr =================================================================== --- head/net/pear-Net_Socket/pkg-descr (revision 428493) +++ head/net/pear-Net_Socket/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ Net_Socket is a PEAR class interface to TCP sockets. It provides blocking and non-blocking operation, with different reading and writing modes (byte-wise, block-wise, line-wise and special formats like network byte-order ip addresses). -WWW: http://pear.php.net/package/Net_Socket/ +WWW: https://pear.php.net/package/Net_Socket Index: head/net/pear-Net_Traceroute/pkg-descr =================================================================== --- head/net/pear-Net_Traceroute/pkg-descr (revision 428493) +++ head/net/pear-Net_Traceroute/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ OS independent wrapper class for executing traceroute calls. -WWW: http://pear.php.net/package/Net_Traceroute/ +WWW: https://pear.php.net/package/Net_Traceroute Index: head/net/pear-Net_URL/pkg-descr =================================================================== --- head/net/pear-Net_URL/pkg-descr (revision 428493) +++ head/net/pear-Net_URL/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Provides easy parsing of URLs and their constituent parts. -WWW: http://pear.php.net/package/Net_URL/ +WWW: https://pear.php.net/package/Net_URL Index: head/net/pear-Net_URL2/pkg-descr =================================================================== --- head/net/pear-Net_URL2/pkg-descr (revision 428493) +++ head/net/pear-Net_URL2/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Provides easy parsing of URLs and their constituent parts. -WWW: http://pear.php.net/package/Net_URL2/ +WWW: https://pear.php.net/package/Net_URL2 Index: head/net/pear-Net_URL_Mapper/pkg-descr =================================================================== --- head/net/pear-Net_URL_Mapper/pkg-descr (revision 428493) +++ head/net/pear-Net_URL_Mapper/pkg-descr (revision 428494) @@ -1,10 +1,10 @@ Net_URL_Mapper provides a simple and flexible way to build nice URLs for your web applications. The URL syntax is similar to what can be found in Ruby on Rails or Python Routes module and as such, this package can be compared to what they call a router. Still, Net_URL_Mapper does not perform the dispatching like these frameworks and therefore can be used with your own router. -WWW: http://pear.php.net/package/Net_URL_Mapper/ +WWW: https://pear.php.net/package/Net_URL_Mapper Index: head/net/pear-Net_UserAgent_Detect/pkg-descr =================================================================== --- head/net/pear-Net_UserAgent_Detect/pkg-descr (revision 428493) +++ head/net/pear-Net_UserAgent_Detect/pkg-descr (revision 428494) @@ -1,10 +1,10 @@ The Net_UserAgent object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object. This module is based upon the JavaScript browser detection code available at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html. This module had many influences from the lib/Browser.php code in version 1.3 of Horde. -WWW: http://pear.php.net/package/Net_UserAgent_Detect/ +WWW: https://pear.php.net/package/Net_UserAgent_Detect Index: head/net/pear-Net_UserAgent_Mobile/pkg-descr =================================================================== --- head/net/pear-Net_UserAgent_Mobile/pkg-descr (revision 428493) +++ head/net/pear-Net_UserAgent_Mobile/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ Net_UserAgent_Mobile parses HTTP_USER_AGENT strings of (mainly Japanese) mobile HTTP user agents. It'll be useful in page dispatching by user agents. This package was ported from Perl's HTTP::MobileAgent. See http://search.cpan.org/search?mode=module&query=HTTP-MobileAgent The author of the HTTP::MobileAgent module is Tatsuhiko Miyagawa -WWW: http://pear.php.net/package/Net_UserAgent_Mobile/ +WWW: https://pear.php.net/package/Net_UserAgent_Mobile Index: head/net/pear-Net_Vpopmaild/pkg-descr =================================================================== --- head/net/pear-Net_Vpopmaild/pkg-descr (revision 428493) +++ head/net/pear-Net_Vpopmaild/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ Net_Vpopmaild is a pear Class for accessing Vpopmail's vpopmaild daemon. It supports all vpopmaild commands, such as adding/removing domains, users, robots (autoresponders), and ezmlm lists (todo), as well as modifying domain limits, ip maps, etc. -WWW: http://pear.php.net/package/Net_Vpopmaild/ +WWW: https://pear.php.net/package/Net_Vpopmaild Index: head/net/pear-Net_Whois/pkg-descr =================================================================== --- head/net/pear-Net_Whois/pkg-descr (revision 428493) +++ head/net/pear-Net_Whois/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ The PEAR::Net_Whois looks up records in the databases maintained by several Network Information Centers (NICs). -WWW: http://pear.php.net/package/Net_Whois/ +WWW: https://pear.php.net/package/Net_Whois Index: head/net/pear-SOAP/pkg-descr =================================================================== --- head/net/pear-SOAP/pkg-descr (revision 428493) +++ head/net/pear-SOAP/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PEAR implementation of SOAP protocol and services. -WWW: http://pear.php.net/package/SOAP/ +WWW: https://pear.php.net/package/SOAP Index: head/net/pear-Services_Pingback/pkg-descr =================================================================== --- head/net/pear-Services_Pingback/pkg-descr (revision 428493) +++ head/net/pear-Services_Pingback/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ A package implemented of Pingback in PHP, able to sending and receiving a pingback. -WWW: http://pear.php.net/package/Services_Pingback/ +WWW: https://pear.php.net/package/Services_Pingback Index: head/net/pear-Services_Twitter/pkg-descr =================================================================== --- head/net/pear-Services_Twitter/pkg-descr (revision 428493) +++ head/net/pear-Services_Twitter/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ An interface for communicating with Twitter's public API. Send status updates, fetch information, add friends, etc. -WWW: http://pear.php.net/package/Services_Twitter/ +WWW: https://pear.php.net/package/Services_Twitter Index: head/net/pear-URI_Template/pkg-descr =================================================================== --- head/net/pear-URI_Template/pkg-descr (revision 428493) +++ head/net/pear-URI_Template/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ This package contains a parser for URI Templates as defined in the URI Template draft that is currently being proposed to the IETF. -WWW: http://pear.php.net/package/URI_Template/ +WWW: https://pear.php.net/package/URI_Template Index: head/net/pear-XML_RPC/pkg-descr =================================================================== --- head/net/pear-XML_RPC/pkg-descr (revision 428493) +++ head/net/pear-XML_RPC/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ A PEAR-ified version of Useful Inc's XML-RPC for PHP. It has support for HTTP/HTTPS transport, proxies and authentication. -WWW: http://pear.php.net/package/XML_RPC/ +WWW: https://pear.php.net/package/XML_RPC Index: head/net/pear-XML_RPC2/pkg-descr =================================================================== --- head/net/pear-XML_RPC2/pkg-descr (revision 428493) +++ head/net/pear-XML_RPC2/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ XML_RPC2 is a pear package providing XML_RPC client and server services.XML-RPC is a simple remote procedure call protocol built using HTTP as transport and XML as encoding. As a client library, XML_RPC2 is capable of creating a proxy class which exposes the methods exported by the server. As a server library, XML_RPC2 is capable of exposing methods from a class or object instance, seamlessly exporting local methods as remotely callable procedures. -WWW: http://pear.php.net/package/XML_RPC2/ +WWW: https://pear.php.net/package/XML_RPC2 Index: head/print/pear-File_PDF/pkg-descr =================================================================== --- head/print/pear-File_PDF/pkg-descr (revision 428493) +++ head/print/pear-File_PDF/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PDF generation using only PHP, without requiring any external libraries. -WWW: http://pear.php.net/package/File_PDF +WWW: https://pear.php.net/package/File_PDF Index: head/security/pear-Auth/pkg-descr =================================================================== --- head/security/pear-Auth/pkg-descr (revision 428493) +++ head/security/pear-Auth/pkg-descr (revision 428494) @@ -1,19 +1,19 @@ The PEAR::Auth package provides methods for creating an authentication system using PHP. Currently it supports the following storage containers to read/write the login data: * All databases supported by the PEAR database layer * All databases supported by the MDB database layer * All databases supported by the MDB2 database layer * Plaintext files * LDAP servers * POP3 servers * IMAP servers * vpopmail accounts * RADIUS * SAMBA password files * SOAP -WWW: http://pear.php.net/package/Auth/ +WWW: https://pear.php.net/package/Auth Index: head/security/pear-Auth_HTTP/pkg-descr =================================================================== --- head/security/pear-Auth_HTTP/pkg-descr (revision 428493) +++ head/security/pear-Auth_HTTP/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ The PEAR::Auth_HTTP class provides methods for creating an HTTP authentication system using PHP, that is similar to Apache's realm-based .htaccess authentication. -WWW: http://pear.php.net/package/Auth_HTTP/ +WWW: https://pear.php.net/package/Auth_HTTP Index: head/security/pear-Auth_PrefManager/pkg-descr =================================================================== --- head/security/pear-Auth_PrefManager/pkg-descr (revision 428493) +++ head/security/pear-Auth_PrefManager/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ Preference Manager is a class to handle user preferences in a web application, looking them up in a table using a combination of their userid, and the preference name to get a value, and (optionally) returning a default value for the preference if no value could be found for that user. It is designed to be used alongside the PEAR Auth class, but can be used with anything that allows you to obtain the user's id - including your own code. -WWW: http://pear.php.net/package/Auth_PrefManager/ +WWW: https://pear.php.net/package/Auth_PrefManager Index: head/security/pear-Auth_SASL/pkg-descr =================================================================== --- head/security/pear-Auth_SASL/pkg-descr (revision 428493) +++ head/security/pear-Auth_SASL/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ Provides PHP code to generate responses to common SASL mechanisms, including: - Digest-MD5 - CramMD5 - Plain - Anonymous - Login (Pseudo mechanism). -WWW: http://pear.php.net/package/Auth_SASL +WWW: https://pear.php.net/package/Auth_SASL Index: head/security/pear-Crypt_Blowfish/pkg-descr =================================================================== --- head/security/pear-Crypt_Blowfish/pkg-descr (revision 428493) +++ head/security/pear-Crypt_Blowfish/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ PEAR::Crypt_Blowfish allows you to perform two-way blowfish encryption on the fly using only PHP. This package does not require the MCrypt PHP extension to work, although it can make use of it if available. -WWW: http://pear.php.net/package/Crypt_Blowfish/ +WWW: https://pear.php.net/package/Crypt_Blowfish Index: head/security/pear-Crypt_CHAP/pkg-descr =================================================================== --- head/security/pear-Crypt_CHAP/pkg-descr (revision 428493) +++ head/security/pear-Crypt_CHAP/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ PEAR::Crypt_CHAP provides Classes for generating CHAP packets. Currently these types of CHAP are supported: * CHAP-MD5 * MS-CHAPv1 * MS-CHAPv2 For MS-CHAP the mhash and mcrypt extensions must be loaded. -WWW: http://pear.php.net/package/Crypt_CHAP/ +WWW: https://pear.php.net/package/Crypt_CHAP Index: head/security/pear-Crypt_DiffieHellman/pkg-descr =================================================================== --- head/security/pear-Crypt_DiffieHellman/pkg-descr (revision 428493) +++ head/security/pear-Crypt_DiffieHellman/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ Implementation of the Diffie-Hellman Key Exchange cryptographic protocol in PHP5. Enables two parties without any prior knowledge of each other establish a secure shared secret key across an insecure channel of communication. -WWW: http://pear.php.net/package/Crypt_DiffieHellman/ +WWW: https://pear.php.net/package/Crypt_DiffieHellman Index: head/security/pear-Crypt_GPG/pkg-descr =================================================================== --- head/security/pear-Crypt_GPG/pkg-descr (revision 428493) +++ head/security/pear-Crypt_GPG/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ This package provides an object oriented interface to GNU Privacy Guard (GPG). It requires the GPG executable to be on the system. Though GPG can support symmetric-key cryptography, this package is intended only to facilitate public-key cryptography. -WWW: http://pear.php.net/package/Crypt_GPG/ +WWW: https://pear.php.net/package/Crypt_GPG Index: head/security/pear-Crypt_HMAC2/pkg-descr =================================================================== --- head/security/pear-Crypt_HMAC2/pkg-descr (revision 428493) +++ head/security/pear-Crypt_HMAC2/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ pear-Crypt_HMAC2 is a implementation of Hashed Message Authentication Code for PHP5.It use the hash or mhash extensions when enabled to extend the range of cryptographic hash functions beyond the natively implemented MD5 and SHA1. -WWW: http://pear.php.net/package/Crypt_HMAC2/ +WWW: https://pear.php.net/package/Crypt_HMAC2 Index: head/security/pear-Crypt_MicroID/pkg-descr =================================================================== --- head/security/pear-Crypt_MicroID/pkg-descr (revision 428493) +++ head/security/pear-Crypt_MicroID/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Provides methods needed to generate and verify MicroIDs. -WWW: http://pear.php.net/package/Crypt_MicroID/ +WWW: https://pear.php.net/package/Crypt_MicroID Index: head/security/pear-Crypt_RC4/pkg-descr =================================================================== --- head/security/pear-Crypt_RC4/pkg-descr (revision 428493) +++ head/security/pear-Crypt_RC4/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PEAR RC4 encryption class. -WWW: http://pear.php.net/package/Crypt_RC4/ +WWW: https://pear.php.net/package/Crypt_RC4 Index: head/security/pear-Crypt_RSA/pkg-descr =================================================================== --- head/security/pear-Crypt_RSA/pkg-descr (revision 428493) +++ head/security/pear-Crypt_RSA/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ PEAR::Crypt_RSA allows you to use two-key strong cryptography like RSA with arbitrary key length. It uses one of the following extensions for math calculations: - PECL big_int extension version greater than or equal to 1.0.3 - PHP GMP extension - PHP BCMath extension for both PHP4 and PHP5 -WWW: http://pear.php.net/package/Crypt_RSA/ +WWW: https://pear.php.net/package/Crypt_RSA Index: head/security/pear-Crypt_XXTEA/pkg-descr =================================================================== --- head/security/pear-Crypt_XXTEA/pkg-descr (revision 428493) +++ head/security/pear-Crypt_XXTEA/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ This package allows you to encrypt and decrypt strings or long integer arrays with the XXTEA encryption algorithm, which is secure, fast and suitable for web development. -WWW: http://pear.php.net/package/Crypt_XXTEA +WWW: https://pear.php.net/package/Crypt_XXTEA Index: head/security/pear-File_HtAccess/pkg-descr =================================================================== --- head/security/pear-File_HtAccess/pkg-descr (revision 428493) +++ head/security/pear-File_HtAccess/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Provides methods to create and manipulate .htaccess files. -WWW: http://pear.php.net/package/File_HtAccess/ +WWW: https://pear.php.net/package/File_HtAccess Index: head/security/pear-File_Passwd/pkg-descr =================================================================== --- head/security/pear-File_Passwd/pkg-descr (revision 428493) +++ head/security/pear-File_Passwd/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ Provides methods to manipulate and authenticate against standard Unix, SMB server, AuthUser (.htpasswd), AuthDigest (.htdigest), CVS pserver and custom formatted password files. -WWW: http://pear.php.net/package/File_Passwd/ +WWW: https://pear.php.net/package/File_Passwd Index: head/security/pear-File_SMBPasswd/pkg-descr =================================================================== --- head/security/pear-File_SMBPasswd/pkg-descr (revision 428493) +++ head/security/pear-File_SMBPasswd/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ With PEAR::File_SMBPasswd you can maintain smbpasswd-files, usualy used by SAMBA. -WWW: http://pear.php.net/package/File_SMBPasswd/ +WWW: https://pear.php.net/package/File_SMBPasswd Index: head/security/pear-HTML_Crypt/pkg-descr =================================================================== --- head/security/pear-HTML_Crypt/pkg-descr (revision 428493) +++ head/security/pear-HTML_Crypt/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ HTML_Crypt provides methods to encrypt text, which can be later be decrypted using JavaScript on the client side. This is very useful to prevent spam robots collecting email addresses from your site, included is a method to add mailto links to the text being generated. -WWW: http://pear.php.net/package/HTML_Crypt +WWW: https://pear.php.net/package/HTML_Crypt Index: head/security/pear-LiveUser/pkg-descr =================================================================== --- head/security/pear-LiveUser/pkg-descr (revision 428493) +++ head/security/pear-LiveUser/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ LiveUser is a set of classes for dealing with user authentication and permission management. Basically, there are three main elements that make up this package: * The LiveUser class * The Auth containers * The Perm containers Currently available are containers using: PEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth. -WWW: http://pear.php.net/package/LiveUser/ +WWW: https://pear.php.net/package/LiveUser Index: head/security/pear-LiveUser_Admin/pkg-descr =================================================================== --- head/security/pear-LiveUser_Admin/pkg-descr (revision 428493) +++ head/security/pear-LiveUser_Admin/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ LiveUser_Admin is meant to be used with the LiveUser package. It is composed of all the classes necessary to administrate data used by LiveUser. -WWW: http://pear.php.net/package/LiveUser_Admin/ +WWW: https://pear.php.net/package/LiveUser_Admin Index: head/security/pear-Net_Portscan/pkg-descr =================================================================== --- head/security/pear-Net_Portscan/pkg-descr (revision 428493) +++ head/security/pear-Net_Portscan/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ The Net_Portscan package allows one to perform basic portscanning functions with PHP. It supports checking an individual port or checking a whole range of ports on a machine. -WWW: http://pear.php.net/package/Net-Portscan/ +WWW: https://pear.php.net/package/Net-Portscan Index: head/security/pear-Text_Password/pkg-descr =================================================================== --- head/security/pear-Text_Password/pkg-descr (revision 428493) +++ head/security/pear-Text_Password/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ The PEAR Text_Password package allows one to create pronounceable and unpronounceable passwords. -WWW: http://pear.php.net/package/Text_Password +WWW: https://pear.php.net/package/Text_Password Index: head/shells/pear-PHP_Shell/pkg-descr =================================================================== --- head/shells/pear-PHP_Shell/pkg-descr (revision 428493) +++ head/shells/pear-PHP_Shell/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ a interactive PHP Shell with tab-completion, inline help and handling of FATAL errors -WWW: http://pear.php.net/package/PHP_Shell/ +WWW: https://pear.php.net/package/PHP_Shell Index: head/sysutils/pear-Cache/pkg-descr =================================================================== --- head/sysutils/pear-Cache/pkg-descr (revision 428493) +++ head/sysutils/pear-Cache/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ With the PEAR Cache you can cache the result of certain function calls, as well as the output of a whole script run or share data between applications. -WWW: http://pear.php.net/package/Cache/ +WWW: https://pear.php.net/package/Cache Index: head/sysutils/pear-Cache_Lite/pkg-descr =================================================================== --- head/sysutils/pear-Cache_Lite/pkg-descr (revision 428493) +++ head/sysutils/pear-Cache_Lite/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This package is a little cache system optimized for file containers. It is fast and safe (because it uses file locking and/or anti-corruption tests). -WWW: http://pear.php.net/package/Cache_Lite +WWW: https://pear.php.net/package/Cache_Lite Index: head/sysutils/pear-File/pkg-descr =================================================================== --- head/sysutils/pear-File/pkg-descr (revision 428493) +++ head/sysutils/pear-File/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ Provides easy access to read/write to files along with some common routines to deal with paths. Also provides interface for handling CSV files. -WWW: http://pear.php.net/package/File/ +WWW: https://pear.php.net/package/File Index: head/sysutils/pear-File_Find/pkg-descr =================================================================== --- head/sysutils/pear-File_Find/pkg-descr (revision 428493) +++ head/sysutils/pear-File_Find/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ PEAR::File_Find, created as a replacement for its Perl counterpart, also named File_Find, is a directory searcher, which handles, globbing, recursive directory searching, as well as a slew of other cool features. -WWW: http://pear.php.net/package/File_Find/ +WWW: https://pear.php.net/package/File_Find Index: head/sysutils/pear-File_Fstab/pkg-descr =================================================================== --- head/sysutils/pear-File_Fstab/pkg-descr (revision 428493) +++ head/sysutils/pear-File_Fstab/pkg-descr (revision 428494) @@ -1,12 +1,12 @@ PEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab files. It presents a pleasant object-oriented interface to the fstab. Features: * Supports blockdev, label, and UUID specification of mount device. * Extendable to parse non-standard fstab formats by defining a new Entry class for that format. * Easily examine and set mount options for an entry. * Stable, functional interface. * Fully documented with PHPDoc. -WWW: http://pear.php.net/package/File_Fstab/ +WWW: https://pear.php.net/package/File_Fstab Index: head/sysutils/pear-File_Gettext/pkg-descr =================================================================== --- head/sysutils/pear-File_Gettext/pkg-descr (revision 428493) +++ head/sysutils/pear-File_Gettext/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Reader and writer for GNU PO and MO files. -WWW: http://pear.php.net/package/File_Gettext/ +WWW: https://pear.php.net/package/File_Gettext Index: head/sysutils/pear-I18Nv2/pkg-descr =================================================================== --- head/sysutils/pear-I18Nv2/pkg-descr (revision 428493) +++ head/sysutils/pear-I18Nv2/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ This package provides basic support to localize your application, like locale based formatting of dates, numbers and currencies. Beside that it attempts to provide an OS independent way to setlocale() and aims to provide language and country names translated into many languages. -WWW: http://pear.php.net/package/I18Nv2/ +WWW: https://pear.php.net/package/I18Nv2 Index: head/sysutils/pear-Log/pkg-descr =================================================================== --- head/sysutils/pear-Log/pkg-descr (revision 428493) +++ head/sysutils/pear-Log/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ PEAR Log framework provides an abstracted logging system. It supports logging to console, file, syslog, SQL, Sqlite, mail and mcal targets. It also provides a subject - observer mechanism. -WWW: http://pear.php.net/package/Log +WWW: https://pear.php.net/package/Log Index: head/sysutils/pear-Translation2/pkg-descr =================================================================== --- head/sysutils/pear-Translation2/pkg-descr (revision 428493) +++ head/sysutils/pear-Translation2/pkg-descr (revision 428494) @@ -1,23 +1,23 @@ This class provides an easy way to retrieve all the strings for a multilingual site from a data source (i.e. db). The following containers are provided, more will follow: - PEAR::DB - PEAR::MDB - PEAR::MDB2 - gettext - XML - PEAR::DB_DataObject (experimental) It is designed to reduce the number of queries to the db, caching the results when possible. An Admin class is provided to easily manage translations (add/remove a language, add/remove a string). Currently, the following decorators are provided: - CacheLiteFunction (for file-based caching) - CacheMemory (for memory-based caching) - DefaultText (to replace empty strings with their keys) - Iconv (to switch from/to different encodings) - Lang (resort to fallback languages for empty strings) - SpecialChars (replace html entities with their hex codes) - UTF-8 (to convert UTF-8 strings to ISO-8859-1) -WWW: http://pear.php.net/package/Translation2/ +WWW: https://pear.php.net/package/Translation2 Index: head/textproc/pear-File_Fortune/pkg-descr =================================================================== --- head/textproc/pear-File_Fortune/pkg-descr (revision 428493) +++ head/textproc/pear-File_Fortune/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ File_Fortune provides a PHP interface to reading fortune files. With it, you may retrieve a single fortune, a random fortune, or all fortunes in the file. Additionally, it offers the ability to access fortune files as if they were a native array, including updating and deleting items. All write operations will produce a binary header file to allow compatibility with the fortune and fortune-mod programs (as well as other fortune interfaces). -WWW: http://pear.php.net/package/File_Fortune/ +WWW: https://pear.php.net/package/File_Fortune Index: head/textproc/pear-File_MARC/pkg-descr =================================================================== --- head/textproc/pear-File_MARC/pkg-descr (revision 428493) +++ head/textproc/pear-File_MARC/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ The standard for machine-readable cataloging (MARC) records is documented at http://loc.gov/marc/. This package enables you to read existing MARC records from a file, string, or (using the YAZ extension), from a Z39.50 source. You can also use this package to create new MARC records. -WWW: http://pear.php.net/package/File_MARC +WWW: https://pear.php.net/package/File_MARC Index: head/textproc/pear-Numbers_Roman/pkg-descr =================================================================== --- head/textproc/pear-Numbers_Roman/pkg-descr (revision 428493) +++ head/textproc/pear-Numbers_Roman/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ PEAR::Numbers_Roman provides static methods for converting to and from Roman numerals. It supports Roman numerals in both uppercase and lowercase styles and conversion for and to numbers up to 5 999 999. -WWW: http://pear.php.net/package/Numbers_Roman/ +WWW: https://pear.php.net/package/Numbers_Roman Index: head/textproc/pear-Numbers_Words/pkg-descr =================================================================== --- head/textproc/pear-Numbers_Words/pkg-descr (revision 428493) +++ head/textproc/pear-Numbers_Words/pkg-descr (revision 428494) @@ -1,33 +1,33 @@ With Numbers_Words class you can convert numbers written in arabic digits to words in several languages. You can convert an integer between -infinity and infinity. If your system does not support such long numbers you can call Numbers_Words::toWords() with just a string. With the Numbers_Words::toCurrency($num, $locale, 'USD') method you can convert a number (decimal and fraction part) to words with currency name. The following languages are supported: * bg (Bulgarian) * cs (Czech) * de (German) * dk (Danish) * en_100 (Donald Knuth system, English) * en_GB (British English) * en_US (American English) * es (Spanish Castellano) * es_AR (Argentinian Spanish) * et (Estonian) * fr (French) * fr_BE (French Belgium) * he (Hebrew) * hu_HU (Hungarian) * id (Indonesian) * it_IT (Italian) * lt (Lithuanian) * nl (Dutch) * pl (Polish) * pt_BR (Brazilian Portuguese) * ru (Russian) * sv (Swedish) -WWW: http://pear.php.net/package/Numbers_Words +WWW: https://pear.php.net/package/Numbers_Words Index: head/textproc/pear-Spreadsheet_Excel_Writer/pkg-descr =================================================================== --- head/textproc/pear-Spreadsheet_Excel_Writer/pkg-descr (revision 428493) +++ head/textproc/pear-Spreadsheet_Excel_Writer/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ PEAR class for generating Excel spreadsheets. It was born as a port of the Spreadsheet::WriteExcel Perl module to PHP. It allows writing of Excel spreadsheets without the need for COM objects. It supports formulas, images (BMP) and all kinds of formatting for text and cells. It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available. -WWW: http://pear.php.net/package/Spreadsheet_Excel_Writer +WWW: https://pear.php.net/package/Spreadsheet_Excel_Writer Index: head/textproc/pear-Structures_DataGrid_DataSource_RSS/pkg-descr =================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_RSS/pkg-descr (revision 428493) +++ head/textproc/pear-Structures_DataGrid_DataSource_RSS/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a DataSource driver for Structures_DataGrid using RSS files. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_RSS Index: head/textproc/pear-Structures_DataGrid_DataSource_XML/pkg-descr =================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_XML/pkg-descr (revision 428493) +++ head/textproc/pear-Structures_DataGrid_DataSource_XML/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a DataSource driver for Structures_DataGrid using XML files. -WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS/ +WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_RSS Index: head/textproc/pear-Structures_DataGrid_Renderer_CSV/pkg-descr =================================================================== --- head/textproc/pear-Structures_DataGrid_Renderer_CSV/pkg-descr (revision 428493) +++ head/textproc/pear-Structures_DataGrid_Renderer_CSV/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This is a Renderer driver for Structures_DataGrid that generates a CSV string. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_CSV/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_CSV Index: head/textproc/pear-Structures_DataGrid_Renderer_XLS/pkg-descr =================================================================== --- head/textproc/pear-Structures_DataGrid_Renderer_XLS/pkg-descr (revision 428493) +++ head/textproc/pear-Structures_DataGrid_Renderer_XLS/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This is a Renderer driver for Structures_DataGrid that generates a XLS string. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XLS/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_XLS Index: head/textproc/pear-Structures_DataGrid_Renderer_XML/pkg-descr =================================================================== --- head/textproc/pear-Structures_DataGrid_Renderer_XML/pkg-descr (revision 428493) +++ head/textproc/pear-Structures_DataGrid_Renderer_XML/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ This is a Renderer driver for Structures_DataGrid that generates a XML string. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XML/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_XML Index: head/textproc/pear-Text_Highlighter/pkg-descr =================================================================== --- head/textproc/pear-Text_Highlighter/pkg-descr (revision 428493) +++ head/textproc/pear-Text_Highlighter/pkg-descr (revision 428494) @@ -1,17 +1,17 @@ Text_Highlighter is a package for syntax highlighting. It provides a base class provining all the functionality, and a descendent classes geneator class. The main idea is to simplify creation of subclasses implementing syntax highlighting for particular language. Subclasses do not implement any new functioanality, they just provide syntax highlighting rules. The rules sources are in XML format. To create a highlighter for a language, there is no need to code a new class manually. Simply describe the rules in XML file and use Text_Highlighter_Generator to create a new class. -WWW: http://pear.php.net/package/Text_Highlighter +WWW: https://pear.php.net/package/Text_Highlighter Index: head/textproc/pear-Validate_ISPN/pkg-descr =================================================================== --- head/textproc/pear-Validate_ISPN/pkg-descr (revision 428493) +++ head/textproc/pear-Validate_ISPN/pkg-descr (revision 428494) @@ -1,12 +1,12 @@ This class provides methods to validate: - ISBN (International Standard Book Number) - ISSN (International Standard Serial Number) - ISMN (International Standard Music Number) - ISRC (International Standard Recording Code) - EAN/UCC-8 number - EAN/UCC-13 number - EAN/UCC-14 number - UCC-12 (U.P.C.) ID number - SSCC (Serial Shipping Container Code) -WWW: http://pear.php.net/package/Validate_ISPN +WWW: https://pear.php.net/package/Validate_ISPN Index: head/textproc/pear-XML_Beautifier/pkg-descr =================================================================== --- head/textproc/pear-XML_Beautifier/pkg-descr (revision 428493) +++ head/textproc/pear-XML_Beautifier/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ PEAR::XML_Beautifier will add indentation and linebreaks to you XML files, replace all entities, format your comments and makes your document easier to read. You can influence the way your document is beautified with several options. -WWW: http://pear.php.net/package/XML_Beautifier/ +WWW: https://pear.php.net/package/XML_Beautifier Index: head/textproc/pear-XML_DTD/pkg-descr =================================================================== --- head/textproc/pear-XML_DTD/pkg-descr (revision 428493) +++ head/textproc/pear-XML_DTD/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ PEAR::XML_DTD parsing of DTD files and DTD validation of XML files. The XML validation is done with the php sax parser, the xml extension, it does not use the domxml extension. Currently supports most of the current XML spec, including entities, elements and attributes. Some uncommon parts of the spec may still be unsupported. -WWW: http://pear.php.net/package/XML_DTD/ +WWW: https://pear.php.net/package/XML_DTD Index: head/textproc/pear-XML_Feed_Parser/pkg-descr =================================================================== --- head/textproc/pear-XML_Feed_Parser/pkg-descr (revision 428493) +++ head/textproc/pear-XML_Feed_Parser/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ XML_Feed_Parser is a parser for (the various) RSS and Atom format XML feeds. It attempts to provide a somewhat unified API while still allowing access to the full details of each feed type. -WWW: http://pear.php.net/package/XML_Feed_Parser/ +WWW: https://pear.php.net/package/XML_Feed_Parser Index: head/textproc/pear-XML_HTMLSax/pkg-descr =================================================================== --- head/textproc/pear-XML_HTMLSax/pkg-descr (revision 428493) +++ head/textproc/pear-XML_HTMLSax/pkg-descr (revision 428494) @@ -1,12 +1,12 @@ PEAR::XML_HTMLSax provides an API very similar to the native PHP XML extension (http://www.php.net/xml), allowing handlers using one to be easily adapted to the other. The key difference is HTMLSax will not break on badly formed XML, allowing it to be used for parsing HTML documents. Otherwise HTMLSax supports all the handlers available from Expat except namespace and external entity handlers. Provides methods for handling XML escapes as well as JSP/ASP opening and close tags. -WWW: http://pear.php.net/package/XML_HTMLSax/ +WWW: https://pear.php.net/package/XML_HTMLSax Index: head/textproc/pear-XML_Wddx/pkg-descr =================================================================== --- head/textproc/pear-XML_Wddx/pkg-descr (revision 428493) +++ head/textproc/pear-XML_Wddx/pkg-descr (revision 428494) @@ -1,16 +1,16 @@ PEAR::XML_Wddx does 2 things: a) a drop in replacement for the XML_Wddx extension (if it's not built in) b) produce an editable wddx file (with indenting etc.) and uses CDATA, rather than char tags This package contains 2 static methods: XML_Wddx:serialize($value) XML_Wddx:deserialize($value) Should be 90% compatible with wddx_deserialize(), and the deserializer will use wddx_deserialize if it is built in. No support for recordsets is available at present in the PHP version of the deserializer. -WWW: http://pear.php.net/package/XML_Wddx/ +WWW: https://pear.php.net/package/XML_Wddx Index: head/www/pear-HTML_AJAX/pkg-descr =================================================================== --- head/www/pear-HTML_AJAX/pkg-descr (revision 428493) +++ head/www/pear-HTML_AJAX/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Provides PHP and JavaScript libraries for performing AJAX (Communication from JavaScript to your browser without reloading the page) -WWW: http://pear.php.net/package/HTML_AJAX/ +WWW: https://pear.php.net/package/HTML_AJAX Index: head/www/pear-HTML_TagCloud/pkg-descr =================================================================== --- head/www/pear-HTML_TagCloud/pkg-descr (revision 428493) +++ head/www/pear-HTML_TagCloud/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ This package can be used to generate tag clouds. The output is HTML and CSS. And it does not only visualize frequency, but also timeline information. The newer the tag is, the deeper its color will be; older tags will have a lighter color.The main goal of "HTML_TagCloud" is to provide an easy to implement and configureable Tag Cloud solution that is suitable for any PHP-based webapp. -WWW: http://pear.php.net/package/HTML_TagCloud/ +WWW: https://pear.php.net/package/HTML_TagCloud Index: head/www/pear-HTTP/pkg-descr =================================================================== --- head/www/pear-HTTP/pkg-descr (revision 428493) +++ head/www/pear-HTTP/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ The HTTP class is a class with static methods for doing miscellaneous HTTP related stuff like date formatting, language negotiation or HTTP redirection. -WWW: http://pear.php.net/package/HTTP/ +WWW: https://pear.php.net/package/HTTP Index: head/www/pear-HTTP_Client/pkg-descr =================================================================== --- head/www/pear-HTTP_Client/pkg-descr (revision 428493) +++ head/www/pear-HTTP_Client/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ The HTTP_Client class wraps around HTTP_Request and provides a higher level interface for performing multiple HTTP requests. Features: * Manages cookies and referrers between requests * Handles HTTP redirection * Has methods to set default headers and request parameters * Implements the Subject-Observer design pattern: the base class sends events to listeners that do the response processing. -WWW: http://pear.php.net/package/HTTP_Client/ +WWW: https://pear.php.net/package/HTTP_Client Index: head/www/pear-HTTP_Download/pkg-descr =================================================================== --- head/www/pear-HTTP_Download/pkg-descr (revision 428493) +++ head/www/pear-HTTP_Download/pkg-descr (revision 428494) @@ -1,13 +1,13 @@ Provides an interface to easily send hidden files or any arbitrary data to HTTP clients. HTTP_Download can gain its data from variables, files or stream resources. It features: - Basic caching capabilities - Basic throttling mechanism - On-the-fly gzip-compression - Ranges (partial downloads and resuming) - Delivery of on-the-fly generated archives through Archive_Tar and Archive_Zip - Sending of PgSQL LOBs without the need to read all data in prior to sending -WWW: http://pear.php.net/package/HTTP_Download/ +WWW: https://pear.php.net/package/HTTP_Download Index: head/www/pear-HTTP_FloodControl/pkg-descr =================================================================== --- head/www/pear-HTTP_FloodControl/pkg-descr (revision 428493) +++ head/www/pear-HTTP_FloodControl/pkg-descr (revision 428494) @@ -1,14 +1,14 @@ The HTTP_FloodControl package can be used to detect and protect a Web site from attempts to flood it with too many requests. It also allows to protect the site from automatic downloading many pages or files from the same IP address, session ID or other unique identifier. The detection of flood is determine according to a set of parameters indicating the maximal allowed number of requests for the certain time interval. It is possible to set several parameters at once in order to perform more effective protection. The package uses various storage containers (regular files, DB, MDB, MDB2) to handle counter logs. -WWW: http://pear.php.net/package/HTTP_FloodControl/ +WWW: https://pear.php.net/package/HTTP_FloodControl Index: head/www/pear-HTTP_Header/pkg-descr =================================================================== --- head/www/pear-HTTP_Header/pkg-descr (revision 428493) +++ head/www/pear-HTTP_Header/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ This class provides methods to set/modify HTTP headers and status codes including an HTTP caching facility. It also provides methods for checking Status types. -WWW: http://pear.php.net/package/HTTP_Header/ +WWW: https://pear.php.net/package/HTTP_Header Index: head/www/pear-HTTP_Request/pkg-descr =================================================================== --- head/www/pear-HTTP_Request/pkg-descr (revision 428493) +++ head/www/pear-HTTP_Request/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc. -WWW: http://pear.php.net/package/HTTP_Request/ +WWW: https://pear.php.net/package/HTTP_Request Index: head/www/pear-HTTP_Request2/pkg-descr =================================================================== --- head/www/pear-HTTP_Request2/pkg-descr (revision 428493) +++ head/www/pear-HTTP_Request2/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable Adapters. Currently available are: * Socket adapter, based on old HTTP_Request code, * Curl adapter, wraps around PHP's cURL extension, * Mock adapter, to use for testing packages dependent on HTTP_Request2. Supports POST requests with data and file uploads, authentication, cookies, proxies, gzip and deflate encodings, monitoring the request progress with Observers. -WWW: http://pear.php.net/package/HTTP_Request2 +WWW: https://pear.php.net/package/HTTP_Request2 Index: head/www/pear-HTTP_Server/pkg-descr =================================================================== --- head/www/pear-HTTP_Server/pkg-descr (revision 428493) +++ head/www/pear-HTTP_Server/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ HTTP server class that allows you to easily implement HTTP servers by supplying callbacks. The base class will parse the request, call the appropriate callback and build a repsonse based on an array that the callbacks have to return. -WWW: http://pear.php.net/package/HTTP_Server/ +WWW: https://pear.php.net/package/HTTP_Server Index: head/www/pear-HTTP_Session2/pkg-descr =================================================================== --- head/www/pear-HTTP_Session2/pkg-descr (revision 428493) +++ head/www/pear-HTTP_Session2/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ PHP5 Object-oriented interface to the session_* family functions it provides extra features such as database storage for session data using DB/MDB2 packages. -WWW: http://pear.php.net/package/HTTP_Session2/ +WWW: https://pear.php.net/package/HTTP_Session2 Index: head/www/pear-HTTP_Upload/pkg-descr =================================================================== --- head/www/pear-HTTP_Upload/pkg-descr (revision 428493) +++ head/www/pear-HTTP_Upload/pkg-descr (revision 428494) @@ -1,11 +1,11 @@ This class provides an advanced file uploader system for file uploads made from html forms. Features: * Can handle from one file to multiple files. * Safe file copying from tmp dir. * Easy detecting mechanism of valid upload, missing upload or error. * Gives extensive information about the uploaded file. * Rename uploaded files in different ways: as it is, safe or unique. * Validate allowed file extensions. * Multiple languages error messages support (es, en, de, fr, nl). -WWW: http://pear.php.net/package/HTTP_Upload/ +WWW: https://pear.php.net/package/HTTP_Upload Index: head/www/pear-HTTP_WebDAV_Client/pkg-descr =================================================================== --- head/www/pear-HTTP_WebDAV_Client/pkg-descr (revision 428493) +++ head/www/pear-HTTP_WebDAV_Client/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ HTTP_WebDAV_Client is a RFC2518 compliant stream wrapper that allows to use WebDAV server resources like a regular file system from within PHP. -WWW: http://pear.php.net/package/HTTP_WebDAV_Client/ +WWW: https://pear.php.net/package/HTTP_WebDAV_Client Index: head/www/pear-HTTP_WebDAV_Server/pkg-descr =================================================================== --- head/www/pear-HTTP_WebDAV_Server/pkg-descr (revision 428493) +++ head/www/pear-HTTP_WebDAV_Server/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ HTTP_WebDAV_Server is a RFC2518 compliant helper class for WebDAV server implementation. -WWW: http://pear.php.net/package/HTTP_WebDAV_Server/ +WWW: https://pear.php.net/package/HTTP_WebDAV_Server Index: head/www/pear-Services_Amazon/pkg-descr =================================================================== --- head/www/pear-Services_Amazon/pkg-descr (revision 428493) +++ head/www/pear-Services_Amazon/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ pear-Services_Amazon is a PHP interface to Amazon Product Advertising API. -WWW: http://pear.php.net/package/Services_Amazon/ +WWW: https://pear.php.net/package/Services_Amazon Index: head/www/pear-Services_Amazon_S3/pkg-descr =================================================================== --- head/www/pear-Services_Amazon_S3/pkg-descr (revision 428493) +++ head/www/pear-Services_Amazon_S3/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ pear-Services_Amazon_S3 provides an object-oriented interface to the Amazon Simple Storage Service (S3). This package is based on the 2006-03-01 REST API. -WWW: http://pear.php.net/package/Services_Amazon_S3/ +WWW: https://pear.php.net/package/Services_Amazon_S3 Index: head/www/pear-Services_Blogging/pkg-descr =================================================================== --- head/www/pear-Services_Blogging/pkg-descr (revision 428493) +++ head/www/pear-Services_Blogging/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ pear-Services_Blogging provides a unified API to post and read blog entries, independent of the API supported by the server software hosting the blog. It uses a driver-based approach to communicate with different APIs out there. If a new blogging API is invented, someone just needs to write a driver for the Services_Blogging package, and everyone can access also this blogs. -WWW: http://pear.php.net/package/Services_Blogging/ +WWW: https://pear.php.net/package/Services_Blogging Index: head/www/pear-Services_Compete/pkg-descr =================================================================== --- head/www/pear-Services_Compete/pkg-descr (revision 428493) +++ head/www/pear-Services_Compete/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ PHP wrapper for the Compete SnapShop API -WWW: http://pear.php.net/package/Services_Compete/ +WWW: https://pear.php.net/package/Services_Compete Index: head/www/pear-Services_Delicious/pkg-descr =================================================================== --- head/www/pear-Services_Delicious/pkg-descr (revision 428493) +++ head/www/pear-Services_Delicious/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ Services_Delicious is a client for the REST-based web service of del.icio.us. del.icio.us is a social bookmarks manager. It allows you to easily add sites you like to your personal collection of links, to categorize those sites with keywords, and to share your collection not only between your own browsers and machines, but also with others. Services_Delicious allows you to select, add and delete your bookmarks from any PHP script. -WWW: http://pear.php.net/package/Services_Delicious +WWW: https://pear.php.net/package/Services_Delicious Index: head/www/pear-Services_Digg/pkg-descr =================================================================== --- head/www/pear-Services_Digg/pkg-descr (revision 428493) +++ head/www/pear-Services_Digg/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ An interface for accessing Digg's web services API at http://services.digg.com. -WWW: http://pear.php.net/package/Services_Digg/ +WWW: https://pear.php.net/package/Services_Digg Index: head/www/pear-Services_Facebook/pkg-descr =================================================================== --- head/www/pear-Services_Facebook/pkg-descr (revision 428493) +++ head/www/pear-Services_Facebook/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ pear-Services_Facebook is an interface for accessing Facebook's web services API at http://api.facebook.com. -WWW: http://pear.php.net/package/Services_Facebook/ +WWW: https://pear.php.net/package/Services_Facebook Index: head/www/pear-Services_GeoNames/pkg-descr =================================================================== --- head/www/pear-Services_GeoNames/pkg-descr (revision 428493) +++ head/www/pear-Services_GeoNames/pkg-descr (revision 428494) @@ -1,18 +1,18 @@ Services_GeoNames is a PHP5 interface to the various webservices offered by the GeoNames project. The GeoNames database contains over 8,000,000 geographical names corresponding to over 6,500,000 unique features. All features are categorized into one out of nine feature classes and further subcategorized into one out of 645 feature codes. Beyond names of places in various languages, data stored include latitude, longitude, elevation, population, administrative subdivision and postal codes. All coordinates use the WGS84 system (World Geodetic System 1984). Those data are accessible free of charge through a number of Web services and a daily database export. The Web services include direct and reverse geocoding,finding places through postal codes, finding places next to a given place, and finding Wikipedia articles about neighbouring places. -WWW: http://pear.php.net/package/Services_GeoNames +WWW: https://pear.php.net/package/Services_GeoNames Index: head/www/pear-Services_Google/pkg-descr =================================================================== --- head/www/pear-Services_Google/pkg-descr (revision 428493) +++ head/www/pear-Services_Google/pkg-descr (revision 428494) @@ -1,9 +1,9 @@ pear-Services_Google is a pear class that provides access to the Google SOAP Web APIs. It allows easy access to the Google SOAP Web APIs for the search engine, spelling suggestions, and cache. Please note that as of December 5, 2006 Google is no longer issuing new API keys for the SOAP search API, so this package is only for developers which has an API key already. -WWW: http://pear.php.net/package/Services_Google/ +WWW: https://pear.php.net/package/Services_Google Index: head/www/pear-Services_OpenSearch/pkg-descr =================================================================== --- head/www/pear-Services_OpenSearch/pkg-descr (revision 428493) +++ head/www/pear-Services_OpenSearch/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Provides access to A9 OpenSearch compatible search engines -WWW: http://pear.php.net/package/Services_OpenSearch +WWW: https://pear.php.net/package/Services_OpenSearch Index: head/www/pear-Services_ShortURL/pkg-descr =================================================================== --- head/www/pear-Services_ShortURL/pkg-descr (revision 428493) +++ head/www/pear-Services_ShortURL/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ Short URL services have become enormously popular on the internet. There are, literally, dozens (hundreds?) of these services. Services_ShortURL offers an abstract way of shortening and expanding URLs. -WWW: http://pear.php.net/package/Services_ShortURL/ +WWW: https://pear.php.net/package/Services_ShortURL Index: head/www/pear-Services_TinyURL/pkg-descr =================================================================== --- head/www/pear-Services_TinyURL/pkg-descr (revision 428493) +++ head/www/pear-Services_TinyURL/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ An interface for creating TinyURL's with their API as well as looking up destinations of given TinyURL's. -WWW: http://pear.php.net/package/Services_TinyURL/ +WWW: https://pear.php.net/package/Services_TinyURL Index: head/www/pear-Services_TwitPic/pkg-descr =================================================================== --- head/www/pear-Services_TwitPic/pkg-descr (revision 428493) +++ head/www/pear-Services_TwitPic/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ An interface for uploading pictures to TwitPic and optionally posting them (along with status messages) to Twitter as well. -WWW: http://pear.php.net/package/Services_TwitPic +WWW: https://pear.php.net/package/Services_TwitPic Index: head/www/pear-Services_W3C_CSSValidator/pkg-descr =================================================================== --- head/www/pear-Services_W3C_CSSValidator/pkg-descr (revision 428493) +++ head/www/pear-Services_W3C_CSSValidator/pkg-descr (revision 428494) @@ -1,8 +1,8 @@ This package provides an object oriented interface to the API of the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/). With this package you can connect to a running instance of the validator and retrieve the validation results (true|false) as well as the errors and warnings for a style sheet. -WWW: http://pear.php.net/package/Services_W3C_CSSValidator/ +WWW: https://pear.php.net/package/Services_W3C_CSSValidator Index: head/www/pear-Services_W3C_HTMLValidator/pkg-descr =================================================================== --- head/www/pear-Services_W3C_HTMLValidator/pkg-descr (revision 428493) +++ head/www/pear-Services_W3C_HTMLValidator/pkg-descr (revision 428494) @@ -1,7 +1,7 @@ This package provides an object oriented interface to the API of the W3 HTML Validator application (http://validator.w3.org/). With this package you can connect to a running instance of the validator and retrieve the validation results (true|false) as well as the errors and warnings for a web page. -WWW: http://pear.php.net/package/Services_W3C_HTMLValidator +WWW: https://pear.php.net/package/Services_W3C_HTMLValidator Index: head/www/pear-Services_Yadis/pkg-descr =================================================================== --- head/www/pear-Services_Yadis/pkg-descr (revision 428493) +++ head/www/pear-Services_Yadis/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Implementation of the Yadis Specification 1.0 protocol allowing a client to discover a list of Services a Yadis Identity Provider offers. -WWW: http://pear.php.net/package/Services_Yadis/ +WWW: https://pear.php.net/package/Services_Yadis Index: head/www/pear-Services_Yahoo/pkg-descr =================================================================== --- head/www/pear-Services_Yahoo/pkg-descr (revision 428493) +++ head/www/pear-Services_Yahoo/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ Services_Yahoo provides object-oriented interfaces to the web service capabilities of Yahoo. -WWW: http://pear.php.net/package/Services_Yahoo +WWW: https://pear.php.net/package/Services_Yahoo Index: head/www/pear-Services_urlTea/pkg-descr =================================================================== --- head/www/pear-Services_urlTea/pkg-descr (revision 428493) +++ head/www/pear-Services_urlTea/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ An interface for accessing urlTea's web services API -WWW: http://pear.php.net/package/Services_urlTea/ +WWW: https://pear.php.net/package/Services_urlTea Index: head/www/pear-Structures_DataGrid_Renderer_Flexy/pkg-descr =================================================================== --- head/www/pear-Structures_DataGrid_Renderer_Flexy/pkg-descr (revision 428493) +++ head/www/pear-Structures_DataGrid_Renderer_Flexy/pkg-descr (revision 428494) @@ -1,6 +1,6 @@ This is a Renderer driver for Structures_DataGrid using HTML_Template_Flexy. It adds a couple of variables to a Flexy instance and adds paging functionality. This renderer also enables customised result messages, customised column labels and a column label formatter -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Flexy/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_Flexy Index: head/www/pear-Structures_DataGrid_Renderer_Pager/pkg-descr =================================================================== --- head/www/pear-Structures_DataGrid_Renderer_Pager/pkg-descr (revision 428493) +++ head/www/pear-Structures_DataGrid_Renderer_Pager/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a Renderer driver for Structures_DataGrid using PEAR::Pager. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_Pager Index: head/www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr =================================================================== --- head/www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr (revision 428493) +++ head/www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ This is a Renderer driver for Structures_DataGrid using Smarty. -WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty/ +WWW: https://pear.php.net/package/Structures_DataGrid_Renderer_Smarty Index: head/www/pear-Text_Wiki/pkg-descr =================================================================== --- head/www/pear-Text_Wiki/pkg-descr (revision 428493) +++ head/www/pear-Text_Wiki/pkg-descr (revision 428494) @@ -1,3 +1,3 @@ Abstracts parsing and rendering rules for Wiki markup in structured plain text. -WWW: http://pear.php.net/package/Text_Wiki/ +WWW: https://pear.php.net/package/Text_Wiki Index: head/www/pear-UDDI/pkg-descr =================================================================== --- head/www/pear-UDDI/pkg-descr (revision 428493) +++ head/www/pear-UDDI/pkg-descr (revision 428494) @@ -1,5 +1,5 @@ PEAR::UDDI is an implementation of the Universal Description, Discovery and Integration API for locating and publishing Web Services listings in a UBR (UDDI Business Registry) -WWW: http://pear.php.net/package/UDDI/ +WWW: https://pear.php.net/package/UDDI Index: head/www/pear-XML_GRDDL/pkg-descr =================================================================== --- head/www/pear-XML_GRDDL/pkg-descr (revision 428493) +++ head/www/pear-XML_GRDDL/pkg-descr (revision 428494) @@ -1,4 +1,4 @@ XML_GRDDL is a PHP library for dealing with GRDDL. It can use Different XSLT engines. -WWW: http://pear.php.net/package/XML_GRDDL/ +WWW: https://pear.php.net/package/XML_GRDDL