Commit graph

46633 commits

Author SHA1 Message Date
xtraeme
81059b4102 Note addition of tsclient 0.120 2003-08-30 21:35:52 +00:00
xtraeme
b3acf1c1f0 Add and enable tsclient 2003-08-30 21:34:03 +00:00
xtraeme
1f292784dd Initial import of tsclient 0.120
Tsclient is a frontend for rdesktop

Features:

* GTK+-2.0
* GNOME panel applet to quickly launch saved rdp files
* supports most of the rdesktop-1.1.0 arguments
* reads .rdp files in the M$ Unicode format
* writes .rdp files in ascii (which can then be read by this
  and the M$ client)
* looks and functions very much like the M$ client
* is written in C
* features an "rdp picker" which lists .rdp files in ~/.tsclient/
  and launches rdesktop from the rdp file when selected
* VNC support as a client only (vncviewer)
2003-08-30 21:32:54 +00:00
jtb
b563f6be81 Note addition of ksi-3.4.1.
This is a Ksi (Ksi Scheme Interpreter), a portable,
embeddable Scheme implementation written in C.

Ksi provides a machine independent execution platform that
can be linked in as a library when building extensible programs.
And what is more important it is not a Guile. :-)
2003-08-30 21:30:04 +00:00
jtb
5aae1d70a4 Add and enable ksi. 2003-08-30 21:24:30 +00:00
jtb
90294a63bb Initial import of ksi.
This is a Ksi (Ksi Scheme Interpreter), a portable,
embeddable Scheme implementation written in C.

Ksi provides a machine independent execution platform that
can be linked in as a library when building extensible programs.
And what is more important it is not a Guile. :-)
2003-08-30 21:23:43 +00:00
jmmv
f1c07330c2 Note update of pkg_comp to 1.9. 2003-08-30 21:14:20 +00:00
jtb
8cc755780b Note update of chemtool to 1.6.
New features in chemtool 1.6

- universal import mode based on BABEL (both openbabel and babel supported)
- Formula weight calculator now handles all main group elements and the first
  row of transition elements, and accepts greek phi as phenyl substituent.
- Movable hexagonal or square grid backdrop
- Improved SVG export, optional preview bitmaps in EPS export, optional EMF
  export
- Cursor key support for pixel-precise drawing and moving
- The cleanup function now corrects bonds that deviate from ideal
  horizontal or vertical orientation by a single pixel
- Color support (bonds and text can be red,green,blue,cyan,magenta or yellow).
- Default bond length now configurable, additional grid positions at two and
  three times this length added
- Added a brief help text to accompany the 'About' window in the 'Help' menu.
- Added alternate text font (Times Roman)
- An attachment site can be marked before saving a molecule or fragment,
  which act as reference point for adding this fragment to other molecules
  (previously, this had to be the first atom in a file). Attachment sites are
  marked in the preview window by a small x.
- Background color can now be chosen for screen display and EPS export, and
  drawing whiteout boxes under labels is now an option ( off by default !).
- Text at 8,10,12,14,17,20 and 24pt can now coexist in a drawing.
- Increased allowed label length to 100.
- Improved rendering of dashed wedge and dotted lines
- Improved text kerning in xfig-based print and export.
- It is now possible to place an auto-incrementing counter at the cursor
  position for numbering sites.
- Changed double bond drawing code to no longer switch sides depending
  on drawing (or rotation) angle. (As a result of this, some older drawings
  will need fixing)
- Rescaling a molecule now also scales its labels. Downscaling beyond
  zero size (causing strange inversions) is no longer possible.
- Renamed the "Orbitals" template menu to "Symbols" and added "plus",
  "minus" and a rearrangement arrow to it.
- Added two new bond types, a triple bond with all three lines equal,
  and a quadruple bond.
