72e9 FreshPorts -- textproc/py-pygments
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-pygments 1.6 textproc on this many watch lists=16 search for ports that depend on this port
A syntax highlighter written in Python
Maintained by: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Apr 2007 21:35:33
Also Listed In: python
License: BSD


Pygments is a syntax highlighting package written in Python.

It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:

    * a wide range of common languages and markup formats is supported
    * special attention is paid to details, increasing quality by a fair amount
    * support for new languages and formats are added easily
    * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
    * it is usable as a command-line tool and as a library

WWW:	http://pygments.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/py-distribute
  2. lang/python27
Required To Run:
  1. devel/py-distribute
  2. lang/python27

This port is required by:

for Build for Run

To install the port: cd /usr/ports/textproc/py-pygments/ && make install clean
To add the package: pkg_add -r py27-pygments


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://a.pypi.python.org/packages/source/P/Pygments/
  3. http://b.pypi.python.org/packages/source/P/Pygments/
  4. http://c.pypi.python.org/packages/source/P/Pygments/
  5. http://d.pypi.python.org/packages/source/P/Pygments/
  6. http://e.pypi.python.org/packages/source/P/Pygments/
  7. http://f.pypi.python.org/packages/source/P/Pygments/
  8. http://g.pypi.python.org/packages/source/P/Pygments/
  9. http://pypi.crate.io/packages/source/P/Pygments/
  10. http://pypi.inqbus.de/Pygments/
  11. http://pypi.it.uwosh.edu/Pygments/
  12. http://pypi.python.jp/Pygments/
  13. http://pypi.python.org/packages/source/P/Pygments/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
13 Jun 2013 11:58:44
Original commit files touched by this commit  1.6
wg search for other commits by this committer
textproc/py-pygments: update to 1.6

- Update to 1.6
- Trim Makefile header
- NOPORTDOCS -> PORT_OPTIONS:MDOCS

PR:		ports/178645
Submitted by:	olivierd
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
28 Apr 2012 14:10:01
Original commit files touched by this commit  1.5
nivit search for other commits by this committer
- Update to 1.5  [1]
- Add LICENSE (BSD)
- Remove http://nivi.interfree.it from MASTER_SITES
- Respect NO_INSTALL_MANPAGES

PR:             ports/167050
Submitted by:   Alexander Kojevnikov <alexander@kojevnikov.com>  [1]
04 Mar 2011 17:11:31
Original commit files touched by this commit  1.4
nivit search for other commits by this committer
- Install the manpage regardless of NOPORTDOCS
- Remove MANCOMPRESSED
- Use ${INSTALL_MAN} instead of ${INSTALL_DATA}
  to install the manpage

PR:             ports/155039
Submitted by:   lwhsu
03 Jan 2011 22:20:59
Original commit files touched by this commit  1.4
nivit search for other commits by this committer
- Update to 1.4
- Remove MD5 checksum from distinfo
07 May 2010 16:27:08
Original commit files touched by this commit  1.3.1
nivit search for other commits by this committer
- Update to 1.3.1
03 Jan 2010 12:19:23
Original commit files touched by this commit  1.2.2
nivit search for other commits by this committer
- Update to 1.2.2
03 Jan 2010 09:48:22
Original commit files touched by this commit  1.2.1
nivit search for other commits by this committer
- Update to 1.2.1
02 Jan 2010 14:54:07
Original commit files touched by this commit  1.2
nivit search for other commits by this committer
- Update to 1.2
- Use ${COPYTREE_SHARE} to install docs
15 Sep 2009 09:03:53
Original commit files touched by this commit  1.1
nivit search for other commits by this committer
- Update to 1.1
02 Dec 2008 16:46:19
Original commit files touched by this commit  1.0
nivit search for other commits by this committer
- Update to 1.0

PR:             ports/129121
Submitted by:   Wen Heping <wenheping at gmail dotcom>
03 Sep 2008 20:46:36
Original commit files touched by this commit  0.11.1
nivit search for other commits by this committer
- Update to 0.11.1
26 May 2008 13:53:53
Original commit files touched by this commit  0.10
nivit search for other commits by this committer
- Update to 0.10
- Add a secondary download site
- Use ${PKGNAMEPREFIX} instead of py- inside DOCSDIR
18 Dec 2007 16:50:33
Original commit files touched by this commit  0.9
nivit search for other commits by this committer
- Update to 0.9
- Change MASTER_SITES from SF to CHEESESHOP
24 Aug 2007 13:39:55
Original commit files touched by this commit  0.8.1
nivit search for other commits by this committer
- Update to 0.8.1
04 Aug 2007 11:41:31
Original commit files touched by this commit  0.7.1
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
30 Jul 2007 09:42:28
Original commit files touched by this commit  0.7.1
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
02 Apr 2007 21:35:26
Original commit files touched by this commit  0.7.1
nivit search for other commits by this committer
Pygments is a syntax highlighting package written in Python.

It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:

    * a wide range of common languages and markup formats is supported
    * special attention is paid to details, increasing quality by a fair amount
    * support for new languages and formats are added easily
    * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
    * it is usable as a command-line tool and as a library

WWW:    http://pygments.org/

Number of commits found: 17

2836
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24568
Broken 187
Deprecated 455
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 49
Set to expire 440
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days29
new fortnight85
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0