Bug 122050 - [New Port] port-mgmt/p5-FreeBSD-Ports-INDEXhash This perl module build a easy to use hash out of the ports index file.
Summary: [New Port] port-mgmt/p5-FreeBSD-Ports-INDEXhash This perl module build a e...
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-24 15:30 UTC by Zane C. Bowers-Hadley
Modified: 2008-05-06 13:42 UTC (History)
0 users

See Also:


Attachments
pkg-mgmt_p5-FreeBSD-Ports-INDEXhash.shar (2.39 KB, text/plain)
2008-03-24 15:30 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2008-03-24 15:30:03 UTC

This perl module build a easy to use hash out of the ports index file.

How-To-Repeat: 

1: unshar
2:
3: make install
4: enjoy the perl hashy goodness
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-05 01:33:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-06 09:41:57 UTC
State Changed
From-To: open->feedback

Doesn't fetch, the distfile doesn't seem to be on CPAN. I can hoste it 
if you like.
Comment 3 Zane C. Bowers-Hadley 2008-05-06 10:53:13 UTC
On Tue, 6 May 2008 08:41:57 GMT
itetcu@FreeBSD.org wrote:

> Synopsis: [New Port] port-mgmt/p5-FreeBSD-Ports-INDEXhash    This
> perl module build a easy to use hash out of the ports index file.
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: itetcu
> State-Changed-When: Tue May 6 08:41:57 UTC 2008
> State-Changed-Why: 
> Doesn't fetch, the distfile doesn't seem to be on CPAN. I can hoste
> it if you like.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=122050


Ack! Just realized I forgot to kick off a update to Makefile and
distinfo.



--- Makefile.orig       2008-05-06 04:47:48.000000000 -0500
+++ Makefile    2008-05-06 04:47:28.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      FreeBSD-Ports-INDEXhash
-PORTVERSION=   1.0.0
+PORTVERSION=   1.0.4
 CATEGORIES=    ports-mgmt sysutils perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-





--- distinfo.orig       2008-03-24 09:05:09.000000000 -0500
+++ distinfo    2008-05-06 04:48:21.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (FreeBSD-Ports-INDEXhash-1.0.0.tar.gz) =
ade9d51b69d2d1171907e21f2cbd89da -SHA256
(FreeBSD-Ports-INDEXhash-1.0.0.tar.gz) =
ca248fe8b79855b4e20fd555f87026b09d21a83416ba30031545950ce425bf86
-SIZE (FreeBSD-Ports-INDEXhash-1.0.0.tar.gz) = 3922 +MD5
(FreeBSD-Ports-INDEXhash-1.0.4.tar.gz) =
5a67d4bc1956d2da424afa6126c4abea +SHA256
(FreeBSD-Ports-INDEXhash-1.0.4.tar.gz) =
4cc483d9d5e66eb115ef8d9f139f69b8c2596c2150ffa5f45f461ab04667752c
+SIZE (FreeBSD-Ports-INDEXhash-1.0.4.tar.gz) = 4008
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-06 11:58:30 UTC
State Changed
From-To: feedback->open

Fix received.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-05-06 13:38:06 UTC
itetcu      2008-05-06 12:37:58 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt           Makefile 
  Added files:
    ports-mgmt/p5-FreeBSD-Ports-INDEXhash Makefile distinfo 
                                          pkg-descr pkg-plist 
  Log:
  This takes the FreeBSD port's index file and makes it into a easy to use hash.
  
  PR:             ports/122050
  Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
  
  Revision  Changes    Path
  1.13      +1 -0      ports/ports-mgmt/Makefile
  1.1       +22 -0     ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile (new)
  1.1       +3 -0      ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/distinfo (new)
  1.1       +1 -0      ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/pkg-descr (new)
  1.1       +7 -0      ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/pkg-plist (new)
_______________________________________________
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 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-06 13:42:20 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!