Commit graph

2393 commits

Author SHA1 Message Date
Marc Recht
34bdd67f90 Update to 1.0.11
The usual: fixes and new features.
See http://www.fwbuilder.org/pages/Documents/ReleaseNotes/ReleaseNotes_1.0.11.html
for details.
2003-09-27 18:30:39 +00:00
Marc Recht
1c65a4e9d6 Update to 1.0.1
2003-09-02  Vadim Kurland  <vadim@vk.crocodile.org>
   * 1.0.1 released
2003-07-21  Vadim Kurland  <vadim@vk.crocodile.org>
   * Compiler.cc (isRecursiveGroup): fixed bug #774834: compiler
   hangs on a group referencing itself. If a group references itself,
   policy compilers used to hang or dump core.
2003-07-19  Vadim Kurland  <vadim@vk.crocodile.org>
   * snmp.cc (fetchInterfaces): fixed bug #774462: wrong interface
   made external if fw was discovered by the crawler.
   * snmp.cc (fetchRoutingTable): fixed bug #773271: program crashes
   while doing network object discovery.
2003-07-05  Vadim Kurland  <vadim@vk.crocodile.org>
   * XMLTools.cc: added method transformFileToFile that applies XSLT
   transformation to a file and stores the result in another
   file. This method is currently used for printing. This is done in
   order to fix printing on RH90. Somehow method
   transformDocumentToFile, when used in combination with
   FWObjectDatabase::saveXML, did not work on RH90. Somehow it did
   not load DTD properly, because of that XSLT transformation did not
   work (many things broke, in particular XSLT function id() did not
   work). Saving to a temporary file with FWObjectDatabase::saveFile
   and then applying transformation to this file in the new method
   worked.
2003-06-29  Vadim Kurland  <vadim@vk.crocodile.org>
   * Compiler_ops.cc (operator==): need to take interfaces into
   account when comparing Address objects. Dynamic and unnumbered
   interfaces need to be compared by names (since method getAddress
   of different dynamic interfaces will return the same IPAddress
   object)
2003-06-20  Vadim Kurland  <vadim@vk.crocodile.org>
   * Compiler.cc (_expandAddressRanges): fixed bug #742136: "iptables
   compiler hangs". All compilers hang if address range object with
   range start and end equal to 255.255.255.255 was used in the
   policy rule.
   * dns.cc (getHostByName): fixed bug #753946: "DNS lookup
   crash". DNS lookup of non-exsiting name caused crash on SuSE 8.2
   * set version to 1.0.1
2003-09-27 18:27:29 +00:00
Marc Recht
827893772a Use my @NetBSD.org address.
Order includes.
2003-09-27 18:21:50 +00:00
Marc Recht
4b1c1bad35 Fix PLIST. 2003-09-27 16:45:04 +00:00
Juan Romero Pardines
db42ec3702 +sylpheed-gtk2 2003-09-27 15:43:26 +00:00
Juan Romero Pardines
34df2605b2 Initial import of sylpheed-gtk2 0.9.5-20030906.
Sylpheed is an e-mail client (and news reader) based on GTK+, running on
X Window System, and aiming for:
  * Quick response
  * Graceful, and sophisticated interface
  * Easy configuration, intuitive operation
  * Abundant features

Currently, many features are supported including POP3, IMAP, NNTP,
multiple accounts, threading, filtering, MIME attachments, APOP, SMTP
AUTH, SSL, IPv6, GnuPG, internalization, and more.

This is the GTK+ 2.0 branch of Sylpheed, authored by Takuro Ashie and
Botond Botyanszki.

--
This package is exactly the same than the sylpheed one in pkgsrc, the
main difference is GTK2 :) it would be nice to share it in one 
Makefile.common. (soon I thought)
2003-09-27 15:42:20 +00:00
Jaromir Dolecek
4572124198 pull in what used to be in databases/php4-mysql/Makefile.common, and
adjust the contents so that the package compiles and installs
XXX this should probably CONFLICT with php-mysql package
2003-09-27 14:22:47 +00:00
Juan Romero Pardines
9f9eb2b1d0 * Add a new BUILD_DEF: "JABBERD_STATIC" to build all modules as static 2003-09-27 13:44:38 +00:00
Juan Romero Pardines
da7a6d029e -nabi (already in pkgsrc) 2003-09-27 13:23:01 +00:00
Juan Romero Pardines
98e04ad029 * Install two more configuration files, new in this version
(router-users.xml and roster.xml).
* Pass properly our sed patterns to those files.
2003-09-27 13:20:08 +00:00
Jaromir Dolecek
e5fd66f52e g/c php4-exif, it's in main repository now. Thanks Quentin 2003-09-27 13:17:25 +00:00
Jaromir Dolecek
5d6495824c this package is now in main pkgsrc repository. thanks Quentin 2003-09-27 13:15:44 +00:00
Juan Romero Pardines
ee0b786393 wop! Add missing @@BINDIR@@ 2003-09-27 12:39:30 +00:00
Juan Romero Pardines
d7bbae8746 * Install the man pages (doh!)
* Use ${SSLCERTS} for the directory by default if we are trying to start a
  SSL connection.
