notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-ming Python module for Ming which allows you to create Flash 4/5 movies
0.4.8 graphics on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.4.8Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2000-10-16 07:42:36
Last Update: 2023-06-30 07:04:07
Commit Hash: 9b6337d
People watching this port, also watch:: python, p5-Time-Piece
Also Listed In: python
License: GPLv2 LGPL21
WWW:
https://github.com/libming/libming
Description:
This is the Python module for the Ming library. Ming allows you to create Flash 4/5 (TM) movies.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}ming>0:graphics/py-ming@${PY_FLAVOR}
To install the port:
cd /usr/ports/graphics/py-ming/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/py-ming
  • pkg install py39-ming
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-ming listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-ming
Package flavors (<flavor>: <package>)
  • py39: py39-ming
distinfo:
TIMESTAMP = 1494221969 SHA256 (libming-libming-ming-0_4_8_GH0.tar.gz) = 2a44cc8b7f6506adaa990027397b6e0f60ba0e3c1fe8c9514be5eb8e22b2375c SIZE (libming-libming-ming-0_4_8_GH0.tar.gz) = 14908459

Packages (timestamps in pop-ups are UTC):
py37-ming
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.4.8---0.4.8-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-ming
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.4.80.4.8-0.4.80.4.8---
FreeBSD:13:quarterly0.4.80.4.80.4.80.4.80.4.80.4.80.4.80.4.8
FreeBSD:14:latest0.4.80.4.80.4.80.4.80.4.80.4.8-0.4.8
FreeBSD:14:quarterly0.4.80.4.8-0.4.80.4.80.4.80.4.80.4.8
FreeBSD:15:latest0.4.80.4.8n/a0.4.8n/a0.4.80.4.80.4.8
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
  4. autoconf>=2.71 : devel/autoconf
  5. automake>=1.16.5 : devel/automake
  6. libtoolize : devel/libtool
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Library dependencies:
  1. libfreetype.so : print/freetype2
  2. libgif.so : graphics/giflib
  3. libming.so : graphics/ming
  4. libpng.so : graphics/png
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. graphics/svg2swf*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
graphics_py-ming
USES:
autoreconf cpe libtool localbase:ldflags pkgconfig python:3.8-3.9
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/libming/libming/tar.gz/ming-0_4_8?dummy=/
Collapse this list.

Number of commits found: 69

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.8
30 Jun 2023 07:04:07
commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6commit hash: 9b6337dcf5c6d77c50cef7972d180cff06c2cac6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-ming: Fix build with Clang 15 and remove the workaround

- Update WWW

./ming_wrap.c:2427:18: error: incompatible integer to pointer conversion
assigning to 'void *' from 'int' [-Wint-conversion]
    type_pointer = PyCObject_Import((char*)"swig_runtime_data"
SWIG_RUNTIME_VERSION,
                 ^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ming_wrap.c:2497:13: error: incompatible integer to pointer conversion
initializing 'PyObject *' (aka 'struct _object *') with an expression of type
'int' [-Wint-conversion]
  PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module,
SWIG_Python_DestroyModule);
            ^        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ming_wrap.c:2525:11: error: incompatible integer to pointer conversion
assigning to 'PyObject *' (aka 'struct _object *') from 'int' [-Wint-conversion]
      obj = PyCObject_FromVoidPtr(descriptor, NULL);
          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ming_wrap.c:3886:10: error: incompatible integer to pointer conversion
assigning to 'FILE *' (aka 'struct __sFILE *') from 'int' [-Wint-conversion]
    arg1 = PyFile_AsFile(obj0);
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.8
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.4.8
05 Jun 2023 21:07:50
commit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fdddcommit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fdddcommit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fdddcommit hash: 4bb09c68982fc6c2289a0425c16012ea37f8fddd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-ming: Convert REINPLACE_CMD to patch file
0.4.8
05 Jun 2023 18:09:01
commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285commit hash: 365553bf46d1d4de026b4fbe2ebff8628707b285 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
graphics/py-ming: Fix build with llvm15

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.4.8
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.4.8
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.8
01 Nov 2021 13:59:04
commit hash: 6795193591770b8706b7c2396e18e24f16d2ad8fcommit hash: 6795193591770b8706b7c2396e18e24f16d2ad8fcommit hash: 6795193591770b8706b7c2396e18e24f16d2ad8fcommit hash: 6795193591770b8706b7c2396e18e24f16d2ad8f files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/py-ming: limit supported python versions

checking for the distutils Python package... no
configure: error: cannot import Python module "distutils".
Please check your Python installation. The error was:
<string>:1: DeprecationWarning: The distutils package is deprecated and slated
for removal in Python 3.12. Use setuptools or check PEP 632 for potential
alternatives

Approved by:	portmgr blanket
0.4.8
25 Oct 2021 15:57:31
commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42commit hash: 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-ming: Cosmetic change
0.4.8
21 Sep 2021 12:57:46
commit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33fcommit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33fcommit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33fcommit hash: 5c27b31ee5efc466de7b94c707ddd3b0451ac33f files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
graphics/py-ming: Add CPE information

