Port details |
- libisocodes Interaction library for iso-codes
- 1.2.2 misc
=0 1.2.2Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: kwm@FreeBSD.org
- Port Added: 2014-02-24 22:15:22
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- License: GPLv3
- WWW:
- http://pkg-isocodes.alioth.debian.org/
- Description:
- This library can be used to easily access XML data of the iso-codes
package. It will provide an abstraction layer to handle both the
version 3 and the upcoming version 4 of iso-codes. Moreover, all
available translations can be used as well.
This library makes use of the GObject introspection features, so that
it is accessible from a variety of programming languages, for example
C, Vala, Ruby, Python, Perl, Lua, JavaScript, PHP and many more.
WWW: http://pkg-isocodes.alioth.debian.org/
-
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:
-
- libisocodes>0:misc/libisocodes
- No installation instructions:
- This port has been deleted.
- PKGNAME: libisocodes
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libisocodes-1.2.2.tar.xz) = 4cdf2c02486bb44902d95e2b86356ef348c65b5edff75925d6878fe5e5f038de
SIZE (libisocodes-1.2.2.tar.xz) = 291844
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:
-
- valac : lang/vala
- msgfmt : devel/gettext-tools
- gmake : devel/gmake
- g-ir-scanner : devel/gobject-introspection
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- iso-codes>=0 : misc/iso-codes
- Library dependencies:
-
- libgee-0.8.so : devel/libgee
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gettext gmake gnome libtool pathfix pkgconfig tar:xz
- 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.2.2 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.2.2 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
1.2.2 08 Nov 2019 14:06:27 |
tobik |
misc: Add missing USES=gnome |
1.2.2 06 Nov 2019 14:00:19 |
antoine |
Mark a few ports BROKEN (unfetchable) |
1.2.2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.2 02 Jul 2015 14:37:28 |
kwm |
Update libisocodes to 1.2.2. |
1.2.1_1 21 Dec 2014 00:32:20 |
bapt |
Get rid of gnomehier |
1.2.1 22 Sep 2014 13:09:20 |
kwm |
Update to 1.2.1. |
1.2 20 Aug 2014 00:25:18 |
grembo |
Remove deletion of LC_MESSAGES directories that are owned by devel/gettext
Reviewed by: bdrewery
Approved by: bdrewery |
1.2 09 May 2014 13:29:06 |
kwm |
Update to 1.2.
Drop .la file. |
1.0_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.0_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.0 24 Feb 2014 22:15:02 |
kwm |
Add libisocodes.
A interaction library for iso-codes 3.x and 4.x (when released). |