Port details |
- generator-cbiere SEGA Genesis emulator
- 0.35.r4_7,1 emulators
=0 0.35.r4_7,1Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses obsolete glib12
This port expired on: 2018-12-20
- 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
- Port Added: 2005-06-17 03:03:18
- Last Update: 2018-12-21 13:19:03
- SVN Revision: 487992
- License: GPLv2
- WWW:
- http://www.squish.net/generator/cbiere/generator/
- Description:
- 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.
WWW: http://www.squish.net/generator/cbiere/generator/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- generator-cbiere>0:emulators/generator-cbiere
- No installation instructions:
- This port has been deleted.
- PKGNAME: generator-cbiere
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (generator-0.35-cbiere-r4.tar.bz2) = 54f3a94ed441cfd05d66e7730126c65287f3c1503f13987653c6db84739a79b6
SIZE (generator-0.35-cbiere-r4.tar.bz2) = 435289
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sdl-config : devel/sdl12
- gmake : devel/gmake
- Library dependencies:
-
- libSDL.so : devel/sdl12
- libjpeg.so : graphics/jpeg-turbo
- libglib.so : devel/glib12
- libgtk.so : x11-toolkits/gtk12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for generator-cbiere-0.35.r4_7,1:
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
SDL=off: Use SDL for audio
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake jpeg tar:bzip2 gnome
- pkg-message:
- Generator-CBiere has been installed.
If you are using SDL < 1.2.8 and you only see a black window (with sound), try
the following (you must have xvattr, otherwise install it from ports):
xvattr -a XV_AUTOPAINT_COLORKEY -v 1
If you enabled the option SDL_AUDIO and your sound is delayed try setting the
variable "sound_maxfields" and "sound_minfields" in your configuration file
(usually "~/.genrc") to lower values. Like:
# default: 5
sound_minfields = 1
# default: 10
sound_maxfields = 2
If you want AVI recording set the environment variable "SDL_VIDEO_YUV_HWACCEL"
to "0". This will disable hardware support for YUV overlays, which causes the
smoothing and the green backround when there are no ROMs loaded. But AVIs will
be correctly produced.
To gain more performance set the CPUTYPE variable in "make.conf" as appropiate
(in addition to enabling the build option OPTIMIZED_CFLAGS), then rebuild and
install generator.
For more information visit: http://www.ghostwhitecrab.com/generator/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.35.r4_7,1 21 Dec 2018 13:19:03 |
rene |
Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.35.r4_7,1 12 Oct 2018 09:19:05 |
antoine |
Deprecate most glib12 consumers
With hat: portmgr |
0.35.r4_7,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.35.r4_7,1 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
0.35.r4_7,1 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
0.35.r4_7,1 02 Mar 2015 23:26:43 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.35.r4_7,1 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.35.r4_6,1 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
0.35.r4_5,1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.35.r4_4,1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.35.r4_4,1 07 Feb 2014 15:55:45 |
miwi |
- Stage support
- Fix build
PR: 185518
Submitted by: Ports Fury |
0.35.r4_4,1 02 Feb 2014 14:56:43 |
miwi |
- Stage support
- Convert to USES |
0.35.r4_4,1 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
0.35.r4_4,1 15 Jul 2013 15:03:09 |
miwi |
- Unbreak build with clang
PR: 180511
Submitted by: ports fury |
0.35.r4_4,1 13 Jun 2013 15:30:22 |
bsam |
Fix spelling LICENCE -> LICENSE.
Reported by: Ruslan Makhmatkhanov <cvs-src@yandex.ru> |
0.35.r4_4,1 13 Jun 2013 15:03:15 |
bsam |
. remove shlib ABI version from LIB_DEPENDS;
. add LICENCE=GPLv2;
. bump PORTREVISION;
. fix typo (MOPTIIMIZED_CFLAGS -> MOPTIMIZED_CFLAGS). |
0.35.r4_3,1 12 Jun 2012 10:34:46 |
bapt |
Convert to new options framework |
0.35.r4_3,1 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.35.r4_2,1 24 Oct 2011 09:11:38 |
dougb |
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 |
0.35.r4_2,1 24 Oct 2011 04:17:38 |
dougb |
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. |
0.35.r4_2,1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
0.35.r4_2,1 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
0.35.r4_2,1 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
0.35.r4_2,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.35.r4_1,1 19 Nov 2009 23:41:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.35.r4_1,1 22 Sep 2009 22:24:19 |
alepulver |
- Fix building with recent nasm.
Feature safe: yes (miwi) |
0.35.r4_1,1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.35.r4,1 05 Feb 2009 23:41:51 |
alepulver |
- Update to version 0.35.r4.
- Update MASTER_SITES and WWW line in pkg-descr. |
0.35.r2_6,1 06 Jun 2008 13:27:07 |
edwin |
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) |
0.35.r2_5,1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.35.r2_4,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.35.r2_3,1 20 Sep 2006 11:21:59 |
stas |
- 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) |
0.35.r2_2,1 24 Apr 2006 20:56:13 |
alepulver |
- Format tabs and put targets at the end.
- Fix OPTIONS handling.
- Bump PORTREVISION.
Approved by: garga (mentor) |
0.35.r2_1,1 09 Apr 2006 13:08:16 |
alepulver |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
0.35.r2_1,1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.35.r2,1 25 Nov 2005 21:47:35 |
pav |
- Add SHA256
Requested by: maintainer |
0.35.r2,1 05 Sep 2005 00:39:21 |
jylefort |
Update to 0.35.r2
PR: ports/85711
Submitted by: maintainer |
0.35.r1,1 30 Aug 2005 01:10:02 |
ahze |
- Update to 0.35.r1
PR: ports/85456
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer) |
0.35 15 Jul 2005 18:50:55 |
lesi |
Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha.
PR: ports/83517
Submitted by: maintainer |
0.35 28 Jun 2005 08:58:43 |
flz |
- Replace patch-configure with a unified version of the patch.
PR: ports/82373
Submitted by: maintainer |
0.35 17 Jun 2005 03:02:45 |
ahze |
Add generator-cbiere 0.35, SEGA Genesis emulator.
PR: ports/82007
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |