Port details |
- gtkcomm Serial controlling software, with gtk+ widget
- 0.8.1_3 korean
=1 0.8.1_3Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Unfetchable, unmaintained This port expired on: 2019-10-16 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: 2000-04-30 23:56:11
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- Also Listed In: comms
- License: GPLv2
- WWW:
- http://kldp.net/projects/gtkcomm/
- Description:
- gtkcomm
-------
gtkcomm is a controlling tool for serial interface(RS-232C or such).
It is for hardware control using serial ports.
WWW: http://kldp.net/projects/gtkcomm/
-
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:
-
- ko-gtkcomm>0:korean/gtkcomm
- No installation instructions:
- This port has been deleted.
- PKGNAME: ko-gtkcomm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gtkcomm-0.8.1.tar.gz) = 16a2205ebf89e9c9659d6a2c92f142335a7c5633980251ae1e67b92fe42ca7b1
SIZE (gtkcomm-0.8.1.tar.gz) = 285205
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:
-
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.30.r1<5.31 : lang/perl5.30
- x11.pc : x11/libX11
- Runtime dependencies:
-
- gulim12.pcf.gz : korean/baekmukfonts-bdf
- x11.pc : x11/libX11
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gettext pathfix perl5 pkgconfig xorg gnome
- 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 |
0.8.1_3 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
0.8.1_3 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
0.8.1_3 04 Aug 2019 12:37:59 |
antoine |
Mark BROKEN: unfetchable |
0.8.1_3 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.8.1_2 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.8.1_2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
0.8.1_2 21 Mar 2015 23:05:21 |
bapt |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
0.8.1_2 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.8.1_2 12 Nov 2014 09:15:34 |
antoine |
Cleanup plist |
0.8.1_1 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.8.1_1 30 May 2014 12:46:06 |
pawel |
Port is stage safe |
0.8.1_1 20 Sep 2013 19:49:59 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
korean) |
0.8.1_1 02 Sep 2013 21:16:30 |
bapt |
Add an explicit dependency on pkgconf |
0.8.1_1 30 Aug 2013 20:36:13 |
jkim |
Fix build with Glib20 2.36. |
0.8.1_1 31 Jul 2013 11:56:18 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.8.1_1 17 Jun 2013 23:04:51 |
jkim |
Update e-mail address on behalf of cjh as he personally requested. |
0.8.1_1 07 Feb 2013 10:39:57 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: korean)
Approved by: portmgr |
0.8.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.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.8.1 02 Oct 2011 14:40:47 |
sunpoet |
- Update MAINTAINER: use canonical format for ports@FreeBSD.org |
0.8.1 03 Aug 2011 23:58:53 |
jkim |
- Update to 0.8.1 and unbreak build on HEAD.
- Add LICENSE and chase project URL change.
- Reset maintainership due to long inactivity. |
0.6.4_8 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.6.4_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.6.4_7 20 Mar 2010 15:23:06 |
miwi |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
0.6.4_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.6.4_6 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.6.4_5 06 Jun 2008 13:39:17 |
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.6.4_4 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) |
0.6.4_4 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.6.4_3 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.6.4_2 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.6.4_1 22 Jan 2006 12:40:32 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.4_1 22 Aug 2004 21:27:13 |
krion |
Fix build with gcc-3.4 |
0.6.4_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.6.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.6.4 20 Nov 2003 15:06:15 |
trevor |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
0.6.4 20 Nov 2003 13:51:47 |
trevor |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
0.6.4 05 May 2003 06:29:39 |
marcus |
Convert to new GNOME infrastructure. |
0.6.4 07 Mar 2003 06:05:19 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.6.4 09 Jul 2002 11:38:41 |
cjh |
update to 0.6.4. |
27 Nov 2001 10:52:46 |
cjh |
update to 0.6.0. |
22 Jul 2001 04:27:06 |
cjh |
Update to 0.5.20 |
17 Apr 2001 01:49:40 |
cjh |
Update to 0.5.17 |
08 Apr 2001 06:05:51 |
cjh |
Update to 0.5.16. |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
22 Feb 2001 14:50:40 |
cjh |
update to 0.5.13 |
20 Jan 2001 14:49:55 |
cjh |
deinstallation fix. |
08 Oct 2000 03:09:10 |
asami |
Convert category korean to new layout. |
05 Oct 2000 07:57:56 |
reg |
Implement WANT_IMLIB and USE_IMLIB. |
31 Aug 2000 18:30:41 |
cjh |
update to 0.5.10 |
25 Jun 2000 10:33:17 |
cjh |
Update to 0.5.9. |