Approved by:    portmgr (blanket)
0.4.8
19 Sep 2021 05:59:53
commit hash: e85cafc787e87081a359f5cafb448e97f07637c6commit hash: e85cafc787e87081a359f5cafb448e97f07637c6commit hash: e85cafc787e87081a359f5cafb448e97f07637c6commit hash: e85cafc787e87081a359f5cafb448e97f07637c6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-ming: Replace configure.in patch with upstream one

- Remove no-op BINARY_ALIAS

Obtained
from:	https://github.com/libming/libming/commit/a89a619e187ebe070db2a1760f3b90489bfff382
0.4.8
10 Aug 2021 15:12:10
commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2commit hash: 8785f2bd03ae6cbc94eb8b5a2a0c770431e1f0c2 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics/py-ming: prepare for freetype2 update

- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.

PR:             251512
0.4.8
18 Apr 2021 05:43:45
commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85commit hash: 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-ming: Cosmetic change
0.4.8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.4.8
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.4.8
24 Dec 2020 13:46:02
Revision:559094Original commit files touched by this commit
kai search for other commits by this committer
Relax hardcoded paths to fix build with Python 3.8.7

Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
0.4.8
08 May 2017 12:44:04
Revision:440422Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.4.8

Changes:	https://github.com/libming/libming/blob/master/NEWS
		http://www.libming.org/Releases
0.4.7_1
30 Sep 2016 19:24:30
Revision:423014Original commit files touched by this commit
tijl search for other commits by this committer
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
0.4.7_1
14 Apr 2016 16:38:39
Revision:413273Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use default WRKSRC
0.4.7_1
13 Apr 2016 10:36:55
Revision:413185Original commit files touched by this commit
jbeich search for other commits by this committer
Change default directory used by USES=autoreconf to WRKSRC

PR:		208294
Exp-run by:	antoine
Reviewed by:	tijl
Approved by:	portmgr (mat via D4157)
Differential Revision:	https://reviews.freebsd.org/D4169
0.4.7_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.4.7_1
17 Jan 2016 13:12:36
Revision:406365Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add PORTSCOUT

Sponsored by:	PortsCamp Taiwan
0.4.7_1
08 Dec 2015 09:05:15
Revision:403255Original commit files touched by this commit
mat search for other commits by this committer
Don't use GH_TAGNAME when DISTVERSION* variables can be used.

With hat:	portmgr
Sponsored by:	Absolight
0.4.7_1
03 Dec 2015 20:01:04
Revision:402898Original commit files touched by this commit
antoine search for other commits by this committer
Update giflib to 5.1.1

PR:		204492
0.4.7
27 Oct 2015 15:49:14
Revision:400255Original commit files touched by this commit
sunpoet search for other commits by this committer
- Allow concurrent installation (USE_PYTHON=concurrent)
- Fix build with Python 3.x
0.4.7
19 Oct 2015 20:18:07
Revision:399726Original commit files touched by this commit
sunpoet search for other commits by this committer
- Change language bindings (p5-ming and py-ming) from slave ports to normal
ports
- Use USES=localbase
- Convert to new options target helper
- Cleanup Makefile
0.4.7
08 Oct 2015 18:44:20
Revision:398861Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.4.7
- Add LICENSE_FILE

Changes:	https://github.com/libming/libming/blob/master/NEWS
0.4.5_4
14 Jan 2015 18:19:33
Revision:377033Original commit files touched by this commit
antoine search for other commits by this committer
Update graphics/giflib to 5.0.5

Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
0.4.5_3
08 Dec 2014 16:48:41
Revision:374303Original commit files touched by this commit
tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.5_2
22 Aug 2014 19:08:37
Revision:365687Original commit files touched by this commit
tijl search for other commits by this committer
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
0.4.5_1
15 Aug 2014 03:43:55
Revision:364929Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
0.4.5_1
15 Aug 2014 03:01:18
Revision:364903Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=python
0.4.5_1
18 Mar 2014 16:20:44
Revision:348580Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix PLIST: use NONEXISTENT instead of empty string [1]
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change

Suggested by:	vd [1]
0.4.5
14 Feb 2014 19:41:17
Revision:344302Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use PYDISTUTILS_AUTOPLIST
0.4.5
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
0.4.5
17 Nov 2013 10:33:00
Revision:334072Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
- Support STAGEDIR
0.4.5
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
0.4.5
07 Sep 2013 17:53:23
Revision:326670Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cosmetic change
0.4.5
22 Aug 2013 15:21:08
Revision:325206Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.4.5
- Add WWW

Changes:	https://github.com/libming/libming/blob/master/NEWS
0.4.4_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.4.4
21 Feb 2012 14:10:26
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Restrict USE_PYTHON range
- Move post-patch: to master port (graphics/ming)
0.4.4
15 Feb 2012 07:49:03
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.4.4
- Remove distinfo: no need for a slave port
- Take maintainership

