Port details |
- p5-Text-vCard Package to parse, edit and create multiple vCards (RFC 2426)
- 3.09 textproc
=3 3.09Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2006-02-22 14:51:51
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-MIME-Tools, p5-Class-DBI-DATA-Schema, p5-CGI-Untaint, newfile, OpenSP
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Text-vCard
- Description:
- This package is for a single vCard (person/record/set of address information).
It provides an API to editing and creating vCards, or supplied a specific piece
of the Text::vFile::asData results it generates a vCard with that content.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Text-vCard>0:textproc/p5-Text-vCard
- To install the port:
- cd /usr/ports/textproc/p5-Text-vCard/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Text-vCard
- pkg install p5-Text-vCard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Text-vCard
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1477403345
SHA256 (Text-vCard-3.09.tar.gz) = c1ff3b0b14a86d8146808bdc59d8d207f220120309ccf16decfb0dc236c144b0
SIZE (Text-vCard-3.09.tar.gz) = 45056
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-File-Slurp>=0 : devel/p5-File-Slurp
- p5-Moo>=0 : devel/p5-Moo
- p5-Path-Tiny>=0 : devel/p5-Path-Tiny
- p5-Text-vFile-asData>=0 : devel/p5-Text-vFile-asData
- p5-Unicode-LineBreak>=0 : textproc/p5-Unicode-LineBreak
- p5-URI>=0 : net/p5-URI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-File-Slurp>=0 : devel/p5-File-Slurp
- p5-Moo>=0 : devel/p5-Moo
- p5-Path-Tiny>=0 : devel/p5-Path-Tiny
- p5-Text-vFile-asData>=0 : devel/p5-Text-vFile-asData
- p5-Unicode-LineBreak>=0 : textproc/p5-Unicode-LineBreak
- p5-URI>=0 : net/p5-URI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/p5-WWW-Contact
- for Run
-
- www/p5-Catalyst-View-vCard
- www/p5-WWW-Contact
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Text-vCard
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.09 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.09 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.09 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.09 06 Oct 2018 13:06:45
  |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
3.09 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.09 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
3.09 25 Oct 2016 13:50:28
  |
ehaupt  |
Update to 3.09 |
3.08 11 Oct 2016 18:02:50
  |
ehaupt  |
Update to 3.08 |
3.07_2 13 Sep 2016 12:29:13
  |
ehaupt  |
Partially revert previous commit and move run dependencies to build depends.
Those are actually required during build time.
Notified by: mat |
3.07_1 09 Sep 2016 19:31:42
  |
ehaupt  |
- Add missing dependencies
- Add NO_ARCH
- Move required perl modules from BUILD_DEPENDS to RUN_DEPENDS. They don't
need to build port, only to run.
- Add TEST_DEPENDS
PR: 212532
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> |
3.07 26 Aug 2016 07:12:44
  |
ehaupt  |
Add license |
3.07 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
3.07 19 Jan 2015 13:40:57
  |
ehaupt  |
- Update to 3.07
- Fix indentation |
3.06_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
3.06 08 Oct 2014 14:26:26
  |
ehaupt  |
Remove @dirrm, @dirrmtry |
3.06 13 Jun 2014 11:03:18
  |
ehaupt  |
Update to 3.06 |
3.05 27 May 2014 12:11:14
  |
ehaupt  |
Update to 3.05 |
3.03 28 Apr 2014 15:28:14
  |
ehaupt  |
Update to 3.03 |
3.02 17 Feb 2014 09:31:35
  |
ehaupt  |
Update to 3.02 |
3.01 13 Feb 2014 10:08:29
  |
ehaupt  |
Update to 3.01 |
3.00 28 Jan 2014 15:34:46
  |
ehaupt  |
Update to 3.00 |
2.13 25 Oct 2013 11:20:06
  |
ehaupt  |
Fix pacakge list.
Notified by: az |
2.13 23 Oct 2013 10:26:46
  |
ehaupt  |
Support staging. |
2.13 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.13 11 Sep 2013 06:03:57
  |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.13 24 Jul 2013 08:19:07
  |
ehaupt  |
Remove MAKE_JOBS_SAFE which is now default. |
2.13 08 Mar 2013 14:00:31
  |
ehaupt  |
Remove indefinite article from COMMENT |
2.13 21 Dec 2012 15:53:26
  |
ehaupt  |
Update to 2.13 |
2.12 03 Nov 2012 18:01:23
  |
ehaupt  |
Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.
Feature safe: yes |
2.12 13 Sep 2012 10:21:51
  |
ehaupt  |
- Update to 2.12
- Remove deprecated header information |
2.11 06 Jun 2012 10:43:19
 |
ehaupt  |
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az |
2.11 04 Jun 2012 07:52:05
 |
ehaupt  |
Update to 2.11 |
2.10 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
2.10 14 Mar 2011 16:04:41
 |
ehaupt  |
Update to 2.10 |
2.09 22 Aug 2010 18:22:23
 |
ehaupt  |
Update to 2.09
PR: 149875
Submitted by: Frederic Culot <frederic@culot.org> |
2.07 03 Feb 2010 23:09:01
 |
ehaupt  |
Update to 2.07 |
2.06 25 Jan 2010 12:58:50
 |
ehaupt  |
Update to 2.06 |
2.05 11 Jan 2010 12:54:49
 |
ehaupt  |
Update to 2.05
PR: 142679
Submitted by: pgollucci |
2.04 04 Jan 2010 10:12:17
 |
ehaupt  |
Update to 2.04 |
2.03 27 Mar 2009 09:53:36
 |
ehaupt  |
Mark MAKE_JOBS_SAFE |
2.03 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
2.03 20 Mar 2008 22:27:21
 |
ehaupt  |
Update to 2.03 |
2.01 04 Sep 2007 18:12:03
 |
ehaupt  |
Update to 2.01 |
2.00 04 Dec 2006 19:29:06
 |
ehaupt  |
Update to 2.00
PR: 106311
Submitted by: chinsan |
1.99 07 Sep 2006 16:42:44
 |
ehaupt  |
Update to 1.99 |
1.98 15 Aug 2006 12:40:32
 |
ehaupt  |
Update to 1.98 |
1.97 04 Jul 2006 00:56:27
 |
ehaupt  |
Update to 1.97 |
1.96_1 22 Feb 2006 16:12:14
 |
ehaupt  |
- Register dependencies and
- bump PORTREVISION |
1.96 22 Feb 2006 14:42:39
 |
ehaupt  |
Add p5-Text-vCard, a package to parse, edit and create multiple
vCards (RFC 2426). |