2003-08-30 21:12:21 +00:00
jmmv
c51f629e84 Update to 1.9:
- Introduce two new variables, MOUNT_SCRIPT and UMOUNT_SCRIPT, that let the
  user specify a script file run after mounting known filesystems and before
  unmounting them, respectively.  Patch by seb@, thanks!
2003-08-30 21:11:30 +00:00
jtb
981e0b0330 Update to version 1.6.
New features in chemtool 1.6

- universal import mode based on BABEL (both openbabel and babel supported)
- Formula weight calculator now handles all main group elements and the first
  row of transition elements, and accepts greek phi as phenyl substituent.
- Movable hexagonal or square grid backdrop
- Improved SVG export, optional preview bitmaps in EPS export, optional EMF
  export
- Cursor key support for pixel-precise drawing and moving
- The cleanup function now corrects bonds that deviate from ideal
  horizontal or vertical orientation by a single pixel
- Color support (bonds and text can be red,green,blue,cyan,magenta or yellow).
- Default bond length now configurable, additional grid positions at two and
  three times this length added
- Added a brief help text to accompany the 'About' window in the 'Help' menu.
- Added alternate text font (Times Roman)
- An attachment site can be marked before saving a molecule or fragment,
  which act as reference point for adding this fragment to other molecules
  (previously, this had to be the first atom in a file). Attachment sites are
  marked in the preview window by a small x.
- Background color can now be chosen for screen display and EPS export, and
  drawing whiteout boxes under labels is now an option ( off by default !).
- Text at 8,10,12,14,17,20 and 24pt can now coexist in a drawing.
- Increased allowed label length to 100.
- Improved rendering of dashed wedge and dotted lines
- Improved text kerning in xfig-based print and export.
- It is now possible to place an auto-incrementing counter at the cursor
  position for numbering sites.
- Changed double bond drawing code to no longer switch sides depending
  on drawing (or rotation) angle. (As a result of this, some older drawings
  will need fixing)
- Rescaling a molecule now also scales its labels. Downscaling beyond
  zero size (causing strange inversions) is no longer possible.
- Renamed the "Orbitals" template menu to "Symbols" and added "plus",
  "minus" and a rearrangement arrow to it.
- Added two new bond types, a triple bond with all three lines equal,
  and a quadruple bond.
2003-08-30 21:10:11 +00:00
jtb
cb4bdc6605 Note update of oo2c to 2.0.11.
Changes:
(Exceptions): A catch clause like `CATCH T(e):' introduces a read-only
variable `e' of type `T' within the block.  The `(e)' part is
optional.  New method Name() and new procedure Abort().  FatalError()
now takes a message string as argument.

(Object): The functions NewUCS4Region() and NewUCS4() have been
revived.

(ADT:ArrayList): New methods Sort() and Elements().

(ADT:StringBuffer): Now provides an INIT() method, covering the
functionality of the old NewCapacity() constructor.  New method
CharsUTF16().

(ADT:Comparator): Provides a comparator class `String'.

(oo2c): Super calls can be issued for all type-bound procedures of the
base type, instead of just the procedure that is currently being
redefined.

(oo2c): The compiler warns if an INIT() method does not call the
INIT() of the base type.

Plus the usual number of bug fixes...
2003-08-30 21:02:40 +00:00
jtb
367f3348f4 Update to 2.0.11.
Changes:
(Exceptions): A catch clause like `CATCH T(e):' introduces a read-only
variable `e' of type `T' within the block.  The `(e)' part is
optional.  New method Name() and new procedure Abort().  FatalError()
now takes a message string as argument.

(Object): The functions NewUCS4Region() and NewUCS4() have been
revived.

(ADT:ArrayList): New methods Sort() and Elements().

(ADT:StringBuffer): Now provides an INIT() method, covering the
functionality of the old NewCapacity() constructor.  New method
CharsUTF16().

(ADT:Comparator): Provides a comparator class `String'.

(oo2c): Super calls can be issued for all type-bound procedures of the
base type, instead of just the procedure that is currently being
redefined.

(oo2c): The compiler warns if an INIT() method does not call the
INIT() of the base type.

Plus the usual number of bug fixes...
2003-08-30 21:00:08 +00:00
jlam
e19b751d03 Reorder the inclusion of bsd.pkg.install.mk so that it appears *before*
texinfo.mk.  This ensures that {,DE}INSTALL_EXTRA_TMPL isn't defined by
texinfo.mk before bsd.pkg.install.mk checks those variables.
2003-08-30 20:52:09 +00:00
jtb
da9ece1ae1 Note update of aribas to 1.40.
Changes from former versions of ARIBAS to the present version:

V1.30 (March 2002) to V1.40 (June 2003)
-   simultaneous assignments
		(x1,x2,...,xn) := (a1,a2,...,an)

-   new functions
        divide, bit_count,
        set_workdir, get_workdir, gmtime,
        stack2string, stack_arraypush, string_scan,
        realloc, binsearch

-   some bug fixes (regarding qs_factorize and
	    handling of special variable and value arguments
        in user defined functions)
2003-08-30 20:51:49 +00:00
jtb
a47bfe0d74 Update to version 1.40.
V1.30 (March 2002) to V1.40 (June 2003)
-   simultaneous assignments
		(x1,x2,...,xn) := (a1,a2,...,an)

-   new functions
        divide, bit_count,
        set_workdir, get_workdir, gmtime,
        stack2string, stack_arraypush, string_scan,
        realloc, binsearch

-   some bug fixes (regarding qs_factorize and
	    handling of special variable and value arguments
        in user defined functions)
