Import osxinfo-0.1 as wip/osxinfo.
Small and fast Mac OS X info program written in C by Youri Mouton.
This commit is contained in:
parent
8b0378fc86
commit
306a1c050e
4 changed files with 29 additions and 0 deletions
2
osxinfo/DESCR
Normal file
2
osxinfo/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Small and fast Mac OS X info program written in C
|
||||
by Youri Mouton.
|
20
osxinfo/Makefile
Normal file
20
osxinfo/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/06/29 10:55:13 yrmt Exp $
|
||||
|
||||
PKGNAME= osxinfo-0.1
|
||||
CATEGORIES= misc
|
||||
GHCOMMIT= de74b8960f27844f7b264697d124411f81a1eab6
|
||||
DISTNAME= ${GHCOMMIT}
|
||||
MASTER_SITES= https://github.com/yrmt/osxinfo/archive/
|
||||
|
||||
MAINTAINER= youri.mout@gmail.com
|
||||
HOMEPAGE= http://github.com/yrmt/osxinfo
|
||||
COMMENT= Small Mac OS X Info Program
|
||||
LICENSE= isc
|
||||
|
||||
ONLY_FOR_PLATFORM= Darwin-*-*
|
||||
|
||||
DIST_SUBDIR= osxinfo
|
||||
WRKSRC= ${WRKDIR}/osxinfo-${GHCOMMIT}
|
||||
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
osxinfo/PLIST
Normal file
2
osxinfo/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/06/29 10:55:13 yrmt Exp $
|
||||
bin/osxinfo
|
5
osxinfo/distinfo
Normal file
5
osxinfo/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/06/29 10:55:13 yrmt Exp $
|
||||
|
||||
SHA1 (osxinfo/de74b8960f27844f7b264697d124411f81a1eab6.tar.gz) = 83a2838ad95ff73255bea7f496a8cc9aaa4e17ca
|
||||
RMD160 (osxinfo/de74b8960f27844f7b264697d124411f81a1eab6.tar.gz) = 9102eb2a938be38c4adf8cfbf781c04d0844d09a
|
||||
Size (osxinfo/de74b8960f27844f7b264697d124411f81a1eab6.tar.gz) = 5981 bytes
|
Loading…
Reference in a new issue