Commit Graph

40070 Commits

Author SHA1 Message Date
sthen
60dc7fa60c import cutils, from maintainer Paul Irofti with tweaks by myself
* cdecl and cundecl - decode and encode C type declarations
    * cobfusc - make a C source file unreadable but compilable
    * chilight - highlight C source files
    * cunloop - unloop C loops
    * yyextract - extract grammar rules from yacc grammar
    * yyref - yacc grammar reference program 

ok steven@
2007-09-13 21:44:27 +00:00
martynas
1b4976c3fb This shouldn't have gone in. Sorry. 2007-09-13 21:26:55 +00:00
martynas
cc712183c4 Import goffice-0.2.2, to be used for gnumeric and gnucash.
GOffice is a library of document-centric objects and utilities building
on top of GLib and Gtk+.

- fix cairo for gnucash, asked by todd@
tweaks/ok jasper@, todd@, alek@
2007-09-13 21:23:00 +00:00
jasper
9bcb77c0f4 oops, forgot to add this patch.
spotted by mikolaj
2007-09-13 18:07:32 +00:00
jasper
6636996bde update shared-mime-info to 0.22
from mikolaj
2007-09-13 17:56:23 +00:00
sthen
eb46f85285 fix pear build with safe_mode=on in php.ini by using -n to ignore
the ini file. package version not bumped as no plist_db conflicts or
package change (it just failed to build if safe mode was enabled in
/var/www/conf/php.ini).

checked pear modules and stuff.

"please build all the pear modules and stuff if it works
ok robert@"
2007-09-13 14:30:23 +00:00
sturm
d800ce60e6 security update to opera 9.23
reminded by Aaron Hsu
2007-09-13 11:28:03 +00:00
djm
122a32371a make glib2 use /dev/arandom instead of /dev/urandom; ok jasper@ 2007-09-13 10:51:13 +00:00
sthen
68c39928bc fix path to config file in kismet.conf(5), and remove " in COMMENT
while there.

ok kili@
2007-09-13 08:35:02 +00:00
merdely
8b8f15c157 Replace "sed -i" with "perl -pi".
No binary change.

ok naddy@
2007-09-12 21:41:23 +00:00
rui
0f87571adf SECURITY: update quagga to 0.99.9 which fixes some DoS vulnerabilities.
Reference: http://secunia.com/advisories/26744/

ok pyr@
2007-09-12 20:31:17 +00:00
brad
d3334527c2 - modify the default example configuration to ensure that imapproxy will
chroot itself to /var/empty
- remove quotes from COMMENT
- sync patches/PLIST

ok merdely@
2007-09-12 19:54:48 +00:00
ajacoutot
617ad0fe47 - small update to xfe-1.04
bugfixes
2007-09-12 16:23:26 +00:00
naddy
6b9b2afe8a update libTorrent/rTorrent to 0.11.7/0.7.7 2007-09-12 15:27:11 +00:00
sthen
298e4b1131 adjust RUN_DEPENDS for new rrdtool, update to 1.13,
take maintainership

ok msf@ "please take it when you're ready" jakob@
2007-09-12 15:16:33 +00:00
sthen
b058c094c0 adjust RUN_DEPENDS for new rrdtool
ok msf@
2007-09-12 15:13:24 +00:00
msf
553d5aad93 -rrdtool,tcl 2007-09-12 14:35:42 +00:00
msf
fe19c489e4 long overdue update to 1.2.23
remove TCL FLAVOUR
split perl bindings into a subpackage
provide python bindings as a subpackage
take maintainer

ok and 64 bit fixes sthen@, ok jasper@
2007-09-12 14:34:36 +00:00
msf
84d2ef28c5 +p5-SNMP-Info 2007-09-12 07:18:23 +00:00
msf
7244a66d14 initial import of SNMP::Info 1.04
SNMP::Info gives an object oriented interface to information obtained
through SNMP. This module is geared towards network devices.  Subclasses
exist for a number of network devices and common MIBs. The idea behind
this module is to give a common interface to data from network devices,
leaving the device-specific hacks behind the scenes in subclasses.
2007-09-12 07:09:03 +00:00
sthen
ec9aa7a343 +wordnet 2007-09-12 00:33:42 +00:00
sthen
2618bb455e import wordnet
WordNet is a large lexical database of English, developed under the
direction of George A. Miller. Nouns, verbs, adjectives and adverbs
are grouped into sets of cognitive synonyms (synsets), each expressing
a distinct concept. Synsets are interlinked by means of conceptual-semantic
and lexical relations. The resulting network of meaningfully related
words and concepts can be navigated with the browser. WordNet is
also freely and publicly available for download. WordNet's structure
makes it a useful tool for computational linguistics and natural
language processing.

ok merdely@
2007-09-12 00:32:01 +00:00
rui
0f532b2da9 SECURITY: update mediawiki to 1.10.2 which fixes some cross-site scripting vulnerabilities.
Reference: http://secunia.com/advisories/26772/

