Index: head/devel/xc3sprog/Makefile =================================================================== --- head/devel/xc3sprog/Makefile (nonexistent) +++ head/devel/xc3sprog/Makefile (revision 254506) @@ -0,0 +1,36 @@ +# New ports collection makefile for: xc3sprog +# Date created: 15 May 2010 +# Whom: Wojciech A. Koszek +# +# $FreeBSD$ +# + +PORTNAME= xc3sprog +PORTVERSION= r449 +CATEGORIES= devel +MASTER_SITES= http://FreeBSD.czest.pl/~wkoszek/ports/ + +MAINTAINER= wkoszek@FreeBSD.org +COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit + +LIB_DEPENDS= ftdi:${PORTSDIR}/devel/libftdi +RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload + +USE_CMAKE= yes +ALL_TARGET= xc3sprog + +PLIST_FILES= bin/xc3sprog + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${PREFIX}/bin + +post-install: + @${CAT} ${PKGMESSAGE} + +.include + +.if (${OSVERSION} < 800069) +BROKEN= doesn't build on FreeBSD prior libusb(8) integration to base system +.endif + +.include Property changes on: head/devel/xc3sprog/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/devel/xc3sprog/distinfo =================================================================== --- head/devel/xc3sprog/distinfo (nonexistent) +++ head/devel/xc3sprog/distinfo (revision 254506) @@ -0,0 +1,3 @@ +MD5 (xc3sprog-r449.tar.gz) = b551c5fa8d3934259c2feecb164919f2 +SHA256 (xc3sprog-r449.tar.gz) = fa53d70bc8a13ca42177f42f91950b4f9582bc16c254dd48b852ac3d625e5ef2 +SIZE (xc3sprog-r449.tar.gz) = 395069 Property changes on: head/devel/xc3sprog/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/xc3sprog/pkg-descr =================================================================== --- head/devel/xc3sprog/pkg-descr (nonexistent) +++ head/devel/xc3sprog/pkg-descr (revision 254506) @@ -0,0 +1,4 @@ +This tool should let you to program your Xilinx Spartan-3E Starter Kit and +similar boards based on Xilinx USB programmers. + +WWW: http://sourceforge.net/projects/xc3sprog/ Property changes on: head/devel/xc3sprog/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/xc3sprog/pkg-message =================================================================== --- head/devel/xc3sprog/pkg-message (nonexistent) +++ head/devel/xc3sprog/pkg-message (revision 254506) @@ -0,0 +1,5 @@ +Visit: + + http://wiki.freebsd.org/FPGA/ + +for FreeBSD-specific usage. Property changes on: head/devel/xc3sprog/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property