Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26805 - new ebuild: picprog 1.3
Summary: new ebuild: picprog 1.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: George Shapovalov (RETIRED)
URL: http://hyvatti.iki.fi/~jaakko/pic/pic...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-17 07:27 UTC by Roman Valls
Modified: 2003-10-20 01:17 UTC (History)
0 users

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


Attachments
picprog ebuild (HOMEPAGE variable updated) (picprog-1.2.ebuild,526 bytes, text/plain)
2003-08-17 07:28 UTC, Roman Valls
Details
picprog 1.3 ebuild (picprog-1.3.ebuild,540 bytes, text/plain)
2003-09-04 17:17 UTC, Roman Valls
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Valls 2003-08-17 07:27:53 UTC
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 Roman Valls 2003-08-17 07:28:58 UTC
Created attachment 16212 [details]
picprog ebuild (HOMEPAGE variable updated)

EBUILD
Comment 2 Roman Valls 2003-08-17 16:30:26 UTC
Comment on attachment 16212 [details]
picprog ebuild (HOMEPAGE variable updated)

# 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 Roman Valls 2003-09-04 17:17:30 UTC
Created attachment 17092 [details]
picprog 1.3 ebuild

Version bump.
Adapters now are in .png format (instead of gif from 1.2).
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-20 01:17:34 UTC
commited to CVS in dev-embedded.