2003-08-30 20:49:20 +00:00
reed
4721c1cb69 Add patch-ad so it will build under gcc 3.3.1. Error was:
Window.cc:3234: error: `assert' undeclared (first use this function)
(Approved by maintainer, jschauma.)
2003-08-30 20:34:14 +00:00
seb
040279ea27 We don't need it anymore, really, the usage of OWNS_DIRS_PERMS
take care of signaling the user deleting the pkg...
2003-08-30 20:30:19 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
seb
2ebf5a7dc8 Use the potential of bsd.pkg.install.mk:
- Remove extraneous bits in the INSTALL script snippet and let the
  framework execute the script at post-install time.
- Use OWN_DIRS_PERMS instead of MAKE_DIRS_PERMS for ${MYSQL_DATADIR} thus
  save a DEINSTALL script snippet and its handling.
2003-08-30 20:05:13 +00:00
jlam
293dfb5a12 Remove redundant line that matches the default behaviour. 2003-08-30 20:02:05 +00:00
jlam
2f3bea477e Use FILES_SUBST instead of manually tweaking the DEINSTALL script. 2003-08-30 19:49:25 +00:00
jlam
7bdb242213 Don't bother with overriding the main templates... just add on to the
scripts.
2003-08-30 19:45:00 +00:00
jlam
fd56fd1a85 Convert to use bsd.pkg.install.mk. 2003-08-30 19:07:10 +00:00
he
6b1bb1684e Add information about packages recently added by Yours Truly:
p5-Cache-Cache
p5-Class-Container
p5-Class-Data-Inheritable
p5-Exception-Class
p5-Scalar-List-Utils
2003-08-30 19:05:38 +00:00
jlam
501c7f764d Convert to use bsd.pkg.install.mk. 2003-08-30 19:02:33 +00:00
he
84729c73f5 Enable p5-Scalar-List-Utils.
This distribution is a replacement for the builtin distribution.

This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful.
2003-08-30 19:02:17 +00:00
he
a9c8be95fa Import p5-Scalar-List-Utils version 1.12.
This distribution is a replacement for the builtin distribution.

This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful.
2003-08-30 19:01:32 +00:00
he
99a3c3e91f Enable p5-Exception-Class.
This module allows you to declare hierarchies of exception classes for
use in your code.  It also provides a simple exception class that it
uses as the default base class for all other exceptions.

You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.
2003-08-30 19:00:44 +00:00
jlam
0a1855c74d Convert to use bsd.pkg.install.mk. 2003-08-30 19:00:03 +00:00
he
dd07d64e09 Import p5-Exception-Class version 1.14.
This module allows you to declare hierarchies of exception classes for
use in your code.  It also provides a simple exception class that it
uses as the default base class for all other exceptions.

You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.
2003-08-30 19:00:01 +00:00
he
569550bf9b Enable p5-Class-Data-Inheritable.
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overriden.
2003-08-30 18:59:07 +00:00
he
05f7f87430 Import p5-Class-Data-Inheritable version 0.02.
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overriden.
2003-08-30 18:58:33 +00:00
he
1a9089286b Enable p5-Class-Container.
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
2003-08-30 18:57:32 +00:00
jlam
e4940de598 Convert to use bsd.pkg.install.mk. 2003-08-30 18:57:03 +00:00
he
a17082fe1f Import p5-Class-Container version 0.10.
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
2003-08-30 18:56:46 +00:00
he
46a91d2174 Enable p5-Cache-Cache.
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.  Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.  People
have also been known to use Cache::Cache for its straightforward
interface in sharing data between runs of an application or
invocations of a CGI-style script or simply as an easy to use
abstraction of the filesystem or shared memory.
2003-08-30 18:55:40 +00:00
jlam
e56730c7c4 Convert to use bsd.pkg.install.mk. 2003-08-30 18:53:07 +00:00
jlam
a1da828c64 Convert to use bsd.pkg.install.mk 2003-08-30 18:48:34 +00:00
he
1281c649df Import p5-Cache-Cache version 1.02.
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.  Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.  People
have also been known to use Cache::Cache for its straightforward
interface in sharing data between runs of an application or
invocations of a CGI-style script or simply as an easy to use
abstraction of the filesystem or shared memory.
2003-08-30 18:47:51 +00:00
jlam
396e0f41df Remove redundant line that matches the default. 2003-08-30 18:46:17 +00:00
jlam
8eeebf165b Add for use by the INSTALL/DEINSTALL scripts. 2003-08-30 18:42:36 +00:00
jlam
80f85d8b31 Convert to use bsd.pkg.install.mk. 2003-08-30 18:40:06 +00:00
xtraeme
00d8bda72f Note addition of raptor 0.9.12 2003-08-30 16:21:07 +00:00
xtraeme
10ec2b659b Add and enable raptor 2003-08-30 16:19:42 +00:00
xtraeme
7e10635e68 Initial import of raptor 0.9.12
A Parser for the RDF/XML syntax as updated by the W3C RDF Core working group.

 * Designed to integrate well with Redland
 * Handles RDF/XML syntax updates for XML Base, xml:lang and RDF datatyping.
 * Generates N-Triples supporting XML literals, language tagging and datatypes
 * Parses content on the web if libcurl or libxml2 is available.
 * Handles rdf:resource / resource attributes
 * Uses expat and/or (GNOME) libxml XML parsers as available or required
 * Optional features can be selected at run time.
 * (Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland)
 * No memory leaks
 * Fast

Ok'ed by wiz@
2003-08-30 16:18:58 +00:00
jmc
d95286b983 Depend on latest version of lrmi 2003-08-30 16:17:45 +00:00
jmc
ea3e31a809 Bump package version 2003-08-30 16:16:32 +00:00
jmc
58a92edd14 Install vbe.h also or packes which might use this (atitvout) won't work. 2003-08-30 16:15:32 +00:00
xtraeme
a02aff70b3 Note addition of xfe 0.54.2 2003-08-30 16:13:10 +00:00
xtraeme
d5fc8ad9f9 Add and enable xfe 2003-08-30 16:11:39 +00:00