FreeBSD Bugzilla – Attachment 167446 Details for
Bug 207062
[NEW PORT] devel/yaggo: Generate command line parser using getopt_long
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Shar archive
yaggo-shar.txt (text/plain), 2.39 KB, created by
Jason W. Bacon
on 2016-02-26 16:10:26 UTC
(
hide
)
Description:
Shar archive
Filename:
MIME Type:
Creator:
Jason W. Bacon
Created:
2016-02-26 16:10:26 UTC
Size:
2.39 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># yaggo ># yaggo/files ># yaggo/files/patch-Makefile ># yaggo/Makefile ># yaggo/distinfo ># yaggo/pkg-descr ># >echo c - yaggo >mkdir -p yaggo > /dev/null 2>&1 >echo c - yaggo/files >mkdir -p yaggo/files > /dev/null 2>&1 >echo x - yaggo/files/patch-Makefile >sed 's/^X//' >yaggo/files/patch-Makefile << '11fec0a6e3b11ea4cb22517991af6449' >X--- Makefile.orig 2015-10-14 16:25:43 UTC >X+++ Makefile >X@@ -1,12 +1,14 @@ >X-prefix ?= /usr/local >X+PREFIX ?= /usr/local >X+DESTDIR ?= >X+MANPREFIX ?= $(PREFIX)/share >X >X all: bin/create_yaggo_one_file >X ruby bin/create_yaggo_one_file ./yaggo >X >X install: all >X- mkdir -p $(prefix)/bin >X- mkdir -p $(prefix)/share/doc/yaggo >X- mkdir -p $(prefix)/share/man/man1 >X- cp ./yaggo $(prefix)/bin >X- cp ./README.md $(prefix)/share/doc/yaggo >X- ./yaggo -m $(prefix)/share/man/man1/yaggo.1 >X+ mkdir -p $(DESTDIR)$(PREFIX)/bin >X+ mkdir -p $(DESTDIR)$(PREFIX)/share/doc/yaggo >X+ mkdir -p $(DESTDIR)$(MANPREFIX)/man/man1 >X+ cp ./yaggo $(DESTDIR)$(PREFIX)/bin >X+ cp ./README.md $(DESTDIR)$(PREFIX)/share/doc/yaggo >X+ ./yaggo -m $(DESTDIR)$(MANPREFIX)/man/man1/yaggo.1 >11fec0a6e3b11ea4cb22517991af6449 >echo x - yaggo/Makefile >sed 's/^X//' >yaggo/Makefile << '9532edd4b68c060b2b4328ecb7db1917' >X# Created by: Jason Bacon <bacon4000@gmail.com> >X# $FreeBSD$ >X >XPORTNAME= yaggo >XPORTVERSION= 1.5.9 >XCATEGORIES= devel >X >XMAINTAINER= bacon4000@gmail.com >XCOMMENT= Generate command line parser using getopt_long >X >XLICENSE= GPLv3 >X >XNO_ARCH= yes >XUSE_RUBY= yes >X >XUSE_GITHUB= yes >XGH_ACCOUNT= gmarcais >XGH_TAGNAME= v${PORTVERSION} >X >XPLIST_FILES= bin/yaggo man/man1/yaggo.1.gz share/doc/yaggo/README.md >X >X.include <bsd.port.mk> >9532edd4b68c060b2b4328ecb7db1917 >echo x - yaggo/distinfo >sed 's/^X//' >yaggo/distinfo << 'c9cff2e005a62795501152f473f3a79f' >XSHA256 (gmarcais-yaggo-1.5.9-v1.5.9_GH0.tar.gz) = c96f7d5932fad30c88300446cae9a49d35b6a1fcd5a971e02de129c5d7a53bb7 >XSIZE (gmarcais-yaggo-1.5.9-v1.5.9_GH0.tar.gz) = 42480 >c9cff2e005a62795501152f473f3a79f >echo x - yaggo/pkg-descr >sed 's/^X//' >yaggo/pkg-descr << '019e8495a907ee9b4543fbe03a2226a6' >XGenerate command line parser using getopt_long. >X >XWWW: https://github.com/gmarcais/yaggo >019e8495a907ee9b4543fbe03a2226a6 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 207062
:
166805
|
166806
|
166807
|
166808
|
166809
| 167446