import pb 0.1.0
Simple pastebin command line application. Currently supports gist and pastebin.com. feedback/ok kili@
This commit is contained in:
parent
a83f1c61c6
commit
1030b8e2a9
26
net/hs-pb/Makefile
Normal file
26
net/hs-pb/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/22 21:03:19 jasper Exp $
|
||||
|
||||
COMMENT= pastebin command line application
|
||||
|
||||
DISTNAME= pb-0.1.0
|
||||
CATEGORIES= net sysutils
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# 3-clause BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB= c gmp m pthread util
|
||||
|
||||
MODULES= converters/libiconv \
|
||||
lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage nort
|
||||
|
||||
BUILD_DEPENDS += ::devel/hs-network \
|
||||
::net/hs-HTTP
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/hs-pb/distinfo
Normal file
5
net/hs-pb/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (pb-0.1.0.tar.gz) = GTNoYZypi5F28T3mBRXcqg==
|
||||
RMD160 (pb-0.1.0.tar.gz) = lhBva6JmPQ7p+Wva5zbgd6siZTM=
|
||||
SHA1 (pb-0.1.0.tar.gz) = Cp+IyKGpcdH9GrVFk0lPQrujV7o=
|
||||
SHA256 (pb-0.1.0.tar.gz) = rv2E//7wjomyEIb5DssmFkxWxQkkJ1AfaGzz42Mriw0=
|
||||
SIZE (pb-0.1.0.tar.gz) = 3580
|
2
net/hs-pb/pkg/DESCR
Normal file
2
net/hs-pb/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Simple pastebin command line application. Currently supports gist and
|
||||
pastebin.com.
|
4
net/hs-pb/pkg/PLIST
Normal file
4
net/hs-pb/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/09/22 21:03:19 jasper Exp $
|
||||
@bin bin/pb
|
||||
share/doc/${DISTNAME}/
|
||||
share/doc/${DISTNAME}/license
|
Loading…
Reference in New Issue
Block a user