Bug 152836 - [patch] port ports-mgmt/genplist update to version 0.6
Summary: [patch] port ports-mgmt/genplist update to version 0.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 17:50 UTC by Olli Hauer
Modified: 2010-12-04 18:30 UTC (History)
1 user (show)

See Also:


Attachments
patch_genplist.txt (2.44 KB, text/plain)
2010-12-04 17:50 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2010-12-04 17:50:07 UTC
Update genplist to version 0.6.

New Features:
 - Handling off: PLIST_FILES, PORTEXAMPLES, PORTDOCS, PLIST_DIRS, PLIST_DIRSTRY
 - Specific return codes which can be used for automated testing
 - Ability to execute external scripts ( ~/.genplist/${portname} )

 Sample script for the nmap port:

 $> cat ~/.genplist/nmap
 #!/bin/sh
 sed -i '' -E -e 's|^(share/ncat/)|%%WITHSSL%%\1|g' \
    -e 's|^(@dirrm share/ncat)|%%WITHSSL%%\1|' ${1}
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-04 17:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-04 17:50:17 UTC
Maintainer of ports-mgmt/genplist,

Please note that PR ports/152836 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152836

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-04 17:50:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Jason W. Bacon freebsd_committer freebsd_triage 2010-12-04 17:56:58 UTC
Approved.

Edwin Groothuis wrote:
> Maintainer of ports-mgmt/genplist,
>
> Please note that PR ports/152836 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152836
>
>   


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jason W. Bacon
jwbacon@tds.net
http://personalpages.tds.net/~jwbacon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-12-04 18:12:11 UTC
ohauer      2010-12-04 18:12:06 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/genplist  Makefile distinfo 
  Removed files:
    ports-mgmt/genplist/files patch-genplist 
  Log:
  - update genplist to version 0.6
  
  New Features:
  ==============
  - Handling of: PLIST_FILES, PORTEXAMPLES, PORTDOCS, PLIST_DIRS, PLIST_DIRSTRY
  - Specific return codes which can be used for automated testing
  - Ability to execute external scripts ( ~/.genplist/${portname} )
  
  Sample script for the nmap port:
  =================================
  $> cat ~/.genplist/nmap
  #!/bin/sh
  sed -i '' -E -e 's|^(share/ncat/)|%%WITHSSL%%\1|g' \
  -e 's|^(@dirrm share/ncat)|%%WITHSSL%%\1|' ${1}
  
  PR:             ports/152836
  Submitted by:   ohauer
  Approved by:    Jason Bacon <jwbacon _at_ tds.net> (maintainer) via mail.
  
  Revision  Changes    Path
  1.6       +1 -5      ports/ports-mgmt/genplist/Makefile
  1.5       +2 -3      ports/ports-mgmt/genplist/distinfo
  1.2       +0 -19     ports/ports-mgmt/genplist/files/patch-genplist (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Olli Hauer freebsd_committer freebsd_triage 2010-12-04 18:12:36 UTC
State Changed
From-To: feedback->closed

Committed!