FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 4:41 AM GMT
Port details
generator-cbiere 0.35.r4_2,1 emulators on this many watch lists=0 search for ports that depend on this port
SEGA Genesis emulator

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: 17 Jun 2005 03:03:18
License: not specified in port
SEGA Genesis emulator

Modified version of Generator by James Ponder based on version 0.35.

Additional features:

* Support for BZIP2, GZIP and ZIP compressed ROMs.
* Support for X11's XVideo hardware acceleration by SDL for faster and
  smoother graphics.
* Fullscreen support with or without the classic color frame.
* SDL audio support (in favour of OSS Audio) which means you can use ESound
  and others for sharing the sound device among other applications.
* Optional mute playing i.e., if you don't have a soundcard or the soundcard
  is busy you can still play.
* Support for 48kHz sample rate (needs driver support).
* Automagic CPU usage reduction which is especially cool for notebooks.
* Working support for Game Genie codes.

Author: Christian Biere
WWW: http://www.squish.net/generator/cbiere/generator/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, devel/sdl12, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: graphics/jpeg, devel/sdl12, devel/glib12, x11-toolkits/gtk12
There are no ports dependent upon this port

To install the port: cd /usr/ports/emulators/generator-cbiere/ && make install clean
To add the package: pkg_add -r generator-cbiere


Configuration Options
===> The following configuration options are available for generator-cbiere-0.35.r4_2,1:
     OPTIMIZED_CFLAGS=on (default) "Enable compilation optimizations"
     RAZE=on (default) "Use RAZE z80 emulation (only for i386)"
     SDL_AUDIO=off (default) "Use SDL for audio"
===> Use 'make config' to modify these settings

Master Sites:
http://www.squish.net/generator/cbiere/generator/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.35.r4_2,1
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
24 Oct 2011 04:17:38
Original commit files touched by this commit  0.35.r4_2,1
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.35.r4_2,1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
02 Jul 2011 17:14:20
Original commit files touched by this commit  0.35.r4_2,1
miwi search for other commits by this committer
= Drop MD5 support
27 Feb 2011 04:54:41
Original commit files touched by this commit  0.35.r4_2,1
tabthorpe search for other commits by this committer
- Reassign ports to heap

Submitted by:   alepulver
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.35.r4_2,1
dinoex search for other commits by this committer
- update to jpeg-8
19 Nov 2009 23:41:55
Original commit files touched by this commit  0.35.r4_1,1
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
22 Sep 2009 22:24:19
Original commit files touched by this commit  0.35.r4_1,1
alepulver search for other commits by this committer
- Fix building with recent nasm.

Feature safe: yes (miwi)
18 Jul 2009 11:11:29
Original commit files touched by this commit  0.35.r4_1,1
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
05 Feb 2009 23:41:51
Original commit files touched by this commit  0.35.r4,1
alepulver search for other commits by this committer
- Update to version 0.35.r4.
- Update MASTER_SITES and WWW line in pkg-descr.
06 Jun 2008 13:27:07
Original commit files touched by this commit  0.35.r2_6,1
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)
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.35.r2_5,1
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
19 May 2007 20:32:57
Original commit files touched by this commit  0.35.r2_4,1
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}.
20 Sep 2006 11:21:59
Original commit files touched by this commit  0.35.r2_3,1
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
24 Apr 2006 20:56:13
Original commit files touched by this commit  0.35.r2_2,1
alepulver search for other commits by this committer
- Format tabs and put targets at the end.
- Fix OPTIONS handling.
- Bump PORTREVISION.

Approved by:    garga (mentor)
09 Apr 2006 13:08:16
Original commit files touched by this commit  0.35.r2_1,1
alepulver search for other commits by this committer
Change the maintainership address to the @FreeBSD.org one.

Approved by:    garga (mentor)
07 Mar 2006 08:28:06
Original commit files touched by this commit  0.35.r2_1,1
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)
25 Nov 2005 21:47:35
Original commit files touched by this commit  0.35.r2,1
pav search for other commits by this committer
- Add SHA256

Requested by:   maintainer
05 Sep 2005 00:39:21
Original commit files touched by this commit  0.35.r2,1
jylefort search for other commits by this committer
Update to 0.35.r2

PR:             ports/85711
Submitted by:   maintainer
30 Aug 2005 01:10:02
Original commit files touched by this commit  0.35.r1,1
ahze search for other commits by this committer
- Update to 0.35.r1

PR:             ports/85456
Submitted by:   Alejandro Pulver <alejandro@varnet.biz> (maintainer)
15 Jul 2005 18:50:55
Original commit files touched by this commit  0.35
lesi search for other commits by this committer
Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha.

PR:             ports/83517
Submitted by:   maintainer
28 Jun 2005 08:58:43
Original commit files touched by this commit  0.35
flz search for other commits by this committer
- Replace patch-configure with a unified version of the patch.

PR:             ports/82373
Submitted by:   maintainer
17 Jun 2005 03:02:45
Original commit files touched by this commit  0.35
ahze search for other commits by this committer
Add generator-cbiere 0.35, SEGA Genesis emulator.

PR:             ports/82007
Submitted by:   Alejandro Pulver <alejandro@varnet.biz>

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours6
new 7 days43
new fortnight70
new month141

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

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