pkgsrcv2.git
18 years agoNote python21 and python21-pth updates
adrianp [Tue, 1 Nov 2005 21:54:11 +0000 (21:54 +0000)]
Note python21 and python21-pth updates

18 years agoBump to nb8 for PCRE security issue
adrianp [Tue, 1 Nov 2005 21:49:31 +0000 (21:49 +0000)]
Bump to nb8 for PCRE security issue

18 years agoUpdated libgrabstat to 0.12.
rillig [Tue, 1 Nov 2005 21:49:07 +0000 (21:49 +0000)]
Updated libgrabstat to 0.12.

libstatgrab 0.12 (31 July 2005)
 * More details added to filesystem statistics.
     (Patches provided by Roman Neuhauser)
 * Rework Linux partition detection.
 * Fix compile error in network stats on Linux 2.6.
    (Patches provided by Scott Lampert)
 * Change name of duplex value in network interface stats.
    NOTE: this minor change breaks the API.
 * Manual pages for saidar, statgrab and the other tools.
 * Fix minor typo in statgrab usage output.
 * Support for Solaris 10.
 * Support for FreeBSD 7.

18 years agonb bump for security fix
adrianp [Tue, 1 Nov 2005 21:48:32 +0000 (21:48 +0000)]
nb bump for security fix

18 years agolablgtk2 interface is stable with lablgtk2>=2.6.0,
wiz [Tue, 1 Nov 2005 21:48:22 +0000 (21:48 +0000)]
lablgtk2 interface is stable with lablgtk2>=2.6.0,
update comment and depend on appropriate version.

18 years agoUpdated pkglint to 4.32.1.
rillig [Tue, 1 Nov 2005 21:39:58 +0000 (21:39 +0000)]
Updated pkglint to 4.32.1.

Added type check for USE_TOOLS. Fixed false warning about direct use of
tools in comments.

18 years agoTim requested in PR 31974 to retire as the maintainer. The new
rillig [Tue, 1 Nov 2005 21:30:12 +0000 (21:30 +0000)]
Tim requested in PR 31974 to retire as the maintainer. The new
maintainer is tech-pkg.

18 years agoUpdated x11/lablgtk2 to 2.6.0
wiz [Tue, 1 Nov 2005 21:20:15 +0000 (21:20 +0000)]
Updated x11/lablgtk2 to 2.6.0

18 years agoUpdate to 2.6.0:
wiz [Tue, 1 Nov 2005 21:19:37 +0000 (21:19 +0000)]
Update to 2.6.0:

In lablgtk2-20051027 (2.6.0):

2005.10.25 [Jacques]
  * fix GtkThread.sync (Robert Schneck-McConnell)

2005.10.17 [Jacques]
  * new recompilation approach for Windows

2005.10.03 [Olivier]
  * fix refcounting of pixbufs in GdkPixbuf

2005.09.24 [Olivier]
  * wrap gdk_cursor_new_from_pixbuf

2005.08.25 [Olivier]
  * gtk_about_dialog_set_{url,email}_hook are not methods : fix the
    external type declaration and remove from the GWindow.about_dialog class.

2005.08.18 [Olivier]
  * add special sort_column_id values in GTree to select default sort
    function or disable sorting
  * add a couple of utility functions in Glib :
      - getenv, setenv, unsetenv (2.4)
      - get_user_data_dir, etc. (2.6)
  * change the generated code of gdk-pixbuf-mlsource a bit.

In lablgtk2-20050701:
2005.06.30 [Jacques]
  * export same symbols under unix and windows

In lablgtk2-20050613:
2005.06.13 [Jacques]
  * define GText.buffer_skel and GText.view_skel

2005.06.02 [Jacques]
  * export all macro-generated functions (robertr)
  * change --rpath to -rpath (better done in ocamlmklib?)

2005.05.03 [Olivier]
  * wrap GdkPixbuf.get_file_info (2.4)
  * support serialization and deserialization of GdkPixbuf.pixbuf values
  * add a gdk-pixbuf-mlsource tool to help compiling images into programs.

2005.03.20 [Jacques]
  * add Gobject.Data.wrap to create new conversions

2005.03.07 [Olivier]
  * add GEdit.entry#xalign property (2.4)
  * make configure fail if GTK+ cannot be found

In lablgtk2-20050218:
2005.02.18 [Jacques]
  * add GObj.event_signals#scroll and other missing wevents (Hendrik Tews)

2005.02.17 [Jacques]
  * allow using vmthreads

