FreshPorts -- The Place For Ports Sun, 23 Nov 2008 6:52 PM 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: devel/libidn/Makefile
CVSWeb

Number of commits found: 52

Sat, 12 Nov 2005
[ 18:52 pav ] Original commit 
1.813 MOVED
1.2032 devel/Makefile
1.52 devel/libidn/Makefile
1.9 devel/p5-Net-LibIDN/Makefile
1.53 dns/Makefile
1.52 dns/libidn/Makefile
1.9 dns/p5-Net-LibIDN/Makefile
1.74 ftp/curl/Makefile
1.57 japanese/mutt-devel/Makefile
1.259 mail/mutt-devel/Makefile

(Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Move IDN related ports from devel to dns category:

  devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:    both maintainers
Repocopy by:    marcus
Mon, 24 Oct 2005
[ 09:22 krion ] Original commit 
1.51 devel/libidn/Makefile
1.36 devel/libidn/distinfo
1.22 devel/libidn/pkg-plist
Update to 0.5.20
Mon, 19 Sep 2005
[ 14:57 krion ] Original commit 
1.50 devel/libidn/Makefile
1.35 devel/libidn/distinfo
Update to 0.5.19
Sun, 17 Jul 2005
[ 23:14 krion ] Original commit 
1.49 devel/libidn/Makefile
1.34 devel/libidn/distinfo
1.21 devel/libidn/pkg-plist
Update to 0.5.18
Fri, 27 May 2005
[ 08:58 krion ] Original commit 
1.48 devel/libidn/Makefile
Remove superfluous dependency.
Thu, 26 May 2005
[ 18:24 krion ] Original commit 
1.47 devel/libidn/Makefile
1.33 devel/libidn/distinfo
Update to 0.5.17
Wed, 11 May 2005
[ 18:45 krion ] Original commit 
1.46 devel/libidn/Makefile
1.32 devel/libidn/distinfo
1.20 devel/libidn/pkg-plist
Update to 0.5.16
Sun, 20 Mar 2005
[ 14:55 krion ] Original commit 
1.45 devel/libidn/Makefile
1.31 devel/libidn/distinfo
1.19 devel/libidn/pkg-plist
Update to 0.5.15
Sat, 29 Jan 2005
[ 09:08 krion ] Original commit 
1.44 devel/libidn/Makefile
1.30 devel/libidn/distinfo
1.18 devel/libidn/pkg-plist
Update to 0.5.13
Tue, 25 Jan 2005
[ 21:10 krion ] Original commit 
1.43 devel/libidn/Makefile
Add pkgconfig dependency.
Sat, 4 Dec 2004
[ 08:00 krion ] Original commit 
1.42 devel/libidn/Makefile
1.29 devel/libidn/distinfo
Update to 0.5.12
Mon, 22 Nov 2004
[ 10:54 krion ] Original commit 
1.41 devel/libidn/Makefile
1.28 devel/libidn/distinfo
Update to 0.5.11
Mon, 8 Nov 2004
[ 20:32 krion ] Original commit 
1.40 devel/libidn/Makefile
1.27 devel/libidn/distinfo
Update to 0.5.10
[ 08:23 krion ] Original commit 
1.39 devel/libidn/Makefile
1.26 devel/libidn/distinfo
1.2 devel/libidn/files/patch-po_LINGUAS
Update to 0.5.9
Tue, 26 Oct 2004
[ 16:19 krion ] Original commit 
1.38 devel/libidn/Makefile
1.17 devel/libidn/pkg-plist
Update to 0.5.8
Tue, 12 Oct 2004
[ 15:26 krion ] Original commit 
1.37 devel/libidn/Makefile
1.4 devel/libidn/Makefile.man
1.24 devel/libidn/distinfo
Update to 0.5.6
Fri, 13 Aug 2004
[ 23:51 krion ] Original commit 
1.36 devel/libidn/Makefile
1.23 devel/libidn/distinfo
1.2 devel/libidn/files/patch-ltmain.sh
1.5 devel/libidn/files/patch-po::LINGUAS
1.1 devel/libidn/files/patch-po_LINGUAS
Update to 0.5.4
Sat, 7 Aug 2004
[ 08:14 krion ] Original commit 
1.35 devel/libidn/Makefile
1.22 devel/libidn/distinfo
Update to 0.5.3
Wed, 14 Jul 2004
[ 13:39 krion ] Original commit 
1.34 devel/libidn/Makefile
1.21 devel/libidn/distinfo
Update to 0.5.2
Fri, 9 Jul 2004
[ 21:56 krion ] Original commit 
1.33 devel/libidn/Makefile
1.20 devel/libidn/distinfo
Update to 0.5.1
[ 18:43 marcus ] Original commit 
1.38 accessibility/at-spi/Makefile
1.39 accessibility/atk/Makefile
1.35 accessibility/gail/Makefile
1.17 accessibility/gnomemag/Makefile
1.8 arabic/katoob/Makefile
1.36 archivers/fileroller/Makefile
1.26 archivers/lzo/Makefile
1.51 archivers/rpm/Makefile
1.12 archivers/ucl/Makefile
1.15 archivers/xpk/Makefile

(Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Mon, 28 Jun 2004
[ 07:33 krion ] Original commit 
1.31 devel/libidn/Makefile
1.3 devel/libidn/Makefile.man
1.19 devel/libidn/distinfo
1.4 devel/libidn/files/patch-po::LINGUAS
1.16 devel/libidn/pkg-plist
Update to version 0.5.0
Mon, 24 May 2004
[ 16:11 krion ] Original commit 
1.30 devel/libidn/Makefile
1.18 devel/libidn/distinfo
1.15 devel/libidn/pkg-plist
- Update to version 0.4.6
Sat, 22 May 2004
[ 09:07 krion ] Original commit 
1.29 devel/libidn/Makefile
1.17 devel/libidn/distinfo
1.14 devel/libidn/pkg-plist
- Update to version 0.4.5
Thu, 29 Apr 2004
[ 21:44 krion ] Original commit 
1.28 devel/libidn/Makefile
1.16 devel/libidn/distinfo
1.3 devel/libidn/files/patch-po::LINGUAS
1.13 devel/libidn/pkg-plist
- Update to version 0.4.4
Wed, 28 Apr 2004
[ 20:37 krion ] Original commit 
1.27 devel/libidn/Makefile
1.15 devel/libidn/distinfo
1.2 devel/libidn/files/patch-po::LINGUAS
1.12 devel/libidn/pkg-plist
- Update to version 0.4.3
Sat, 17 Apr 2004
[ 15:23 krion ] Original commit 
1.26 devel/libidn/Makefile
1.11 devel/libidn/pkg-plist
- Correct plist
Sun, 28 Mar 2004
[ 15:46 krion ] Original commit 
1.25 devel/libidn/Makefile
1.10 devel/libidn/pkg-plist
- Support WITHOUT_NLS
Tue, 23 Mar 2004
[ 20:10 krion ] Original commit 
1.24 devel/libidn/Makefile
- ad hoc fix for reported build errors which I was unable to
  trace

Reported by:    many
[ 15:08 krion ] Original commit 
1.23 devel/libidn/Makefile
1.14 devel/libidn/distinfo
1.1 devel/libidn/files/patch-po::LINGUAS
1.9 devel/libidn/pkg-plist
- Update to version 0.4.2
Thu, 18 Mar 2004
[ 23:03 krion ] Original commit 
1.22 devel/libidn/Makefile
- Cosmetic changes
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, 11 Mar 2004
[ 12:01 krion ] Original commit 
1.20 devel/libidn/Makefile
- Fix build on 4.x

Noticed by:     bento via kris
Tue, 9 Mar 2004
[ 09:46 krion ] Original commit 
1.19 devel/libidn/Makefile
1.13 devel/libidn/distinfo
1.8 devel/libidn/pkg-plist
- Update to version 0.4.1
Sun, 29 Feb 2004
[ 14:29 krion ] Original commit 
1.18 devel/libidn/Makefile
1.2 devel/libidn/Makefile.man
1.12 devel/libidn/distinfo
1.7 devel/libidn/pkg-plist
- Update to version 0.4.0
Fri, 30 Jan 2004
[ 14:05 krion ] Original commit 
1.4 audio/aube/Makefile
1.17 audio/sweep/Makefile
1.5 audio/wavbreaker/Makefile
1.17 devel/libidn/Makefile
1.21 devel/nasm/Makefile
1.12 devel/pcre++/Makefile
1.5 devel/privman/Makefile
1.3 dns/dnsflood/Makefile
1.5 games/atr3d/Makefile
1.6 games/barrage/Makefile

(Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
- SIZEify
Thu, 22 Jan 2004
[ 20:02 krion ] Original commit 
1.16 devel/libidn/Makefile
1.10 devel/libidn/distinfo
1.2 devel/libidn/files/patch-doc::Makefile.in
1.1 devel/libidn/files/patch-doc::libidn.texi
- Update to version 0.3.7
Tue, 6 Jan 2004
[ 22:04 krion ] Original commit 
1.15 devel/libidn/Makefile
1.9 devel/libidn/distinfo
1.1 devel/libidn/files/patch-doc::Makefile.in
- Update to version 0.3.6
Mon, 15 Dec 2003
[ 10:32 krion ] Original commit 
1.14 devel/libidn/Makefile
1.1 devel/libidn/Makefile.man
1.8 devel/libidn/distinfo
- Update to version 0.3.5
Thu, 13 Nov 2003
[ 21:03 krion ] Original commit 
1.13 devel/libidn/Makefile
- Fix build on -current

Reported by:    bento via kris
Sun, 9 Nov 2003
[ 19:26 krion ] Original commit 
1.12 devel/libidn/Makefile
1.7 devel/libidn/distinfo
1.2 devel/libidn/files/patch-configure
1.1 devel/libidn/files/patch-ltmain.sh
- Update to 0.3.4
Fri, 31 Oct 2003
[ 02:45 ijliao ] Original commit 
1.11 devel/libidn/Makefile
add a missing \\ in last commit
[ 02:39 ijliao ] Original commit 
1.38 archivers/gtar/Makefile
1.20 devel/id-utils/Makefile
1.10 devel/libidn/Makefile
1.2 games/gnubg/Makefile
1.11 math/pspp/Makefile
1.2 security/gsasl/Makefile
1.2 security/gss/Makefile
1.195 Mk/bsd.sites.mk
introduce MASTER_SITE_GNU_ALPHA
Thu, 30 Oct 2003
[ 09:25 krion ] Original commit 
1.9 devel/libidn/Makefile
1.6 devel/libidn/pkg-plist
- Use "gnomehack" knob
- Bump PORTREVISION

Submitted by:   ijliao
Sat, 18 Oct 2003
[ 13:41 krion ] Original commit 
1.8 devel/libidn/Makefile
1.6 devel/libidn/distinfo
1.5 devel/libidn/pkg-plist
- Update to version 0.3.3
Wed, 8 Oct 2003
[ 12:25 krion ] Original commit 
1.7 devel/libidn/Makefile
1.5 devel/libidn/distinfo
- Update to 0.3.2
Thu, 2 Oct 2003
[ 10:48 krion ] Original commit 
1.6 devel/libidn/Makefile
1.4 devel/libidn/distinfo
1.4 devel/libidn/pkg-plist
- Update to version 0.3.1
Wed, 13 Aug 2003
[ 23:55 krion ] Original commit 
1.5 devel/libidn/Makefile
1.3 devel/libidn/distinfo
- Update to 0.2.2
Mon, 4 Aug 2003
[ 21:17 krion ] Original commit 
1.4 devel/libidn/Makefile
1.3 devel/libidn/pkg-plist
Add INFO macro

Approved by:    fjoe (mentor) (implicit)
Tue, 22 Jul 2003
[ 11:34 krion ] Original commit 
1.2 archivers/hffzip/Makefile
1.4 astro/mymoon/Makefile
1.2 astro/phoon/Makefile
1.3 audio/aube/Makefile
1.14 audio/sweep/Makefile
1.3 audio/wavbreaker/Makefile
1.2 converters/ktextdecode/Makefile
1.3 devel/kyra/Makefile
1.3 devel/libidn/Makefile
1.2 devel/libzt/Makefile

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

Approved by:    fjoe (mentor)
Mon, 21 Jul 2003
[ 14:37 krion ] Original commit 
1.2 devel/libidn/Makefile
1.2 devel/libidn/distinfo
1.2 devel/libidn/files/patch-Makefile.in
Update to 0.2.1

PR:             54645
Approved by:    fjoe (mentor>
Wed, 2 Jul 2003
[ 13:24 daichi ] Original commit 
1.1174 devel/Makefile
1.1 devel/libidn/Makefile
1.1 devel/libidn/distinfo
1.1 devel/libidn/files/patch-Makefile.in
1.1 devel/libidn/pkg-descr
1.1 devel/libidn/pkg-plist
Add libidn 0.2.0, internationalized Domain Names command line tool.

PR:             53519
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>

Number of commits found: 52

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23
linux-seamonkey*Nov 23
linux-thunderbird*Nov 23
seamonkey*Nov 23
streamripperNov 23
thunderbird*Nov 23
mantisNov 22
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19

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 19440
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 18
new 48 hours32
new 7 days45
new fortnight92
new month146

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.409 seconds.