Commit graph

6926 commits

Author SHA1 Message Date
Peter Postma
37b3f8c8c0 wip is not the category, change to lang. 2004-07-18 15:10:48 +00:00
Peter Postma
32c13d9fcc wip is not the category, change to sysutils. 2004-07-18 15:09:24 +00:00
Peter Postma
6472ce33a6 wip is not the category, change to security. 2004-07-18 15:07:34 +00:00
Peter Postma
a2a8ef3e8c wip is not the category, change to databases. 2004-07-18 15:06:25 +00:00
Peter Postma
f683994a55 wip is not the category, change to sysutils. 2004-07-18 15:05:50 +00:00
Peter Postma
2f93426e8c wip is not the category, change to databases. 2004-07-18 15:03:07 +00:00
Peter Postma
2a238f7cd3 wip is not the category, change to audio. 2004-07-18 15:01:34 +00:00
Peter Postma
821d144a2f Don't register the rc.d script in the PLIST. 2004-07-18 14:40:13 +00:00
Peter Postma
a11644dbd4 Fix example directory. 2004-07-18 14:20:27 +00:00
Peter Postma
0de961147e Update to 20040718p.
20040718
 - (dtucker) [Makefile.in] Create privsep directory and warn if _ntp group/
   user do not exist.
 - (dtucker) [defines.h] Mac OS X needs IOV_MAX defined too.  From kinetik at
   orcon.net.nz
 - (dtucker) [configure.ac] Die screaming if we can't find getaddrinfo.
 - (dtucker) [defines.h] Use "#if defined(..) not "#if (..)".

20040717
 - (dtucker) [configure.ac] Import --with-ssl-dir checks from OpenSSH
   Portable, configure will now automatically find libcrypto in its default
   location.
 - (dtucker) [ntpd.conf] Make more like OpenBSD's, but select 3 servers from
   pool.ntp.org by default rather than use the "servers" directive.
