Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73409 - FGDC Emergency Response Symbology Fonts (new ebuild)
Summary: FGDC Emergency Response Symbology Fonts (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Fonts Team
URL: http://www.fgdc.gov/HSWG/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-12-04 20:37 UTC by chouser (RETIRED)
Modified: 2008-05-08 03:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
First ebuild (fgdc-ers-2.0.ebuild,471 bytes, text/plain)
2004-12-04 20:41 UTC, chouser (RETIRED)
Details
version 2.2 ebuild (fgdc-ers-2.2.ebuild,589 bytes, application/octet-stream)
2006-08-04 18:47 UTC, Sérgio Luís
Details
version 2.2 ebuild (fgdc-ers-2.2.ebuild,590 bytes, text/plain)
2006-08-04 18:59 UTC, Sérgio Luís
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chouser (RETIRED) gentoo-dev 2004-12-04 20:37:49 UTC
These are free TrueType fonts of the US Federal Geographic Data Committee (FGDC) Homeland Security Working Group's Emergency Response Symbology.  This includes symbols for Incidents, Natural Events, Operations, and Infrastructures.

media-fonts/fgdc-ers-2.0.ebuild

Reproducible: Always
Steps to Reproduce:
Comment 1 chouser (RETIRED) gentoo-dev 2004-12-04 20:41:02 UTC
Created attachment 45310 [details]
First ebuild
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-12-06 01:09:41 UTC
License should probably be public-domain, actually, as it's work of the US government.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-12-06 01:11:04 UTC
BTW Chris, what's your correct email, so I can change the bugzilla one back to what it should be?
Comment 4 Sérgio Luís 2006-08-04 18:45:17 UTC
version 220 is out. The zip has two subfolders so i changed the ebuild:

--- fgdc-ers-2.0.ebuild 2006-08-05 02:45:58.000000000 +0100
+++ fgdc-ers-2.2.ebuild 2006-08-05 02:41:26.000000000 +0100
@@ -5,16 +5,27 @@

 DESCRIPTION="FGDC Emergency Response Symbology Prototype"
 HOMEPAGE="http://www.fgdc.gov/HSWG/"
-SRC_URI="http://www.fgdc.gov/HSWG/symbol_downloads/ers_v${PV//./}.zip"
-LICENSE="as-is"
+SRC_URI="http://www.fgdc.gov/HSWG/symbol_downloads/ers_v${PV//./}0.zip"
+LICENSE="domain"

 SLOT="0"
 KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64 ~hppa ~ia64"
 IUSE=""

 S="${WORKDIR}"
-FONT_S="${WORKDIR}"

 FONT_SUFFIX="ttf"

-DOCS="BuildingArcmapSymbols.pdf"
+DOCS="readme.txt readme.htm"
+
+FONT_S="${WORKDIR}/ersSymbolsVersion0202"
+
+src_install(){
+
+    cd "${FONT_S}"
+    cp ersV2sym/*.ttf .
+    cp ersV2txt/*.ttf .
+
+       font_src_install
+
+}
Comment 5 Sérgio Luís 2006-08-04 18:47:10 UTC
Created attachment 93464 [details]
version 2.2 ebuild
Comment 6 Sérgio Luís 2006-08-04 18:59:21 UTC
Created attachment 93465 [details]
version 2.2 ebuild

sorry, wrong license and readme.html wasn't being installed.
Comment 7 Ryan Hill (RETIRED) gentoo-dev 2008-05-08 03:23:30 UTC
In portage.  Sorry about the wait.