FreshPorts -- The Place For Ports Sun, 23 Nov 2008 11:28 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: databases/puredb/Makefile
CVSWeb

Number of commits found: 8

Sun, 27 Jul 2008
[ 05:30 linimon ] Original commit 
1.8 databases/puredb/Makefile
1.31 devel/bglibs/Makefile
1.8 devel/buildtool-doc/Makefile
1.19 devel/buildtool/Makefile
1.26 devel/c2lib/Makefile
1.12 devel/cdoc/Makefile
1.14 devel/fastdep/Makefile
1.16 devel/makeplus/Makefile
1.16 devel/newfile/Makefile
1.16 devel/poslib/Makefile

(Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
Thu, 1 Feb 2007
[ 02:42 kris ] Original commit 
1.7 archivers/dynamite/Makefile
1.7 archivers/libmspack/Makefile
1.35 archivers/lzo/Makefile
1.39 archivers/lzo2/Makefile
1.19 archivers/ucl/Makefile
1.4 archivers/unshield/Makefile
1.21 archivers/xpk/Makefile
1.4 astro/gpsd/Makefile
1.9 astro/jday/Makefile
1.22 astro/libnova/Makefile

(Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Wed, 20 Sep 2006
[ 10:18 sergei ] Original commit 
1.6 databases/puredb/Makefile
- Chase URL change of the main distribution site [1]
- Add official FTP mirrors
- Replace deprecated INSTALLS_SHLIB with a new USE_LDCONFIG

PR:             ports/97653 [1]
Submitted by:   Martin Wilke <freebsd at unixfreunde dot de>
Thu, 23 Feb 2006
[ 10:40 ade ] Original commit 
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile

(Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Sun, 14 Mar 2004
[ 06:17 ade ] Original commit 
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile

(Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Thu, 23 Oct 2003
[ 06:42 sergei ] Original commit 
1.2 databases/puredb/Makefile
1.7 devel/bglibs/Makefile
1.2 devel/buildtool-doc/Makefile
1.16 devel/buildtool/Makefile
1.22 devel/c2lib/Makefile
1.8 devel/cdoc/Makefile
1.10 devel/fastdep/Makefile
1.11 devel/makeplus/Makefile
1.10 devel/newfile/Makefile
1.10 devel/porttools/Makefile

(Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Change to my @FreeBSD.org address.

Approved by:    krion
Tue, 1 Apr 2003
[ 03:36 edwin ] Original commit 
1.231 databases/Makefile
1.1 databases/puredb/Makefile
1.1 databases/puredb/distinfo
1.1 databases/puredb/files/patch-example_read.c
1.1 databases/puredb/pkg-descr
1.1 databases/puredb/pkg-plist
databases/puredb: Set of libraries for creating and reading constant databases

        PureDB is a portable and tiny set of libraries for creating
        and reading constant databases. It manages data files that
        contains text or binary key/data pairs of arbitrary sizes.
        Lookups are very fast (normally only one disk access to
        match a hash value), overhead is low (a database is 1028
        bytes plus only 16 extra bytes per record), multiple
        concurrent read access are supported, and databases can be
        up to 4 Gb long, and they are portable across architectures.

PR:             ports/48901
Submitted by:   Sergei Kolobov <sergei@kolobov.com>

Number of commits found: 8

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
streamripperNov 23
mantisNov 22
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13

14 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19425
Broken 157
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 56
Expired 56
Set to expire 65
Interactive 78
new 24 hours 5
new 48 hours19
new 7 days31
new fortnight82
new month131

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.071 seconds.