stage (not at 'extract' stage) and this can't be properly handled.
(We don't have INSTALL_DEPENDS and similar to it RUN_DEPENDS used on
'install' stage too adds unneded depend into the package itself)
Stylish is an extension that allows easy management of user styles.
User styles empower your browsing experience by letting you fix ugly
sites, customize the look of your browser or mail client, or just have
fun. With an online repository at userstyles.org, you don't even need
to know how to write styles yourself; just a couple clicks and the
chosen style is applied. Stylish is to CSS what Greasemonkey is to
JavaScript, and unlike other methods of using user styles, most styles
take effect immediately.
WWW: http://userstyles.org/stylish/
change address to SF in pkg-descr.
I don't use this port anymore, it doesn't work together with Gnome anymore,
so I give up maintainership.
Noticed by: Jeremy C. Reed <reed@reedmedia.net>
- Rename icon files to have unique file names per each port.
- Patch *.desktop files to reflect the change.
- Prefer install(1) to cp(1) for installing the desktops, icons and mime types.
- Run update-desktop-database after installing these files.
- Add GNOME desktopfileutils component for the update-desktop-database.
- While I am here, micro-optimize use of find(1) in the plist build.
Approved by: maho (maintainer)
non-default locations
- Don't install libiberty (not needed)
- Fix a typo in comment [1]
- Generate correct dependency list in case if target arch and abi were not
specified by setting fake OURTARGET value [1]
- Bump up PORTREVISION.
Noticed by: pav [1]
expansion, no need to bump portrevision
Full diff at
<http://people.freebsd.org/~thierry/ports/CImg-1.2.1_070612_070615.diff.bz2>
- Move the dirname `gfortran42` line to pre-configure, to fix a problem
when build dependencies have not yet been installed.
Reported by: Romain Tartière <romain (at) blogreen.org>
programmatic website development in Python easy. Several key points:
* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy
to expand on
* Harness existing knowledge about Python
Pylons makes it easy to expand on your knowledge of Python to master
Pylons for web development. Using a MVC style dispath, Python
knowledge is used at various levels:
* The Controller is just a basic Python class, called for each
request. Customizing the response is as easy as overriding __call__
to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed
and utilizes Python for template control rather than creating its
own template syntax for "for, while, etc"
WWW: http://www.pylonshq.com/
PR: ports/113970
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
within web applications.
These functions are intended to ease web development with template
languages by removing common view logic and encapsulating it in
re-usable modules as well as occasionally providing objects for use
within controllers to assist with common web development paradigms.
WWW: http://pylonshq.com/WebHelpers/
PR: ports/113969
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>