Port details |
- p5-Acme-MetaSyntactic Themed metasyntactic variables names
- 1.015 devel =2 1.015Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2006-04-27 11:12:39
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Acme-MetaSyntactic
- Description:
- Acme::MetaSyntactic produces a sequence of meta-syntactic names (not
unlike 'foo' and 'bar') using a number of schemes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Acme-MetaSyntactic>0:devel/p5-Acme-MetaSyntactic
- To install the port:
- cd /usr/ports/devel/p5-Acme-MetaSyntactic/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Acme-MetaSyntactic
- pkg install p5-Acme-MetaSyntactic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Acme-MetaSyntactic
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622038060
SHA256 (Acme-MetaSyntactic-1.015.tar.gz) = de4bfa17fbfe85e6b0d9ec66914afc168b3bf52f8a8da60f9baa134fe8d74fe5
SIZE (Acme-MetaSyntactic-1.015.tar.gz) = 56956
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-libwww>=0 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Acme-MetaSyntactic
- 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) |
1.015 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 ) |
1.015 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.015 26 May 2021 19:00:12 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Acme-MetaSyntactic: Update to 1.015
Changes: https://metacpan.org/changes/distribution/Acme-MetaSyntactic |
1.014 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.014 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) |
1.014 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 |
1.014 01 Nov 2017 16:50:27 |
sunpoet |
Update to 1.014
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.013 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.013 18 Apr 2017 19:38:48 |
sunpoet |
Update to 1.013
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.012_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.012_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 ) |
1.012 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.012 06 Mar 2014 18:51:18 |
sunpoet |
- Remove outdated PERL_LEVEL check
With hat: perl |
1.012 19 Oct 2013 17:23:32 |
sunpoet |
- Update to 1.012
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.011 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.011 17 Sep 2013 16:28:23 |
sunpoet |
- Update to 1.011
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.010 20 Aug 2013 13:38:49 |
mat |
Update to 1.010 |
1.008 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.008 18 Jan 2013 09:15:41 |
tobez |
Update to 1.008.
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.007 10 Oct 2012 11:53:08 |
culot |
- Update to 1.007
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.006 27 Aug 2012 16:42:08 |
culot |
- Update to 1.006
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.005 30 Jul 2012 19:27:59 |
sunpoet |
- Update to 1.005
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.004 03 Jul 2012 08:40:41 |
culot |
- Update to 1.004
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.003 13 Jun 2012 08:42:01 |
sunpoet |
- Update to 1.003
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.002 22 May 2012 15:03:50 |
culot |
- Update to 1.002
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
1.000 09 May 2012 09:54:22 |
sunpoet |
- Update to 1.000
- Merge MAN1 and MAN3 from Makefile.man to Makefile
- Sort PLIST
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes |
0.99 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
0.99 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.99 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.99 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) |
0.99 01 May 2007 07:37:30 |
clsung |
- remove ".if ${PERL_LEVEL} < 500600..." stuff |
0.99 06 Nov 2006 04:01:16 |
clsung |
- Update to 0.99 |
0.98 31 Oct 2006 14:11:10 |
clsung |
- Update to 0.98 |
0.95 09 Oct 2006 15:30:13 |
clsung |
- Update to 0.95
- I'll maintain it. |
0.94 02 Oct 2006 22:47:07 |
clsung |
- Update to 0.94 |
0.93 27 Sep 2006 01:28:29 |
clsung |
- Update to 0.93 |
0.92 19 Sep 2006 03:46:26 |
clsung |
- Update to 0.92 |
0.91 11 Sep 2006 03:34:12 |
clsung |
- Update to 0.91 |
0.90 06 Sep 2006 09:10:34 |
leeym |
- update to 0.90 |
0.89 29 Aug 2006 01:53:58 |
clsung |
- Update to 0.89
PR: ports/102627
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
0.88 23 Aug 2006 14:57:31 |
mat |
Update to 0.88 |
0.87 16 Aug 2006 01:46:44 |
clsung |
- update to 0.87 |
0.86 06 Aug 2006 22:59:59 |
clsung |
- update to 0.86 |
0.85 03 Aug 2006 00:44:38 |
clsung |
- update to 0.85 |
0.84 25 Jul 2006 03:38:06 |
clsung |
- update to 0.84 |
0.83 19 Jul 2006 01:45:16 |
leeym |
- update to 0.83 |
0.82 11 Jul 2006 10:46:57 |
leeym |
- update to 0.82 |
0.81 04 Jul 2006 03:16:16 |
leeym |
- update to 0.81 |
0.80 27 Jun 2006 02:02:35 |
leeym |
- update to 0.80 |
0.79 20 Jun 2006 06:08:04 |
leeym |
- update to 0.79 |
0.78 12 Jun 2006 18:30:41 |
erwin |
Update to 0.78
PR: 98865
Submitted by: Christopher Boumenot <boumenot@gmail.com> |
0.77 10 Jun 2006 19:47:46 |
erwin |
Update to 0.77 |
0.76 30 May 2006 07:32:21 |
tobez |
Update to 0.76. |
0.75 23 May 2006 02:20:31 |
leeym |
- update to 0.75 |
0.74 16 May 2006 01:31:46 |
leeym |
- update to 0.74 |
0.73 09 May 2006 01:41:13 |
leeym |
- update to 0.73 |
0.72 02 May 2006 07:06:03 |
leeym |
- update to 0.72
- refined COMMENT according to Porter's Handbook |
0.71 27 Apr 2006 11:12:09 |
tobez |
Add devel/p5-Acme-Metasyntactic 0.71, a Perl module to produce themed
metasyntactic variables names. |