{"id":13577143,"url":"https://github.com/maxmind/geoip-api-c","last_synced_at":"2025-04-05T09:31:08.699Z","repository":{"id":3747219,"uuid":"4821843","full_name":"maxmind/geoip-api-c","owner":"maxmind","description":"DEPRECATED GeoIP Legacy C API","archived":true,"fork":false,"pushed_at":"2021-11-24T20:28:58.000Z","size":1809,"stargazers_count":374,"open_issues_count":0,"forks_count":128,"subscribers_count":55,"default_branch":"main","last_synced_at":"2025-03-29T15:35:44.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxmind.png","metadata":{"files":{"readme":"README.OSX","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-28T14:54:17.000Z","updated_at":"2025-03-10T00:33:39.000Z","dependencies_parsed_at":"2022-09-13T10:01:52.370Z","dependency_job_id":null,"html_url":"https://github.com/maxmind/geoip-api-c","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmind%2Fgeoip-api-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmind%2Fgeoip-api-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmind%2Fgeoip-api-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmind%2Fgeoip-api-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxmind","download_url":"https://codeload.github.com/maxmind/geoip-api-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318092,"owners_count":20919449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:01:18.468Z","updated_at":"2025-04-05T09:31:03.688Z","avatar_url":"https://github.com/maxmind.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"#!/bin/sh\n#\n# Building OSX fat binaries is easy.\n#\n# - start in a clean directory.\n# - copy the shell script below to a file and edit the file to your needs.\n#\n# 1.) modify export GEOIP_ARCH='-arch i386 -arch x86_64 -arch ppc -arch ppc64'\n# to include all architectures you need.\n# 2.) add whatever you want to the ./configure line.\n# 3.) execute the script.\n# 4.) do a 'make install'\n#\n#\n# make clean or make distclean before building this\n#\n# tell systems before leopard that we like to build for 10.5 or higher\n# with MACOSX_DEPLOYMENT_TARGET=10.5\n# starting with leopard we have to add -mmacosx-version-min=10.5\n# to the CFLAGS and export MACOSX_DEPLOYMENT_TARGET!?\n\n##  for tiger, leopard and snow leopard you might use this\n## export GEOIP_ARCH='-arch i386 -arch x86_64 -arch ppc -arch ppc64'\n## export MACOSX_DEPLOYMENT_TARGET=10.4\n## export LDFLAGS=$GEOIP_ARCH\n## export CFLAGS=\"-mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk $GEOIP_ARCH\"\n\n# here we go for leopard and snow leopard\n#export GEOIP_ARCH='-arch i386 -arch x86_64 -arch ppc'\n#export MACOSX_DEPLOYMENT_TARGET=10.5\n#export LDFLAGS=$GEOIP_ARCH\n#export CFLAGS=\"-g -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk $GEOIP_ARCH\"\n#./configure --disable-dependency-tracking\n#perl -i.bak -pe'/^archive_cmds=/ and !/\\bGEOIP_ARCH\\b/ and s/-dynamiclib\\b/-dynamiclib \\\\\\$(GEOIP_ARCH)/' ./libtool\n#make\n\n# and this is lion with the new xcode\n#P=`xcode-select -print-path`\n#export GEOIP_ARCH='-arch i386 -arch x86_64'\n#export MACOSX_DEPLOYMENT_TARGET=10.7\n#export LDFLAGS=$GEOIP_ARCH\n#export CFLAGS=\"-g -mmacosx-version-min=10.7 -isysroot $P/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk $GEOIP_ARCH\"\n#./configure --disable-dependency-tracking\n#make\n\n# and this is lion with the new xcode\nP=`xcode-select -print-path`\nexport GEOIP_ARCH='-arch x86_64'\nexport MACOSX_DEPLOYMENT_TARGET=10.9\nexport LDFLAGS=$GEOIP_ARCH\nexport CFLAGS=\"-g -mmacosx-version-min=10.9 -isysroot $P/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk $GEOIP_ARCH\"\n./configure --disable-dependency-tracking\nmake\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmind%2Fgeoip-api-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxmind%2Fgeoip-api-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmind%2Fgeoip-api-c/lists"}