SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/p5-Data-Buffer/pkg/DESCR
Normal file
4
devel/p5-Data-Buffer/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Data::Buffer implements a low-level binary buffer in which you can get
|
||||
and put integers, strings, and other data. Internally the implementation
|
||||
is based on "pack" and "unpack", such that Data::Buffer is really a
|
||||
layer on top of those built-in functions.
|
3
devel/p5-Data-Buffer/pkg/PLIST
Normal file
3
devel/p5-Data-Buffer/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/Buffer.pm
|
||||
@man man/man3p/Data::Buffer.3p
|
Loading…
Add table
Add a link
Reference in a new issue