aboutsummaryrefslogtreecommitdiff
path: root/misc/gplink
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-11 23:51:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-11 23:51:12 +0000
commit45fabb740bf662a8045786aff4af070fb6420b75 (patch)
tree9fbc666292669ddfb142947bfff2eea3f0e0a7a9 /misc/gplink
parentb0e528882a02d04a2e6db263734e6d7c072c8bbe (diff)
Add gplink, a tool for manipulating files and directories in the GP32 game
console. PR: ports/74749 Submitted by: Jose Rodriguez <king@v2project.com>
Notes
Notes: svn path=/head/; revision=123792
Diffstat (limited to 'misc/gplink')
-rw-r--r--misc/gplink/Makefile26
-rw-r--r--misc/gplink/distinfo2
-rw-r--r--misc/gplink/pkg-descr4
3 files changed, 32 insertions, 0 deletions
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 <bsd.port.mk>
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/