First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 26805
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: George Shapovalov <george@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Roman Valls <brainstorm@nopcode.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
picprog-1.2.ebuild picprog ebuild (HOMEPAGE variable updated) text/plain Roman Valls 2003-08-17 07:28 0000 526 bytes Details
picprog-1.3.ebuild picprog 1.3 ebuild text/plain Roman Valls 2003-09-04 17:17 0000 540 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 26805 depends on: Show dependency tree
Show dependency graph
Bug 26805 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-08-17 07:27 0000
Picprog is a PIC programmer for Linux that works with the very simple and cheap
serial port programmers. It supports a wide range of pic16Fxxx and pic12fxxx
family chips.

I suggest app-sci category.

------- Comment #1 From Roman Valls 2003-08-17 07:28:58 0000 -------
Created an attachment (id=16212) [edit]
picprog ebuild

EBUILD

------- Comment #2 From Roman Valls 2003-08-17 16:30:26 0000 -------
(From update of attachment 16212 [edit])
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="a pic16xxx series microcontroller programmer software
for the simple serial port device"
HOMEPAGE="http://www.iki.fi/hyvatti/pic/picprog.html"
SRC_URI="http://www.iki.fi/hyvatti/pic/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="x86"

src_compile() {

	emake || die
}

src_install() {

	dobin picprog

	dodoc README jdm*.gif adapter.jpg
	dohtml picprog.html
	doman picprog.1
}

------- Comment #3 From Roman Valls 2003-09-04 17:17:30 0000 -------
Created an attachment (id=17092) [edit]
picprog 1.3 ebuild

Version bump.
Adapters now are in .png format (instead of gif from 1.2).

------- Comment #4 From Robin Johnson 2003-10-20 01:17:34 0000 -------
commited to CVS in dev-embedded.

First Last Prev Next    No search results available      Search page      Enter new bug