aboutsummaryrefslogtreecommitdiffstats
path: root/korean/gtkcomm/pkg-plist
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-01 10:56:11 +0800
committersteve <steve@FreeBSD.org>2000-05-01 10:56:11 +0800
commit0fa57e670dc4134610743a0ccb14d8087ad7eeea (patch)
tree5c3918065055020a4072f1541c2c079cb45b0ff9 /korean/gtkcomm/pkg-plist
parent57933769b76f92a74946cd6d93646d0481abf6dd (diff)
downloadfreebsd-ports-graphics-0fa57e670dc4134610743a0ccb14d8087ad7eeea.tar.gz
freebsd-ports-graphics-0fa57e670dc4134610743a0ccb14d8087ad7eeea.tar.zst
freebsd-ports-graphics-0fa57e670dc4134610743a0ccb14d8087ad7eeea.zip
Adding ko-gtkcomm version 0.5.7.
A gtk-based widget for controlling serial ports. PR: 17332 Submitted by: CHOI Junho <cjh@kr.freebsd.org>
Diffstat (limited to 'korean/gtkcomm/pkg-plist')
-rw-r--r--korean/gtkcomm/pkg-plist41
1 files changed, 41 insertions, 0 deletions
diff --git a/korean/gtkcomm/pkg-plist b/korean/gtkcomm/pkg-plist
new file mode 100644
index 00000000000..9e7be113d29
--- /dev/null
+++ b/korean/gtkcomm/pkg-plist
@@ -0,0 +1,41 @@
+bin/gtkcomm
+share/gtkcomm/bookmarks
+share/gtkcomm/capture/DEFAULT_CAPTURE_DIR
+share/gtkcomm/chatrc
+share/gtkcomm/doc/FAQ
+share/gtkcomm/doc/NEWS
+share/gtkcomm/doc/README
+share/gtkcomm/doc/TODO
+share/gtkcomm/doc/USAGE
+share/gtkcomm/down/DEFAULT_DOWNLOAD_DIR
+share/gtkcomm/gtkcommrc
+share/gtkcomm/iselrc
+share/gtkcomm/pixmap/bg.xpm
+share/gtkcomm/pixmap/tb_close.xpm
+share/gtkcomm/pixmap/tb_down.xpm
+share/gtkcomm/pixmap/tb_exit.xpm
+share/gtkcomm/pixmap/tb_macro.xpm
+share/gtkcomm/pixmap/tb_open.xpm
+share/gtkcomm/pixmap/tb_save.xpm
+share/gtkcomm/pixmap/tb_up.xpm
+share/gtkcomm/pixmap/tux-anim.png
+share/gtkcomm/pixmap/tux-anim.xpm
+share/gtkcomm/script/SCRIPT.txt
+share/gtkcomm/script/chol-login.scr
+share/gtkcomm/script/chol-logout.scr
+share/gtkcomm/script/com-login.scr
+share/gtkcomm/script/dialog.scr
+share/gtkcomm/script/hitel-login.scr
+share/gtkcomm/script/local-login.scr
+share/gtkcomm/script/local-logout.scr
+share/gtkcomm/script/monitor.scr
+share/gtkcomm/script/now-login.scr
+share/gtkcomm/script/startup.scr
+share/gtkcomm/up/DEFAULT_UPLOAD_DIR
+@dirrm share/gtkcomm/capture
+@dirrm share/gtkcomm/doc
+@dirrm share/gtkcomm/down
+@dirrm share/gtkcomm/pixmap
+@dirrm share/gtkcomm/script
+@dirrm share/gtkcomm/up
+@dirrm share/gtkcomm
8clsung2006-10-102-4/+4 | * - Update to 0.1.2.2clsung2006-10-102-5/+6 | | | | | PR: ports/104211 Submitted by: maintainer (Peter Thoenen) * Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update ↵girgen2006-10-103-6/+8 | | | | to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19.Update to 1.2.19. * Add checksums for Python 2.5 documents.perky2006-10-101-0/+15 | * Expire this port, the software has been deprecated for long enough now.girgen2006-10-101-0/+1 | * - Restrict a dependency to the real interpreter to _RUN only. Thisperky2006-10-098-46/+1 | | | | | allows portupgrade to upgrade lang/python from 2.4 flawlessly. - So remove obsolete instruction. * - Update MASTER_SITES listsergei2006-10-092-6/+8 | | | | | | | | - Require Python 2.3 or higher - Install additional documentation - NEWS - Bump PORTREVISION Submitted by: Jason R. Mastaler (in private e-mail) * Mark zgv as fixed wrt. "zgv, xzgv -- heap overflow vulnerability".simon2006-10-091-1/+2 | * - Add dependency on libtool; we cannot simply add USE_AUTOTOOLSsergei2006-10-091-0/+2 | | | | | | | as that implies GNU_CONFIGURE which this port does NOT use - Bump PORTREVISION Noticed by: pointyhat via kris * Simple portupgrade doesn't upgrade python correctly, so add a checkperky2006-10-097-0/+45 | | | | and an instruction. * - Update to 2.1.21sergei2006-10-096-12/+12 | * python24 -> lang/python24perky2006-10-091-1/+2 | | | | python25 -> lang/python25 * - Update to 0.95clsung2006-10-094-5/+7 | | | | - I'll maintain it. * - Fix date for recently Python 2.5 entry: we are in 2006 :-)rafan2006-10-091-1/+1 | * Fix version number to 2.5 even if 2.4 is in the system.perky2006-10-091-1/+2 | * - Update the main python version to 2.5.perky2006-10-0952-5058/+306 | | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. * - Update the main python version to 2.5.perky2006-10-093-15/+19 | | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. * - Unbreak: the author fixed the master site (previously, the distfilesergei2006-10-092-7/+3 | | | | | | | | | was unavailable for long time after site re-organization). Apparently, the author was unaware of the broken links, and fixed it promptly after I contacted him. - The distfile has changed suffix (.tgz -> .tar.gz) - the file was re-rolled by the author. The only difference - an entry in the CHANGELOG (verified with diff -ruN) * - Update to 1.0.2rafan2006-10-094-8/+8 | | | | | PR: ports/104190 Submitted by: shane bell<decept0 at gmail.com> (maintainer) * - Update to 3.0.2pav2006-10-096-168/+169 | | | | | | PR: ports/103763 Submitted by: Martin Matuska <martin@matuska.org> Approved by: Bjorn Konig <bkoenig@cs.tu-berlin.de> (maintainer) * - Register CONFLICTS with sysutils/tct; both install "bin/file".shaun2006-10-091-1/+3 | | | | - s/INSTALLS_SHLIB/USE_LDCONFIG/ * Update to 2006.10.07.nork2006-10-092-4/+4 | * Update to 0.4.3anray2006-10-092-5/+5 | * - Update to 0.9.6.1miwi2006-10-092-5/+5 | | | | | PR: ports/104202 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) * - Removed module for deleted sysutils/cfengine2 portsergei2006-10-091-1/+1 | | | | - Add module for resurrected sysutils/cfengine port * - Remove previous entry for systuils/cfengine -> sysutils/cfengine2 movesergei2006-10-091-1/+1 | | | | - Announce merging of sysutils/cfengine2 into sysutils/cfengine * - Remove systuils/cfengine2 port - superceded by re-born sysutils/cfenginesergei2006-10-098-225/+0 | * - Connect sysutils/cfengine port to the build (instead of systuils/cfengine2)sergei2006-10-091-1/+1 | * - Add patches synced with sysutils/cfengine2 portsergei2006-10-0912-0/+390 | | | | Forgotten by: cvs(1) * - Resurrect sysutils/cfengine port removed year ago. It is currentlysergei2006-10-0912-0/+285 | | | | | | | | | synced with sysutils/cfengine2 which it is going to replace. The reason for that is Cfengine 2.x being the stable version now, so the need for keeping both old 1.x (sysutils/cfengine) and the new 2.x (sysutils/cfengine2) has been obsoleted. This is currently disconnected from the build. * - Add runtime knob to allow libraries installation under userstas2006-10-091-5/+12 | | | | | | | | | | | privileges. When RB_INSTALL_USER environment variable is set, ruby will not pass '${_BINOWNGRP}' to install program, thus allowing an ordinal user to install gem or library (e.g. into home directory). - Eliminate extra whitespace - Bump portrevision. PR: ports/103801 (idea) Submitted by: Dimitri Aivaliotis <aglarond@gmail.com> * Remove PTHREAD_LIBS hack. It's no longer needed.markus2006-10-091-2/+1 | * - Update to version 0.8.11markus2006-10-094-122/+93 | | | | | | - Use an own distfile as a patch to fix the buildsystem would have been even bigger. No other changes were made and apart from one human, no other beings were harmed while generating the build fix. * - Update to 0.0.9rafan2006-10-0918-112/+188 | | | | | | | - Switch to scons PR: ports/104191 Submitted by: David Yeske<dyeske at yahoo.com> (maintainer) * Fix build with WITH_PYTHON=yes on amd64perky2006-10-092-1/+2 | | | | | PR: 86283 Submitted by: Tim Middleton <x@vex.net> * Fix build on environments with ncurses port.perky2006-10-091-2/+2 | | | | | | PR: 100830 Submitted by: Matthias Fechner <idefix@fechner.net>, Thomas Dickey <dickey@his.com> * Update to 1.4.3perky2006-10-093-4/+11 | | | | | PR: 103568 Submitted by: xride * Update to 1.5.3perky2006-10-092-4/+4 | | | | | PR: 103580 Submitted by: xride * Update to 0.8.0perky2006-10-092-4/+4 | | | | | PR: 103521 Submitted by: xride * - register additional dependecies for pointyhatdinoex2006-10-091-0/+1 | * - Update to 1.9.5sat2006-10-093-8/+7 | | | | | PR: ports/103980 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) * - Update to 0.9.3.1sat2006-10-095-8/+9 | | | | | PR: ports/103978 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) * - fix build with gcc41dinoex2006-10-091-0/+99 | | | | Obtained from: upstream * - Update to 2006.10.09sat2006-10-092-4/+4 | * - fix build with gcc41dinoex2006-10-091-0/+11 | * - fix build with gcc41dinoex2006-10-092-0/+60 | | | | Obtained from: debian * - Update to 0.9.1-4sat2006-10-092-5/+5 | * - Update to 2.2.1mich2006-10-092-7/+5 | | | | | | | | - Change MASTER_SITES to SourceForge.net - Tun off producing debugging information (remove -ggdb in CFLAGS) PR: 104198 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> * Update to 20060822. Changes include:hrs2006-10-094-15/+18 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - various manual updates - update the INSTALL documentation - fix a bug where pins turned into pure holes when an element was smashed. - use locale-independent strtod and dtostr functions to avoid problems loading files saved in some locales. - fixed various bugs which caused pcb to crash - update the gtk status line after save/save as - make the gerber file names be compatible with pre-HID versions - split plated and unplated drill output - fix various typos in menus and comments - add a batch mode HID. - fix drawing of box around text in the buffer - various fixes and improvements to the trace optimizer and the autorouter - fix board flipping code - fix rounding bug when creating list of drill sizes - add support for > 8 copper layers - avoid strict aliasing violations encountered with gcc4 - refactor code related to handling the filenames in the export HID's - fix layer group parsing code - add the ability to user-configure mouse actions in the lesstif GUI. - enable loaded netlists by default - improve the positioning of the drill list in the postscript output - various improvements to the configure script to improve robustness and improve error messages when thing don't go well. - add IPC style footprints for 01005 passives. - added a Renumber() action which will renumber all reference designators and produced an annotation file for backannotating to schematics. - Draw via annulii on assembly drawings - various other bug fixes and improvements. * - Update to 0.9.10clsung2006-10-092-8/+6 | | | | | | | | | | libpreludedb Changelog: - Fix PostgreSQL schema update version 5. - Only export symbol starting with preludedb_. - Verbose error reporting in case of libpreludedb initialization failure. PR: ports/104201 Submitted by: maintainer (Robin Gruyters) * Forced commit to note stas@ needs no my approvals anymoresem2006-10-090-0/+0 | | | | and can fly (fall?) freely. * - Remove two patches that are merged to upstreamrafan2006-10-092-22/+0 | | | | Reported by: erwin * - Update to 0.03clsung2006-10-092-4/+4 | | | | | | PR: ports/104082 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) * - Update to 1.1miwi2006-10-093-4/+6 | | | | | PR: ports/104178 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * - Require gcc 3.4+sat2006-10-092-0/+3 | | | | Reported by: pointyhat via kris * Expiration date is Dec 7, _2006_.flz2006-10-091-1/+1 | | | | | | Remove trailing whitespace. Spotted by: vd * Chase pdf library and bump PORTREVISION.ale2006-10-0910-18/+21 | * Update to 7.0.0 release.ale2006-10-094-11/+11 | * - Update to 1.8.0miwi2006-10-094-56/+28 | | | | | PR: ports/104176 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * - Update to 06.10.08sat2006-10-092-4/+4 | * p5-Net-Amazon-S3 --> ports/net/p5-Net-Amazon-S3clsung2006-10-091-0/+1 | * Add p5-Net-Amazon-S3 0.36, use the Amazon S3 - Simple Storage Service.clsung2006-10-095-0/+55 | | | | | PR: ports/104138 Submitted by: Gea-Suan Lin <gslin at gslin.org> * - Chase finance/libofx share library version bumprafan2006-10-092-3/+4 | * - Update to 0.8.2rafan2006-10-096-119/+164 | | | | | | | | This fixes build problem. - Mark BROKEN on 4.x PR: ports/104188 Submitted by: Guido Falsi <mad at madpilot.net> * - Update to 1.7.1clsung2006-10-093-6/+6 | | | | | | PR: ports/104139 Submitted by: chinsan Approved by: maintainer (Paul Dlug) * - Update to 0.4.0sat2006-10-093-5/+8 | * - Update to 0.04clsung2006-10-092-7/+4 | | | | | | | - According to Changes, amd64 support has been added. PR: ports/104182, ports/104184 Submitted by: clsung, maintainer (chinsan) * Remove entry for sysutils/gnomesuerwin2006-10-091-1/+0 | * - Allow wxWidgets 2.6 alongside 2.4, this port works with bothpav2006-10-091-4/+3 | | | | | PR: ports/102168 Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) * Remove expired leaf port:vd2006-10-097-224/+1 | | | | 2006-10-09 devel/cscout-devel * The author server is down for unknown time, so we must temporary fetchxride2006-10-091-0/+1 | | | | | | | | the file from FreeBSD.org. PR: 103713 Submitted by: Eric Mesa <ericsbinaryworld_@_gmail.com> (maintainer approved) Approved by: tmclaugh (mentor) * Fix building at 5.x.bsam2006-10-091-4/+5 | | | | Submitted by: Nick Barkas <snb at threerings.net> (maintainer by email) * - Expose one more headersat2006-10-091-4/+6 | | | | | | - Bump portrevision Submitted by: mi * Update to 0.4.6.osa2006-10-094-8/+8 | * Mark as BROKEN on 4.x:vd2006-10-091-1/+7 | | | | | | | | | | | | In file included from lwp.private.h:50, from iomgr.c:53: lwp_ucontext.h:33: conflicting types for `mcontext_t' /usr/include/machine/ucontext.h:63: previous declaration of `mcontext_t' lwp_ucontext.h:39: conflicting types for `ucontext_t' /usr/include/sys/ucontext.h:51: previous declaration of `ucontext_t' gmake[2]: *** [liblwp_la-iomgr.lo] Error 1 Reported by: kris * - Update to 0.4.1ahze2006-10-093-5/+5 | | | | - Update link to freshports.org rss2.0 feed * Add vendor's patch, which fixes 3 false test failures.mi2006-10-091-0/+46 | * Fix the path to testlog.failures, which is shown if there were any, uhm,mi2006-10-091-1/+1 | | | | | | failures. Submitted by: Jose Alonso Cardenas * - Update to 2.9alexbl2006-10-092-4/+4 | | | | | PR: 104171 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * Release Alexander Botero-Lowry (alexbl@) from my cruel mentorship.novel2006-10-090-0/+0 | * Update to 0.6.1.26lioux2006-10-092-4/+4 | * - update to 1.15leeym2006-10-092-4/+5 | * - Update to 3.1.6rafan2006-10-092-5/+4 | | | | | PR: ports/104192 Submitted by: Yoshito Uchiyama <gato at intaa.net> * - Enable GUI Setup Toolrafan2006-10-095-5/+52 | | | | | It does not depend on qinputcontextplugin.h, so we can build it. - Bump PORTREVISION * - Unbreak port.shaun2006-10-095-25/+105 | | | | | | | - Mozilla plug-in is optional, but we need Mozilla (or another Gecko browser) to compile it. - Dump the error log to stdout on failure when a building package. - Update primary master site; add mirror. * - Update to 1.140clsung2006-10-092-4/+4 | * - Update to 0.10.9clsung2006-10-092-4/+4 | * - Update to version 1.6.0.alepulver2006-10-0920-154/+352 | | | | | 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 version 1.5.2.alepulver2006-10-092-7/+4 | | | | | PR: ports/104173 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * - Update to version 0.9.11.alepulver2006-10-093-28/+47 | | | | | PR: ports/104172 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * - Update to version 0.60.0.alepulver2006-10-095-63/+23 | | | | | PR: ports/104170 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * - Update to version 3.6.0.alepulver2006-10-093-24/+107 | | | | | PR: ports/104169 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * - Update to 2.0rc2ahze2006-10-0930-195/+180 | * - update to 2.64leeym2006-10-093-4/+9 | * - Update to 20061004acm2006-10-093-17/+15 | | | | Reported by: bsam * Update to 0.49jylefort2006-10-093-26/+22 | * Update to 0.6.3.flz2006-10-092-4/+4 | | | | Reported by: az * Update to 0.10.3.flz2006-10-092-4/+4 | | | | Reported by: az * - Fix intercal library dir [1]stas2006-10-092-1/+40 | | | | | | | | - PREFIX-safety [2] - Change my email Submitted by: Phil Pennock <phil.pennock@globnix.org> [1], me (stas) [2] Approved by: sem (implicitly) * Reset bouncing maintainer address.linimon2006-10-092-2/+2 | * - Comment out this :u stuff for CURRENT entirely untill it will work onstas2006-10-091-4/+4 | | | | | | | pointyhat. Reported by: erwin mail Approved by: sem (implicitly) * Import a patch from Gentoo bug #127008 to fix CVE-2006-1060.thierry2006-10-092-4/+70 | | | | Security: VuXML ID: a813a219-d2d4-11da-a672-000e0c2e438a * Change private hack into @dirrmtry.joerg2006-10-091-2/+2 | * Try to remove the "rw" locale directories when uninstalling.joerg2006-10-092-1/+3 | * Upgrade to version 2.5.joerg2006-10-092-5/+4 | * - Update to r5508miwi2006-10-094-4/+16 | | | | | | | - Fix build with gcc41 PR: ports/104187 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) * Put a copy into local distfiles, because the Mastersite seems to bearved2006-10-091-1/+3 | | | | | | unreliable Reported by: pointyhat * - Update to version 3.2.6.alepulver2006-10-092-5/+5 | | | | - Add ONLY_FOR_ARCHS_REASON. * - Update to version 0.7.1.alepulver2006-10-093-24/+26 | | | | - Add ONLY_FOR_ARCHS_REASON. * - Update to 20061008miwi2006-10-092-7/+7 | | | | | PR: ports/104168 Submitted by: chinsan@ * . Add support for installing the JCE policy files. [1]glewis2006-10-092-30/+47 | | | | | | | | | . OPTIONify. [1] . Add a knob for IPV6_V6ONLY. . Bump PORTREVISION. PR: 103920 Submitted by: lioux@ * Be sure to fail our test-target, if the vendor's self-test fails.mi2006-10-091-1/+2 | * . Add a patch to support IPv6 only operation.glewis2006-10-091-0/+131 | | | | | | | (Makefile knob to follow) PR: 92620 Submitted by: ume@ * . Use a mutex to make the resolver functions thread safe on FreeBSD 4.xglewis2006-10-091-0/+110 | | | | | | (they are already thread safe on FreeBSD 5+). Submitted by: Arne Juul <arnej@europe.yahoo-inc.com> * - Update to version 2.0.3.alepulver2006-10-096-46/+14 | | | | - Add ONLY_FOR_ARCHS_REASON. * - Update to version 0.531.alepulver2006-10-096-50/+12 | | | | | - Add ONLY_FOR_ARCHS_REASON. - Remove unneeded OPTIONS (the only one was removed). * Fix detection of BDB libraries.marcus2006-10-092-5/+73 | * - Update to version 1.74 (also extra fleets package is newer).alepulver2006-10-095-41/+201 | | | | - Improve wrapper script (doesn't recreate ~/.galaxyhack if exists). * - Update to 0.3.3pav2006-10-098-18/+220 | | | | | | PR: ports/102751 Submitted by: Diane Bruce <db@db.net> Approved by: maintainer timeout (az, 1 month) * - Update to 1.10.7miwi2006-10-092-4/+4 | | | | | PR: ports/104160 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> * - Unbreak by defining LDAP_DEPRECATED for compilation.stefan2006-10-093-7/+18 | | | | | | | | | | | - Respect PREFIX/LOCALBASE. - s/INSTALLS_SHLIB/USE_LDCONFIG/. - Move pkg-plist entries to PLIST_FILES. PR: 102641 Submitted by: FRLinux <frlinux@gmail.com> Patch by: stefan Approved by: maintainer timeout (>5 weeks) * - Add MASTER_SITESmiwi2006-10-092-10/+12 | | | | | | | | - Switch to bz2 distfile - cleanup Makefile PR: ports/104150 Submitted by: Babak Farrokhi <babak@farrokhi.net> (Maintainer) * - Remove unexisting mirror.stas2006-10-091-3/+2 | | | | | | - Change my email Approved by: sem (mentor) * - Fix MASTERSITESstas2006-10-092-3/+3 | | | | | | | - Fix WWW - Change my email Approved by: sem (mentor) * Fix the problem with unattended deinstallation by not even attemptingroam2006-10-092-63/+1 | | | | | | | | | | to remove the stunnel user and group at all - just kill the package deinstall script. PR: 104028 Reported by: jan grant <jan.grant@bristol.ac.uk>, Stephen Hurd <shurd@sasktel.net> (in private mail a while ago), and, I think, many others * - Update to 0.015clsung2006-10-092-5/+5 | * gtkada-devel --> ports/x11-toolkits/gtkada-develpav2006-10-091-0/+1 | * GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete setpav2006-10-096-0/+1322 | | | | | | | | | | | of Gtk+ widgets using the Object-Oriented features of this language. GtkAda supports the latest 2.2 and 2.4 stable releases. WWW: https://libre2.adacore.com/GtkAda/ PR: ports/99005 Submitted by: Petr Holub <hopet@ics.muni.cz> Thanks to: miwi (testing) * - Distfile re-rolled without version changemiwi2006-10-093-3/+6 | | | | | | | | - Fix pkg-plist - Bump PORTREVISION PR: ports/104149 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) * Make the PostgreSQL backend actually compile with the newroam2006-10-091-8/+12 | | | | | | | WITH_SQL_LOG_REMOVE_DELETED knob - fix the name of a variable and a standard PostgreSQL routine. Pointy hat to: roam (myself), in addition to the upstream developers * - Update to 0.17clsung2006-10-092-4/+4 | * - Update to 2006-10-08 [1].alepulver2006-10-093-7/+21 | | | | | | | | | | | | | | - Fixed syntax transformers [1]. - Added Micro KANREN example [1]. - Add -fPIC to sketchy.o, which goes into libsketchy.so to allow building on amd64 [2]. - Rename libsketchy.so to libsketchy.so.0 and add symlink libsketchy.so -> libskeychy.so.0 to allow using the shared library [2]. - Add USE_LDCONFIG [2]. PR: ports/104167 [1] Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) [1] Reworked by: alepulver (myself) [2] * - Update to 2.03clsung2006-10-093-28/+5 | | | | - take maintainership * - Add KNOBS to build supplimentary utilitiesstas2006-10-092-3/+40 | | | | | | | | - Change my email PR: ports/76116 (based on) Suggested by: Raphael Langerhorst <raphael-langerhorst@gmx.at> Approved by: sem (mentor) * - Respect order.stas2006-10-091-9/+9 | | | | Approved by: sem (mentor) * - Update to 0.9clsung2006-10-094-34/+77 | | | | | | | | | | - move from X11BASE to LOCALBASE - make portlint happy - new fixed pkg-plist PR: ports/102838 Submitted by: Stick Bit <stickybit_AT_gmx dot net> Approved by: maintainer (Remington Lang) * - Take maintainership (maintainer address bounces - recipient rejected).alepulver2006-10-091-1/+1 | * Bump PORTEPOCH because no one escapes erdwin's port version checker thingy.tmclaugh2006-10-091-0/+1 | | | | Pointyhat by: tmclaugh * - Add php-suhosin to edabe438-542f-11db-a5ae-00508d6a62dfsat2006-10-091-1/+5 | | | | | | as per original advisory Discussed with: ale * Update to 3.9.5.bms2006-10-092-4/+4 | | | | | PR: 104148 Submitted by: chinsan * Update to 0.9.5.bms2006-10-092-4/+5 | | | | | PR: 104147 Submitted by: chinsan * - Fix typostas2006-10-091-1/+1 | | | | Approved by: sem (mentor) * libxcb --> ports/x11/libxcbalepulver2006-10-091-0/+1 | * The X protocol C-language Binding (XCB) is a replacement for Xlibalepulver2006-10-098-0/+223 | | | | | | | | | | | | | featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. WWW: http://xcb.freedesktop.org/ - Ashish Shukla wahjava@gmail.com PR: ports/102447 Submitted by: Ashish Shukla <wahjava at gmail.com> * xcb-proto --> ports/x11/xcb-protoalepulver2006-10-091-0/+1 | * The X protocol C-language Binding (XCB) is a replacement for Xlibalepulver2006-10-095-0/+63 | | | | | | | | | | | | | featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. WWW: http://xcb.freedesktop.org/ - Ashish Shukla wahjava@gmail.com PR: ports/102446 Submitted by: Ashish Shukla <wahjava at gmail.com> * - Turn doxygen documentation off by default, make it into OPTIONSpav2006-10-091-10/+12 | | | | | | PR: ports/103115 (based on) Submitted by: ahze Approved by: maintainer timeout (lawrance; 1 month) * Update from 1.7 to 1.9. Vendor has fixed the self-tests on multiple arches.mi2006-10-093-58/+242 | * glexcess --> ports/graphics/glexcessalepulver2006-10-081-0/+1 | * The port of GLExcess, an impressive OpenGL graphics demo.alepulver2006-10-085-0/+172 | | | | | | | | | | WWW: http://www.glexcess.com - Hernan Di Pietro Hernan.di.pietro@gmail.com PR: ports/104041 Submitted by: Hernan Di Pietro <hernan.di.pietro at gmail.com> * - Update to 2.2.3.1pav2006-10-083-5/+5 | | | | | PR: ports/104165 Submitted by: Josh Paetzel <josh@tcbug.org> * Tune the port a little finer:mi2006-10-083-2/+18 | | | | | | | | | | | | | | . Java-1.5 is required to build (although the result is usable with 1.4 as well) -- reflect this in pkg-descr for the user and in Makefile for the build process . add a patch for the "occasionaly" failing test -- on advice from Oracle: http://forums.oracle.com/forums/thread.jspa?threadID=431242 . enable automatic testing post-build -- the tests stress out both Java and JE and their failure may be a nice canary for our mine. * Update to 0.9.7.1perky2006-10-083-4/+11 | | | | | PR: 103964 Submitted by: ijliao * - Update to 2.4.0pav2006-10-0815-401/+711 | | | | | | | - Take maintainership PR: ports/98986 Submitted by: Petr Holub <hopet@ics.muni.cz> * - Remove symlinks created by mtree target from plistspav2006-10-0815-30/+0 | | | | | Pointy hats to: rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu, miwi * Update to 0.9.1perky2006-10-082-5/+6 | * Whitespace cleanup.perky2006-10-081-87/+98 | | | | | PR: 104021 Submitted by: edwin * - Remove duplicate of textproc/liblrdfsat2006-10-086-51/+1 | | | | | | | - Wear an innocent smile Reported by: Ports Fury Pointy hat to: sat * - Update to 1.20clsung2006-10-082-5/+4 | | | | | | PR: ports/104141 Submitted by: chinsan Approved by: maintainer (Erik Greenwald) * doesn't build it on FreeBSD 4.x.ume2006-10-083-29/+1 | | | | Reported by: pointyhat via kris * - Remove BROKEN for 4.x since a maintainer patch was previously committed.alepulver2006-10-081-7/+1 | * - Add new modules:stas2006-10-081-0/+15 | | | | | | | | | | | | | | | | | | | | | emphasis --> ports/audio/emphasis estickies --> ports/deskutils/estickies evfs --> ports/devel/evfs edje_viewer --> ports/graphics/edje_viewer exhibit --> ports/graphics/exhibit empower --> ports/sysutils/empower extrackt --> ports/sysutils/extrackt entropyfm --> ports/x11-fm/entropyfm e17-theme-kor --> ports/x11-themes/e17-theme-kor enhance --> ports/x11-toolkits/enhance etk --> ports/x11-toolkits/etk files --> ports/x11-toolkits/etk/files e17-module-mixer --> ports/x11/e17-module-mixer e17-module-winselector --> ports/x11/e17-module-winselector enity --> ports/x11/enity enterminus --> ports/x11/enterminus Approved by: sem (mentor) * Update rapidsvn to 0.9.3 :clsung2006-10-083-33/+19 | | | | | | | | | | | - This fixes a naughty bug I had where the config file was not saved - remove patch-configure.in - Fixes the wxwidget detection. rapidsvn 0.9.3 only wants 2.6 - Workaround for installing manpage PR: ports/103288 Submitted by: Geraud CONTINSOUZAS <geraud_AT_gcu dot info> Approved by: maintainer (timeout) * - Connect e17-module-winselector, e17-module-mixer, enity and enterminusstas2006-10-081-0/+4 | | | | | | to the build. Approved by: sem (mentor) * - Connect etk and enhance to the build.stas2006-10-081-0/+2 | | | | Approved by: sem (mentor) * Update to 0.9.8.novel2006-10-082-4/+4 | * - Connect e17-theme-kor to the build.stas2006-10-081-0/+1 | | | | Approved by: sem (mentor) * - Connect entropyfm to the build.stas2006-10-081-0/+1 | | | | Approved by: sem (mentor) * - Add extrackt and empower to the build.stas2006-10-081-0/+2 | | | | Approved by: sem (mentor) * - Connect edje_viewer and exhibit to the build.stas2006-10-081-0/+2 | | | | Approved by: sem (mentor) * - Connect evfs to the build.stas2006-10-081-0/+1 | | | | Approved by: sem (mentor) * - Connect estickies to build.stas2006-10-081-0/+1 | | | | Approved by: sem (mentor) * - Connect emphasis to build.stas2006-10-081-0/+1 | | | | Approved by: sem (mentor) * - Move to LOCALBASEstas2006-10-08