2005.02.07 [Olivier]
  * GTree.Path.is_prev now returns bool (T. Kurt Bond)

2005.01.08 [Olivier]
  * add a use_markup optional argument to GEdit.combo_box_text.

2005.01.04 [Olivier] (2.6)
  * new stock items
  * add PangoEllipsizeMode for PangoLayout
  * new GtkLabel properties
  * new GtkProgressbar::ellipsize property
  * new GtkTreeView properties and separator rows

2005.01.02 [Olivier]
  * 2.6 improvements to GtkComboBox (separators and a couple of new
    properties)

2004.12.05 [Olivier]
  * add GtkFileChooserButton (2.6)

2004.12.04 [Jacques]
  * fix constraint in GUtil.memo

2004.12.02 [Olivier]
  * add GtkAboutDialog (2.6)

2004.12.02 [Jacques]
  * fix Michael Furr's bug reports

2004.11.24 [Olivier]
  * add GMisc.statusbar#has_resize_grip and #set_has_resize_grip
    GMisc.statusbar now inherits from GPack.box
  * add GtkIconView (2.6)

2004.11.22 [Olivier]
  * add GtkCellRendererCombo (2.6)
  * add GtkCellRendererProgress (2.6)

In lablgtk2-20041119:

2004.11.17 [Jacques]
  * fix make depend
  * cleanup lablgtk2.in

