diff options
Diffstat (limited to 'misc/libisocodes')
-rw-r--r-- | misc/libisocodes/Makefile | 35 | ||||
-rw-r--r-- | misc/libisocodes/distinfo | 2 | ||||
-rw-r--r-- | misc/libisocodes/pkg-descr | 10 | ||||
-rw-r--r-- | misc/libisocodes/pkg-plist | 21 |
4 files changed, 0 insertions, 68 deletions
diff --git a/misc/libisocodes/Makefile b/misc/libisocodes/Makefile deleted file mode 100644 index 0caadc655756..000000000000 --- a/misc/libisocodes/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Koop Mast <kwm@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= libisocodes -PORTVERSION= 1.2.2 -CATEGORIES= misc -MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Interaction library for iso-codes - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= GPLv3 - -BUILD_DEPENDS= valac:lang/vala -LIB_DEPENDS= libgee-0.8.so:devel/libgee -RUN_DEPENDS= iso-codes>=0:misc/iso-codes - -GNU_CONFIGURE= yes -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 introspection:build libxml2 -INSTALL_TARGET= install-strip - -PLIST_SUB+= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/xml/|${LOCALBASE}/share/xml/|g' \ - ${WRKSRC}/src/iso_15924.* ${WRKSRC}/src/iso_3166* \ - ${WRKSRC}/src/iso_4217.* ${WRKSRC}/src/iso_639* \ - ${WRKSRC}/src/isocodes.* ${WRKSRC}/tests/test_iso_*.vala - -.include <bsd.port.mk> diff --git a/misc/libisocodes/distinfo b/misc/libisocodes/distinfo deleted file mode 100644 index 48ac651f3023..000000000000 --- a/misc/libisocodes/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libisocodes-1.2.2.tar.xz) = 4cdf2c02486bb44902d95e2b86356ef348c65b5edff75925d6878fe5e5f038de -SIZE (libisocodes-1.2.2.tar.xz) = 291844 diff --git a/misc/libisocodes/pkg-descr b/misc/libisocodes/pkg-descr deleted file mode 100644 index 715a1e5011cb..000000000000 --- a/misc/libisocodes/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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/ diff --git a/misc/libisocodes/pkg-plist b/misc/libisocodes/pkg-plist deleted file mode 100644 index 997f1fb6f10a..000000000000 --- a/misc/libisocodes/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -include/libisocodes.h -lib/girepository-1.0/libisocodes-%%VERSION%%.typelib -lib/libisocodes.a -lib/libisocodes.so -lib/libisocodes.so.1 -lib/libisocodes.so.1.1.1 -libdata/pkgconfig/libisocodes.pc -share/gir-1.0/libisocodes-%%VERSION%%.gir -share/locale/cs/LC_MESSAGES/libisocodes.mo -share/locale/da/LC_MESSAGES/libisocodes.mo -share/locale/de/LC_MESSAGES/libisocodes.mo -share/locale/en@boldquot/LC_MESSAGES/libisocodes.mo -share/locale/en@quot/LC_MESSAGES/libisocodes.mo -share/locale/es/LC_MESSAGES/libisocodes.mo -share/locale/fr/LC_MESSAGES/libisocodes.mo -share/locale/pt/LC_MESSAGES/libisocodes.mo -share/locale/ru/LC_MESSAGES/libisocodes.mo -share/locale/si/LC_MESSAGES/libisocodes.mo -share/locale/sv/LC_MESSAGES/libisocodes.mo -share/locale/vi/LC_MESSAGES/libisocodes.mo -share/vala/vapi/libisocodes.vapi |