From 45fabb740bf662a8045786aff4af070fb6420b75 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 11 Dec 2004 23:51:12 +0000 Subject: Add gplink, a tool for manipulating files and directories in the GP32 game console. PR: ports/74749 Submitted by: Jose Rodriguez --- misc/gplink/Makefile | 26 ++++++++++++++++++++++++++ misc/gplink/distinfo | 2 ++ misc/gplink/pkg-descr | 4 ++++ 3 files changed, 32 insertions(+) create mode 100644 misc/gplink/Makefile create mode 100644 misc/gplink/distinfo create mode 100644 misc/gplink/pkg-descr (limited to 'misc/gplink') diff --git a/misc/gplink/Makefile b/misc/gplink/Makefile new file mode 100644 index 000000000000..bdc81e30b35f --- /dev/null +++ b/misc/gplink/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gplink +# Date created: Sun Dec 5 23:17:44 CET 2004 +# Whom: king@v2project.com +# +# $FreeBSD$ +# + +PORTNAME= gplink +PORTVERSION= 1.5 +CATEGORIES= misc +MASTER_SITES= http://dexy.mine.nu/gp32/gplink/ + +MAINTAINER= king@v2project.com +COMMENT= A GP32 USB linker tool + +LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb + +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +PLIST_FILES= bin/gplink + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gplink ${PREFIX}/bin + +.include diff --git a/misc/gplink/distinfo b/misc/gplink/distinfo new file mode 100644 index 000000000000..51363d7ad8fb --- /dev/null +++ b/misc/gplink/distinfo @@ -0,0 +1,2 @@ +MD5 (gplink-1.5.tar.gz) = 2a7d87a68a9541fc03038b43d80ee0c3 +SIZE (gplink-1.5.tar.gz) = 256794 diff --git a/misc/gplink/pkg-descr b/misc/gplink/pkg-descr new file mode 100644 index 000000000000..9202aec7eef8 --- /dev/null +++ b/misc/gplink/pkg-descr @@ -0,0 +1,4 @@ +gplink is a gp32 linking tool with support for upload, download delete files +create and remove directories, run files, etc in the smc card on the GP32. + +WWW: http://dexy.mine.nu/gp32/gplink/ -- cgit v1.2.3