notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/Makefile

Number of commits found: 12229 (showing only 29 on this page)

[First Page]  «  113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 

Tuesday, 23 Apr 2002
19:54 knu search for other commits by this committer
Add ruby-aspectr 0.3.5.

AspectR is a library interface that lets Ruby developers program in an
aspect oriented style (similar to AspectJ).

PR:             ports/36905
Submitted by:   Sean Chittenden <sean@chittenden.org>
Original commit
Sunday, 21 Apr 2002
23:47 will search for other commits by this committer
Please welcome Qt3/KDE3 to our ports tree.  This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped.  See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.

bsd.kde.mk has already been updated a few days ago to work with these.

Some patches applied to fix a few bugs were:

deskutils/kdepim3:
        [1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
        [2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
        [3] Fix compile problem with kvoctrain.
x11/kdebase3:
        [4] Fix KDM CPU usage and login bug.

Some caveats:
        * All PLISTs are broken for deinstall due to script bug that I
          didn't notice until very recently.  This will be fixed when I
          commit an update tomorrow.  These ports should still install
          perfectly fine though.  They should also deinstall without
          giving errors, but will leave directories behind.
        * You can't install this with any other version of QT or KDE
          already installed.  I am not sure the checks are 100% working,
          but fixes for these will be forthcoming.  This is mainly due
          to a policy decision made by kde@ to make QT/KDE ports install
          the way the rest of the world expects it to while also still
          conforming to FreeBSD's hier(7).  For reference on this decision,
          please consult the KDE/FreeBSD mailing list archives.  This
          decision fixes 2-year-old bug reports relating to how we handled
          this for KDE2 vs KDE1.

Submitted by:   [1] Adrian de Groot <adridg@cs.kun.nl>,
                [2] David Faure <faure@kde.org>,
                    Andy Fawcett <andy@athame.co.uk>
                    Lauri Watts <lauri@kde.org>
                [3] Lauri Watts <lauri@kde.org>
                [4] Alan Eldridge <alane@geeksrus.net>
                    Oswald Buddenhagen <ossi@kde.org>
Reviewed by:    kde
Original commit
Friday, 19 Apr 2002
02:30 will search for other commits by this committer
Say goodbye to Qt 1.x and all of its dependents.  The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
Original commit
Wednesday, 17 Apr 2002
18:28 sobomax search for other commits by this committer
Add sdl_ldbad 1.0, a SDL Linux Developer's BandAiD. This package when
combined with a FreeBSD SDL package creates development environment more
similar to SDL development environment on other platforms (mostly Linux).

Please note that this package is only for developer's use - no package should
use it as a dependency!

Created due to massive number of complais from the Linux camp that local
FreeBSD hacks (sdl-config --> sdl11-config, include/SDL --> include/SDL11
etc.) are making FreeBSD useless platform for SDL developer.
Original commit
18:02 sobomax search for other commits by this committer
Deorbit devel/sdl10 - it has been superseded by devel/sdl12.

Burn baby, burn!
Original commit
Monday, 15 Apr 2002
18:38 smace search for other commits by this committer
Add libredblack 1.1.0
Library that provides the red-black balanced tree algorithm
Original commit
Friday, 12 Apr 2002
22:28 marcus search for other commits by this committer
Add gnomecommon, a collection common GNOME 2.0 automake macros.

Reviewed by:    sobomax
Approved by:    sobomax
Original commit
Thursday, 11 Apr 2002
18:40 dinoex search for other commits by this committer
remove port gcc-6111 for Makefile
is repro-copied to m6811-gcc
Original commit
Tuesday, 2 Apr 2002
16:10 dinoex search for other commits by this committer
This C library provides functions for manipulating in memory hash tables
(aka associative arrays). Data is stored as void *'s so any data structure
can be stored.

PR:             33859
Submitted by:   andrew@ugh.net.au
Original commit
Sunday, 31 Mar 2002
17:07 pat search for other commits by this committer
Add new port devel/ccache - A tool to minimize the compile time of C programs

PR:             36572
Submitted by:   Dominic Marks <dominic_marks@btinternet.com>
Original commit
Saturday, 30 Mar 2002
11:38 dinoex search for other commits by this committer
Intelligent compilation management tool for Haskell programs
      WWW: http://www.cs.york.ac.uk/fp/hmake/

PR:             32345
Submitted by:   mwest@uct.ac.za
Original commit
10:02 dinoex search for other commits by this committer
Revived from ports/gcc11.
which was lost in the great attic-sweep.
Thanks to all the people who had a local copy of it at freefall.

- Udpate to new layout and cleaned with portlint.
- Depends on autconf

This is a 6811 cross compiler for FreeBSD.

The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is
based on an old port of GCC for 68HC11 made by Otto Lind.  However, it was
intensively modified to generate smaller and faster code. It was enhanced
to support 32-bits and 64-bits integers. The support for IEEE floating point
numbers (32 and 64-bits) is also provided. Source level debugging is available
with DWARF-2 debugging format.
Original commit
08:30 dinoex search for other commits by this committer
Converted in new layout, make portlint happy too.

This is a 6811 cross toolchain for FreeBSD.

The GNU binutils contain: as, ld, ar, objcopy, objdump and many other
utilities. The format of object files is ELF-32. The GNU Binutils support
translation to other formats such as S-records, Intel HEX records, ...

WWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html

PR:             17801
Submitted by:   jake
Original commit
Friday, 29 Mar 2002
05:16 knu search for other commits by this committer
Retire ruby-lapidary and add ruby-testunit 0.1.4 after a repocopy,
which is based on ruby-lapidary and being merged with ruby-unit.

ruby-testunit has a ruby-unit compatibility layer which is only
installed if ruby-unit is _not_ installed yet.
Original commit
Monday, 25 Mar 2002
22:22 petef search for other commits by this committer
Add cvsbook 1.21, a tutorial and reference for CVS.

PR:             35752
Submitted by:   Alan Eldridge <alane@geeksrus.net>
Original commit
02:13 kris search for other commits by this committer
Remove this port, which has been marked broken for a long time with no
fix.
Original commit
Friday, 22 Mar 2002
10:37 ijliao search for other commits by this committer
add py-ro 2.5
Python Remote Objects
Original commit
Wednesday, 20 Mar 2002
15:15 ijliao search for other commits by this committer
add py-vmaps 1.1
Python Arrays on mmap()
Original commit
Sunday, 17 Mar 2002
01:15 jedgar search for other commits by this committer
Add libmcve, a library to allow connections to an MCVE Credit
Card Processing Daemon  via SSL, unencrypted IP, and drop-files.
It is the base of other APIs including PHP, PERL, and JAVA.

Submitted by:   Brad House <brad@mcve.com>
Original commit
Friday, 15 Mar 2002
22:36 obrien search for other commits by this committer
Gdb upgraded to 5.2.
Original commit
19:44 ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
Original commit
16:54 ijliao search for other commits by this committer
add py-reverse 0.2.2
A set of tools for reverse engineering Python code
Original commit
12:24 ijliao search for other commits by this committer
add tpg 0.1.6
Toy Parser Generator -- A parser generator in Python
Original commit
12:00 ijliao search for other commits by this committer
add py-spark 0.6.1
Scanning, Parsing, and Rewriting Kit
Original commit
07:59 ijliao search for other commits by this committer
add py-period 0.5
A basic time period checking libary
Original commit
Thursday, 14 Mar 2002
16:39 roberto search for other commits by this committer
New port of apr-devel:

The Apache Portable Runtime is a library of C data structures and routines,
forming a system portability layer that covers as many operating systems as
possible, including Unices, Win32, BeOS, and OS/2.

This port also includes the APR-Util package, which contains some useful
utilities built on top of APR.

There is no apr port as it is still in development.

Submitted by:   Garrett Rooney <rooneg@electricjellyfish.net>
Original commit
09:16 ijliao search for other commits by this committer
add py-log4py 0.7.1
A python logging module
Original commit
Monday, 11 Mar 2002
20:44 sobomax search for other commits by this committer
Say goodbuy to gtk13/glib13 - it was replaced with gtk20 (after a repo-copy of
course).

Special thanks to:      cvs (for extremely fast repo-copying)
Original commit
17:53 sobomax search for other commits by this committer
Update gtk/glib to the version 2.0 and other related ports to the latest
versions.

PR:             35541, 35744, 35757
Submitted by:   Joe Marcus Clarke <marcus@marcuscom.com>
Original commit

Number of commits found: 12229 (showing only 29 on this page)

[First Page]  «  113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123