2004.11.15 [Olivier]
  * add max-position and min-position in GPack.paned (2.4)
  * add GtkSpell interface (http://gtkspell.sf.net/)

2004.11.10 [Olivier]
  * add GPack.paned#position
  * allow multiple conditions per watch in Glib.Io.add_watch

2004.10.24 [Olivier]
  * add a .mli for GnoDruid, reorganize gnoDruid.ml a bit
  * add the single-paragraph-mode property in GtkCellRendererText

2004.10.05 [Jacques]
  * revise Timeout.add and Idle.add for compatibility
    (optional arguments must be followed by a non-labeled argument)

2004.10.02 [Jacques]
  * 2.2 compatibility fixes (G_STRFUNC only defined in 2.4)

2004.09.21 [Olivier]
  * add optional priority argument for timeouts and idle callbacks in Glib
  * get rid of the print handler in Glib.Message (it's not used by libraries)
  * get rid of the Glib.Critical exception (callbacks should never raise exceptions)
  * add Glib.Message.log and a couple other functions related to logging
  * generally prevent exceptions from escaping callbacks

2004.09.18 [Jacques]
  * revert to using `OTHER in Gobject.data_kind

2004.09.17 [Olivier]
  * more unicode fixes, add a Utf8.to_unichar_validated function

2004.09.17 [Jacques]
  * Gobject.Data.boxed parameterized by the real type, to be able to
    create tree store columns from it. Gobject.fundamental_type
    modified accordingly.

2004.09.15 [Olivier]
  * add GText.buffer#select_range

2004.09.14 [Olivier]
  * add a few unicode-related functions

2004.09.08 [Olivier]
  * add GAction.ui_manager#add_ui
  * have #get_widget and #get_action raise Not_found instead of
    Null_pointer.

2004.09.03 [Olivier]
  * in GAction.action_group, do not merge #add_action and
    #add_action_with_accel in a single method because they have
    different behaviour. Fixes a bug where stock items accelerators
    were not connected.
  * add the padding properties of GBin.alignment (2.4)

2004.08.27 [Olivier]
  * add GTree.cell_layout#reorder and GTree.cell_layout#set_cell_data_func
  * add a couple of utility functions in Glib
  * decimate ml_gtkmisc.c, add a couple of things to GtkCalendar and GtkLabel

2004.08.24 [Olivier]
  * add GWindow.message_dialog#set_markup (2.4)
  * add override of default signal handlers
    (GtkSignal.override_class_closure, GtkSignal.chain_from_overridden)

2004.08.23 [Olivier]
  * wrap some 2.4 additions in GdkPixbuf (from_file_at_size,
    save_to_buffer). Add some Ocamldoc comments.
  * add 2.4 stock items in GtkStock

2004.08.20 [Jacques]
  * fix GdkPixbuf.render_to_drawable
  * support gtk-2.0.1
  * add examples/GL/texturesurf.ml with texture from pixbuf

2004.08.19 [Olivier]
  * add 'active' property of ComboBox as a constructor parameter.
  * qualify conversion tables as 'const' (so they end up in read-only
    pages)
  * add some ocamldoc comments

2004.08.11 [Olivier]
  * have GAction.ui_manager#add_ui_from_string raise an exception in
    case of error.
  * add Glib.Markup.Error exception.
  * avoid memory leaks in Glib.Convert.
  * remove some dead code (GtkPreview).

18 years agoNote update of ethereal to 0.10.13nb1 because of security issue mentioned
frueauf [Tue, 1 Nov 2005 20:34:48 +0000 (20:34 +0000)]
Note update of ethereal to 0.10.13nb1 because of security issue mentioned
at http://secunia.com/advisories/17370/.

18 years agoUpdate for new patch-ab.
frueauf [Tue, 1 Nov 2005 20:28:56 +0000 (20:28 +0000)]
Update for new patch-ab.

18 years agoFixed pkglint warnings:
rillig [Tue, 1 Nov 2005 20:18:36 +0000 (20:18 +0000)]
Fixed pkglint warnings:
Relative directories should look like "../../category/package".

18 years agoAdd patch for security issue published at http://secunia.com/product/1228/
frueauf [Tue, 1 Nov 2005 20:09:50 +0000 (20:09 +0000)]
Add patch for security issue published at secunia.com/product/1228/
taken from http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/net-analyzer/ethereal/files/ethereal-0.10.13-fix-irc-loop-DoS-CVE-2005-3313.diff?hideattic=1

Also bump version to 0.10.13nb1.

18 years agoAdd devel/sysexits bl3.
tv [Tue, 1 Nov 2005 20:01:48 +0000 (20:01 +0000)]
Add devel/sysexits bl3.

18 years agoInclude nbcompat for utimes() if on Interix.
tv [Tue, 1 Nov 2005 19:46:44 +0000 (19:46 +0000)]
Include nbcompat for utimes() if on Interix.

18 years agoUSE_TOOLS+=nroff
tv [Tue, 1 Nov 2005 19:40:13 +0000 (19:40 +0000)]
USE_TOOLS+=nroff

18 years agoCONFIGURE_HAS_MANDIR=no
tv [Tue, 1 Nov 2005 19:38:43 +0000 (19:38 +0000)]
CONFIGURE_HAS_MANDIR=no

18 years agoAdded missing description for option "debug".
heinz [Tue, 1 Nov 2005 19:25:49 +0000 (19:25 +0000)]
Added missing description for option "debug".
All packages using this option (chat/silc-client, chat/silc-server,
devel/silc-toolkit, mail/dspam) use it in exactly this way.

18 years agoNOT_FOR_PLATFORM Interix.
tv [Tue, 1 Nov 2005 19:23:23 +0000 (19:23 +0000)]
NOT_FOR_PLATFORM Interix.

18 years agoNote fetchmailconf nb bump
adrianp [Tue, 1 Nov 2005 19:19:09 +0000 (19:19 +0000)]
Note fetchmailconf nb bump

18 years agoBump to nb3 for security patch
adrianp [Tue, 1 Nov 2005 19:17:41 +0000 (19:17 +0000)]
Bump to nb3 for security patch

18 years agoInclude devel/sysexits bl3.
tv [Tue, 1 Nov 2005 19:16:55 +0000 (19:16 +0000)]
Include devel/sysexits bl3.

18 years agoAdd patch-ak for a fetchmailconf security issue. This patch does
adrianp [Tue, 1 Nov 2005 19:16:52 +0000 (19:16 +0000)]
Add patch-ak for a fetchmailconf security issue.  This patch does
not impact the fetchmail package so no version bump is required.

18 years agopatch-aa has been applied upstream.
rillig [Tue, 1 Nov 2005 19:10:21 +0000 (19:10 +0000)]
patch-aa has been applied upstream.

18 years agoForgot to add comment to .include to indicate why (utimes() support).
tv [Tue, 1 Nov 2005 19:07:45 +0000 (19:07 +0000)]
Forgot to add comment to .include to indicate why (utimes() support).

18 years agoAdd libnbcompat on Interix.
tv [Tue, 1 Nov 2005 19:07:02 +0000 (19:07 +0000)]
Add libnbcompat on Interix.

18 years agoNOT_FOR_PLATFORM Interix.
tv [Tue, 1 Nov 2005 19:02:46 +0000 (19:02 +0000)]
NOT_FOR_PLATFORM Interix.

18 years agoNOT_FOR_PLATFORM Interix, as it has no m[un]lock(2).
tv [Tue, 1 Nov 2005 19:01:17 +0000 (19:01 +0000)]
NOT_FOR_PLATFORM Interix, as it has no m[un]lock(2).

18 years agoFix build on Interix.
tv [Tue, 1 Nov 2005 18:59:34 +0000 (18:59 +0000)]
Fix build on Interix.

(The presence of this sync(2) call is somewhat suspect, given that the
call guarantees almost nothing in today's virtual memory implementations,
but it is left in for other OS's that do support it.)

18 years agoFix build on Interix, which doesn't have S_IFWHT.
tv [Tue, 1 Nov 2005 18:52:45 +0000 (18:52 +0000)]
Fix build on Interix, which doesn't have S_IFWHT.

18 years agoNOT_FOR_PLATFORM Interix.
tv [Tue, 1 Nov 2005 18:45:32 +0000 (18:45 +0000)]
NOT_FOR_PLATFORM Interix.

18 years agoSet PKG_SKIP_REASON if _OPSYS_HAS_INET6 is not "yes".
tv [Tue, 1 Nov 2005 18:42:46 +0000 (18:42 +0000)]
Set PKG_SKIP_REASON if _OPSYS_HAS_INET6 is not "yes".

18 years agoThis requires libpcap; include its bl3.
tv [Tue, 1 Nov 2005 18:38:19 +0000 (18:38 +0000)]
This requires libpcap; include its bl3.

18 years agoInclude devel/sysexits bl3.
tv [Tue, 1 Nov 2005 18:31:16 +0000 (18:31 +0000)]
Include devel/sysexits bl3.

18 years agoregenagain
tv [Tue, 1 Nov 2005 17:21:53 +0000 (17:21 +0000)]
regenagain

18 years agoChange the grammar of the esound paragraph slightly so it's easier to read.
tv [Tue, 1 Nov 2005 17:19:09 +0000 (17:19 +0000)]
Change the grammar of the esound paragraph slightly so it's easier to read.

18 years agoregen
tv [Tue, 1 Nov 2005 17:15:25 +0000 (17:15 +0000)]
regen

18 years agoAdd "Limitations of the Interix platform" subsection.
tv [Tue, 1 Nov 2005 17:14:04 +0000 (17:14 +0000)]
Add "Limitations of the Interix platform" subsection.

18 years agoAbstract [LOWER_]OS_VERSION into a ${...:sh} construct, so that other OS
tv [Tue, 1 Nov 2005 16:30:05 +0000 (16:30 +0000)]
Abstract [LOWER_]OS_VERSION into a ${...:sh} construct, so that other OS
blocks can override it without running the commands at all.

Move Interix [LOWER_]OS_VERSION speedup hack into bsd.prefs.mk, since it
must happen early at runtime.

While here, speed up the OS_VERSION calculation slightly for OSF1.

18 years agoSort OPSYS pre-<sys.mk> settings section by OPSYS name.
tv [Tue, 1 Nov 2005 16:18:33 +0000 (16:18 +0000)]
Sort OPSYS pre-<sys.mk> settings section by OPSYS name.

18 years agoShorten the GNU_ARCH list by using a fallthrough variable expression
tv [Tue, 1 Nov 2005 16:11:16 +0000 (16:11 +0000)]
Shorten the GNU_ARCH list by using a fallthrough variable expression
for MACHINE_GNU_ARCH.

18 years agoAdd some extra default overrides for Interix, to:
tv [Tue, 1 Nov 2005 16:01:16 +0000 (16:01 +0000)]
Add some extra default overrides for Interix, to:
- speed up the build (avoiding a few != settings that are inferrable instead)
- reduce the number of settings that the user needs to have in mk.conf

18 years agoqt3-psql no longer requires postgres 7.3.
joerg [Tue, 1 Nov 2005 15:21:58 +0000 (15:21 +0000)]
qt3-psql no longer requires postgres 7.3.

18 years agoAdjust Qt 3.3 PostgreSQL patches to work with all versions. Drop the
joerg [Tue, 1 Nov 2005 15:20:51 +0000 (15:20 +0000)]
Adjust Qt 3.3 PostgreSQL patches to work with all versions. Drop the
requirement of 7.3, it compiles fine with all versions in pkgsrc (and
should work with them). Bump the revision to annotate the possibly
changed dependency.

18 years agoNote addition of gtklevel9-4.0, the GTK+ port of the Level 9 text
dillo [Tue, 1 Nov 2005 14:57:52 +0000 (14:57 +0000)]
Note addition of gtklevel9-4.0, the GTK+ port of the Level 9 text
adventure interpreter.

18 years agoMerge from vendor branch TNF:
dillo [Tue, 1 Nov 2005 14:56:14 +0000 (14:56 +0000)]
Merge from vendor branch TNF:
Initial import of gtklevel9 4.0, a GTK+ port of the Level 9 text
adventure interpreter.

18 years agoInitial import of gtklevel9 4.0, a GTK+ port of the Level 9 text
dillo [Tue, 1 Nov 2005 14:56:14 +0000 (14:56 +0000)]
Initial import of gtklevel9 4.0, a GTK+ port of the Level 9 text
adventure interpreter.

18 years agoNote update of games/level9 to 4.0 (added bitmap support, not used
dillo [Tue, 1 Nov 2005 14:41:36 +0000 (14:41 +0000)]
Note update of games/level9 to 4.0 (added bitmap support, not used
in curses port).

18 years agoUpdate to 4.0.
dillo [Tue, 1 Nov 2005 14:39:45 +0000 (14:39 +0000)]
Update to 4.0.

Changes:
- add support for bitmap graphics (which is not used the curses version)

18 years agoFix typo and move the "known issues" section for Interix into the Guide.
tv [Tue, 1 Nov 2005 14:27:10 +0000 (14:27 +0000)]
Fix typo and move the "known issues" section for Interix into the Guide.

18 years agoRemove all the local documentation here and defer to the Guide.
tv [Tue, 1 Nov 2005 14:26:51 +0000 (14:26 +0000)]
Remove all the local documentation here and defer to the Guide.

18 years agoAdd note about Interix hotfixes.
tv [Tue, 1 Nov 2005 14:16:24 +0000 (14:16 +0000)]
Add note about Interix hotfixes.

18 years agop5-Module-Build updated to 0.2611.
wiz [Tue, 1 Nov 2005 14:14:35 +0000 (14:14 +0000)]
p5-Module-Build updated to 0.2611.

18 years agoUpdate to 0.2611:
wiz [Tue, 1 Nov 2005 14:14:02 +0000 (14:14 +0000)]
Update to 0.2611:

0.2611  Mon Jun 13 22:22:53 CDT 2005

 - Fix the output of an informational message that we output when
   changing the 'shebang line' in installable scripts. [Robin Barker]

 - Backported a change from the 0.27_xx branch that keeps track of any
   custom Module::Build subclass that might have been created in the
   Build.PL script, so that we can reinstantiate the right class in
   new_from_context(). [Requested by Jos Boumans]

Same 15 test failures as 0.2610.

18 years agoRemove the test if /proc exists.
mrauch [Tue, 1 Nov 2005 13:26:43 +0000 (13:26 +0000)]
Remove the test if /proc exists.
This was left over from the version 1 package and is no longer necessary,
as installation sets are now rpms.
Noted by Geert Hendrickx.

18 years agomldonkey* updated to 2.6.7.
wiz [Tue, 1 Nov 2005 13:03:15 +0000 (13:03 +0000)]
mldonkey* updated to 2.6.7.

18 years agoUpdate to 2.6.7:
wiz [Tue, 1 Nov 2005 13:01:57 +0000 (13:01 +0000)]
Update to 2.6.7:

2005/10/28: version 2.6.7 = tag release-2-6-7
4562: removed patch, breaks GUI connect after SIGTERM

2005/10/27
4551: remove patch, breaks Overnet
4562: BasicSocket.ml fix, fix select when fd_tasks is empty
      close all fd on exit (su_blanc)
4561: Options.ml4 proper old directory (su_blanc)
4560: mingw : proper detection of gToolbox.mli (su_blanc)
4559: mingw compilation of Crypto.cpp (su_blanc)
4553: HP-UX: If /dev/urandom is not present print info where to get it
4554: HP-UX: Compile fix for statvfs (disk usage statistics) (Inkus)
4555: EDK: Send emule_version on server login to prevent
      "Your client is too old" message (Knocker)
4556: Fix linking mlnet to X and GTK libs when using --enable-gui (su_blanc)
-------------------------------------------------------------------------------
2005/10/25: version 2.6.6 = tag release-2-6-6
4551: OV/KAD: use kind like eMule does +misc bugfixes (bogeyman)
      "do not wonder, if you get less peers left ;o)", also reduces traffic
4550: Create bitprint for large files (zet)
4549: html_mods: relevant_queues option (zet)
      This patch creates a relevant_queues option which specifies a list of
      queue #'s that should be displayed in the vd # sources table.
      See sources command for the list of queues.
      By default all queues except the DoNotTry queue(7) are displayed.
4548: IPBlock: really don't load descriptions on core restart,
      if set to false (bogeyman)

2005/10/24
4547: Fix dupe sending of motd/nets in gui_initialize (zet)

2005/10/23
4545: make TAGS, creates files for source code navigation in Emacs (pango)
4544: Change internal code for statfs function (pango)
4543: Lower CPU usage, optimize CommonSources.count_file_ready_sources (pango)
4542: Remove Donkey-Fakes support, service is down
4541: New option BT_max_tracker_redirect
      connect to bittorent trackers with http redirect (jhon)

2005/10/19
4535: OV/KAD: Yet another improved logging (bogeyman)
4533: Yet another compile patch for mld_hash,
      remove svg_converter with make clean
4534: Compile fix for make_torrent

2005/10/18
4531: Compile fix for GTK1 oldgui
4530: Compile fix for mldonkeytop (pango)
4525: Always use svg_converter.byte (gildor)
4524: Fix building mld_hash (gildor)
4523: Fix building of svg_converter.byte (gildor)

2005/10/17
4520: Check for /dev/urandom, /dev/null and $TEMP
4521: CryptoPP: Compile patch for gcc-2.96 (sworn)

2005/10/16
4519: Int64ops cleanup (pango)

18 years agop5-YAML updated to 0.39.
wiz [Tue, 1 Nov 2005 12:57:31 +0000 (12:57 +0000)]
p5-YAML updated to 0.39.

18 years agoUpdate to 0.39:
wiz [Tue, 1 Nov 2005 12:57:05 +0000 (12:57 +0000)]
Update to 0.39:

version: 0.39
date:    Tue Apr 12 15:28:40 PDT 2005
changes:
- Need newer Test::More or tests hang.

18 years agodevilspie-0.15 update done.
wiz [Tue, 1 Nov 2005 12:52:27 +0000 (12:52 +0000)]
devilspie-0.15 update done.

18 years agoUpdate to 0.15:
wiz [Tue, 1 Nov 2005 12:52:03 +0000 (12:52 +0000)]
Update to 0.15:

Devil's Pie "Shogun's Decapitator" 0.15
=======================================

* New matcher: window class (Jonas Linde)
* New actions: focus (JL), center (JL), print (Ryan Koppenhaver), close (RK).
* Fix test suite (RK)
* Don't segfault on invalid s-exp (Christian Krause)
* Never return NULL from a matcher
* Wrap X call when removing decorations with error handling

18 years ago-openldap (thanks, jlam!).
wiz [Tue, 1 Nov 2005 12:48:14 +0000 (12:48 +0000)]
-openldap (thanks, jlam!).

18 years ago+ advancecomp-1.15, bacula-1.38.0, bitlbee-0.93, euler-1.61.
wiz [Tue, 1 Nov 2005 12:31:11 +0000 (12:31 +0000)]
+ advancecomp-1.15, bacula-1.38.0, bitlbee-0.93, euler-1.61.

18 years agoUpdate wwwoffle to wwwoffle-2.8enb1
abs [Tue, 1 Nov 2005 12:22:24 +0000 (12:22 +0000)]
Update wwwoffle to wwwoffle-2.8enb1
- Use gzip rather than gtar to extract in PLIST (should really be
  an INSTALL script)
- Fix some lines in MESSAGE to for pkglint

18 years ago+ hyperestraier-1.0.3 [pkg/31968].
wiz [Tue, 1 Nov 2005 12:21:23 +0000 (12:21 +0000)]
+ hyperestraier-1.0.3 [pkg/31968].

18 years agonote cad/stdio-wcalc-0.9 import
dmcmahill [Tue, 1 Nov 2005 12:10:02 +0000 (12:10 +0000)]
note cad/stdio-wcalc-0.9 import

18 years agoadd stdio-wcalc
dmcmahill [Tue, 1 Nov 2005 12:08:50 +0000 (12:08 +0000)]
add stdio-wcalc

18 years agoimport stdio-wcalc-0.9 which was missed with the rest of the wcalc import.
dmcmahill [Tue, 1 Nov 2005 12:08:10 +0000 (12:08 +0000)]
import stdio-wcalc-0.9 which was missed with the rest of the wcalc import.

This is the stdio frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 12:08:10 +0000 (12:08 +0000)]
Merge from vendor branch TNF:
import stdio-wcalc-0.9 which was missed with the rest of the wcalc import.

This is the stdio frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoFix recent added cad category packages.
taca [Tue, 1 Nov 2005 10:40:31 +0000 (10:40 +0000)]
Fix recent added cad category packages.

18 years agoBumped PKGREVISION of lang/yap, as the distfile has changed a little.
rillig [Tue, 1 Nov 2005 09:25:59 +0000 (09:25 +0000)]
Bumped PKGREVISION of lang/yap, as the distfile has changed a little.

18 years agoChanged MASTER_SITES to sourceforge, as the old one is not available
rillig [Tue, 1 Nov 2005 09:25:02 +0000 (09:25 +0000)]
Changed MASTER_SITES to sourceforge, as the old one is not available
anymore. The checksum of the tarball has changed, because the
documentation has been updated and one #ifdef been added to the source.
Therefore bumped PKGREVISION.

18 years agoAdd DragonFly PLIST entries. And bump PKGREVISION.
reed [Tue, 1 Nov 2005 06:20:42 +0000 (06:20 +0000)]
Add DragonFly PLIST entries. And bump PKGREVISION.
This plugin has not been tested yet.

Todo: test xineplug_ao_out_oss plugin and make sure /dev/ device
is correct.
Todo: check to see if other plugins can be enabled -- see what is done
for FreeBSD.

18 years agoAdd patch to fix DragonFly issue in bswap.h:
reed [Tue, 1 Nov 2005 06:15:33 +0000 (06:15 +0000)]
Add patch to fix DragonFly issue in bswap.h:
"You need to add endian swap macros for you're system"
This was noted by Jonathan Fosburgh on DragonFly users list.

18 years agoFix typo to make it configure for -pthread correctly on
reed [Tue, 1 Nov 2005 05:39:53 +0000 (05:39 +0000)]
Fix typo to make it configure for -pthread correctly on
DragonFly. (J. Fosburgh said on DragonFly users list that
configure failed due to the lack of a -lpthread.)

18 years agoDon't build/install the catpage; removes dependency on nroff.
tv [Tue, 1 Nov 2005 04:16:58 +0000 (04:16 +0000)]
Don't build/install the catpage; removes dependency on nroff.

18 years agonote the cad/wcalc packages import (0.9)
dmcmahill [Tue, 1 Nov 2005 04:00:34 +0000 (04:00 +0000)]
note the cad/wcalc packages import (0.9)

18 years agoadd/document variables and options for wcalc
dmcmahill [Tue, 1 Nov 2005 03:58:42 +0000 (03:58 +0000)]
add/document variables and options for wcalc

18 years agoadd *wcalc*
dmcmahill [Tue, 1 Nov 2005 03:57:26 +0000 (03:57 +0000)]
add *wcalc*

18 years agoimport mex-wcalc-0.9
dmcmahill [Tue, 1 Nov 2005 03:55:38 +0000 (03:55 +0000)]
import mex-wcalc-0.9

This is the Matlab frontend for the Wcalc transmission
line analysis/synthesis calculator.  You will need a working
matlab installed on your system.  In addition, currently
only a native (non-emulation) matlab is supported.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:55:38 +0000 (03:55 +0000)]
Merge from vendor branch TNF:
import mex-wcalc-0.9

This is the Matlab frontend for the Wcalc transmission
line analysis/synthesis calculator.  You will need a working
matlab installed on your system.  In addition, currently
only a native (non-emulation) matlab is supported.

18 years agoimport wcalc-0.9
dmcmahill [Tue, 1 Nov 2005 03:54:45 +0000 (03:54 +0000)]
import wcalc-0.9

Wcalc is a transmission line analysis and synthesis tool.  Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.

Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.

Wcalc provides several different frontends for accessing the numeric
engine.  Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.

The different frontends are installed as different packages for
flexibility in deployment.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:54:45 +0000 (03:54 +0000)]
Merge from vendor branch TNF:
import wcalc-0.9

Wcalc is a transmission line analysis and synthesis tool.  Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.

Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.

Wcalc provides several different frontends for accessing the numeric
engine.  Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.

The different frontends are installed as different packages for
flexibility in deployment.

18 years agoimport wcalc-docs-0.9
dmcmahill [Tue, 1 Nov 2005 03:53:55 +0000 (03:53 +0000)]
import wcalc-docs-0.9

This is the web site including documentation and F.A.Q. for the
Wcalc transmission line analysis/synthesis calculator.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:53:55 +0000 (03:53 +0000)]
Merge from vendor branch TNF:
import wcalc-docs-0.9

This is the web site including documentation and F.A.Q. for the
Wcalc transmission line analysis/synthesis calculator.

18 years agoimport oct-wcalc-0.9
dmcmahill [Tue, 1 Nov 2005 03:53:18 +0000 (03:53 +0000)]
import oct-wcalc-0.9

This is the Octave frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:53:18 +0000 (03:53 +0000)]
Merge from vendor branch TNF:
import oct-wcalc-0.9

This is the Octave frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoimport sci-wcalc-0.9
dmcmahill [Tue, 1 Nov 2005 03:52:50 +0000 (03:52 +0000)]
import sci-wcalc-0.9

This is the Scilab frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:52:50 +0000 (03:52 +0000)]
Merge from vendor branch TNF:
import sci-wcalc-0.9

This is the Scilab frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoimport cgi-wcalc-0.9
dmcmahill [Tue, 1 Nov 2005 03:52:12 +0000 (03:52 +0000)]
import cgi-wcalc-0.9

This is the common gateway interface (CGI) frontend for the Wcalc
transmission line analysis/synthesis calculator.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:52:12 +0000 (03:52 +0000)]
Merge from vendor branch TNF:
import cgi-wcalc-0.9

This is the common gateway interface (CGI) frontend for the Wcalc
transmission line analysis/synthesis calculator.

18 years agoimport gtk2-wcalc-0.9
dmcmahill [Tue, 1 Nov 2005 03:51:13 +0000 (03:51 +0000)]
import gtk2-wcalc-0.9

This is the gtk2 based frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:51:13 +0000 (03:51 +0000)]
Merge from vendor branch TNF:
import gtk2-wcalc-0.9

This is the gtk2 based frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoimport gtk1-wcalc-0.9
dmcmahill [Tue, 1 Nov 2005 03:50:21 +0000 (03:50 +0000)]
import gtk1-wcalc-0.9

This is the gtk1 based frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:50:21 +0000 (03:50 +0000)]
Merge from vendor branch TNF:
import gtk1-wcalc-0.9

This is the gtk1 based frontend for the Wcalc transmission
line analysis/synthesis calculator.

18 years agoimport libwcalc-0.9
dmcmahill [Tue, 1 Nov 2005 03:49:19 +0000 (03:49 +0000)]
import libwcalc-0.9

This is the library for wcalc which contains all of the numerical
backend routines and models.

Wcalc is a tool for the analysis and synthesis of transmission
line structures and related components.  Wcalc provides the
ability to analyze the electrical parameters of a particular
structure based on the physical dimensions and material parameters.
The synthesis portion calculates the required physical parameters
to meet desired electrical specifications.  Wcalc includes several
models and places an emphasis on accuracy.  Several frontends
provide the user with several options for its use.

18 years agoMerge from vendor branch TNF:
dmcmahill [Tue, 1 Nov 2005 03:49:19 +0000 (03:49 +0000)]
Merge from vendor branch TNF:
import libwcalc-0.9

This is the library for wcalc which contains all of the numerical
backend routines and models.

Wcalc is a tool for the analysis and synthesis of transmission
line structures and related components.  Wcalc provides the
ability to analyze the electrical parameters of a particular
structure based on the physical dimensions and material parameters.
The synthesis portion calculates the required physical parameters
to meet desired electrical specifications.  Wcalc includes several
models and places an emphasis on accuracy.  Several frontends
provide the user with several options for its use.

18 years agoNOT_FOR_PLATFORM Interix.
tv [Tue, 1 Nov 2005 03:43:36 +0000 (03:43 +0000)]
NOT_FOR_PLATFORM Interix.

18 years agoNOT_FOR_PLATFORM Interix.
tv [Tue, 1 Nov 2005 03:40:34 +0000 (03:40 +0000)]
NOT_FOR_PLATFORM Interix.

18 years agoDepend on slib 3.1.2nb1, because 3.1.2 is broken (case sensitive
gdt [Tue, 1 Nov 2005 01:33:43 +0000 (01:33 +0000)]
Depend on slib 3.1.2nb1, because 3.1.2 is broken (case sensitive
symbol confusion in unix vs UNIX) and those updating guile-slib to fix
problems might not realize they have to update slib as well.
Suggestion from Chris Gilbert.