Difference between revisions of "Aspect"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
(Added Perl link)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
 
|User level=
 
|Submitted by=Debian import
 
|Computer languages=Perl
 
 
|Name=Aspect
 
|Name=Aspect
|Submitted date=2013-03-20
 
 
|Short description=module for Aspect-Oriented Programming in Perl
 
|Short description=module for Aspect-Oriented Programming in Perl
|VCS checkout command=
 
 
|Full description=Aspect-oriented Programming (AOP) is a programming method
 
|Full description=Aspect-oriented Programming (AOP) is a programming method
 
developed by Xerox PARC and others. The basic idea is that in
 
developed by Xerox PARC and others. The basic idea is that in
Line 21: Line 15:
 
using a flexible pointcut language, and modify their behavior in
 
using a flexible pointcut language, and modify their behavior in
 
any way you want.
 
any way you want.
|Component programs=
+
|Homepage URL=https://metacpan.org/release/Aspect
|Homepage URL=http://search.cpan.org/dist/Aspect/
+
|Is High Priority Project=No
 +
|Computer languages=Perl
 +
|Decommissioned/Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/20
 +
|Submitted date=2013-03-20
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/libaspect-perl
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=© 2009-2012, Adam Kennedy <adamk@cpan.org>
 
|License copyright=© 2009-2012, Adam Kennedy <adamk@cpan.org>
 
© 2001-2002, Marcel Grünauer <marcel@cpan.org>
 
© 2001-2002, Marcel Grünauer <marcel@cpan.org>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 58: Line 53:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=© 2002-2012, Adam Kennedy <adamk@cpan.org>
 
|License copyright=© 2002-2012, Adam Kennedy <adamk@cpan.org>
 
© 2002-2012, Audrey Tang <autrijus@autrijus.org>
 
© 2002-2012, Audrey Tang <autrijus@autrijus.org>
 
© 2002-2012, Brian Ingerson <ingy@cpan.org>
 
© 2002-2012, Brian Ingerson <ingy@cpan.org>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 89: Line 82:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=© 2009-2010, 2012, gregor herrmann <gregoa@debian.org>
 
|License copyright=© 2009-2010, 2012, gregor herrmann <gregoa@debian.org>
 
© 2009-2010, Jonathan Yu <jawnsy@cpan.org>
 
© 2009-2010, Jonathan Yu <jawnsy@cpan.org>
Line 99: Line 90:
 
© 2010-2012, Angel Abad <angel@debian.org>
 
© 2010-2012, Angel Abad <angel@debian.org>
 
© 2012, Salvatore Bonaccorso <carnil@debian.org>
 
© 2012, Salvatore Bonaccorso <carnil@debian.org>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 122: Line 113:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Adam Kennedy
 
|Real name=Adam Kennedy
|Resource URL=
 
 
|Role=contact
 
|Role=contact
 
|Email=adamk@cpan.org
 
|Email=adamk@cpan.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource URL=http://search.cpan.org/dist/Aspect/
+
|Resource audience=Perl (Ref)
|Resource kind=Download
+
|Resource URL=https://metacpan.org/release/Aspect
 +
}}
 +
{{Resource
 +
|Resource audience=R (Ref)
 +
|Resource URL=https://cran.r-project.org/web/packages/aspect
 +
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/aspect
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/aspect
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/libaspect-perl
 +
}}
 +
{{Software category}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/libaspect-perl
 
}}
 
}}

Latest revision as of 10:48, 20 April 2018


[edit]

Aspect

https://metacpan.org/release/Aspect
module for Aspect-Oriented Programming in Perl

Aspect-oriented Programming (AOP) is a programming method developed by Xerox PARC and others. The basic idea is that in complex class systems there are certain aspects or behaviors that cannot normally be expressed in a coherent, concise and precise way. One example of such aspects are design patterns, which combine various kinds of classes to produce a common type of behavior. Another is logging. For more information, see <URL:http://www.aosd.net>.

The Perl Aspect module is focused on subroutine matching and wrapping. It allows you to select collections of subroutines using a flexible pointcut language, and modify their behavior in any way you want.



Download




Categories





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License: Artistic or GPL-1+

Artistic:

 This program is free software; you can redistribute it and/or
 modify it under the terms of the Artistic License, which comes
 with Perl.
 On Debian systems, the complete text of the Artistic License can
 be found in `/usr/share/common-licenses/Artistic'.

GPL-1+:

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 1, or
 (at your option) any later version.
 On Debian systems, the complete text of version 1 of the GNU
 General Public License can be found in `/usr/share/common-
licenses/GPL-1'.




Leaders and contributors

Contact(s)Role
Adam Kennedy contact


Resources and communication

AudienceResource typeURI
Ruby (Ref)https://rubygems.org/gems/aspect
Perl (Ref)https://metacpan.org/release/Aspect
R (Ref)https://cran.r-project.org/web/packages/aspect
Debian (Ref) (R)https://tracker.debian.org/pkg/libaspect-perl
Python (Ref)https://pypi.org/project/aspect


Software prerequisites




Entry














"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Perl (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"R (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/libaspect-perl

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.