2003-09-27 12:29:53 +00:00
Juan Romero Pardines
d5c54c3c9f Fix typo METOD -> METHOD 2003-09-27 12:15:43 +00:00
Juan Romero Pardines
85c2874475 This needs openssl 0.9.6b or higher. 2003-09-27 12:06:49 +00:00
Juan Romero Pardines
140f6fe1b4 Add missing JABBERD_PIDDIR to OWN_DIR_PERMS again 2003-09-27 10:10:50 +00:00
Juan Romero Pardines
8b3f4106ad Wop! Add missing JABBERD_PIDDIR to OWN_DIR_PERMS forgotten in last
commit.
2003-09-27 10:07:07 +00:00
Juan Romero Pardines
701428ae52 Use BUILD_DEFS to specify the available options:
* JABBERD_GROUP = jabberd
        * JABBERD_LOGDIR = /var/log/jabberd
        * JABBERD_PIDDIR = /var/run/jabberd
        * JABBERD_SPOOLDIR = /var/spool/jabberd
        * JABBERD_USER = jabberd

Those are the values by default, use mk.conf if you want change them.
2003-09-27 10:04:34 +00:00
Juan Romero Pardines
c7b6a8a192 Updated to 2.0 beta 1.
Changes:

2003-09-03  jabberd 2.0b1

    * Offline message event (JEP-0022) support [rob]
    * Message expiration (JEP-0023) support [rob]
    * Libidn updated to 0.2.1 [rob]
    * SQL templates for MySQL/PostgreSQL authreg modules
      <mike@mikeprince.com>
    * Static builds (experimental) [rob]
    * Optionally allow in-band password changes instead of full account
      creation [rob]
    * Allow multiple s2s instances [mawis]
    * Optionally restrict available authentication mechanisms [rob]
    * SASL ANONYMOUS support [rob]

2003-08-04  jabberd 2.0.0-a6

    * XMPP privacy list support [rob]
    * Stringprep cache (= significant performance increase) [rob]
    * Internal SASL implementation (no dependency on Cyrus-SASL) [rob]
    * Removed c2s external password synchronisation (not needed without
      Cyrus-SASL) [rob]
    * s2s keepalives [rob]
    * s2s queue expiry [rob]
    * s2s invalid expiry [rob]
    * XMPP-compliant presence tracker [rob]
    * PID files [rob]
    * Component packet throttling [rob]
    * Broadcast packets [rob]
    * Roster templates [rob]

Changes in pkgsrc:

Now it uses BUILD_DEFS correctly, I want to provide a very custom method
to authenticate and storage, now jabberd has these variables by default:

	* JABBERD_AUTH_METHOD = db
        * JABBERD_DBDIR = /var/db/jabberd
        * JABBERD_GROUP = jabberd
        * JABBERD_LOGDIR = /var/log/jabberd
        * JABBERD_PIDDIR = /var/run/jabberd
        * JABBERD_STORAGE_METHOD = db
        * JABBERD_USER = jabberd
        * SSLBASE = /usr
        * SSLCERTS = /etc/openssl/certs

# JABBERD_AUTH_METOD has 4 available options:
#
# db (by default)
# mysql (MySQL)
# openldap (OpenLDAP)
# pam (Pluggable Authentication Module)
# pgsql (PostgreSQL)

# JABBERD_STORAGE_METHOD has 3 available options:
#
# db (by default)
# mysql (MySQL)
# pgsql (PostgreSQL)

You can choose the better method. I prefer the Berkeley db for now.

Please report any trouble with this.
2003-09-27 09:34:23 +00:00
Min Sik Kim
cb417f46af Moved to pkgsrc. 2003-09-27 06:19:27 +00:00
Juan Romero Pardines
1b6c72718e Fix typo (RCS_SCRIPTS_SHELL -> RCD_SCRIPTS_SHELL) 2003-09-27 02:35:15 +00:00
Mike M. Volokhov
6f43546198 New package - Squid Analysis Report Generator. 2003-09-26 16:44:30 +00:00
Mike M. Volokhov
718c8d9cc9 This is a SARG - Squid Analysis Report Generator, formerly known as sqmgrlog. 2003-09-26 16:41:31 +00:00
Min Sik Kim
163f1d850b Updated to 0.7.
Changes:
  - Works with Qt 3.1.2 and 3.2.1.
  - F9 is a new Hanja conversion key.