2004-07-18 14:17:22 +00:00
Emile `iMil' Heitor
e6e7aee8d3 added manpage install specs 2004-07-18 07:46:27 +00:00
pancake ;)
513bb5c040 initial import of java-gnujaf
GNU JAF is a framework for declaring what beans operate on what MIME type data.
Content handler beans can be defined to handle particular MIME content. The JAF
unites internet standards for declaring content with JavaBeans?.

The JAF defines two mechanisms within the framework. The first, the file type
map, specifies the MIME content type for a given file. The default
implementation of this uses the UNIX mime.types format to map filename
extensions to MIME types. The second mechanism, the command map, specifies
the actions that can be applied to a given MIME content type. The default
implementation of this uses the standard mailcap format to map actions to
JavaBean? classes. These beans can then view, edit, print, or perform
whatever other action is required on the underlying resource.
2004-07-17 15:42:29 +00:00
Peter Postma
a408d0a316 Add openntpd. 2004-07-16 20:46:50 +00:00
Peter Postma
c147231c15 Import OpenNTPd.
OpenNTPd is a free implementation of the Network Time Protocol.
It provides the ability to sync the local clock to remote NTP servers and
can act as NTP server itself, redistributing the local clock.

OpenNTPd is primarily developed by Henning Brauer and Alexander Guy as part
of the OpenBSD Project. The portable version is made by Darren Tucker.
The software and is freely useable and re-useable by everyone under a BSD
license.
2004-07-16 20:41:08 +00:00
Peter Postma
cdc0a5ad89 + php5-calendar php5-mbstring php5-posix 2004-07-16 19:18:55 +00:00
Peter Postma
7a6e3a1fb4 Better order. 2004-07-16 19:14:14 +00:00
Peter Postma
6f487d9d49 PHP5 extension for POSIX-like functions. 2004-07-16 19:11:34 +00:00
Peter Postma
10ef21315b PHP5 extension for multibyte char support (currently, Japanese only). 2004-07-16 19:09:32 +00:00
Peter Postma
c43ee5d76b PHP5 extension for calendar conversion support. 2004-07-16 19:08:55 +00:00
Peter Postma
5a394e9828 Add to configure: --with-regex=system, --without-mysql, --without-iconv,
--enable-discard-path, --enable-force-cgi-redirect, --enable-memory-limit,
  --enable-track-vars, --disable-posix.

(same as www/php4 pkg)
2004-07-16 19:06:34 +00:00
Peter Postma
39605834a5 Remove --enable-mbstring and --enable-calendar.
Support should be added via modules.
2004-07-16 19:00:33 +00:00
Peter Postma
252709dde5 Fix a typo, SIBDIR -> SUBDIR. 2004-07-16 18:31:18 +00:00
Peter Postma
78c99bd66a Add php5-ftp and php5-sockets. 2004-07-16 18:27:27 +00:00
Peter Postma
4f3b98fa3c Remove the PHP5_WITHOUT_NETWORK option.
Network support can be installed via modules.
2004-07-16 18:19:00 +00:00
Peter Postma
dc9d3bf028 PHP5 extension for sockets support. 2004-07-16 18:15:55 +00:00
Peter Postma
b52790d76e PHP5 extension for FTP access. 2004-07-16 18:14:30 +00:00
Peter Postma
ab15da1c0e Add USE_SSL, as seen in the www/php4 pkg. 2004-07-16 18:04:10 +00:00
Peter Postma
d526bb608d distinfo not needed -> /dev/null 2004-07-16 17:51:06 +00:00
Peter Postma
b7535fe604 Remove unneeded patch. 2004-07-16 17:48:30 +00:00
Peter Postma
e9b91992ea Remove 'share/examples/php' on deinstall. 2004-07-16 17:31:17 +00:00
Peter Postma
4342a95e88 + php5-mysql 2004-07-16 17:29:44 +00:00
Peter Postma
e2a32d5f37 Import the MySQL extension for PHP 5. 2004-07-16 17:26:27 +00:00
Peter Postma
473e8878d3 Remove unneeded files. 2004-07-16 17:22:34 +00:00
Peter Postma
b13402b0fd Clean-up 2004-07-16 17:22:10 +00:00
Peter Postma
4fce85c032 Adapt the module build files from the www/php4 pkg.
(maybe a more general way should be used, time for php.mk ?)
2004-07-16 17:21:09 +00:00
Peter Postma
51a05c8a91 Install the 2 configuration examples into share/examples/php/. 2004-07-16 17:05:38 +00:00
Peter Postma
b2e9c0374e Don't remove 'lib/php', the extension dir is there. 2004-07-16 16:05:51 +00:00
Peter Postma
49c4e9670e Move the configuration file part out of the common Makefile,
it doesn't belong there.
Add the extension directory to OWN_DIRS.
2004-07-16 16:03:57 +00:00
Peter Postma
ade0540d0b Specify an extension directory.
This will also be needed for the modules.
2004-07-16 15:57:20 +00:00
Peter Postma
7608fa586e Add some information, stolen from www/ap-php4/MESSAGE. 2004-07-16 14:53:28 +00:00
Peter Postma
07cebbdca8 bye bye TODO 2004-07-16 14:51:48 +00:00
Peter Postma
a02123b6c6 Make this build/install properly. 2004-07-16 14:49:04 +00:00
Peter Postma
5a2aed8edd Update RC2 to the final release and cleanup the Makefile's.
Some of the key features of PHP 5 include:

* The Zend Engine II with a new object model and dozens of new features.
* XML support has been completely redone in PHP 5, all extensions are now
  focused around the excellent libxml2 library (http://www.xmlsoft.org/).
* A new SimpleXML extension for easily accessing and manipulating XML as PHP
  objects. It can also interface with the DOM extension and vice-versa.
* A brand new built-in SOAP extension for interoperability with Web Services.
* A new MySQL extension named MySQLi for developers using MySQL 4.1 and later.
  This new extension includes an object-oriented interface in addition to a
  traditional interface; as well as support for many of MySQL's new features,
  such as prepared statements.
* SQLite has been bundled with PHP. For more information on SQLite, please
  visit their website.
* Streams have been greatly improved, including the ability to access
  low-level socket operations on streams.
* And lots more...
2004-07-16 14:23:59 +00:00
Jaromir Dolecek
5b05220330 ap-auth-mysql moved to master NetBSD pkgsrc, thanks Quentin! 2004-07-16 11:36:17 +00:00
Amitai Schlair
7ac4b3daba memtester has moved to pkgsrc. 2004-07-16 01:04:39 +00:00
Amitai Schlair
fb30490625 memtester has been imported to pkgsrc (in the "sysutils" category). Thanks! 2004-07-16 01:02:45 +00:00
Marc Recht
4bcaabd9d5 Remove prngd -- it has been moved to pkgsrc. 2004-07-15 23:15:17 +00:00
Juan Romero Pardines
3c9d9b7e33 smartmontools has been moved to pkgsrc. 2004-07-15 20:22:35 +00:00
Ian Zagorskih
7a9ae2fe55 Added package wip/gwenview 2004-07-15 16:07:45 +00:00
Ian Zagorskih
23f273fb7b Gwenview is an very powerful image viewer for KDE whose aims
are ease of use and speed.
2004-07-15 16:06:00 +00:00