Changes:        https://github.com/libming/libming/blob/master/NEWS
0.4.3
12 Feb 2012 16:50:48
Original commit files touched by this commit
rm search for other commits by this committer
- convert to using PYTHON_SITELIBDIR (non-functional change)
0.4.3
08 Aug 2011 01:59:04
Original commit files touched by this commit
swills search for other commits by this committer
- Fix fetch
- Update to 0.4.3
- Convert to slave of graphics/ming
0.3.0_2
02 Aug 2011 13:47:46
Original commit files touched by this commit
bapt search for other commits by this committer
Mark BROKEN: Does not fetch
0.3.0_2
03 Jul 2011 14:12:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.3.0_2
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.3.0_1
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
0.3.0_1
22 Aug 2009 00:23:13
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
0.3.0_1
30 Jul 2007 09:42:28
Original commit files touched by this commit
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
0.3.0_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
0.3.0
18 Apr 2006 18:56:39
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 0.3.0

PR:             ports/96006
Submitted by:   Ports Fury
0.2a
11 Nov 2005 01:18:01
Original commit files touched by this commit
linimon search for other commits by this committer
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
0.2a
30 May 2004 08:40:52
Original commit files touched by this commit
kris search for other commits by this committer
Add missing USE_PERL5_BUILD
0.2a
11 Mar 2003 09:00:31
Original commit files touched by this commit
knu search for other commits by this committer
Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.

Submitted by:   bento
0.2a
18 Feb 2003 05:52:57
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment my non-ruby ports as well.
18 Sep 2001 07:33:40
commit hash: fp1.18904@dev.null.freshports.orgcommit hash: fp1.18904@dev.null.freshports.orgcommit hash: fp1.18904@dev.null.freshports.orgcommit hash: fp1.18904@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Do not install broken examples.    
18 Sep 2001 07:03:37
commit hash: fp1.18901@dev.null.freshports.orgcommit hash: fp1.18901@dev.null.freshports.orgcommit hash: fp1.18901@dev.null.freshports.orgcommit hash: fp1.18901@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Ming 0.2a can generate Flash 5 movies too.    
18 Sep 2001 06:57:17
commit hash: fp1.18899@dev.null.freshports.orgcommit hash: fp1.18899@dev.null.freshports.orgcommit hash: fp1.18899@dev.null.freshports.orgcommit hash: fp1.18899@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update ming to 0.2a.    
06 Jul 2001 20:57:44
commit hash: fp1.15895@dev.null.freshports.orgcommit hash: fp1.15895@dev.null.freshports.orgcommit hash: fp1.15895@dev.null.freshports.orgcommit hash: fp1.15895@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Upate ming to 0.1.1.    
20 Mar 2001 09:32:55
commit hash: fp1.11309@dev.null.freshports.orgcommit hash: fp1.11309@dev.null.freshports.orgcommit hash: fp1.11309@dev.null.freshports.orgcommit hash: fp1.11309@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update to Ming 0.1.0.    
10 Feb 2001 13:19:57
commit hash: fp1.9431@dev.null.freshports.orgcommit hash: fp1.9431@dev.null.freshports.orgcommit hash: fp1.9431@dev.null.freshports.orgcommit hash: fp1.9431@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add %%PORTDOCS%%.    
21 Jan 2001 05:57:50
commit hash: fp1.8664@dev.null.freshports.orgcommit hash: fp1.8664@dev.null.freshports.orgcommit hash: fp1.8664@dev.null.freshports.orgcommit hash: fp1.8664@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update to Ming 0.0.9b.  Now it creates Flash 4 movies.    
28 Oct 2000 12:56:02
commit hash: fp1.5604@dev.null.freshports.orgcommit hash: fp1.5604@dev.null.freshports.orgcommit hash: fp1.5604@dev.null.freshports.orgcommit hash: fp1.5604@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation.    
25 Oct 2000 09:18:46
commit hash: fp1.5467@dev.null.freshports.orgcommit hash: fp1.5467@dev.null.freshports.orgcommit hash: fp1.5467@dev.null.freshports.orgcommit hash: fp1.5467@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Chase the repack that included my submitted patches.    
25 Oct 2000 05:32:37
commit hash: fp1.5463@dev.null.freshports.orgcommit hash: fp1.5463@dev.null.freshports.orgcommit hash: fp1.5463@dev.null.freshports.orgcommit hash: fp1.5463@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update to 0.0.3a.    
17 Oct 2000 10:10:30
commit hash: fp1.5187@dev.null.freshports.orgcommit hash: fp1.5187@dev.null.freshports.orgcommit hash: fp1.5187@dev.null.freshports.orgcommit hash: fp1.5187@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Bump PORTREVISION, considering the removal of chmod 755 on a shlib.    
17 Oct 2000 10:04:41
commit hash: fp1.5185@dev.null.freshports.orgcommit hash: fp1.5185@dev.null.freshports.orgcommit hash: fp1.5185@dev.null.freshports.orgcommit hash: fp1.5185@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Respect CC and CFLAGS.    
16 Oct 2000 11:42:36
commit hash: fp1.5154@dev.null.freshports.orgcommit hash: fp1.5154@dev.null.freshports.orgcommit hash: fp1.5154@dev.null.freshports.orgcommit hash: fp1.5154@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add py-ming, Python module for the Ming library which allows you to   create
Flash (TM) movies.    

Number of commits found: 69