Diff for /wikisrc/pkgsrc/intro_to_packaging.mdwn between versions 1.6 and 1.8

version 1.6, 2014/07/09 12:34:13 version 1.8, 2014/07/09 12:44:32
Line 115  WRKSRC= ${WRKDIR}/osxinfo-${GHCOMMIT} Line 115  WRKSRC= ${WRKDIR}/osxinfo-${GHCOMMIT}
   
 DESCR:  DESCR:
                   
         Small and fast Mac OS X info program written in C          Small and fast Mac OS X info program written in C.
         by Youri Mouton.  
   
   
 PLIST:  PLIST:
Line 672  on a FreeBSD server with a bootstrapped  Line 671  on a FreeBSD server with a bootstrapped 
   
 use this `zsh` function to :  use this `zsh` function to :
   
 [[!format bash """  [[!format sh """
 add () {  add () {
         # upload the package to remote server          # upload the package to remote server
         scp $1 yrmt@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/All/ 2> /dev/null          scp $1 yrmt@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/All/ 2> /dev/null
Line 712  add () { Line 711  add () {
                 REQUIRES=/usr/pkg/lib/libsqlite3.0.dylib                  REQUIRES=/usr/pkg/lib/libsqlite3.0.dylib
                 FILE_NAME=osxinfo-0.1.tgz                  FILE_NAME=osxinfo-0.1.tgz
                 FILE_SIZE=9710                  FILE_SIZE=9710
                 DESCRIPTION=Small and fast Mac OS X info program written in C                  DESCRIPTION=Small and fast Mac OS X info program written in C.
                 DESCRIPTION=by Youri Mouton.  
                 DESCRIPTION=                  DESCRIPTION=
                 DESCRIPTION=Homepage:                  DESCRIPTION=Homepage:
                 DESCRIPTION=http://github.com/yrmt/osxinfo                  DESCRIPTION=http://github.com/yrmt/osxinfo
Line 725  add () { Line 723  add () {
 And this shell alias to upload all my built packages, but I still  And this shell alias to upload all my built packages, but I still
 need to run `add()` mentionned above to update the pkg_summary  need to run `add()` mentionned above to update the pkg_summary
   
 [[!format bash """  [[!format sh """
 up='rsync -avhz --progress /pkgsrc/packages/ root@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/'  up='rsync -avhz --progress /pkgsrc/packages/ root@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/'
 """]]  """]]
   

Removed from v.1.6  
changed lines
  Added in v.1.8


CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb