aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-17 08:24:20 +0800
committerdelphij <delphij@FreeBSD.org>2009-12-17 08:24:20 +0800
commitd6d99c38761a3861e526ccdb105c99bcbfcac79e (patch)
tree832bc4c3b6d323a2b650590586a543f3961b9b9a /security
parent8f5ddd321a679096a13056297fec34b339ca6b13 (diff)
downloadfreebsd-ports-gnome-d6d99c38761a3861e526ccdb105c99bcbfcac79e.tar.gz
freebsd-ports-gnome-d6d99c38761a3861e526ccdb105c99bcbfcac79e.tar.zst
freebsd-ports-gnome-d6d99c38761a3861e526ccdb105c99bcbfcac79e.zip
Document PostgreSQL multiple vulnerabilities.
Sponsored by: iXsystems, Inc.
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index d5fd4ee93b64..c7578213f0e3 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -35,6 +35,58 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="e7bc5600-eaa0-11de-bd9c-00215c6a37bb">
+ <topic>postgresql -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>postgresql-client</name>
+ <name>postgresql-server</name>
+ <range><ge>7.4</ge><lt>7.4.27</lt></range>
+ <range><ge>8.0</ge><lt>8.0.23</lt></range>
+ <range><ge>8.1</ge><lt>8.1.19</lt></range>
+ <range><ge>8.2</ge><lt>8.2.15</lt></range>
+ <range><ge>8.3</ge><lt>8.3.9</lt></range>
+ <range><ge>8.4</ge><lt>8.4.2</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>PostgreSQL project reports:</p>
+ <blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4034">
+ <p>PostgreSQL 7.4.x before 7.4.27, 8.0.x before 8.0.23,
+ 8.1.x before 8.1.19, 8.2.x before 8.2.15, 8.3.x before 8.3.9,
+ and 8.4.x before 8.4.2 does not properly handle a '\0' character
+ in a domain name in the subject's Common Name (CN) field of an
+ X.509 certificate, which (1) allows man-in-the-middle attackers
+ to spoof arbitrary SSL-based PostgreSQL servers via a crafted
+ server certificate issued by a legitimate Certification Authority,
+ and (2) allows remote attackers to bypass intended client-hostname
+ restrictions via a crafted client certificate issued by a legitimate
+ Certification Authority, a related issue to CVE-2009-2408.</p>
+ </blockquote>
+ <blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4136">
+ <p>PostgreSQL 7.4.x before 7.4.27, 8.0.x before 8.0.23,
+ 8.1.x before 8.1.19, 8.2.x before 8.2.15, 8.3.x before 8.3.9,
+ and 8.4.x before 8.4.2 does not properly manage session-local
+ state during execution of an index function by a database
+ superuser, which allows remote authenticated users to gain
+ privileges via a table with crafted index functions, as
+ demonstrated by functions that modify (1) search_path or
+ (2) a prepared statement, a related issue to CVE-2007-6600
+ and CVE-2009-3230. </p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2009-4034</cvename>
+ <cvename>CVE-2009-4136</cvename>
+ </references>
+ <dates>
+ <discovery>2009-11-20</discovery>
+ <entry>2009-12-17</entry>
+ </dates>
+ </vuln>
+
<vuln vid="5486669e-ea9f-11de-bd9c-00215c6a37bb">
<topic>tptest -- pwd Remote Stack Buffer Overflow</topic>
<affects>
s'>+94 | | | | | | | | - don't depend on php if neither web interface is intalled [1] - bump PORTREVISON for plist changes. PR: ports/106103 [1] (inspired by) Submitted by: Nick Barkas [1] * - Use features of bsd.wx.mk, especially USE_WXpav2006-12-012-5/+6 | | | | | PR: ports/101613 Submitted by: alepulver * - update to 1.38leeym2006-12-012-4/+4 | * The Tinderbox team is pleased to announce the availability of Tinderboxitetcu2006-11-304-61/+11 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.3.4. This release is both a bug fix and a new feature release. The changes include: * A performance bug with tbcleanup that was introduced in 2.3.3 has been fixed. * The portbuild environment is now scrubbed to prevent pollution. This greatly helps in producing the same packages as pointyhat. * The HOME environment variable is initialized to /root to fix certain false positive leftover problems. * If a port fails to build, the Build is reinitialized before the next port build is started (unless -noclean is passed to tinderbuild) to prevent pollution. * All the new failure patterns have been merged from pointyhat. This will produce much more accurate failure analysis. * A new feature has been added to support introducing custom OPTIONS into port builds. Consult the README for more details. * With the start of Xorg 7.x merge testing, port problems are being found due to the move to LOCALBASE. Therefore, Tinderbox needs an easy way to set non-standard LOCALBASE and X11BASE. This has been addressed in 2.3.4. To make use of this feature you must either copy rawenv.dist to rawenv, or add LOCALBASE and X11BASE variables to your rawenv file. For example: LOCALBASE=/usr/local X11BASE=/usr/X11R6 When you want to run a build with non-standard LOCALBASE and/or X11BASE paths, just change rawenv, then start your build. Note: this release includes a micro dsversion bump, so you must run the upgrade.sh to ensure your database static data is up-to-date. * - Upgrade to 2.5.1p2.kuriyama2006-11-2916-56/+128 | | | | | | | | - Add a patch to fix amfetchdump to dump core [1]. - Fix GNUTAR, DUMP_SNAPSHOT options handling [2]. Submitted by: Andy Hilker <ah@cryptobank.de> [1][2] PR: ports/105635 [1], ports/105942 [2] * - backout, so port can be readdeddinoex2006-11-295-305/+0 | | | | Approved by: pav * Position - The GNUstep Gps Navigatordinoex2006-11-295-0/+305 | | | | | | GPS and Moving-Map Applikation WWW: http://www.gnustep.it/enrico/position/ * Cartographic projection software.dinoex2006-11-295-0/+46 | | | | WWW: http://www.gnustep.it/enrico/position/ * - Respect X11BASEmiwi2006-11-281-1/+4 | | | | | PR: ports/105885 Submitted by: David Johnson <david@usermode.org> (maintainer) * Update to 2006p (which fixes the Australian WA changes in timezones)edwin2006-11-285-44/+13 | * fix build with non-standard X11BASEoliver2006-11-281-2/+2 | * Fix typo in patch as supplied by Greg Lehey.edwin2006-11-271-1/+1 | * Add patches for WA DST legalisation:edwin2006-11-272-2/+31 | | | | http://www.parliament.wa.gov.au/parliament/bills.nsf/BillProgressPopup?openForm&ParentUNID=9A1B183144403DA54825721200088DF1 * Update to 20061110 (06-314)arved2006-11-272-5/+5 | | | | Submitted by: maintainer * USE_X_PREFIX implies USE_XLIB, so remove the redundancy.dougb2006-11-261-2/+3 | | | | | | | | | Help PREFIX-cleanliness by adding a CONFIGURE_ARG to tell configure where libwraster can be found. [1] Bump PORTREVISION. Submitted by: pointyhat [1] * Reset undeliverable maintainer address:kris2006-11-241-1/+1 | | | | Original address: amp0928@rit.edu %PMDF-E-USER, No such user or alias in address amp0928@mail.rit.edu -PMDF-I-TEXT, unknown or illegal user: amp0928@mail.rit.edu * - Update to 0.4.9.2.r4rafan2006-11-223-82/+57 | | | | | | | - Remove leftover INSTALLS_SHLIB PR: ports/105655 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> (maintainer) * Update to 2.16.1.marcus2006-11-223-5/+7 | * Mark it broken. Distfile is not fetchable.ehaupt2006-11-211-0/+2 | * Update to 2006oedwin2006-11-202-5/+4 | * Update misc/cpuid handling of AMD CPU featuresedwin2006-11-152-20/+143 | | | | | PR: ports/105534 Submitted by: Ed Maste <emaste@FreeBSD.org> * - Update MASTER_SITESmiwi2006-11-141-1/+1 | | | | | PR: ports/105524 Submitted by: Thomas Abthorpe <thomas@goodking.ca> * - Add backup MASTER_SITESmiwi2006-11-141-1/+3 | | | | Submitted by: pointyhat via kris * Update to version 1.2.6markus2006-11-134-8/+8 | * - update to 2.3.3itetcu2006-11-115-42/+64 | | | | | | | | - allow o RUN_DEPEND on LightHTTPD (for now apache is still brought in by php) [1] PR: ports/105259 [1] Submitted by: shaun@ [1] * Update to 3.5laszlof2006-11-092-10/+7 | | | | | | PR: ports/104497 Submitted by: self Approved by: flz (mentor) * - Drop maintainershipmiwi2006-11-091-1/+1 | * - Update to 2-15-0miwi2006-11-092-4/+4 | | | | | PR: ports/105298 Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer) * Extract the packed Unreal [Tournament] mod files from a given umod.miwi2006-11-094-0/+34 | | | | | | | WWW: http://www.deepsky.com/~misaka/ PR: ports/104699 Submitted by: Alexander Logvinov <ports@logvinov.com> * used MASTER_SITE_LOCAL instead of my own webhost.laszlof2006-11-081-2/+2 | | | | Approved by: flz (mentor) * Change my email address to farrokhi@ in all ports that I maintain.farrokhi2006-11-081-1/+1 | | | | Approved by: miwi (mentor) * Update to 2.4.3.marcus2006-11-083-8/+17 | * Update to 1.2.3 and bristuff-0.3.0-PRE-1s.fjoe2006-11-073-32/+31 | | | | Sponsored by: Ethon Technologies GmbH * - Upgrade to 2.5.1p1.kuriyama2006-11-0736-236/+468 | | | | - Use $OPTIONS. * Apparently I botched this commit the first time around. Sorry.ambrisko2006-11-072-6/+3 | | | | | | | Update to new site and support NO_MAN as well. PR: 104339 Submitted by: Frank J. Laszlo * - Fix pkg-plist.alepulver2006-11-072-11/+10 | | | | | | | - Pet portlint, set INSTALS_ICONS. PR: ports/104864 Submitted by: Thomas Abthorpe <thomas@goodking.ca> * - Update to 4.2.28miwi2006-11-064-8/+28 | | | | | | | | - Pass maintainership to submitter PR: ports/105179 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Sponsored by: FreeBSD Bug-a-thon #2 * - Unbreakmiwi2006-11-061-4/+1 | | | | | | | | - USE_GCC 3.2 PR: ports/105150 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Sponsored by: FreeBSD Bug-a-thon #2 * - Make fetchable.alepulver2006-11-061-1/+1 | | | | | | PR: ports/104720 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) * Update to 2.3.7ehaupt2006-11-052-4/+4 | * Reset bouncing maintainer address. CVS history indicates this may havelawrance2006-11-051-1/+1 | | | | been unavailable for a while. * Unbreak and update master site.lawrance2006-11-051-6/+3 | | | | | | | s/INSTALLS_SHLIB/USE_LDCONFIG/. PR: ports/104313 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> * - Drop maintainershipmiwi2006-11-051-1/+1 | * Update to 1.99 release.ale2006-11-044-48/+70 | | | | Submitted by: maintainer * - Fix MASTER_SITE.flz2006-11-041-1/+1 | | | | | | PR: ports/105121 Submitted by: Tsampros Leonidas <ltsampros@upnet.gr> Sponsored by: FreeBSD Bugathon * Update master site and maintainer email.ale2006-11-041-2/+2 | | | | Submitted by: maintainer * Update master site and maintainer email.ale2006-11-041-2/+3 | | | | Submitted by: maintainer * Drop maintainershipjylefort2006-11-032-2/+2 | * Update to version 1.2.4markus2006-11-024-8/+8 | * - Fix mastersite.jmelo2006-11-011-1/+1 | | | | | PR: ports/104181 Submitted by: Josh Paetzel <josh@tcbug.org> * - Fix typo in mastersite.jmelo2006-11-011-1/+1 | | | | | PR: ports/104180 Submitted by: Josh Paetzel <josh@tcbug.org> * - Fix mastersite.jmelo2006-11-011-1/+1 | | | | | PR: ports/104179 Submitted by: Josh Paetzel <josh@tcbug.org> * - Pass maintainership to submittermiwi2006-11-011-1/+1 | | | | | | | PR: ports/104750 ports/104749 ports/104748 Submitted by: Conrad J. Sabatier <conrads@cox.net> * - Update to 1.6.1miwi2006-11-0112-80/+16 | | | | | PR: ports/104936 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) * - Pass maintainership to submittermiwi2006-11-011-1/+1 | | | | | PR: ports/104792 Submitted by: Marcus von Appen <mva@sysfault.org> * - Update to r6860rafan2006-11-013-4/+5 | | | | | PR: ports/104676 Submitted by: Matt Mills <matt_mills at btopenworld.com> (maintainer) * [patch] fix misc/zoneinfo runtimeedwin2006-11-014-17/+32 | | | | | | | Redo method of determining which patches should be applied. PR: ports/104664 Submitted by: Edwin Groothuis <edwin@mavetju.org> * Extend expiration date with 1 month (counted from today) becausevd2006-10-311-1/+1 | | | | there is a new version of the software available. * Add comment that a new version is out to prevent someone from deletingvd2006-10-311-0/+1 | | | | this port before I find time to look at the new version. * - Update to 20061026ahze2006-10-312-7/+13 | * Add dphys-config 20061013, a tool to distribute config files.ehaupt2006-10-315-0/+78 | | | | | PR: 104378 Submitted by: Gurkan Sengun <gurkan@linuks.mine.nu> * - Update to 0.09miwi2006-10-313-6/+6 | | | | | | | - Pass maintainership to submitter PR: ports/104579 Submitted by: Babak Farrokhi <babak@farrokhi.net> * - Fix typo in pkg-messagerafan2006-10-314-2/+4 | | | | | PR: ports/104470 Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer) * - Add port misc/pecl-timezonedbmnag2006-10-314-0/+35 | | | | | | | | This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database then the one that ships with PHP. WWW: http://pecl.php.net/package/timezonedb * To maintain compatibility with KDE (now that KDE relies on this port),marcus2006-10-231-3/+25 | | | | | | | | install a sentinel .keep_me file in each directory to prevent @dirrmtry's from removing directories owned by hicolor-icon-theme. Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (implicit) * Do not install hicolor-theme directories and index file, instead dependlofi2006-10-186-260/+88 | | | | | | on misc/hicolor-icon-theme. Approved by: portmgr (marcus) * - it doesn't work with MySQL below 4.1.x because it uses sub-selectsitetcu2006-10-151-2/+3 | | | | | | | - also fix broken INDEX if Mysql 3.23.x is installed [1] Submitted by: vd [1] Approved by: portmgr (marcus) * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-1411-27/+55 | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) * Add new entries for:marcus2006-10-141-0/+1 | | | | | | | | | | | | | | | | | | | | | | accessibility/orca audio/gstreamer-plugins-pulse audio/pulseaudio devel/dbus-glib devel/gnome-vfs-monikers editors/gedit-plugins misc/pciids multimedia/gstreamer-plugins-annodex multimedia/gstreamer-plugins-bz2 sysutils/hal sysutils/hal-device-manager sysutils/gnome-mount sysutils/gnome-power-manager sysutils/gnome-volume-manager sysutils/policykit sysutils/gstreamer-plugins-hal www/gstreamer-plugins-neon Approved by: portmgr (implicit, kris) * Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-1416-1134/+3913 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris) * Update to 2006nedwin2006-10-124-38/+5 | | | | Approved by: portmgr (via erwin@) * - fix build with gcc41dinoex2006-10-091-0/+11 | * - fix build with gcc41dinoex2006-10-092-0/+60 | | | | Obtained from: debian * - Update to version 1.6.0.alepulver2006-10-0910-77/+176 | | | | | PR: ports/104175 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * - Update to version 0.2.17.alepulver2006-10-092-4/+5 | | | | | PR: ports/104174 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * - Update to 1.10.7miwi2006-10-092-4/+4 | | | | | PR: ports/104160 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> * - Update to 1.8miwi2006-10-082-4/+4 | * - make gcc41 happydinoex2006-10-081-10/+17 | * - Add new rule to Brazilian DSTmnag2006-10-082-0/+34 | | | | | | - Bump PORTREVISION Approved by: maintainer (edwin) * - Pre-release clients are now properly released.tdb2006-10-082-9/+21 | | | | | - Add client for FreeBSD6/amd64. - Try and tidy the tests for which binary to fetch. * - Fix build with gcc41miwi2006-10-074-9/+54 | | | | | PR: ports/104110 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> * - Fix build with gcc41miwi2006-10-0710-15/+73 | | | | | PR: ports/104104 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> * update to 2006medwin2006-10-072-4/+4 | * - Allow both escape characters '#' and '='miwi2006-10-073-0/+98 | | | | | PR: ports/104058 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) * - Update mastersites.jmelo2006-10-062-2/+2 | | | | | | | - Fix WWW in pkg-descr. PR: ports/104063 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) * - Update to 1.01b.14rafan2006-10-044-164/+29 | | | | | | | | - Pass maintainership to submitter PR: ports/102869 Submitted by: Simon Olofsson <simon at olofsson.de> Approved by: Martin Tournoij <carpetsmoker at gmail.com> * Add support for Swyx 4xS0 SX2 QuadBri card. Bump PORTREVISION.sobomax2006-10-042-0/+15 | | | | Submitted by: Pim van Stam * Change the following ports to my FreeBSD.org email.chinsan2006-10-031-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: delphij (mentor) archivers/pecl-bz2/Makefile archivers/pecl-lzf/Makefile archivers/pecl-rar/Makefile audio/fapg/Makefile audio/pecl-id3/Makefile chinese/CJKUnifonts/Makefile chinese/auto-tw-l10n/Makefile chinese/dfsongsd/Makefile chinese/fortunetw/Makefile chinese/gcin/Makefile chinese/joe/Makefile chinese/joe2/Makefile chinese/pcmanx/Makefile chinese/phpbb-tw/Makefile chinese/tatter-tools/Makefile chinese/ve/Makefile chinese/zhcon/Makefile devel/pear-Console_Getopt/Makefile devel/pear-Console_Table/Makefile devel/pear-PEAR_Info/Makefile devel/pecl-expect/Makefile games/p5-Baseball-Sabermetrics/Makefile graphics/epdfview/Makefile graphics/p5-Chart-Clicker/Makefile graphics/p5-GD-Thumbnail/Makefile graphics/p5-Visio/Makefile mail/pecl-esmtp/Makefile math/pecl-stats/Makefile misc/pear-Services_Weather/Makefile net/ldapdiff/Makefile net/p5-RRD-Simple/Makefile net/pear-Net_CDDB/Makefile net/pear-Net_SMS/Makefile net/pecl-cvsclient/Makefile security/gwee/Makefile security/p5-GSSAPI/Makefile security/pam-pgsql/Makefile security/pecl-ssh2/Makefile security/pecl-tcpwrap/Makefile sysutils/p5-BSD-Sysctl/Makefile sysutils/p5-File-Next/Makefile textproc/csvdiff/Makefile textproc/p5-CSS/Makefile textproc/p5-Pod-XML/Makefile textproc/p5-SGML-DTDParse/Makefile textproc/p5-Text-Emoticon-GoogleTalk/Makefile textproc/p5-XML-Handler-Dtd2DocBook/Makefile textproc/p5-XML-Handler-Dtd2Html/Makefile textproc/p5-XML-SAXDriver-CSV/Makefile textproc/p5-XML-SAXDriver-Excel/Makefile textproc/p5-ack/Makefile textproc/pear-XML_DTD/Makefile textproc/pecl-stem/Makefile textproc/scim-input-pad/Makefile textproc/sdcv/Makefile www/b2evolution/Makefile www/dokuwiki/Makefile www/dokuwiki-devel/Makefile www/lilurl/Makefile www/p5-HTML-TableParser/Makefile www/p5-HTML-WikiConverter/Makefile www/p5-HTML-WikiConverter-DokuWiki/Makefile www/p5-HTML-WikiConverter-Kwiki/Makefile www/p5-HTML-WikiConverter-Markdown/Makefile www/p5-HTML-WikiConverter-MediaWiki/Makefile www/p5-HTML-WikiConverter-MoinMoin/Makefile www/p5-HTML-WikiConverter-Oddmuse/Makefile www/p5-HTML-WikiConverter-PbWiki/Makefile www/p5-HTML-WikiConverter-PhpWiki/Makefile www/p5-HTML-WikiConverter-PmWiki/Makefile www/p5-HTML-WikiConverter-SnipSnap/Makefile www/p5-HTML-WikiConverter-Socialtext/Makefile www/p5-HTML-WikiConverter-TikiWiki/Makefile www/p5-HTML-WikiConverter-UseMod/Makefile www/p5-HTML-WikiConverter-WakkaWiki/Makefile www/p5-HTML-WikiConverter-WikkaWiki/Makefile www/p5-WWW-Baseball-NPB/Makefile www/p5-WWW-Comic/Makefile www/p5-WWW-VenusEnvy/Makefile www/pear-Services_Delicious/Makefile www/pear-UDDI/Makefile www/xpi-cssviewer/Makefile www/xpi-gmail-manager/Makefile www/xpi-google-notebook/Makefile www/xpi-mrtech-local-install/Makefile www/xpi-no-referrer/Makefile www/xpi-server_switcher/Makefile www/xpi-unplug/Makefile www/xpi-videodownloader/Makefile www/xpi-web_developer/Makefile x11/xdialog/Makefile x11-fm/pcmanfm/Makefile * Update to version 1.2.3markus2006-10-034-8/+8 | * Remove expired ports:vd2006-10-026-195/+0 | | | | | | | | | | 2006-10-01 devel/rtplib 2006-09-01 emulators/linux_base 2006-09-01 emulators/linux_base-debian 2006-09-01 emulators/linux_base-8 2006-09-01 emulators/linux_base-rh-9 2006-10-01 misc/pointless 2006-10-01 www/mediawiki14 * - update to 0.32clsung2006-10-023-6/+9 | * - Update to 1.6miwi2006-09-3020-72/+100 | | | | | PR: ports/103735 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> (maintainer) * - Update to 1.5.9miwi2006-09-3010-42/+60 | | | | | PR: ports/103734 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> (maintainer) * Correct emacs dependencykris2006-09-291-1/+1 | | | | | Pointy hat to: kris Submitted by: cperciva * Switch to emacs21 which is buildable on amd64kris2006-09-291-1/+1 | * Actually put something in files/patch-setup.sh and fix left-overs on deinstall.itetcu2006-09-282-0/+12 | | | | Submitted by: pointyhat via kris * Update to 0.311mat2006-09-262-4/+5 | * Remove WWW, freshmeat project page disappearedehaupt2006-09-261-2/+0 | * upgrade to 2.00ijliao2006-09-263-29/+21 | * Update to 2.3.6ehaupt2006-09-262-5/+4 | * - Update to 0.31clsung2006-09-252-6/+6 | | | | | | | - Transfer maintainership to perl@ PR: ports/103575 Submitted by: maintainer (Gea-Suan Lin) * - Update to 0.31clsung2006-09-252-6/+6 | | | | | | | - Transfer maintainership to perl@ PR: ports/103574 Submitted by: maintainer (Gea-Suan Lin) * - Update to 0.31clsung2006-09-253-8/+13 | | | | | | | - Transfer maintainership to perl@ PR: ports/103573 Submitted by: maintainer (Gea-Suan Lin) * - Update to 0.53bsam2006-09-244-33/+9 | | | | | | | | - Add local mirror - Remove stale patch (merged to upstream) PR: 103371 Submitted by: Rainer Alves <rainer.alves at gmail.com> (maintainer) * Reset maintainership of ports assigned to antonio@php.net after numerouslinimon2006-09-231-1/+1 | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr * - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-203-3/+3 | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) * update to 2006ledwin2006-09-192-5/+4 | * - Net/SMTP.pm and Digest/MD5.pm are both installed with perl 5.8.x so drop themitetcu2006-09-193-3/+24 | | | | | | | | | | from RUN_DEPENDS and add files/patch-setup.sh to patch the distribution [1] - allow creation of a Build that is a substring of an existing one ( files/patch-create) [2] - bump PORTREVISION Submitted by: oliver [1], bsam and marcus [2] Requested by: marcus [1] * Add gwenview-i18n 1.4.0, localized messages and documentation formarkus2006-09-185-0/+231 | | | | Gwenview. * Update to version 0.12.17markus2006-09-153-4/+33 | * Update to version 1.2.2markus2006-09-154-8/+8 | * Drop maintainership.osa2006-09-151-1/+1 | * - Fix segfault on -CURRENTnovel2006-09-152-0/+12 | | | | | | | | - Bump PORTREVISION PR: 102616 Submitted by: novel Approved by: maintainer timeout (more than two weeks) * Turncperciva2006-09-131-1/+1 | | | | | | | | | | IGNORE= "foo now contained in the base system" into IGNORE= "is now contained in the base system" since the code which prints this string prefices it with the package name. Suggested by: kris * cleanup pkg-plist after gnustep-makedinoex2006-09-131-2/+0 | * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-13252-761/+1530 | * - update to 1.1.0dinoex2006-09-134-53/+73 | | | | more samples, but GPuzzle was removed * - Update to 2.2.1miwi2006-09-124-5/+10 | | | | | PR: ports/103169 Submitted by: Lars Engels <lars.engels(at)0x20.net> (maintainer) * Relinquish MAINTAINER.grog2006-09-121-1/+1 | | | | Suggested by: linimon. * Update MASTER_SITES and WWW, project page disappeared. Use freshmeat page forehaupt2006-09-082-3/+2 | | | | WWW instead. * Clean up distfiles sources.cracauer2006-09-071-2/+1 | * - Update to 1.0rafan2006-09-072-4/+4 | | | | | PR: ports/102951 Submitted by: Stephen Hurd <shurd at sasktel.net> (maintainer) * Fix typos wrt. Makefile variables like $FOO}vs2006-09-071-1/+1 | | | | | PR: ports/102833 Submitted by: Dmitry Marakasov * - Unbreak [1]barner2006-09-052-10/+8 | | | | | | | | | - Add new backup master sites [1] - Assign maintainership to submitter [1] - Use PLIST_FILES Submitted by: Martin Tournoij <carpetsmoker@gmail.com> PR: ports/102884 * Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1 | | | | Hat: portmgr * Reset inactive maintainer who has not responded to email.linimon2006-09-041-1/+1 | | | | Hat: portmgr * - Enrich plistsat2006-09-041-0/+2 | | | | | PR: ports/101483 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> * don't forget the patchfiles dutchman\!edwin2006-09-044-0/+34 | * Update to 0.19.marcus2006-09-043-8/+85 | * BROKEN: Unfetchable. Since this port is unmaintained, deprecate andkris2006-09-041-0/+4 | | | | schedule for termination on 2006-12-01 * Update to version 1.2markus2006-09-046-8/+34 | * Revert previous commit; the port is indeed broken since it fetches fromkris2006-09-031-0/+4 | | | | | | possibly inconsistent database snapshots. This has previously been explained to the maintainer without action, so deprecate and schedule for termination on 2006-12-01 to attempt to achieve progress on the issue. * NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here insteadkris2006-09-031-2/+1 | * - Respect CFLAGSrafan2006-09-031-1/+1 | | | | | PR: ports/102801 Submitted by: Soeren Straarup <xride at x12.dk> * Chase net/samba to net/samba3 in preparation for removal of the former.kris2006-09-034-8/+8 | * Replace samba by samba3 since the former is about to be removed.kris2006-09-031-1/+1 | * Schedule these broken ports for termination on 2006-12-01kris2006-09-036-0/+12 | * - Update to 12.0sat2006-09-012-5/+5 | | | | Approved by: miwi (maintainer) * Fix the packing list.jylefort2006-09-012-0/+2 | * Reset maintainer at his request.kris2006-08-311-1/+1 | * - Update to 0.2.5clsung2006-08-303-24/+40 | | | | | | | | - Addition of -W option and minor bug fixed where whitespace at begin/end of portglob argument was not properly rejected. PR: ports/102695 Submitted by: maintainer (Martin Kammerhofer) * Update to 1.1ahze2006-08-292-5/+4 | * Update to 2006kedwin2006-08-293-338/+358 | * - Update to 3.8.6miwi2006-08-282-4/+4 | | | | | PR: ports/102569 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com> * Update to 0.11.3jylefort2006-08-235-54/+30 | * Release maintainership on behalf of Bjorn Lindstromfenner2006-08-231-1/+1 | | | | Requested-by: MAINTAINER * - Add mastersite.jmelo2006-08-223-12/+8 | | | | | | | | | - Reformat pkg-descr - Remove unused checksums from distinfo - Pass maintainership to submitter. PR: ports/102358 Submitted by: Thomas Abthorpe <thomas@goodking.ca> * - Update MASTER_SITESgarga2006-08-212-8/+9 | | | | | | | | | - Reformat pkg-descr - Update WWW - Take maintainership PR: ports/102349 Submitted by: Thomas Abthorpe <thomas at goodking.ca> * - Reformat distinfomiwi2006-08-212-7/+6 | | | | | | | | - Pass maintainership to submitter PR: ports/102248 Submitted by: Simon Olofsson <simon(at)olofsson.de> Approved by: krion (mentor) * - update to -> 3.15mich2006-08-212-4/+4 | | | | Changelog: http://www.clex.sk/download/ChangeLog * Table.el is an Emacs lisp package that extends Emacs and provides textanray2006-08-216-0/+68 | | | | | | | | | | | | | | | | | | | | based table creation and editing feature. With this package Emacs is capable of editing tables that are embedded inside a document, the feature similar to the ones seen in modern WYSIWYG word processors. A table is a rectangular text area consisting from a surrounding frame and content inside the frame. The content is usually subdivided into multiple rectangular cells, see the actual tables used below in this document. Once a table is recognized, editing operation inside a table cell is confined into that specific cell's rectangular area. This means that typing and deleting characters inside a cell do not affect any outside text but introduces appropriate formatting only to the cell contents. If necessary for accommodating added text in the cell, the cell automatically grows vertically and/or horizontally. WWW: http://table.sourceforge.net/ PR: ports/102323 Submitted by: Denis Shaposhnikov <dsh at vlink.ru> * Update to 3.2.7ehaupt2006-08-184-16/+12 | * - Update to 0.10clsung2006-08-172-4/+4 | | | | | PR: ports/102189 Submitted by: maintainer (Gea-Suan Lin) * - Update to 0.10clsung2006-08-172-4/+4 | | | | | PR: ports/102190 Submitted by: maintainer (Gea-Suan Lin) * - Update to 0.10clsung2006-08-172-4/+4 | | | | | PR: ports/102191 Submitted by: maintainer (Gea-Suan Lin) * Change BROKEN to IGNORE and set timer for deletion in 2 monthskris2006-08-171-1/+3 | * Mirror the misc/histring and net/tcpcat sources at MASTER_SITE_LOCAL,roam2006-08-171-1/+3 | | | | thus making both actually fetchable. * Fix PLIST, add missing build time dependency.demon2006-08-162-2/+5 | | | | | PR: 102024 Submitted by: Timur I. Bakeyev <timur@com.bat.ru> * - Update to 0.2.4rafan2006-08-163-11/+33 | | | | | | | | Use bash rather than /bin/sh to add -I option (case insensitive globbing). PR: ports/102020 Submitted by: Martin Kammerhofer <dada at pluto.tugraz.at> Approved by: Martin Kammerhofer <mkamm at gmx.net> (maintainer) * - Remove directories that are not in mtree filerafan2006-08-152-0/+8 | | | | | | | | | Note that these directories are be removed by other dependency ports, so I do not bump PORTREVISION for them. These affected ports are belong to ports@. PR: ports/101586 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-157-7/+7 | | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> * Don't forget to run ztcfg.sobomax2006-08-151-1/+2 | * Convert to rcNG.sobomax2006-08-152-0/+76 | | | | | PR: 101958 Submitted by: Anish Mistry * Convert to rcNG.sobomax2006-08-154-72/+3 | | | | | PR: 101958 Submitted by: Anish Mistry * - Update to r6770rafan2006-08-152-4/+4 | | | | | PR: ports/101971 Submitted by: Matt Mills <matt_mills at btopenworld.com> (maintainer) * Respect DESTDIR by remove EXAMPLESDIRmat2006-08-141-1/+0 | | | | | PR: 101852 Submitted by: Gea-Suan Lin <gslin@gslin.org> * Add ruby-vpim 0.360, vCard and iCalendar support for ruby.clsung2006-08-145-0/+71 | | | | | PR: ports/101861 Submitted by: Yuichiro AIZAWA aka yaizawa <yaizawa at mdbl.sfc.keio.ac.jp> * - Update to 11.6sat2006-08-122-9/+5 | | | | Approved by: miwi (maintainer) * - pet portlint by using USE_LDCONFIGclsung2006-08-104-8/+6 | | | | | | | | - remove unstable mirror site - add trailing slash for WWW in pkg-descr PR: ports/101720 Submitted by: maintainer (Thomas Abthorpe) * - Bump PORTREVISON for previous changesrafan2006-08-081-0/+1 | * - s|ehaput|ehaupt|ehaupt2006-08-084-13/+20 | | | | | | | | | | | | | | | - s|INSTALLS_SHLIB|USE_LDCONFIG| - add two mirrors - update pkg-plist, tarball was rerolled [1] without bumping the version - reformat pkg-descr (fmt -w 80) - bump portrevision [1] Changes: - added support for pkg-config - funetak.l - replaced random() with gtf_random(); eliminates build error in mingw - "auto-files" are generated with automake 1.9.6 instead of automake 1.9.5 * Transfer maintainership to ehaupt.adamw2006-08-071-1/+1 | * - Fix build on 4.x [1]miwi2006-08-071-1/+3 | | | | | | | - Respect DESTDIR Submitted by: pointyhat via kris [1] Approved by: krion (mentor) * - Respect DESTDIR for all my portsmiwi2006-08-071-1/+1 | | | | | Reviewed by: gabor Approved by: krion (mentor) * - Add readline as dependency when it was already installed. The programrafan2006-08-072-3/+7 | | | | | | | | | | will be linked against it anyway, not against a system one. - Fix pkg-plist in non-standard PREFIX cases - Replace deprecated variables - Misc cosmetic fixes PR: ports/101436 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> * - Ignore Perl 5.00503clsung2006-08-071-1/+7 | | | | | PR: ports/101468 Submitted by: maintainer (Gea-Suan Lin) * - Ignore Perl 5.00503clsung2006-08-071-1/+7 | | | | | PR: ports/101467 Submitted by: maintainer (Gea-Suan Lin) * - Ignore Perl 5.00503clsung2006-08-071-1/+7 | | | | | PR: ports/101465 Submitted by: maintainer (Gea-Suan Lin) * Mark BROKEN on 4.x: fails to compile.shaun2006-08-064-4/+28 | | | | | PR: ports/101208 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) * KBFX is an alternative to the classical K-Menu button and it's menu.miwi2006-08-055-0/+161 | | | | | | | | | | | | | It improves the user experience by enabling the user to set a bigger start button and by finally replacing the Win95-like K-Menu. But if you still want the old menu, because you're used to it, it is still available as an option in kbfx. WWW: http://www.kbfx.org/ PR: ports/101059 Submitted by: Max Brazhnikov <makc(at)issp.ac.ru> Approved by: krion (mentor) * Add support for DESTDIR part I.erwin2006-08-041-1/+1 | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 * Mark BROKEN: does not fetcherwin2006-08-041-0/+2 | * Unmark BROKEN, it was fixed after cvsup on pointyhaterwin2006-08-041-2/+0 | * Mark BROKEN: does not packageerwin2006-08-041-0/+2 | * Fix build on pointyhat and prevent gohans loop.krion2006-08-032-1/+13 | | | | | Submitted by: erwin Pointyhat winners are: miwi, krion * Upgrade from 1.4.2 to 1.5.1vd2006-08-023-34/+18 | * Update to 1.1.0.knu2006-08-022-5/+5 | | | | | | | | | | | | - Add -D/--debug and adjust the verbosity level. - Show before and after file sizes when -v is specified. - Introduce a configuration file in which command aliases can be defined. - Add -i/--preserve-inode so inode numbers are preserved even when -b or -s is specified. * - Update to 1.4.0clsung2006-08-012-12/+11 | | | | | | | - Take maintainership PR: ports/101086 Submitted by: maintainer (chinsan <chinsan dot tw_AT_gmail dot com>) * - Provide additional mirrors where neededsat2006-07-311-2/+1 | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes * USE_GCC= 3.2+ to unbreak on 4.xitetcu2006-07-282-8/+2 | | | | | PR: ports/100924 Submitted by: Thomas Abthorpe (maintainer) * There hasn't been a release of pointless in over two and a half years and theerwin2006-07-271-0/+3 | | | | | | | | | development mailing list has been dead for some time too. Furthermore local pacthes have been needed since python 2.4 was added to the ports tree. Schedule for removal in 2 months. PR: 100910 Submitted by: Christian Laursen <xi@borderworlds.dk> (maintainer) * Adding port misc/fcalc, a calculator for photographic formulas.aaron2006-07-265-0/+84 | | | | | PR: ports/98837 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> * - Update to 2.0beta.6.2miwi2006-07-253-7/+19 | | | | | | PR: ports/100733 Submitted by: mstowe <mstowe(at)chicago.us.mensa.org> Approved by: krion (mentor) * - Unbreakmiwi2006-07-251-8/+5 | | | | | | | | - Bump PORTREVISION PR: ports/100734 Submitted by: mstowe@chicago.us.mensa.org <mstowe(at)chicago.us.mensa.org> Approved by: krion (mentor) * - Recongnize csh as TCSH shellfjoe2006-07-253-1/+158 | | | | | | | | - Fix case-insensitive file search - Bump PORTREVISION PR: 99428, 99424 Submitted by: Stanislav Sedov * - Update to 0.03clsung2006-07-242-5/+5 | | | | | PR: ports/100762 Submitted by: maintainer (Gea-Suan Lin) * - Update to 0.03clsung2006-07-242-5/+5 | | | | | PR: ports/100761 Submitted by: maintainer (Gea-Suan Lin) * - Update to 0.03clsung2006-07-243-5/+5 | | | | | PR: ports/100760 Submitted by: maintainer (Gea-Suan Lin) * Add p5-Geo-Postcodes-NO 0.02, norwegian postcodes with associatedclsung2006-07-215-0/+46 | | | | | | | information. PR: ports/100553 Submitted by: Gea-Suan Lin <gslin at gslin.org> * Add p5-Geo-Postcodes-DK 0.02, danish postcodes with associatedclsung2006-07-215-0/+41 | | | | | | | information. PR: ports/100550 Submitted by: Gea-Suan Lin <gslin at gslin.org> * update to 0.37.1oliver2006-07-203-6/+4 | * - Fix MASTER_SITESrafan2006-07-201-1/+1 | | | | | PR: ports/100560 Submitted by: KATO Tsuguru * Add p5-Geo-Postcodes 0.02, base class for the Geo::Postcodes::XXclsung2006-07-195-0/+37 | | | | | | | modules. PR: ports/100512 Submitted by: Gea-Suan Lin <gslin at gslin.org> * Update to 9miwi2006-07-192-6/+5 | | | | | | PR: ports/99279 Submitted by: miwi Approved by: markus (co mentor), maintainer timeout * Add missing file, remove BROKEN.demon2006-07-172-2/+1 | * Remove expired leaf portvd2006-07-176-79/+0 | | | | 2006-07-15 misc/matrix-kmod * Mark as broken: fails to deinstall cleanly.linimon2006-07-171-0/+2 | * Mark broken: fails to compile.linimon2006-07-161-0/+2 | * Mark broken: unfetchable: connection refused.linimon2006-07-161-0/+2 | * Add ${PREFIX}/share/locale/en_US to the list of directories owned by this.lofi2006-07-156-4/+12 | | | | For some reason pointyhat started to complain about that directory recently. * - Update to 1.5.3rafan2006-07-1532-464/+388 | | | | | | | | | - Pass maintainership to submitter - Reformat pkg-descr - Workaround for sword 1.5.8 (LIB_DEPENDS -> {RUN,BUILD}_DEPENDS) PR: ports/100213 Submitted by Thomas Abthorpe <thomas goodking.ca> * - Mark BROKEN on 4.x, does not compilerafan2006-07-152-4/+18 | | | | | | | - Add another mirror site PR: ports/100298 Submitted by: maintainer * boxquote provides a set of functions for using a text quoting style thatanray2006-07-145-0/+57 | | | | | | | | | | | | | | | | partially boxes in the left hand side of an area of text, such a marking style might be used to show externally included text or example code. ,---- | The default style looks like this. `---- A number of functions are provided for quoting a region, a buffer, a paragraph and a defun. There are also functions for quoting text while pulling it in, either by inserting the contents of another file or by yanking text into the current buffer. WWW: http://www.davep.org/emacs/#boxquote.el * Update to 0.18.marcus2006-07-133-6/+8 | * - Update to 1.5.8clsung2006-07-1312-158/+208 | | | | | | | - Assume maintainership PR: ports/100052 Submitted by: maintainer (Thomas Abthorpe) * - fix a pathitetcu2006-07-131-3/+21 | | | | | | | | - fix some filenames - add a short install instruction for MySQL PR: ports/100146 Submitted by: Beat Gätzi <beat@chruetertee.ch> * - Pass maintainership of these ports to submittergarga2006-07-111-1/+1 | | | | | | | - Pet portlint PR: ports/98100 Submitted by: Stephen J. Roznowski <sjr at comcast.net> * Update to version 0.12.16markus2006-07-103-4/+24 | * - update to 0.2.2clsung2006-07-103-7/+32 | | | | | | | - Added option -w to report matching port directories. PR: ports/100014 Submitted by: maintainer (Martin Kammerhofer) * - Update to 11.5sat2006-07-072-4/+4 | | | | Approved by: miwi (maintainer) * Update to 1.0.sobomax2006-07-066-7/+57 | * Two samples for the biosfont(4) kernel module:garga2006-07-054-0/+38 | | | | | | | | | | * showchar shows a requested character on stdout * showdati is a digital clock. Best viewed on 80x25 consoles. WWW: http://home.tiscali.nl/rladan/biosfont/ PR: ports/99648 Submitted by: Rene Ladan <r.c.ladan@gmail.com> * Remove expired leaf ports:vd2006-07-0420-1308/+0 | | | | | | | | | | 2006-07-01 emulators/linux_base-fc3 2006-06-15 misc/linux-opengroupware 2006-07-01 net/opengk 2006-07-01 security/p5-Crypt-OpenPGP 2006-07-01 textproc/sed_inplace 2006-07-01 textproc/xml4j 2006-07-01 x11-wm/aewm++ * - Update to 2.3.2itetcu2006-07-042-6/+5 | | | | | - check if csup is in the base system like net/csup does, now that we have OSVERSION bumped. * - WANT_PHP_PEAR was removed since verion 1.21 of bsd.php.mkclsung2006-07-031-1/+0 | | | | | | PR: ports/99717 Submitted by: clsung Approved by: portmgr (erwin) * - Update to 3.0.50clsung2006-07-02