FreeBSD Bugzilla – Attachment 168403 Details for
Bug 208147
New port: sysutils/modman Modularize extensions using symlinks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
modman shar
modman.shar (text/plain), 1.98 KB, created by
Lukasz Wasikowski
on 2016-03-19 21:03:28 UTC
(
hide
)
Description:
modman shar
Filename:
MIME Type:
Creator:
Lukasz Wasikowski
Created:
2016-03-19 21:03:28 UTC
Size:
1.98 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: ># ># modman ># modman/pkg-descr ># modman/Makefile ># modman/distinfo ># >echo c - modman >mkdir -p modman > /dev/null 2>&1 >echo x - modman/pkg-descr >sed 's/^X//' >modman/pkg-descr << '9665e0f51856aaea246ae052248c2c82' >XDeveloping extensions for software that doesn't allow you to separate >Xyour files from core files, and keeping that extension under version >Xcontrol and making it easy to deploy is now much, much easier. >XDevelopment of this script was inspired by Magento which forces you >Xto mix your extension files all throughout the core code directories. >XWith modman, you can specify in a text file where you want your >Xdirectories and files to be mapped to, and it will maintain symlinks >Xfor you so that your code is easy to hack and deploy. >X >XWWW: https://github.com/colinmollenhour/modman >9665e0f51856aaea246ae052248c2c82 >echo x - modman/Makefile >sed 's/^X//' >modman/Makefile << '1e06f130f91b46074f2cd116a2149c02' >X# Created by: Lukasz Wasikowski <lukasz@wasikowski.net> >X# $FreeBSD$ >X >XPORTNAME= modman >XPORTVERSION= 1.12 >XCATEGORIES= sysutils www >X >XMAINTAINER= lukasz@wasikowski.net >XCOMMENT= Modularize extensions using symlinks >X >XLICENSE= APACHE20 >X >XRUN_DEPENDS= bash:${PORTSDIR}/shells/bash >X >XUSE_GITHUB= yes >XGH_ACCOUNT= colinmollenhour >XNO_BUILD= yes >X >XPLIST_FILES= sbin/modman >X >Xdo-install: >X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ >X ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} >X >X.include <bsd.port.mk> >1e06f130f91b46074f2cd116a2149c02 >echo x - modman/distinfo >sed 's/^X//' >modman/distinfo << 'e085ddb544bc59f10c5eb7e332d6f590' >XSHA256 (colinmollenhour-modman-1.12_GH0.tar.gz) = 437547bb54f62101215038a678506e87b1e9d5a8f04eed68e0c823198dd0b6ec >XSIZE (colinmollenhour-modman-1.12_GH0.tar.gz) = 13309 >e085ddb544bc59f10c5eb7e332d6f590 >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 208147
: 168403 |
168404
|
168405