ok mbalmer@
2007-09-11 22:12:34 +00:00
merdely
0fef9127b0 Add p5-SWISH-API
Add swish-e
2007-09-11 21:20:37 +00:00
merdely
8849bc74e0 SWISH::API is an Object Oriented Perl interface to the swish-e C
library.  This can be used to embed the swish-e search code into your
perl program avoiding the need to run the swish-e binary for searching.

From simon@
ok sturm@, steven@
2007-09-11 20:55:21 +00:00
merdely
042280b96b Swish-e is a fast, flexible, and free open source system for indexing
collections of Web pages or other files. Swish-e is ideally suited for
collections of a million documents or smaller. Using the GNOME libxml2
parser and a collection of filters, Swish-e can index plain text,
e-mail, PDF, HTML, XML, Microsoft Word/PowerPoint/Excel and just about
any file that can be converted to XML or HTML text. Swish-e is also
often used to supplement databases like the MySQL DBMS for very fast
full-text searching.

help from simon, ok steven@, sturm@
2007-09-11 20:52:49 +00:00
merdely
30aa15efdc Fix permissions on scripts/binaries from 754 to 755.
Bump package names.

ok steven@
2007-09-11 20:26:45 +00:00
steven
7f695d3c05 tweak FULLPKGNAME to allow coexistence of unflavored and mt flavor
suggestion from kurt@, ok kurt@ merdely@
2007-09-11 20:20:51 +00:00
steven
9be5e6fb4d revert FULLPKGNAME change so unflavored and mt flavor can coexist again 2007-09-11 19:16:47 +00:00
claudio
899aacf19f On -current OpenVPN no longer works because of their brain damaged way
to talk to the routing socket to get the default gateway.
Instead of pulling in net/route.h they copied parts of the contents into
their code. Update the needed bits to make it work again.
OK fkr@, jasper@ and Thomas Delaet (maintainer)
2007-09-11 15:09:14 +00:00
chl
5ddad6f493 add myself
ok mglocker@ ray@ espie@
2007-09-11 11:02:23 +00:00
sthen
7ea7a8e8fa update wordpress to 2.2.3
- security fix: http://trac.wordpress.org/ticket/4720

ok kevlo@ (maintainer)
2007-09-11 08:57:16 +00:00
jakob
8cea39f1ea add ldns 2007-09-11 08:36:13 +00:00
jakob
52fb4d409f update to drill from ldns 2007-09-11 08:25:26 +00:00
jakob
bf5d3795e5 ldns port 2007-09-11 08:20:50 +00:00
aanriot
09904f61b8 - don't force binaries stripping from here.
- while there, add a trailing slash to HOMEPAGE .

ok Jim Razmus (maintainer)
2007-09-11 07:17:42 +00:00
jasper
15b84382c5 - update phpmyadmin to 2.11.0
- remove quotes from COMMENT

ok kevlo@ (MAINTAINER)
2007-09-11 05:01:14 +00:00
jakemsr
c5f05e2ecd - maintainence update to 0.8.5
- remove quotes around COMMENT
- don't override variables from the x11/kde MODULE unless necessary
- update MODKDE_VERSION

from Brad (before ports lock, sorry for the delay)
2007-09-10 23:22:29 +00:00
simon
958f6f6316 update to version 0.97 and remove quotes around comment
similar diff by Brad, "go ahead" steven@
2007-09-10 21:02:25 +00:00
rui
77a9e6848f SECURITY: update lighttpd to 1.4.18, from brad.
Reference: http://secunia.com/advisories/26732/

ok jasper@
2007-09-10 20:41:59 +00:00
fkr
0d00fecfaa update to version 4.68, change to patches/patch-scripts_exim_install
from Andreas Voegele (as discussed on ports@, binary does not contain
version number anymore)

ok bernd@
2007-09-10 20:08:16 +00:00
jasper
f528460a61 update gtk+2 to 2.10.14
"go ahead" steven@
2007-09-10 19:15:25 +00:00
jasper
f7beae69a6 update pango to 1.16.4
"go ahead" steven@
2007-09-10 19:14:19 +00:00
jasper
da87bcceb1 update glib2 to 2.12.13
"go ahead" steven@
2007-09-10 19:13:33 +00:00
jasper
b482ee6a69 - update gtk2mm to 2.10.11
- convert to use gnome.port.mk

ok wilfried@ (MAINTAINER)
2007-09-10 18:19:47 +00:00
jasper
0b9bb9fd02 update cairomm to 1.4.4
ok wilfried@ (MAINTAINER)
2007-09-10 18:18:11 +00:00
merdely
c324015314 Update to Squid 2.6.STABLE16.
From brad (MAINTAINER)
ok sthen@
2007-09-10 17:49:23 +00:00
steven
deaf531ffc update to libxslt 1.1.22 2007-09-10 17:21:38 +00:00
steven
cb14cb91ee update to libxml 2.6.30 2007-09-10 17:21:05 +00:00
steven
e1d3195b8b - maintainer made new distfiles with fixed updmap.cfg files
- remove source directory from the package
- use mv(1) during fake to save disk space
- fix broken bbold font
2007-09-10 14:50:50 +00:00