FreshPorts -- The Place For Ports Mon, 6 Oct 2008 7:27 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.

Port details
crescendo 1.1.7_10 net on this many watch lists=4 search for ports that depend on this port
A gnome frontend for tinyfuge

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Jul 2000 08:31:36
Also Listed In: gnome


Oooookay, so you have tinyfugue, and you want
it pretty, Well, here's your toy. This should
be -really- straightforward. If you've got this
out of cvs, run ./autogen.sh ; make  and you are
set.

PLEASE READ HACKING, if you are a developer.

If you got this from a dist, then, ./configure
should be what you need. Have fun,

need some help, email me, Will LaSHell
will@lashell.net

WWW: http://crescendo.lyrical.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, x11/libX11, x11/libSM, x11/libICE, x11/libXi, x11/libXext, devel/pkg-config
Required To Run: net/tinyfugue, x11/libX11, x11/libSM, x11/libICE, x11/libXi, x11/libXext, devel/pkg-config
Required Libraries: audio/esound, devel/glib12, x11/gnome-libs, x11-toolkits/gtk12, textproc/libxml, graphics/imlib, devel/ORBit

To install the port: cd /usr/ports/net/crescendo/ && make install clean
To add the package: pkg_add -r crescendo


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/dinoex/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/dinoex/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/dinoex/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/dinoex/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/dinoex/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/dinoex/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/dinoex/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 42

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 14:50:32
Original commit files touched by this commit  1.1.7_10
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
11 Dec 2007 20:24:12
Original commit files touched by this commit  1.1.7_9
dinoex search for other commits by this committer
- set USE_XORG
25 Oct 2007 00:37:25
Original commit files touched by this commit  1.1.7_8
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 May 2007 10:06:36
Original commit files touched by this commit  1.1.7_6
dinoex search for other commits by this committer
- fix build with gcc 4.2
26 May 2007 21:36:56
Original commit files touched by this commit  1.1.7_6
kris search for other commits by this committer
BROKEN with gcc 4.2
19 May 2007 21:32:57
Original commit files touched by this commit  1.1.7_6
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
14 Oct 2006 09:54:54
Original commit files touched by this commit  1.1.7_5
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
20 May 2006 13:12:49
Original commit files touched by this commit  1.1.7_3
dinoex search for other commits by this committer
- cleanup
11 May 2006 23:49:56
Original commit files touched by this commit  1.1.7_3
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
07 Mar 2006 08:28:06
Original commit files touched by this commit  1.1.7_3
ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.1.7_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.1.7_2
ade search for other commits by this committer
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.
13 Nov 2005 09:26:50
Original commit files touched by this commit  1.1.7_2
dinoex search for other commits by this committer
- add SHA checksum
02 Jun 2005 21:28:41
Original commit files touched by this commit  1.1.7_2
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
13 Oct 2004 21:52:30
Original commit files touched by this commit  1.1.7_2
dinoex search for other commits by this committer
- drop maintinership
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.1.7_2
ade search for other commits by this committer
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.
26 Feb 2004 05:40:28
Original commit files touched by this commit  1.1.7_2
dinoex search for other commits by this committer
- add SIZE
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.1.7_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
31 Jan 2004 12:19:33
Original commit files touched by this commit  1.1.7_1
dinoex search for other commits by this committer
- make portlint happier
19 Oct 2003 20:21:10
Original commit files touched by this commit  1.1.7_1
dinoex search for other commits by this committer
- remove COPYING
20 Apr 2003 20:38:02
Original commit files touched by this commit  1.1.7_1
marcus search for other commits by this committer
Remove USE_GNOMENG.
07 Apr 2003 19:36:18
Original commit files touched by this commit  1.1.7_1
dinoex search for other commits by this committer
- Fix URL
21 Feb 2003 03:59:00
Original commit files touched by this commit  1.1.7_1
dinoex search for other commits by this committer
- retire pkg-comment
20 Feb 2003 18:26:42
Original commit files touched by this commit  1.1.7_1
dinoex search for other commits by this committer
- add COMMENT
04 Jan 2003 19:47:05
Original commit files touched by this commit  1.1.7_1
dinoex search for other commits by this committer
- Cleanup, USE_GNOMENG
21 Jun 2002 17:55:26
Original commit files touched by this commit  1.1.7
dinoex search for other commits by this committer
Drop PERL for SED
05 Jan 2002 23:43:13
files touched by this commit
dinoex search for other commits by this committer
- make portlint happier   - use DOCSDIR or EXAMPLESDIR   - get rid of some
INTERACTIVE scrips in news/ifmail    
17 Dec 2001 11:56:55
files touched by this commit
dinoex search for other commits by this committer
- Fix broken MASTER_SITES    
10 Nov 2001 04:23:50
files touched by this commit
dinoex search for other commits by this committer
Fixes email of author    
21 Aug 2001 20:35:46
files touched by this commit
dinoex search for other commits by this committer
Update to 1.1.7    
24 Jun 2001 06:28:58
files touched by this commit
dinoex search for other commits by this committer
change MAINTAINER to FreeBSD.org address    
17 Jun 2001 11:13:46
files touched by this commit
dinoex search for other commits by this committer
- Url's have moved to http://crescendo.lyrical.net    
13 Apr 2001 13:43:12
files touched by this commit
dinoex search for other commits by this committer
added %%PORTDOCS%% in pkg-plist    
10 Mar 2001 06:26:29
files touched by this commit
dinoex search for other commits by this committer
Build now with full Gnome support   Thanks to Jeremy Lea    
10 Mar 2001 06:23:50
files touched by this commit
dinoex search for other commits by this committer
Add an id tag    
10 Mar 2001 06:16:36
files touched by this commit
dinoex search for other commits by this committer
Build now with full Gnome support   Thanks to Jeremy Lea    
10 Oct 2000 06:08:31
files touched by this commit
kevlo search for other commits by this committer
Dependency seem to strong.    
08 Oct 2000 08:19:09
files touched by this commit
asami search for other commits by this committer
Convert category net to new layout.  
05 Oct 2000 09:17:31
files touched by this commit
reg search for other commits by this committer
Implement USE_GNOME, part 2.    
21 Aug 2000 12:07:37
files touched by this commit
sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.    
06 Aug 2000 17:01:40
files touched by this commit
nbm search for other commits by this committer
Update to 1.1.6 and add a WWW: link.    
29 Jul 2000 12:31:36
files touched by this commit
sada search for other commits by this committer
New port crescendo-1.1.5 - A gnome frontend for tinyfuge.    

Number of commits found: 42

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03
proftpd*Oct 03
proftpd-devel*Oct 03
proftpd-mysql*Oct 03
mplayer*Oct 02
mysql323-clientOct 01
mysql40-clientOct 01
mysql41-clientOct 01
mysql50-clientOct 01
mysql51-clientOct 01
mysql60-clientOct 01

19 vulnerabilities affecting 36 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
Traffic

Calculated hourly:
Port count 19265
Broken 157
Deprecated 79
Ignore 434
Forbidden 7
Restricted 281
No CDROM 132
Vulnerable 59
Expired 54
Set to expire 61
Interactive 78
new 24 hours 4
new 48 hours20
new 7 days35
new fortnight94
new month180

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