2003-09-26 14:56:23 +00:00
Quentin Garnier
57d3850482 FreeBSD is ok, Solaris (and maybe Darwin) need testing. 2003-09-26 11:16:22 +00:00
Thomas Klausner
8f17faac15 Sort, add missing. 2003-09-26 06:42:26 +00:00
Juan Romero Pardines
b91373425d Hmm, FreeBSD 4.x has soundcard.h in sys and machine, they are the same,
so remove the __FreeBSD_version and use <sys/soundcard.h>.
2003-09-26 06:37:01 +00:00
Juan Romero Pardines
0e4f9c1776 * Fix the trouble with locales
* Add optional support for KDE
2003-09-26 06:28:43 +00:00
Juan Romero Pardines
ea6897f8f7 Use pkglint and fix the trouble, use the correct header for the souncard,
e.g:

+#ifdef __Linux__
                #include <linux/soundcard.h>
+#elif defined(__FreeBSD__) && (__FreeBSD_version >= 500000)
+               #include <sys/soundcard.h>
+#else
+               #include <soundcard.h>
+#endif

Remove unused variables, regen PLIST, etc...
2003-09-26 06:26:48 +00:00
Quentin Garnier
696d0dfb5b Update to 2.0.3.
2.0.3
  * patches by Gerard W. Paterson <gerry.patterson@computalog.com>
          - per-host ping frequency setup
          - various bugfixes
  * pinger helper restricted to one ping per second to spread load
2003-09-26 06:05:03 +00:00
Juan Romero Pardines
4fc4d495fe +mlview 2003-09-26 05:46:25 +00:00
Juan Romero Pardines
a108bb11e7 Initial import of mlview 0.6.0.
The MlView project is an on going effort to develop an xml editor for 
GNOME environment. It is written in C and uses the gnome libraries (libxml2, 
gtk+, libgnome*, etc).

Some features ...

 * cut/copy/paste as child/paste as prev/paste as next/ of xml elements
 * xml element/attributes search
 * multi docs edition
 * Several editing views can be opened on the same document
 * drag and drop based copy/cut/past of xml elements
 * edition of xml elements and attributes can be made directly on the tree
 * namespace support
 * on-demand validation
 * graphical error reporting. Parse/validation time errors reported graphically.
   This feature is new so it may be buggy or not well polished ...
 * when validation is switched on, MlView proposes an elements/attributes 
   completion feature. When an element is added to the tree, MlView also adds the 
   children elements required by the DTD for the document to be valid.
 * Validation can be switched off. The xml document editon can then be done 
   without any constraint.
 * a clean code ;)

--
http://www.freespiders.org/projects/gmlview/
2003-09-26 05:45:32 +00:00
Quentin Garnier
afc0e1476b Update to 2.1.9.
2.1.9
    * Better explanation of the options in the info tab
    * Updated german translation by Steffen Weise
    * Updated polish translation by Mariusz Jedrzejewski
    * Updated dutch translation by Michiel Sikkes
    * Updated russian translation by Grigory Batalov
2003-09-26 05:44:59 +00:00
Marc Recht
55a971d3ea -py-SimpleParse 2003-09-25 22:26:44 +00:00
Marc Recht
24aafb1291 moved to pkgsrc 2003-09-25 22:26:21 +00:00
Quentin Garnier
fc74151c06 Only IRIX is unsupported by these packages. 2003-09-25 20:06:51 +00:00
Marc Recht
f5d8cc1d12 Add PKGCONFIG_OVERRIDE. 2003-09-25 18:56:11 +00:00
Murray Armfield
3df776ecf0 Initial import of heimdal, a free implementation of kerberos V.
NetBSD ships heimdal as its kerberos V implementation.

At this stage the package does nothing other than provide a buildlink
file for use on NetBSD for samba3 testing.
2003-09-25 16:25:06 +00:00
Juan Romero Pardines
eab07995ec -devhelp 2003-09-25 16:09:48 +00:00
Juan Romero Pardines
8bac160d4c Moved to pkgsrc 2003-09-25 16:08:55 +00:00
Juan Romero Pardines
eeb190ff60 -trickle 2003-09-25 14:24:15 +00:00
Juan Romero Pardines
a687455562 Moved to pkgsrc 2003-09-25 14:23:46 +00:00
Juan Romero Pardines
c05b389193 -maradns 2003-09-25 14:17:04 +00:00
Juan Romero Pardines
9a464c78e3 Moved to pkgsrc 2003-09-25 14:16:39 +00:00
Juan Romero Pardines
4cfc6ca254 -libcroco 2003-09-25 14:08:56 +00:00
Juan Romero Pardines
3125880170 Moved to pkgsrc 2003-09-25 14:08:28 +00:00
Juan Romero Pardines
0357803d36 -3ddesktop 2003-09-25 13:55:18 +00:00
Juan Romero Pardines
074f98a5cd Moved to pkgsrc 2003-09-25 13:54:45 +00:00
Thomas Klausner
0eba220e2a Fix typo. 2003-09-25 13:23:31 +00:00