Port details |
- libshhcards Library for displaying game cards on X Window System
- 1.0.6 games
=4 1.0.6Version of this port present on the latest quarterly branch. - 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: unknown
- Last Update: 2024-03-23 11:19:32
- Commit Hash: d7511b9
- People watching this port, also watch:: libglade2, sol, transfig, autoconf, libwmf
- License: ART10
- WWW:
- https://shh.thathost.com/pub-unix/
- Description:
- shhcards is a library for displaying game cards on X11.
It provides pixmaps for card games, and functions for
using the cards in X11 programs.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libshhcards>0:games/libshhcards
- To install the port:
- cd /usr/ports/games/libshhcards/ && make install clean
- To add the package, run one of these commands:
- pkg install games/libshhcards
- pkg install libshhcards
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libshhcards
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1519234488
SHA256 (shhcards-1.0.6.tar.gz) = 26abbf146746a5385a20285c6d29c5e3a36ff96bcfdb9a39772ef65eff2063d3
SIZE (shhcards-1.0.6.tar.gz) = 68100
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- xpm.pc : x11/libXpm
- This port is required by:
- for Libraries
-
- games/sol
Configuration Options:
- ===> The following configuration options are available for libshhcards-1.0.6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_libshhcards
- USES:
- xorg
- 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.0.6 23 Mar 2024 11:19:32
    |
Tijl Coosemans (tijl)  |
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
And remove it from individual ports. Use WRK_ENV in custom build
commands where necessary.
FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists. This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.
If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the (Only the first 15 lines of the commit message are shown above ) |
1.0.6 01 Nov 2023 22:13:06
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart |
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.0.6 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.0.6 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.6 25 Nov 2019 23:25:52
  |
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
1.0.6 05 Nov 2019 22:16:15
  |
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.0.6 21 Feb 2018 17:37:21
  |
jhale  |
Update to 1.0.6
Add LICENSE |
1.0.5_3 08 May 2015 14:04:51
  |
amdmi3  |
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
1.0.5_2 23 Oct 2014 10:15:24
  |
amdmi3  |
- Drop @dirrm* from plist |
1.0.5_2 03 Nov 2013 01:19:03
  |
danilo  |
- Add stage support
- Add DOCS option |
1.0.5_2 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.0.5_2 24 May 2013 16:35:31
  |
bapt  |
Do not let system make.conf inpact the port's makefile
This fixes build on current |
1.0.5_2 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
1.0.5_2 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0.5_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}. |
1.0.5 14 Aug 2006 23:06:39
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.0.5 24 Nov 2005 19:28:01
 |
pav  |
- Add SHA256 |
1.0.5 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.0.5 20 Feb 2003 17:32:26
 |
knu  |
De-pkg-comment. |
1.0.5 21 Jul 2002 19:26:53
 |
ru  |
Fixed install on bsd.incs.mk aware systems. |
1.0.5 21 May 2002 17:33:40
 |
ijliao  |
return maintainership back to ports@
Submitted by: current maintainer |
1.0.5 21 May 2002 08:16:15
 |
ijliao  |
take maintainership
PR: 37871
Submitted by: Martin Perry <Martin@raq.cx> (new maintainer) |
1.0.5 21 May 2002 03:28:33
 |
ijliao  |
upgrade to 1.0.5
PR: 38219
Submitted by: Ports Fury |
24 Dec 2001 02:17:17
    |
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
08 Oct 2000 03:48:59
    |
asami  |
Convert category games to new layout. |
03 Aug 2000 10:28:58
    |
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
16 Jul 2000 15:31:55
    |
alex  |
- Update MASTER_SITES and WWW: line of pkg/DESCR - Support
CC/CFLAGS/PREFIX/LOCALBASE/X11BASE/etc properly |
29 Jun 2000 08:03:02
    |
obrien  |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site. |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25
    |
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |