Port details |
- super-smack Benchmarking, stress testing, and load generation tool for Databases
- 1.3_4 benchmarks
=4 1.3_4Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
This port expired on: 2023-04-30 IGNORE: is marked as broken: unfetchable
- 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-12-11 11:17:29
- Last Update: 2023-04-30 09:14:40
- Commit Hash: 22a144a
- People watching this port, also watch:: netpbm, p5-Term-ReadKey, nmap, p5-libwww, t1lib
- Also Listed In: databases
- License: GPLv2+
- WWW:
- https://jeremy.zawodny.com/mysql/super-smack/
- Description:
- Super Smack is a benchmarking, stress testing, and load generation tool
for MySQL (and PostgreSQL). Super Smack was originally written by Sasha
Pachev, and then hosted and maintained by Jeremy Zawodny.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- super-smack>0:benchmarks/super-smack
- No installation instructions:
- This port has been deleted.
- PKGNAME: super-smack
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (super-smack-1.3.tar.gz) = 969d40e772faa8580f8e8f2dfa2a381fbadbd79fc0c94304347d594dba2a9bd9
SIZE (super-smack-1.3.tar.gz) = 155375
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for super-smack-1.3_4:
DOCS=on: Build and/or install documentation
====> Options available for the multi DB: you have to choose at least one of them
MYSQL=on: MySQL database support
PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_super-smack
- USES:
- compiler:c++11-lang mysql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_4 30 Apr 2023 09:14:40 |
Rene Ladan (rene) |
benchmarks/super-smack/: Remove expired port:
2023-04-30 benchmarks/super-smack: Unfetchable |
1.3_4 19 Mar 2023 18:08:33 |
Daniel Engberg (diizzy) |
benchmarks/super-smack: Mark BROKEN and set expiration date to 2023-04-30
Unfetchable distfile |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3_4 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3_4 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.3_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.3_3 18 Jul 2019 11:25:29 |
pkubaj |
benchmarks/super-smack: fix build on GCC architectures
GCC from ports is required:
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to `operator
delete(void*, unsigned long)@CXXABI_1.3.9'
Approved by: mentors (implicit approval) |
1.3_3 02 Mar 2018 22:34:53 |
brooks |
Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137 |
1.3_3 18 Dec 2016 04:10:02 |
marino |
benchmarks/super-smack: fix build for GCC and DF (taken from dports) |
1.3_3 23 Nov 2016 18:42:58 |
amdmi3 |
- Add LICENSE
- Switch to options helpers
- Install more doc files |
1.3_2 27 Jul 2016 15:09:12 |
mat |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.3_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.3_2 20 Oct 2014 07:03:49 |
bapt |
Cleanup plist |
1.3_2 03 Jul 2014 14:45:06 |
jhale |
- Support staging
- Update MASTER_SITES
- Use options helpers
- WWW disappeared, so use old site |
1.3_2 30 Jun 2014 05:51:03 |
eadler |
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) |
1.3_2 27 May 2014 10:42:12 |
bapt |
Convert to USES=pgsql
With hat: portmgr |
1.3_2 21 Feb 2014 13:35:21 |
ehaupt |
Remove trailing whitespaces from category benchmarks |
1.3_2 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.3_2 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
1.3_2 28 Nov 2012 11:09:39 |
ak |
- Remove indefinite article from COMMENT
- Use standard option name for postgresql
- Convert tab to space after WWW: in pkg-descr
- Convert Makefile headers to new style [1]
- Convert to new options framework [1]
PR: ports/173563 (based on) [1]
Submitted by: Charlie & <edward@rdtan.net>
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe: yes |
1.3_2 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.3_1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.3_1 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.3_1 11 Jun 2009 15:58:18 |
itetcu |
Add missing '\'.
Submitted by: Anatoly Borodin
Pointyhat to: itetcu@ |
1.3_1 10 Jun 2009 07:57:40 |
itetcu |
Fix build with custom LOCALBASE
Submitted by: Sahil Tandon
Reported by: QATty
Approved by: portmgr (itetcu@)
No cookie for: maintainer |
1.3_1 18 Feb 2009 01:10:18 |
amdmi3 |
- Install README and TUTORIAL as portdocs
PR: 128098
Submitted by: hip0 <hipodilski at gmail dot com>
Approved by: maintainer timeout |
1.3 20 Mar 2008 09:23:28 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.3 27 Jul 2007 00:49:43 |
kris |
Fix build with gcc 4.2 |
1.3 16 Dec 2005 12:39:11 |
tdb |
- Fix build on 4.x
PR: 90463
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by: clement (mentor) |
1.3 12 Dec 2005 01:25:56 |
ijliao |
Fix postgresql support function
PR: 90244
Submitted by: maintainer |
1.3 12 Dec 2005 01:24:34 |
ijliao |
change maintainer email address |
1.3 11 Dec 2005 11:16:20 |
ijliao |
Add super-smack 1.3, a benchmarking, stress testing, and load generation
tool for Databases.
PR: ports/90209
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> |